Home
last modified time | relevance | path

Searched refs:sprintf (Results 651 – 675 of 1115) sorted by relevance

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php43 … $message = sprintf('The given message type "%s" is not supported', print_r($messageType, true));
/plugin/statdisplay/pchart/
H A DColor.php68 return sprintf("Color<%d, %d, %d>", $this->r, $this->g, $this->b);
/plugin/ireadit/action/
H A Dnotification.php61 $full = sprintf($this->getLang('notification full'), $link);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DActionTransition.php69 return \sprintf('action_%d:%d', $this->ruleIndex, $this->actionIndex);
H A DRuleTransition.php71 return \sprintf('rule_%d:%d,%s', $this->ruleIndex, $this->precedence, $this->followState);
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php58 throw new LogicException(sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DMsi.php79 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid character "%s" in MSI barcode value "%s"', $digit, $code));
H A DImb.php111 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid MSI routing code "%s"', $routingCode));
136 $first_byte = sprintf('%2s', dechex((hexdec($binaryCodeArray[0]) << 2) >> 2));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php15 throw new \InvalidArgumentException(sprintf('Array does not contain key "%s"', $key));
/plugin/struct/types/
H A DDate.php88 return sprintf('%d-%02d-%02d', $year, $month, $day);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.page.inc.php274 error_log(sprintf('Unknown page selector in @page rule: \'%s\'', $selector));
367 error_log(sprintf('Unrecognized margin box selector: \'%s\'', $css));
H A Dutils_units.php28 return sprintf("%.2f%s",
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php68 sprintf(
327 sprintf(
/plugin/combo/ComboStrap/
H A DSqlite.php132 return (preg_match(sprintf('%1$s%2$s%1$s%3$s', $delimiter, $pattern, $modifiers), $data) > 0);
241 fwrite(STDERR, "Permission " . substr(sprintf('%o', fileperms($dbFile)), -4) . "\n");
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php36 error_log(sprintf("Unknown status code passed to 'status2class': %s", $status));
266 $this->setMessage(sprintf('Found Curl extension version %s.', $version['version']));
388 …$this->setMessage(sprintf('<a href="http://php.net/filesystem">pcre.backtrack_limit</a> is set to …
/plugin/strata/syntax/
H A Dentry.php91 msg(sprintf($this->syntax->getLang('error_entry_block'), ($tree['cs'][0]['tag']?sprintf($this->syntax->getLang('named_group'),utf8_tohtml(hsc($tree['cs'][0]['tag']))):$this->syntax->getLang('unnamed_group')), utf8_tohtml(hsc($result['entry']))),-1);
131 msg(sprintf($this->syntax->getLang('error_entry_line'), utf8_tohtml(hsc($line))),-1);
/plugin/datatables/
H A Daction.php
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php57 …throw new Mustache_Exception_RuntimeException(sprintf('FilesystemLoader baseDir must be a director…
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php76 $encoded .= sprintf('%s=%s&', urlencode($this->key), urlencode($value));
/plugin/stopforumspam/
H A Daction.php42 $uri = sprintf("http://api.stopforumspam.org/api?f=json&email=%s&username=%s&ip=%s",
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php41 …throw new \InvalidArgumentException(sprintf('All variable values must be strings, but got %s for v…
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDOMNodeComparator.php63 sprintf("Failed asserting that two DOM %s are equal.\n", $type)
/plugin/autologoff/
H A Daction.php56 msg(sprintf($this->getLang('loggedoff'), hsc($_SERVER['REMOTE_USER'])));
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DFromTokenParser.php56 …throw new SyntaxError(sprintf('"%s" cannot be an imported macro as it is a reserved keyword.', $na…
H A DMacroTokenParser.php45 …throw new SyntaxError(sprintf('Expected endmacro for macro "%s" (but "%s" given).', $name, $value)…

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