Home
last modified time | relevance | path

Searched refs:sprintf (Results 226 – 250 of 1115) sorted by relevance

12345678910>>...45

/plugin/bureaucracy/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
H A Dfieldfile.php66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php112 …$class = sprintf('Twig_Extensions_Grammar_%s', ucfirst(isset($match[2]) ? $match[2] : 'Expression'…
114 …throw new Twig_Error_Runtime(sprintf('Unable to understand "%s" in grammar (%s class does not exis…
132 …throw new Twig_Error_Runtime(sprintf('Unable to parse grammar "%s" near "...%s..."', $str, substr(…
/plugin/svgimg2/
H A Dhelper.php45 $cmd = sprintf("%s %s -z%s%s --export-%s=%s",
65 $cmd = sprintf("{$conf['im_convert']} %s %s %s >/dev/null 2>&1",
75 $cmd = sprintf("rsvg %s %s --format=%s %s %s",
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.inc.php145 return preg_match(sprintf('/%s/',
151 if (preg_match(sprintf('/^(%s)\s*(.*)$/s', CSS_STRING1_REGEXP), $string, $matches)) {
160 if (preg_match(sprintf('/^(%s)\s*(.*)$/s', CSS_STRING2_REGEXP), $string, $matches)) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php27 $result .= sprintf(
47 $result .= sprintf(
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DProperty.php11 …parent::__construct(sprintf('Property "%s" already has a value for usergroup "%s".', $key, $usergr…
19 …parent::__construct(sprintf('Property key "%s" is reserved for internal use and overwritten when i…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php53 throw new ParseException(sprintf('File "%s" does not exist.', $filename));
57 throw new ParseException(sprintf('File "%s" cannot be read.', $filename));
227 …throw new ParseException(sprintf('%s keys are not supported. Quote your evaluable mapping keys ins…
245 …throw new ParseException(sprintf('Reference "%s" does not exist.', $refName), $this->getRealCurren…
318 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), $this->getRealCurrentLineN…
341 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), $realCurrentLineNbKey + 1,…
351 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), $this->getRealCurrentLineN…
656 …throw new ParseException(sprintf('Reference "%s" does not exist.', $value), $this->currentLineNb +…
772 $pattern = sprintf('/^ {%d}(.*)$/', $indentation);
1066 …throw new ParseException(sprintf('The built-in tag "!%s" is not implemented.', $tag), $this->getRe…
[all …]
/plugin/bureaucracy-au/helper/
H A Dfieldfile.php66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
/plugin/cryptsign/
H A Dsyntax.php76 $msg = sprintf($this->getLang('valid'),$user);
79 $msg = sprintf($this->getLang('invalid'),$user);
/plugin/bureaucracyau/helper/
H A Dfieldfile.php66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php105 return sprintf(
117 return sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php62 throw new NoCallsException(sprintf(
76 throw new NoCallsException(sprintf(
/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php24 throw new TimeoutException(sprintf(
42 throw new TimeoutException(sprintf(
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.note-call.width.php45sprintf('Right edge of paragraph content (%s) is greater than paragraph right edge (%s)',
78sprintf('Right edge of paragraph content (%s) is greater than paragraph right edge (%s)',
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DConsecutiveParameters.php106 sprintf(
116 sprintf(
/plugin/pagestat/
H A Daction.php61 $mybt=sprintf($mybt,"ptools_edit"," in edit");
64 $mybt=sprintf($mybt,"ptools_main"," main edit");
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php45 throw new InvalidArgumentException(sprintf(
51 throw new InvalidArgumentException(sprintf(
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DInlineMentionParser.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php134 \sprintf(
146 \sprintf(
/plugin/authphpbb3/
H A Daction.php114 …$event->data->addElement('<p>' . sprintf($this->getLang('login_bottom_text'), $phpbb_url) . '</p>'…
142 $profile = sprintf($profile, $data['phpbb_profile'], $data['name']);
144 $profile = sprintf($profile, '#', $event->data['name']);
/plugin/watchcycle/
H A Dsyntax.php160 $renderer->doc .= sprintf($this->getLang('last check'), $days_ago);
170 $renderer->doc .= sprintf($this->getLang('since last check'), $changes_link) . '<br />' . NL;
199 return sprintf($this->getLang('maintained by'), implode(', ', $flat)) . '<br />' . NL;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php70 …return sprintf('__internal_%s', hash('sha256', __METHOD__.$this->stream->getSourceContext()->getCo…
78 …@trigger_error(sprintf('The "%s" method is deprecated since version 1.27 and will be removed in 2.…
194 …$e = new SyntaxError(sprintf('Unexpected "%s" tag', $token->getValue()), $token->getLine(), $this-…
197 …$e->appendMessage(sprintf(' (expecting closing tag for the "%s" tag defined near line %s).', $test…
200 …$e = new SyntaxError(sprintf('Unknown "%s" tag.', $token->getValue()), $token->getLine(), $this->s…
290 …throw new SyntaxError(sprintf('"%s" cannot be used as a macro name as it is a reserved keyword.', …
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php242 … throw new InvalidArgumentException(sprintf('The cache directory "%s" is not writable.', $dir));
364 … throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
402 throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
406 …throw new InvalidArgumentException(sprintf('There is already a directory configured for the namesp…
441 throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
445 …throw new InvalidArgumentException(sprintf('There is no directory configured for namespace prefix …
603 throw new RuntimeException(sprintf('Could not create directory "%s".', $dir));
/plugin/statdisplay/helper/
H A Dtable.php72 $pct = sprintf('%.2f', $this->log->progress());
87 sprintf($this->getLang('t_topReferrer'), $date)
102 sprintf($this->getLang('t_topEntry'), $date)
117 sprintf($this->getLang('t_topUserAgents'), $date)
132 sprintf($this->getLang('t_topPages'), $date)
147 $title = sprintf($this->getLang('t_' . $by), $date);
204 $this->head(sprintf($this->getLang('t_statisticMonth'), $date), 3);
417 return sprintf("%.2f%%", $val * 100 / $max);

12345678910>>...45