Home
last modified time | relevance | path

Searched refs:sprintf (Results 326 – 350 of 1115) sorted by relevance

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

/plugin/combo/vendor/symfony/yaml/
H A DParser.php55 throw new ParseException(sprintf('File "%s" does not exist.', $filename));
59 throw new ParseException(sprintf('File "%s" cannot be read.', $filename));
251 throw new ParseException(sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$refName])), $refName), $this->currentLineNb + 1, $this->currentLine, $this->filename);
254 throw new ParseException(sprintf('Reference "%s" does not exist.', $refName), $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filename);
327 throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), $this->getRealCurrentLineNb() + 1, $this->currentLine);
350 throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), $realCurrentLineNbKey + 1, $this->currentLine);
360 throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), $this->getRealCurrentLineNb() + 1, $this->currentLine);
732 throw new ParseException(sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$value])), $value), $this->currentLineNb + 1, $this->currentLine, $this->filename);
735 throw new ParseException(sprintf('Reference "%s" does not exist.', $value), $this->currentLineNb + 1, $this->currentLine, $this->filename);
775 throw new ParseException(sprintf('Unexpecte
[all...]
/plugin/bureaucracy-au/
H A Dsyntax.php89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
129 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
163 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
239 msg(sprintf($this->getLang('e_labelpage'), html_wikilink($labelpage)), -1);
337 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);
/plugin/bureaucracyau/
H A Dsyntax.php89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
129 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
163 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
239 msg(sprintf($this->getLang('e_labelpage'), html_wikilink($labelpage)), -1);
337 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php301 $ascii .= sprintf('\u%04s', bin2hex($utf16));
312 $ascii .= sprintf('\u%04s', bin2hex($utf16));
324 $ascii .= sprintf('\u%04s', bin2hex($utf16));
337 $ascii .= sprintf('\u%04s', bin2hex($utf16));
351 $ascii .= sprintf('\u%04s', bin2hex($utf16));
/plugin/qc/
H A DOutput.php129 $html .= sprintf($this->helper->getLang($err . '_h'), $val);
135 $html .= '<p>' . sprintf($this->helper->getLang($err), $val) . '</p>';
/plugin/quizlib/
H A Dsyntax.php75 $renderer->doc .= sprintf('<div id="%s">', $match['id']) . PHP_EOL;
128 …$renderer->doc .= sprintf('<button class="quizlib-submit" type="button" onclick="quizlibShowResult…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerApiFilter.php118 …throw new \RuntimeException(sprintf('The Google Closure Compiler API threw some server errors: '.p…
124 …throw new \RuntimeException(sprintf('The Google Closure Compiler API threw some errors: '.print_r(…
/plugin/acknowledge/
H A Daction.php174 $html .= sprintf($this->getLang('ackGranted'), dformat($ack));
183 . sprintf($this->getLang('ackDiff'), dformat($latest))
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php435 $message = sprintf('Expected %s, got ', $expected);
438 : sprintf("'%s' at position %s", $token['value'], $token['position']);
734 …throw AnnotationException::semanticalError(sprintf('The annotation "@%s" in %s was never imported.…
741 …throw AnnotationException::semanticalError(sprintf('The annotation "@%s" in %s does not exist, or …
760 …throw AnnotationException::semanticalError(sprintf('The class "%s" is not annotated with @Annotati…
772sprintf('Annotation @%s is not allowed to be declared on %s. You may only use this annotation on t…
835 …throw AnnotationException::creationError(sprintf('The annotation @%s declared on %s does not have …
840 …throw AnnotationException::creationError(sprintf('The annotation @%s declared on %s does not accep…
/plugin/numberedheadings/
H A DREADME.md49 [sprintf](https://www.php.net/manual/en/function.sprintf.php "sprintf"),
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php110 $msg = sprintf(
119 $msg = sprintf(
182 $msg = sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php142 throw new ProtocolException(sprintf(
149 throw new ProtocolException(sprintf(
264 throw new ProtocolException(sprintf(
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php163 \sprintf('Object (id:%s) not found.', $objectNumber),
178 \sprintf('Object (id:%s) not found at location (%s).', $objectNumber, $offset),
186 \sprintf('Wrong object found, got %s while %s was expected.', $object->objectNumber, $objectNumber),
/plugin/issuetracker/
H A Dedit.php40 … $subject = sprintf($lang['issuemod_subject'], $issue['id'], $project, $lang['th_'.$column]);
42 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
44 … $changes = sprintf($lang['issuemod_changes'],$lang['th_'.$column], $old_value, $new_value);
91 $subject = sprintf($lang['issueassigned_subject'], $issue['id'], $project);
93 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
219 …$bodyhtml = str_ireplace("%%issuedescrmod_subject%%",sprintf($lang['issuedescrmod_subject'],$issue…
/plugin/html2pdf/html2pdf/html2ps/
H A Derror.php5 die(sprintf("Error: unoverridden '%s' method called in '%s'", $method, $class));
H A Dps.utils.inc.php10 return sprintf("%.3f %.3f %.3f",$color[0]/255,$color[1]/255,$color[2]/255);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php13 use function sprintf; alias
95 $serializedString = sprintf(
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php93 …throw new RuntimeException(sprintf('Invalid date "%s", expected valid XML Schema date string.', $d…
144 …throw new RuntimeException(sprintf('Invalid datetime "%s", expected valid XML Schema dateTime stri…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php152 …throw new \RuntimeException(sprintf('The asset target path "%s" must contain the variable "{%s}".'…
169 …throw new \InvalidArgumentException(sprintf('The asset with source path "%s" has no variable named…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php92 …throw new Twig_Error_Syntax(sprintf('The type "%s" does not exist. Known types are: "%s"', $type, …
136 …throw new Twig_Error_Syntax(sprintf('The style "%s" does not exist. Known styles are: "%s"', $styl…
/plugin/blog/
H A Dhelper.php182 $key = sprintf('%08x', $key);
186 return sprintf('%s_%s', $key, $unique_keys_memoize[$key]++);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php282 throw new BadMethodCallException(sprintf(
324 $msg = sprintf(
330 $msg .= sprintf(' with params: %s', json_encode($params, JSON_UNESCAPED_SLASHES));
340 sprintf(
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DArray.php19 return sprintf('<%s:array>', $this->name);
H A DExpression.php19 return sprintf('<%s>', $this->name);
/plugin/ipban/ip-lib/src/Address/
H A DType.php39 return sprintf('Unknown type (%s)', $type);

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