Home
last modified time | relevance | path

Searched refs:sprintf (Results 376 – 400 of 1115) sorted by relevance

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

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DUUIDUtil.php28 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DUUIDUtil.php28 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DUnknownPseudoClassException.php24 sprintf(
H A DUnknownPseudoElementException.php24 sprintf(
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DNumber.php19 return sprintf('<%s:number>', $this->name);
H A DSwitch.php19 return sprintf('<%s:switch>', $this->name);
H A DBoolean.php19 return sprintf('<%s:boolean>', $this->name);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DSerializedName.php23 throw new RuntimeException(sprintf('"value" must be a string.'));
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.width.percentage.php25 sprintf('Non-zero width expected, got %s', $wrapper->get_width()));
/plugin/davcard/vendor/sabre/vobject/lib/
H A DUUIDUtil.php28 return sprintf(
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DUUIDUtil.php28 return sprintf(
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DSlugGeneratorInterface.php
/plugin/davcal/vendor/sabre/vobject/lib/
H A DUUIDUtil.php28 return sprintf(
/plugin/strata/helper/
H A Dtriples.php58 msg(sprintf($this->getLang('error_triples_nodriver'), $driver), -1);
139 msg(sprintf($this->getLang('error_triples_remove'),hsc($error[2])),-1);
187 msg(sprintf($this->getLang('error_triples_fetch'),hsc($error[2])),-1);
231 msg(sprintf($this->getLang('error_triples_add'),hsc($error[2])),-1);
263 msg(sprintf($this->getLang('error_triples_query'),hsc($error[2])),-1);
265 msg(sprintf($this->getLang('debug_sql'),hsc($sql)),-1);
266 msg(sprintf($this->getLang('debug_literals'), hsc(print_r($literals,1))),-1);
847 msg(sprintf($this->getLang('error_triples_node'),hsc($query['type'])),-1);
/plugin/bureaucracyau/helper/
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/bureaucracy-au/helper/
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/bureaucracy/helper/
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php518 …throw new RuntimeError(sprintf('The "replace" filter expects an array or "Traversable" as replace …
641 …throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s"…
645 …throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s"…
919 …throw new RuntimeError(sprintf('The sort filter only works with arrays or "Traversable", got "%s".…
1133 …throw new RuntimeError(sprintf('Invalid escaping strategy "%s" (valid ones: %s).', $strategy, $val…
1221 return sprintf('\u%04s', $char);
1224 return sprintf('\u%04s\u%04s', substr($char, 0, -4), substr($char, -4));
1231 return sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : twig_ord($char));
1275 return sprintf('&#x%02X;', $ord);
1282 return sprintf('&#x%04X;', twig_ord($chr));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php67 use function sprintf;
227 throw new EncoderException(sprintf(
363 $message = sprintf(
502 throw new EncoderException(sprintf('Unable to decode value to a type for tag %s.', $tagType));
631 throw new EncoderException(sprintf(
709 throw new EncoderException(sprintf(
715 throw new EncoderException(sprintf(
1043 throw new EncoderException(sprintf(
1049 throw new EncoderException(sprintf(
1071 $octet = sprintf("
[all...]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DIgnoreAnnotation.php49 …throw new \RuntimeException(sprintf('@IgnoreAnnotation expects either a string name, or an array o…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DPCREMatch.php56 return sprintf(
H A DIsEmpty.php57 return sprintf(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DReturnArgument.php36 return sprintf('return argument #%d', $this->argumentIndex);
H A DReturn.php36 return sprintf(
/plugin/fedauth/Auth/Yadis/
H A DMisc.php49 $result .= "%".sprintf("%X", ord($c[$i]));

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