Home
last modified time | relevance | path

Searched refs:sprintf (Results 351 – 375 of 1115) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsReadable.php43 return sprintf(
H A DIsWritable.php43 return sprintf(
H A DDirectoryExists.php43 return sprintf(
H A DFileExists.php43 return sprintf(
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DArguments.php19 return sprintf('<%s:arguments>', $this->name);
H A DHash.php19 return sprintf('<%s:hash>', $this->name);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DAggregateException.php14 sprintf('%s; %d rejected promises', $msg, count($reasons))
/plugin/combo/vendor/symfony/process/
H A DProcess.php349 throw new RuntimeException(sprintf('The provided cwd "%s" does not exist.', $this->cwd));
1246 throw new LogicException(sprintf('Invalid option "%s" passed to "%s()". Supported options are "%s".', $key, __METHOD__, implode('", "', $existingOptions)));
1509 exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
1512 throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
1522 } elseif ($ok = proc_open(sprintf('kill -%d %d', $signal, $pid), [2 => ['pipe', 'w']], $pipes)) {
1527 throw new RuntimeException(sprintf('Error while sending signal "%s".', $signal));
1596 throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
1608 throw new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionName));
1638 throw new InvalidArgumentException(sprintf('Command line is missing a value for parameter "%s": ', $matches[1]).$commandline);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DUnexpectedTagNameException.php16 sprintf(
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php246 …throw new RuntimeException(sprintf('Unsupported value for XML attribute for %s. Expected character…
257 …throw new RuntimeException(sprintf('If you make use of @XmlValue, all other properties in the clas…
268 …throw new RuntimeException(sprintf('Unsupported value for property %s::$%s. Expected character dat…
278 …throw new RuntimeException(sprintf('Unsupported value type for XML attribute map. Expected array b…
287 …throw new RuntimeException(sprintf('Unsupported value for a XML attribute map value. Expected char…
/plugin/schedule/
H A DscheduleRoot.class.php132 …$ds_date = sprintf ("%08d", date ("Ymd", mktime (0, 0, 0, date ("n"), date ("j")+$matches["delta"]…
134 …$ds_date = sprintf ("%08d", date ("Ymd", mktime (0, 0, 0, date ("n"), date ("j")-$matches["delta"…
136 $ds_date = sprintf ("%04d%02d%02d", $dt_date["Y"], $dt_date["m"], $dt_date["d"]);
138 $ds_date = sprintf ("20%02d%02d%02d", $dt_date["Y"], $dt_date["m"], $dt_date["d"]);
147 return sprintf ("%02d/%02d/%04d",
/plugin/bureaucracy/
H A Dsyntax.php94 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
134 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
168 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
244 msg(sprintf($this->getLang('e_labelpage'), html_wikilink($labelpage)), -1);
342 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticFilterNode.php18 …$compiler->raw(sprintf('$this->env->getExtension(\'Assetic\\Extension\\Twig\\AsseticExtension\')->…
H A DAsseticTokenParser.php116 …throw new \Twig_Error_Syntax(sprintf('Unexpected token "%s" of value "%s"', \Twig_Token::typeToEng…
166 …@trigger_error(sprintf('Overwriting %s::createNode is deprecated since 1.3. Overwrite %s instead.'…
190 …@trigger_error(sprintf('The %s method is deprecated since 1.3 and will be removed in 2.0. Use crea…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php99 throw new \RuntimeException(sprintf('Unknown service id "%s".', $id));
196 … throw new \LogicException(sprintf('Unsupported manager type "%s".', get_class($manager)));
200 …throw new \RuntimeException(sprintf('The namespace alias "%s" is not known to any manager.', $alia…
/plugin/bibtex/OSBib/
H A DUTF8.php80 $ent = sprintf ("&#%d;", $ii);
101 $ent = sprintf ("&#%d;", $ii);
127 $ent = sprintf ("&#%d;", $ii);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php160 throw new InvalidArgumentException(sprintf(
326 throw new UrlParseException(sprintf('The LDAP URL is malformed: %s', $url));
353 throw new UrlParseException(sprintf('The URL scheme "%s" is not valid. It must be "ldap" or "ldaps".', $pieces['scheme']));
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php681 sprintf("Invalid openid.mode '%s'", $mode));
769 sprintf("return_to does not match return URL. Expected %s, got %s",
908 sprintf("return_to parameter %s absent from query", $rt_key));
913 sprintf("parameter %s value %s does not match " .
926 sprintf("Parameter %s = %s not in return_to URL",
1074 sprintf('Claimed ID does not match (different subjects!), ' .
1081 sprintf('local_id mismatch. Expected %s, got %s',
1097 sprintf('OP Endpoint mismatch. Expected %s, got %s',
1192 sprintf("No OpenID information found at %s",
1223 sprintf('No matching endpoint found after discovering %s: %s',
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DNotConvertibleException.php23 sprintf(
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DPageFormat.php78 throw new \Mpdf\MpdfException(sprintf('Unknown page format %s', $format));
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php553 $uid = sprintf("%6s ", decoct($uid));
554 $gid = sprintf("%6s ", decoct($gid));
555 $perm = sprintf("%6s ", decoct($perm));
556 $size = sprintf("%11s ", decoct($size));
557 $mtime = sprintf("%11s", decoct($mtime));
572 $chks = pack("a8", sprintf("%6s ", decoct($chks)));
/plugin/farmsync/
H A Dadmin.php128 $heading = sprintf($this->getLang('heading:animal noconflict'), $target);
131 … $heading = sprintf($this->getLang('heading:animal conflict'), $target, $conflicts);
/plugin/table2csv/
H A DgetTableData.php9 msg(sprintf('Failed to read page ' . $dokuPageId));
27 msg(sprintf('Failed to open write file ' . $fileext));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DUUIDUtil.php29 return sprintf(
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DUUIDUtil.php29 return sprintf(

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