Home
last modified time | relevance | path

Searched refs:sprintf (Results 601 – 625 of 1115) sorted by relevance

1...<<21222324252627282930>>...45

/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php375 throw new InvalidArgumentException(sprintf(
391 throw new RuntimeException(sprintf(
/plugin/statistics/
H A Dadmin.php259 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
265 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
332 echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
344 echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
/plugin/jplayer/vendor/symfony/process/
H A DInputStream.php48 throw new RuntimeException(sprintf('"%s" is closed.', static::class));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestCase.php242 $message = sprintf(
/plugin/logindelay/action/
H A Dlogin.php90 msg(sprintf($this->getLang('errorMessage'), $allowedRetry), -1);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DVarUtils.php41 …throw new \InvalidArgumentException(sprintf('The template "%s" contains the variable "%s", but was…
/plugin/cleanup/
H A Dadmin.php62 …echo '<p>' . sprintf($this->getLang('sum'), count($this->helper->list), filesize_h($this->helper->…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTerms.php53 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be a scalar, %s given.', __METHOD__, \is_object($term) ? \get_class($term) : \gettype($term)));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DPrecedencePredicate.php55 return \sprintf('{%d>=prec}?', $this->precedence);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfArray.php78 \sprintf('Array with %s entries expected.', $size),
/plugin/oauthazure/
H A DAzure.php50 $discover = sprintf($discover, $plugin->getConf('tenant'));
/plugin/struct/helper/
H A Dlookup.php53 $thanks = sprintf($this->getLang('bureaucracy_action_struct_lookup_thanks'), wl($ID));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DUnescaper.php117 throw new ParseException(sprintf('Found unknown escape character "%s".', $value));
/plugin/html2pdf/html2pdf/html2ps/
H A Dparser.xhtml.class.php10 error_log(sprintf("Cannot parse document: %s", $pipeline->get_base_url()));
/plugin/markdownextra/
H A Daction.php36 $event->data = sprintf("%s<markdown>\n%s\n</markdown>", $match[1], $match[2]);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php71 sprintf(
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DOptional.php34 return sprintf('[%s]', implode(' ', $repr));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DConstraint.php96 $failureDescription = sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php54 $subject = sprintf(
/plugin/statdisplay/pchart/
H A DShadowProperties.php70 return sprintf("ShadowProperties<%d, %d, %d, %s, %d, %d>",
/plugin/statistics/inc/pchart/
H A DShadowProperties.php72 return sprintf(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php72 return \sprintf('{%s}', \implode(', ', $this->values()));
/plugin/combo/vendor/symfony/yaml/
H A DUnescaper.php111 throw new ParseException(sprintf('Found unknown escape character "%s".', $value));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DAbstractReader.php69 \sprintf(

1...<<21222324252627282930>>...45