Home
last modified time | relevance | path

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

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DInvalidArgumentHelper.php29 sprintf(
H A DXML.php94 sprintf(
129 sprintf(
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/build/
H A Dgenerate.php51 $buffer .= sprintf(" '%s',\n", $function);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A Dphpunit15 sprintf(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DClassHasStaticAttribute.php47 return sprintf(
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidDsnException.php22 parent::__construct(sprintf('%s (%s)', $message, $dsn));
H A DFunctionNotSupportedException.php21 parent::__construct($dsn, $message ?? sprintf('Function "%s" is not supported', $function));
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php14 return sprintf('%d-%d: %s', $item->min, $item->max, $item->result);
/plugin/openid/Auth/Yadis/
H A DMisc.php49 $result .= "%" . sprintf("%X", ord($c[$i]));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1465 throw new \Mpdf\MpdfException(sprintf('Unable to read default CSS file "%s"', $this->defaultCssFile));
1911 return sprintf('/GS%d gs', $gs);
1913 $this->writer->write(sprintf('/GS%d gs', $gs));
2265 $s .= sprintf('%.3F %.3F %.3F %.3F re f Q', ($clx * Mpdf::SCALE), ($cly * Mpdf::SCALE), $clw * Mpdf::SCALE, $clh * Mpdf::SCALE) . "\n";
2292 $s .= sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, ($clx * Mpdf::SCALE), ($cly * Mpdf::SCALE), $clw * Mpdf::SCALE, $clh * Mpdf::SCALE) . "\n";
2302 $s .= sprintf('%.3F %.3F m ', ($clx) * Mpdf::SCALE, ($this->h - ($cly)) * Mpdf::SCALE); // start point TL before the arc
2303 $s .= sprintf('%.3F %.3F l ', ($clx) * Mpdf::SCALE, ($this->h - ($cly + $clh)) * Mpdf::SCALE); // line to BL
2304 $s .= sprintf('%.3F %.3F l ', ($clx + $clw) * Mpdf::SCALE, ($this->h - ($cly + $clh)) * Mpdf::SCALE); // line to BR
2305 $s .= sprintf('%.3F %.3F l ', ($clx + $clw) * Mpdf::SCALE, ($this->h - ($cly)) * Mpdf::SCALE); // line to TR
2306 $s .= sprintf('
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DValidationFailedException.php18 parent::__construct(sprintf('Validation failed with %d error(s).', \count($list)));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DNonceTrait.php38 throw new SaslException(sprintf(
/plugin/pgn4web/
H A Dsyntax.php192 … $renderer->doc .= pgn4web_error(sprintf($this->getLang('err_font_dir'),$pieces_fs_path));
195 … $renderer->doc .= pgn4web_error(sprintf($this->getLang('err_size'),$setsizeportrait,$set+1));
/plugin/evesso/phpoauthlib/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));
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DLeaveProfileNode.php33 …->write(sprintf("\$%s->leave(\$%s);\n\n", $this->getAttribute('var_name'), $this->getAttribute('va…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DInvalidArgumentException.php27 sprintf(
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php158 trigger_error(sprintf("Bad server URL: %s", $server_url),
173 $filename = sprintf('%s-%s-%s-%s', $proto, $domain, $url_hash,
385 $filename = sprintf('%08x-%s-%s-%s-%s', $timestamp, $proto,
586 $filename .= sprintf("_%02X", ord($c));
/plugin/openid/
H A Daction.php155 $message = sprintf($this->getLang('complete_registration_notice'), $this->_self('openid'));
292 echo '<p>', sprintf($this->getLang('openid_complete_disabled_text'), wl($ID)), '</p>', NL;
378 $msg = sprintf("<p>$msg</p>", $this->_self('openid'));
385 echo '<p>', sprintf($this->getLang('manage_link'), $this->_self('openid')), '</p>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php164 $this->headers['User-Agent'] = [sprintf(
599 $phpSemVersion = sprintf("%d.%d.%d", PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION);
602 $clientMeta = sprintf(
612 $clientMeta .= sprintf(",cu=%s", $curlVersion['version']); // cu = curl library
642 return preg_replace('#([^/])/([^/])#', sprintf("$1:%s/$2", $port), $uri, 1);
740 return sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DBlockReferenceNode.php33 …->write(sprintf("\$this->displayBlock('%s', \$context, \$blocks);\n", $this->getAttribute('name')))
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestFailure.php113 return sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/Expression/
H A DExtensionReference.php33 $compiler->raw(sprintf("\$this->env->getExtension('%s')", $this->getAttribute('name')));
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContents.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DGithubFlavoredMarkdownConverter.php
/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php22 $message = \sprintf('Unhandled Rejection: %s', \json_encode($reason));

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