Home
last modified time | relevance | path

Searched refs:sprintf (Results 451 – 475 of 1115) sorted by relevance

1...<<11121314151617181920>>...45

/plugin/bureaucracy-au/helper/
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
/plugin/bureaucracyau/helper/
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/Generator/
H A DStringTemplateLinkGenerator.php30 $mention->setUrl(\sprintf($this->urlTemplate, $mention->getIdentifier()));
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DDefaultSlugGenerator.php
/plugin/bureaucracy/helper/
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.fixed.height.php16 sprintf("Two pages expected, got %s",
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DPHP.php30 $output = sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DLogicalNotToken.php71 return sprintf('not(%s)', $this->token);
H A DApproximateValueToken.php53 return sprintf('≅%s', round($this->value, $this->precision));
H A DArrayCountToken.php61 return sprintf('count(%s)', $this->count);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DBlockNode.php33 …->write(sprintf("public function block_%s(\$context, array \$blocks = [])\n", $this->getAttribute(…
/plugin/ipban/ip-lib/src/Range/
H A DType.php138 return $type === null ? 'Unknown type' : sprintf('Unknown type (%s)', $type);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessageRegExp.php60 return sprintf(
/plugin/bez/tpl/
H A Dactivity.php15 <?php $post = sprintf($tpl->getLang('timeline ' . $row['type']),
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DXmlErrorException.php33 …parent::__construct(sprintf('[%s] %s in %s (line: %d, column: %d)', $level, $error->message, $erro…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DFqsen.php49 sprintf('"%s" is not a valid Fqsen.', $fqsen)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php26 sprintf(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DConsoleErrorListener.php20 \fwrite(\STDERR, \sprintf("line %d:%d %s\n", $line, $charPositionInLine, $msg));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DConsecutiveCalls.php43 return sprintf(
H A DReturnCallback.php39 return sprintf(
/plugin/offline/inc/
H A Dlog.inc.php19 $outputStr .= sprintf("%-20s", $key) . $element . "\n";
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DInvokedAtIndex.php80 sprintf(

1...<<11121314151617181920>>...45