Home
last modified time | relevance | path

Searched refs:sprintf (Results 576 – 600 of 1115) sorted by last modified time

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

/plugin/swarmwebhook/
H A Dadmin.php25 $secretNeededMsg = sprintf(
/plugin/userimportextended/
H A Dadmin.php131 ptln(' <td class="lineno"> '.sprintf('%0'.$digits.'d',$line).' </td>');
207 $error = sprintf($this->getLang('import_error_fields'), count($raw));
216 msg(sprintf($this->getLang('import_notify_fail'),$clean[0],$clean[3]),-1);
224 …msg(sprintf($this->getLang('import_success_count'), ($import_success_count+$import_fail_count), $i…
226 msg(sprintf($this->getLang('import_failure_count'), $import_fail_count),-1);
/plugin/authphpbb3/
H A Daction.php114 …$event->data->addElement('<p>' . sprintf($this->getLang('login_bottom_text'), $phpbb_url) . '</p>'…
142 $profile = sprintf($profile, $data['phpbb_profile'], $data['name']);
144 $profile = sprintf($profile, '#', $event->data['name']);
/plugin/quicksubscribe/
H A Daction.php47 $msg = sprintf($this->getLang('sub_succ'), prettyprint_id($ns));
49 $msg = sprintf($this->getLang('sub_fail'), prettyprint_id($ns));
55 $msg = sprintf($this->getLang('unsub_succ'), prettyprint_id($ns));
57 $msg = sprintf($this->getLang('unsub_fail'), prettyprint_id($ns));
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAbstractFileDriver.php41 …throw new \RuntimeException(sprintf('Locator "%s" must be an instance of "AdvancedFileLocatorInter…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php196 …throw new RuntimeException(sprintf('An error occurred while encoding your data (error code %d).', …
H A DSerializer.php101 … throw new InvalidArgumentException(sprintf('The direction "%s" does not exist.', $dirStr));
119 sprintf(
137 sprintf(
200 throw new RuntimeException(sprintf(
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DDoctrineTypeDriver.php51 $targetEntity = sprintf('ArrayCollection<%s>', $targetEntity);
H A DExpressionMetadataTrait.php32 …throw new InvalidMetadataException(sprintf('Can not parse the expression "%s"', $expression), 0, $…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php65 throw new \InvalidArgumentException(sprintf(
74 throw new \InvalidArgumentException(sprintf(
H A DIgnoreAnnotation.php49 …throw new \RuntimeException(sprintf('@IgnoreAnnotation expects either a string name, or an array o…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotation.php61 sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this))
76 sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this))
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…
H A DFileCacheReader.php76 throw new \InvalidArgumentException(sprintf(
86 …throw new \InvalidArgumentException(sprintf('The directory "%s" does not exist and could not be cr…
208 …throw new \InvalidArgumentException(sprintf('The directory "%s" is not writable. Both, the webserv…
214 … throw new \RuntimeException(sprintf('Unable to create tempfile in directory: %s', $this->dir));
222 throw new \RuntimeException(sprintf('Unable to write cached file to: %s', $tempfile));
229 throw new \RuntimeException(sprintf('Unable to rename %s to %s', $tempfile, $path));
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php9 use function sprintf; alias
20 …return new self(sprintf('The provided type "%s" is an interface, and can not be instantiated', $cl…
24 …return new self(sprintf('The provided type "%s" is a trait, and can not be instantiated', $classNa…
27 return new self(sprintf('The provided class "%s" does not exist', $className));
32 return new self(sprintf(
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php45 $line = sprintf(
84 $attributes .= sprintf('%s&', $attribute->getCsvFragment());
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php76 $encoded .= sprintf('%s=%s&', urlencode($this->key), urlencode($value));
/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/src/Extension/
H A DStagingExtension.php38 …@trigger_error(sprintf('Overriding function "%s" that is already registered is deprecated since ve…
52 …@trigger_error(sprintf('Overriding filter "%s" that is already registered is deprecated since vers…
76 …@trigger_error(sprintf('Overriding tag "%s" that is already registered is deprecated since version…
100 …@trigger_error(sprintf('Overriding test "%s" that is already registered is deprecated since versio…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DBlockReferenceNode.php33 …->write(sprintf("\$this->displayBlock('%s', \$context, \$blocks);\n", $this->getAttribute('name')))
H A DDeprecatedNode.php41 $compiler->write(sprintf('$%s = ', $varName))
44 ->write(sprintf('@trigger_error($%s', $varName));
49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DEndsWithBinary.php23 ->raw(sprintf('(is_string($%s = ', $left))
25 ->raw(sprintf(') && is_string($%s = ', $right))
27 … ->raw(sprintf(') && (\'\' === $%2$s || $%2$s === substr($%1$s, -strlen($%2$s))))', $left, $right))
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php40 …throw new SyntaxError(sprintf("The block '%s' has already been defined line %d.", $name, $this->pa…
52 …throw new SyntaxError(sprintf('Expected endblock for block "%s" (but "%s" given).', $name, $value)…
H A DForTokenParser.php112 …throw new SyntaxError(sprintf('The "loop.%s" variable is not defined when looping with a condition…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DPCREMatch.php56 return sprintf(

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