Home
last modified time | relevance | path

Searched refs:sprintf (Results 401 – 425 of 1115) sorted by path

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

/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php194 $parts['host'] = sprintf("ssl://%s", $parts['host']);
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php234 return sprintf('{"success":1,"name":"fa[%s][%s]","title":"%s","value":"%s"}',
/plugin/fedauth/classes/
H A Dfa_provider.class.php138 $str .= sprintf("\$%s['%s']['%s'] = %s;\n", $varname, $this->id,
/plugin/fetchmedia/action/
H A Dajax.php85 …return ['status' => 409, 'status_text' => sprintf($this->getLang('error: page is locked'), $lock)];
/plugin/fetchmedia/
H A Dyarn.lock109 sprintf-js "~1.0.2"
2806 sprintf-js@~1.0.2:
2808 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd0152…
/plugin/file2dw/
H A Daction.php588 $path = sprintf('%s/%s%s', $dir, $prefix, mt_rand(100000, mt_getrandmax()));
/plugin/filelist/
H A Dsyntax.php
/plugin/filelisting/
H A Dhelper.php45 $ret .= sprintf($this->getLang('files_in_namespace'), $ns_string);
291 $msg = sprintf($lang['deletesucc'], noNS($DEL));
294 $msg = sprintf($lang['mediainuse'],noNS($DEL));
297 $msg = sprintf($lang['deletefail'],noNS($DEL));
/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 DAnnotationException.php98 return self::semanticalError(sprintf(
120 return self::typeError(sprintf(
144 return self::typeError(sprintf(
168 return new self(sprintf(
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/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…
H A DTarget.php86sprintf('@Target expects either a string value, or an array of strings, "%s" given.',
96 sprintf('Invalid Target "%s". Available targets: [%s]',
/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(
H A DUnexpectedValueException.php8 use function sprintf; alias
20 sprintf(
37 sprintf(
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php13 use function sprintf; alias
95 $serializedString = sprintf(
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php250 $regex = sprintf(
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php33 $targetPath = sprintf('%s/findologic.csv', $targetDirectory);
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));
H A DProperty.php11 …parent::__construct(sprintf('Property "%s" already has a value for usergroup "%s".', $key, $usergr…
19 …parent::__construct(sprintf('Property key "%s" is reserved for internal use and overwritten when i…
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php27 $targetPath = sprintf('%s/findologic_%d_%d.xml', $targetDirectory, $start, $count);
/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…

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