Home
last modified time | relevance | path

Searched refs:sprintf (Results 426 – 450 of 1115) sorted by relevance

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

/plugin/fedauth/Auth/OpenID/
H A DServer.php375 sprintf("%s request missing required parameter %s from \
643 sprintf($fmt, $session_type, $assoc_type));
657 'expires_in' => sprintf('%d', $assoc->getExpiresIn()),
1044 sprintf($fmt, $this->identity, $identity));
1379 $handle = sprintf('{%s}{%x}{%s}', $assoc_type, intval(time()), $uniq);
1562 sprintf("Invalid OpenID namespace URI: %s", $old_ns));
1597 sprintf("Unrecognized OpenID mode %s", $mode));
1639 return sprintf("return_to %s not under trust_root %s",
1732 $message = sprintf('Association type %s is not supported with '.
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DException.php43 return sprintf(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsJson.php59 return sprintf(
H A DJsonMatches.php64 return sprintf(
H A DExceptionCode.php52 return sprintf(
/plugin/commonmark/vendor/league/commonmark/src/
H A DCommonMarkConverter.php
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownFilterException.php26 $message = sprintf('Unknown filter: %s', $filterName);
H A DUnknownHelperException.php26 $message = sprintf('Unknown helper: %s', $helperName);
H A DUnknownTemplateException.php26 $message = sprintf('Unknown template: %s', $templateName);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DVirtualProperty.php41 …throw new InvalidArgumentException(sprintf('Unknown property "%s" on annotation "%s".', $key, self…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DCallbackToken.php35 throw new InvalidArgumentException(sprintf(
H A DStringContainsToken.php65 return sprintf('contains("%s")', $this->value);
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessSignaledException.php29 parent::__construct(sprintf('The process has been signaled with signal "%s".', $process->getTermSignal()));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DLexerDFASerializer.php19 return \sprintf('\'%s\'', StringUtils::char($i));
H A DPredPrediction.php28 return \sprintf('(%s, %d)', (string) $this->pred, $this->alt);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DMethod.php43 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DMethod.php42 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DMethod.php40 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DNameGenerator.php50 return sprintf('Double\%s\P%d', implode('\\', $parts), self::$counter++);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontFileFinder.php33 throw new \Mpdf\MpdfException(sprintf('Cannot find TTF TrueType font file "%s" in configured font directories.', $name));
/plugin/submgr/
H A Dhelper.php157 msg(sprintf($this->getLang('appliedrule'), count($users)));
176 msg(sprintf($this->getLang('removedrule'), count($users)));
/plugin/progrecss/
H A Dsyntax.php123 $data['f'] = sprintf($data['pdisplay'].'%%', intval($p));
131 $IDnum= sprintf("progrecss_id_%03d",
/plugin/rater/
H A Daction.php94 … $rater_already_rated_msg = sprintf($this->getConf('already_rated_msg'),$rater_ip_vote_qty);
108 {$rater_endmsg =sprintf($msg_votended,date('d.m.Y',strtotime($rater_end))).'<br>';
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php60 …throw new ExpressionLanguageRequiredException(sprintf('The property %s on %s requires the expressi…
103 … throw new LogicException(sprintf('%s on %s is read only.', $metadata->name, $metadata->class));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php74 throw new Exception(sprintf('Service class %s does not exist.', $className));
87 throw new Exception(sprintf('Service class %s must implement ServiceInterface.', $className));

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