Home
last modified time | relevance | path

Searched refs:sprintf (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php192 static::reportInvalidArgument(sprintf(
208 static::reportInvalidArgument(sprintf(
218 static::reportInvalidArgument(sprintf(
228 static::reportInvalidArgument(sprintf(
238 static::reportInvalidArgument(sprintf(
248 static::reportInvalidArgument(sprintf(
258 static::reportInvalidArgument(sprintf(
268 static::reportInvalidArgument(sprintf(
278 static::reportInvalidArgument(sprintf(
326 sprintf(
[all …]
/plugin/imapmarkers/syntax/
H A Dmap.php128 $err_msg = sprintf("Invalid area! AREA='%s'", $match);
155 $dokuwiki_link = sprintf("[[%s|%s]]", $link, $text);
185 $err_msg = sprintf("Invalid expression! EXPRESSION='%s'", $match);
218 $renderer->doc .= sprintf(' align="%s"', $align);
221 $renderer->doc .= sprintf(' title="%s" alt="%s"', $title, $title);
229 $renderer->doc .= sprintf(' />%s', DOKU_LF);
230 $renderer->doc .= sprintf('</p>%s', DOKU_LF);
305 $renderer->doc .= sprintf(' <p>%s', DOKU_LF);
311 $renderer->doc .= sprintf(' </p>%s', DOKU_LF);
312 $renderer->doc .= sprintf(' </div>%s', DOKU_LF);
[all …]
H A Dreference.php20 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
22 …dbglog(sprintf("syntax_plugin_imapmarkers_reference.__construct ID='%s' COMPONENT='%s'", cleanID($…
66 …dbglog(sprintf("syntax_plugin_imapmarkers_reference.handle MATCH='%s' COMPONENT='%s'", $match, $th…
74 $err_msg = sprintf("Malformed location! LOCATION='%s'", $match);
78 …dbglog(sprintf("syntax_plugin_imapmarkers_reference.handle::DOKU_LEXER_SPECIAL: [%d] MATCH='%s'", …
98 …dbglog(sprintf("syntax_plugin_imapmarkers.render::DOKU_LEXER_SPECIAL: [%d] DATA='%s'", $this->nr_i…
108 …$renderer->doc .= sprintf('<span class="imapmarkers imapmarkers-location" location_id="%s">%s</spa…
112 …$renderer->doc .= sprintf(' <br /><span style="color:white; background-color:red;">ERROR -- %s</s…
/plugin/links4pages/lang/en/
H A Dsettings.php9 $lang[sprintf("%'.02d_id", $i)] = sprintf("Button %d / Page ID link", $i);
10 $lang[sprintf("%'.02d_label", $i)] = sprintf("Button %d / Link label", $i);
11 $lang[sprintf("%'.02d_svg_id", $i)] = sprintf("Button %d / Media ID (SVG)", $i);
12 $lang[sprintf("%'.02d_pos", $i)] = sprintf("Button %d / Position of the link", $i);
/plugin/links4pages/lang/fr/
H A Dsettings.php9 $lang[sprintf("%'.02d_id", $i)] = sprintf("Bouton %d / ID du lien", $i);
10 $lang[sprintf("%'.02d_label", $i)] = sprintf("Bouton %d / Étiquette du lien (label)", $i);
11 $lang[sprintf("%'.02d_svg_id", $i)] = sprintf("Bouton %d / ID du media SVG", $i);
12 $lang[sprintf("%'.02d_pos", $i)] = sprintf("Button %d / Position du lien", $i);
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.1.6.class.php57 $this->_fqn(sprintf("___Button%s",md5(time().rand()))),
59 sprintf("font {%s} fontsize {auto} caption {%s}",
69 sprintf("exportmethod {html} url=%s", $actionURL));
86 sprintf(""));
90 $this->_fqn(sprintf("___ResetButton%d",$action)),
103 sprintf("exportmethod {html} url=%s", $actionURL));
135 sprintf("%s.%s",$fqgn,$value),
147 $items_str .= sprintf("%s ",$option[0]);
148 $text_str .= sprintf("%s ",$option[1]);
183 $name = sprintf("AnonymousFormObject_%u", md5(rand().time()));
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.img.align.php17 sprintf('Span bottom margin (%s) should be less than text bottom margin (%s)',
21sprintf('Span bottom margin (%s) should be less than image bottom margin (%s)',
25 sprintf('Span top margin (%s) should be greater than text top margin (%s)',
29 sprintf('Span top margin (%s) should be greater than image top margin (%s)',
33sprintf('Text bottom margin (%s) should be less than image bottom margin (%s)',
37 sprintf('Text top margin (%s) should be less than image top margin (%s)',
55 sprintf('Span bottom margin (%s) should be less than text bottom margin (%s)',
59sprintf('Span bottom margin (%s) should be less than image bottom margin (%s)',
63 sprintf('Span top margin (%s) should be greater than text top margin (%s)',
67 sprintf('Span top margin (%s) should be greater than image top margin (%s)',
[all …]
H A Dtest.pagebreak.php21 sprintf("Two pages expected, got %s",
25 sprintf("Page height (%s) is greater than media height (%s)",
31 sprintf("Second page height (%s) should be equal to media height (%s)",
38sprintf("First page (height %s) should contain 'first' DIV (height %s); media height is %s",
44 sprintf("Second page (height %s) should contain 'second' DIV (height %s)",
67 sprintf("2 pages expected, got %s",
73sprintf("First page (height %s) should contain only 'first' DIV (height %s); media height is %s",
138 sprintf("2 pages expected, got %s",
205 sprintf("2 pages expected, got %s",
/plugin/move/helper/
H A Dop.php35 msg(sprintf($this->getLang('notexist'), $src), -1);
39 msg(sprintf($this->getLang('norights'), $src), -1);
48 msg(sprintf($this->getLang('filelocked'), $src), -1);
54 msg(sprintf($this->getLang('notchanged'), $src), -1);
60 msg(sprintf($this->getLang('exists'), $src, $dst), -1);
66 msg(sprintf($this->getLang('notargetperms'), $dst), -1);
83 msg(sprintf($this->getLang('medianotexist'), $src), -1);
87 msg(sprintf($this->getLang('nomediarights'), $src), -1);
93 msg(sprintf($this->getLang('medianotchanged'), $src), -1);
99 msg(sprintf($this->getLang('mediaexists'), $src, $dst), -1);
[all …]
/plugin/relativetimehelper/
H A Dhelper.php36 $parts[] = sprintf($this->getLang('second'), 1);
38 $parts[] = sprintf($this->getLang('seconds'), $seconds);
48 array_unshift($parts, sprintf($this->getLang('minut'), 1));
60 array_unshift($parts, sprintf($this->getLang('hour'), 1));
62 array_unshift($parts, sprintf($this->getLang('hours'), $hours));
72 array_unshift($parts, sprintf($this->getLang('day'), 1));
74 array_unshift($parts, sprintf($this->getLang('days'), $days));
84 array_unshift($parts, sprintf($this->getLang('week'), 1));
86 array_unshift($parts, sprintf($this->getLang('weeks'), $weeks));
105 return sprintf($this->getLang('in future'), $relTime);
[all …]
/plugin/advanced/admin/
H A Dimport.php128 msg(sprintf($this->getLang('imp_page_already_exists'), $wiki_page), 2);
184 …echo sprintf('<button type="submit" name="import[upload_backup]" class="btn btn-primary primary">%…
203 echo sprintf('<h3>1. %s</h3>', $this->getLang('imp_select_namespace'));
206 echo sprintf('<option>%s</option>', $this->getLang('imp_select_namespace'));
210 echo sprintf('<option value="%s">%s</option>', $namespace['id'], $namespace['id']);
216 echo sprintf('<h3>2. %s</h3>', $this->getLang('imp_select_pages'));
233 echo sprintf('
249 echo sprintf('<tbody>
260 …echo sprintf('<button type="submit" name="import[upload_form]" class="btn btn-default">&larr; %s</…
261 …echo sprintf('<button type="submit" name="cmd[import]" class="btn btn-primary primary">%s &rarr;</…
[all …]
H A Dexport.php112 echo sprintf('<h3>%s</h3>', $this->getLang('exp_select_namespace'));
119 echo sprintf('<option value="%s">%s</option>', $namespace['id'], $namespace['id']);
128 …echo sprintf('<label><input type="checkbox" name="include-sub-ns" /> %s</label> ', $this->getLang(…
129 …echo sprintf('<button type="submit" name="cmd[export]" class="btn btn-default">%s &rarr;</button> …
130 …echo sprintf('<button type="submit" name="export[select_pages]" class="btn btn-primary primary">%s…
175 echo sprintf('<h3>%s</h3>', $this->getLang('exp_select_pages'));
176 echo sprintf('<input type="hidden" value="%s" name="ns" />', $INPUT->str('ns'));
200 echo sprintf('
223 …echo sprintf('<button type="submit" name="export[select_ns]" class="btn btn-default">&larr; %s</bu…
224 …echo sprintf('<button type="submit" name="cmd[export]" class="btn btn-primary primary">%s &rarr;</…
/plugin/eshop/
H A Dsyntax.php59 …$out .= sprintf('<tr><th>Price in USD:</th><td class="price" id="eshop_price_usd" data-unitprice="…
60 …$out .= sprintf('<tr><th>Price in EUR:</th><td class="price" id="eshop_price_eur" data-unitprice="…
61 …$out .= sprintf('<tr><th>Price in BTC:</th><td class="price" id="eshop_price_btc" data-unitprice="…
64 $out .= sprintf('<option value="%d">%d</option>', $i, $i);
69 … $out .= sprintf('<input type="hidden" name="id" value="%s" />', end(explode(':', $INFO['id'])));
70 $out .= sprintf('<input type="hidden" name="name" value="%s" />', $INFO['meta']['title']);
71 $out .= sprintf('<input type="hidden" name="btcunit" value="%f" />', $data['btc']);
72 …$out .= sprintf('<input type="hidden" name="btctotal" id="eshop_total" value="%f" />', $data['btc'…
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php
/plugin/fedauth/Auth/OpenID/
H A DParse.php113 $this->_link_find = sprintf("/<link\b(?!:)([^>]*)(?!<)>/%s",
123 $this->_attr_find = sprintf("/%s/%s",
127 $this->_removed_re = sprintf("/%s/%s",
132 sprintf("&(%s);", implode("|",
146 $closer = sprintf("(?:%s)", $options);
151 $expr = sprintf($expr, $tag_name, $closer);
152 return sprintf("/%s/%s", $expr, $this->_re_flags);
157 $expr = sprintf($this->_open_tag_expr, $tag_name);
158 return sprintf("/%s/%s", $expr, $this->_re_flags);
164 return sprintf("/%s/%s", $expr, $this->_re_flags);
[all …]
/plugin/openid/Auth/OpenID/
H A DParse.php113 $this->_link_find = sprintf("/<link\b(?!:)([^>]*)(?!<)>/%s",
123 $this->_attr_find = sprintf("/%s/%s",
127 $this->_removed_re = sprintf("/%s/%s",
132 sprintf("&(%s);", implode("|",
150 $closer = sprintf("(?:%s)", $options);
155 $expr = sprintf($expr, $tag_name, $closer);
156 return sprintf("/%s/%s", $expr, $this->_re_flags);
161 $expr = sprintf($this->_open_tag_expr, $tag_name);
162 return sprintf("/%s/%s", $expr, $this->_re_flags);
168 return sprintf("/%s/%s", $expr, $this->_re_flags);
[all …]
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php139 $message = sprintf(
153 $message = sprintf(
168 $message = sprintf(
199 $message = sprintf(
230 $message = sprintf(
252 $message = sprintf(
271 $message = sprintf(
290 $message = sprintf(
309 $message = sprintf(
329 $message = sprintf(
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DAbstractWebDriverCheckboxOrRadio.php69 sprintf('No %s are selected', $this->type === 'radio' ? 'radio buttons' : 'checkboxes')
114 sprintf('Cannot locate %s with value: %s', $this->type, $value)
130 throw new NoSuchElementException(sprintf('Cannot locate %s with index: %d', $this->type, $index));
146 $normalizeFilter = sprintf(
152 $xpathNormalize = sprintf('%s[%s]', $xpath, $normalizeFilter);
156 $idFilter = sprintf('@for = %s', XPathEscaper::escapeQuotes($id));
158 $xpath .= sprintf(' | //label[%s]', $idFilter);
159 $xpathNormalize .= sprintf(' | //label[%s and %s]', $idFilter, $normalizeFilter);
195 $valueSelector = $value ? sprintf(' and @value = %s', XPathEscaper::escapeQuotes($value)) : '';
203 sprintf('
[all...]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php9 use function sprintf; alias
20 …return new self(sprintf('The provided type "%s" is an interface, and can not be instantiated', $cl…
24 …return new self(sprintf('The provided type "%s" is a trait, and can not be instantiated', $classNa…
27 return new self(sprintf('The provided class "%s" does not exist', $className));
32 return new self(sprintf(
/plugin/links4pages/conf/
H A Dmetadata.php9 $meta[sprintf("%'.02d_id", $i)] = array('string');
10 $meta[sprintf("%'.02d_label", $i)] = array('string');
11 $meta[sprintf("%'.02d_svg_id", $i)] = array('string');
12 $meta[sprintf("%'.02d_pos", $i)] = array('numeric');
H A Ddefault.php9 $meta[sprintf("%'.02d_id", $i)] = '';
10 $meta[sprintf("%'.02d_label", $i)] = '';
11 $meta[sprintf("%'.02d_svg_id", $i)] = '';
12 $meta[sprintf("%'.02d_pos", $i)] = 0;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php46 $code = sprintf("class %s extends \%s implements %s {\n",
53 $code .= sprintf("%s \$%s;\n", $visibility, $name);
62 return sprintf("namespace %s {\n%s\n}", $namespace, $code);
67 $php = sprintf("%s %s function %s%s(%s)%s {\n",
88 ? sprintf(': ?%s', $method->getReturnType())
89 : sprintf(': %s', $method->getReturnType());
95 ? sprintf(': %s', $method->getReturnType())
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php311 …throw new \LogicException(sprintf('Cache can only be a string, false, or a \Twig\Cache\CacheInterf…
326 …@trigger_error(sprintf('The %s method is deprecated since version 1.22 and will be removed in Twig…
542 $name = sprintf('__string_template__%s', hash('sha256', $template, false));
628 …throw new LoaderError(sprintf('Unable to find one of the following templates: "%s".', implode('", …
937 throw new RuntimeError(sprintf('The "%s" extension is not enabled.', $class));
964 throw new RuntimeError(sprintf('Unable to load the "%s" runtime.', $class));
1001 …throw new \LogicException(sprintf('Unable to remove extension "%s" as extensions have already been…
1136 …throw new \LogicException(sprintf('Unable to add filter "%s" as extensions have already been initi…
1231 …throw new \LogicException(sprintf('Unable to add test "%s" as extensions have already been initial…
1308 …throw new \LogicException(sprintf('Unable to add function "%s" as extensions have already been ini…
[all …]
H A DTemplate.php481 …throw new RuntimeError(sprintf('Variable "%s" does not exist.', $item), -1, $this->getSourceContex…
534 … $message = sprintf('Key "%s" does not exist as the array is empty.', $arrayItem);
540 … $message = sprintf('Impossible to access a key ("%s") on a null variable.', $item);
542 …$message = sprintf('Impossible to access a key ("%s") on a %s variable ("%s").', $item, \gettype($…
545 … $message = sprintf('Impossible to access an attribute ("%s") on a null variable.', $item);
564 … $message = sprintf('Impossible to invoke a method ("%s") on a null variable.', $item);
566 $message = sprintf('Impossible to invoke a method ("%s") on an array.', $item);
568 …$message = sprintf('Impossible to invoke a method ("%s") on a %s variable ("%s").', $item, \gettyp…
687 … $message .= sprintf(' Use block("%s"%s) instead).', $arguments[0], $self ? '' : ', template');
689 …$message .= sprintf(' Use "block("%s"%s) is defined" instead).', $arguments[0], $self ? '' : ', te…
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php265 $else = sprintf($this->prepare(self::BLOCK_VAR_ELSE, $level + 1, false, true), $else);
268 return sprintf($this->prepare(self::BLOCK_VAR, $level), $id, $else);
292 return sprintf($this->prepare(self::BLOCK_ARG, $level), $id, $key);
317 $this->blocks[$key] = sprintf($this->prepare(self::BLOCK_FUNCTION, 0), $key, $code);
377 $delimTag = var_export(sprintf('{{= %s %s =}}', $otag, $ctag), true);
378 $helper = sprintf('$this->lambdaHelper->withDelimiters(%s)', $delimTag);
444 $indentParam = sprintf(self::PARTIAL_INDENT, var_export($indent, true));
449 return sprintf(
489 return sprintf(
620 return sprintf(self::CUSTOM_ESCAPE, $value);
[all …]

12345678910>>...45