Home
last modified time | relevance | path

Searched refs:sprintf (Results 101 – 125 of 1115) sorted by relevance

12345678910>>...45

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php116 sprintf(
139 sprintf(
170 sprintf(
208 sprintf(
252 sprintf(
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php75 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected logging level: %s', $lev…
103 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected logging level: %s', $lev…
131 …throw new Mustache_Exception_RuntimeException(sprintf('The stream or file "%s" could not be opened…
164 return sprintf(
/plugin/zip/pear/File/Archive/Writer/
H A DAr.php92 $struct .= sprintf("#1/%-13d", strlen($filename));
93 $struct .= sprintf("%-12d%-6d%-6d%-8s%-10d",
97 $struct .= sprintf("%-16s", $filename);
98 $struct .= sprintf("%-12d%-6d%-6d%-8s%-10d`\n",
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php90 $result .= sprintf(
110 $result .= sprintf(
138 $result .= sprintf(
153 $result .= sprintf(
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php42 throw new EncoderException(sprintf(
58 throw new EncoderException(sprintf('The encoded boolean must be 0 or 255, received "%s".', ord($this->binary[$this->pos])));
95 throw new EncoderException(sprintf(
102 throw new EncoderException(sprintf(
/plugin/farmer/admin/
H A Dsetup.php45 $errors[] = sprintf($this->getLang('farmdir_in_dokuwiki'), hsc($farmdir), hsc(DOKU_INC));
47 $errors[] = sprintf($this->getLang('farmdir_uncreatable'), hsc($farmdir));
49 $errors[] = sprintf($this->getLang('farmdir_unwritable'), hsc($farmdir));
51 $errors[] = sprintf($this->getLang('farmdir_notEmpty'), hsc($farmdir));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php329 $this->log[] = \sprintf(
362 $this->log[] = \sprintf(
411 $this->log[] = \sprintf('DFA after predictATN: %s', $dfa->toString($this->parser->getVocabulary()));
464 $this->log[] = \sprintf(
555 $this->log[] = \sprintf(
667 $this->log[] = \sprintf(
761 $this->log[] = \sprintf('ExecATNWithFullContext %s', (string) $s0);
803 $this->log[] = \sprintf(
893 $this->log[] = \sprintf('In computeReachSet, starting closure: %s', (string) $closure);
918 $this->log[] = \sprintf('Testin
[all...]
/plugin/datatables/
H A Dsyntax.php90 sprintf(
101 $html5_data[] = sprintf("data-%s='%s'", $key, str_replace("'", "'", (string)$value));
104 $renderer->doc .= sprintf('<div class="dt-wrapper" %s>', implode(' ', $html5_data));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php26 echo \sprintf(
35 echo \sprintf(
47 echo \sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php125 …throw new \InvalidArgumentException(sprintf('Test "%s" is not valid.', str_replace($fixturesDir.'/…
195 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $message)));
202 throw new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
209 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage())));
214 $e = new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
216 $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage()));
H A DNodeTestCase.php59 return sprintf('%s($context["%s"] ?? null)', $line, $name, $name);
63 … return sprintf('%s(isset($context["%s"]) ? $context["%s"] : null)', $line, $name, $name);
66 return sprintf('%s$this->getContext($context, "%s")', $line, $name);
/plugin/bookcreator/action/
H A Dhandleselection.php189 $response['success'] = sprintf($this->getLang('saved'), $save_pageid);
214 throw new Exception(sprintf($this->getLang('selectiondontexist'), $pageid));
218 $response['success'] = sprintf($this->getLang('deleted'), $pageid);
234 throw new Exception(sprintf($this->getLang('selectiondontexist'), $pageid .':'));
238 throw new Exception(sprintf($this->getLang('selectionforbidden'), $pageid));
242 throw new Exception(sprintf($this->getLang('selectiondontexist'), $pageid));
/plugin/combo/action/
H A Droutermessage.php106 ->addHtmlContent("<p>" . sprintf($this->getLang('message_redirected_by_redirect'), hsc($pageIdOrigin)) . "</p>");
111 ->addHtmlContent("<p>" . sprintf($this->lang['message_redirected_to_startpage'], hsc($pageIdOrigin)) . "</p>");
115 ->addHtmlContent("<p>" . sprintf($this->lang['message_redirected_to_bestpagename'], hsc($pageIdOrigin)) . "</p>");
119 ->addHtmlContent("<p>" . sprintf($this->lang['message_redirected_to_bestendpagename'], hsc($pageIdOrigin)) . "</p>");
123 ->addHtmlContent("<p>" . sprintf($this->lang['message_redirected_to_bestnamespace'], hsc($pageIdOrigin)) . "</p>");
128 ->addHtmlContent("<p>" . sprintf($this->lang['message_redirected_to_searchengine'], hsc($pageIdOrigin)) . "</p>");
/plugin/icons/syntax/
H A Dicon.php46 …$this->Lexer->addSpecialPattern(sprintf($this->linkPattern, $this->pattern), $mode, 'plugin_icons_…
134 $icon_base_url = rtrim($this->getConf(sprintf('%sURL', $icon_pack)), '/');
137 $icon_markup = sprintf('<img src="%s" title="%s" class="%s" style="%s" />',
145 $this->classes[] = sprintf('%s-%s', $this->getFlag('pack'), $icon);
148 $icon_markup = sprintf('<i class="dw-icons %s" style="%s" title="%s"></i>',
204 $class_icon = sprintf('syntax_plugin_icons_%s', $this->getFlag('pack'));
209 $class_icon = sprintf('syntax_plugin_icons_%s', $this->getFlag('pack'));
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php123 throw new RuntimeException(sprintf('File or directory "%s" is not readable.', $filename));
167 throw new InvalidArgumentException(sprintf('The format "%s" is not supported.', $this->format));
183 $io->comment('<info>OK</info>'.($info['file'] ? sprintf(' in %s', $info['file']) : ''));
186 $io->text('<error> ERROR </error>'.($info['file'] ? sprintf(' in %s', $info['file']) : ''));
187 $io->text(sprintf('<error> >> %s</error>', $info['message']));
200 $io->success(sprintf('All %d YAML files contain valid syntax.', $countFiles));
202 $io->warning(sprintf('%d YAML files have valid syntax and %d contain errors.%s', $countFiles - $erroredFiles, $erroredFiles, $suggestTagOption ? ' Use the --parse-tags option if you want parse custom tags.' : ''));
/plugin/pdb/classes/
H A D_NCBI.php27 $url = sprintf($this->eSummaryURL,urlencode($db),urlencode($id));
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php46 …throw new \InvalidArgumentException(sprintf('The source "%s" is not in the root directory "%s"', $…
62 throw new \RuntimeException(sprintf('The source file "%s" does not exist.', $source));
73 throw new \RuntimeException(sprintf('The source file "%s" does not exist.', $source));
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php57 … throw new \RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir));
61 … throw new \RuntimeException(sprintf('Unable to write in the cache directory (%s).', $dir));
80 throw new \RuntimeException(sprintf('Failed to write cache file "%s".', $key));
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php29 $start = sprintf('%f', microtime(true));
51 $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName());
53 $this->dumpProfile(sprintf('%s==>%s', $parent, $name), $p, $data);
/plugin/pubchem/classes/
H A D_NCBI.php27 $url = sprintf($this->eSummaryURL,urlencode($db),urlencode($id));
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/pubmed/classes/
H A D_NCBI.php27 $url = sprintf($this->eSummaryURL,urlencode($db),urlencode($id));
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Node/
H A DTransTest.php43 $tests[] = array($node, sprintf('echo gettext(%s);', $this->getVariableGetter('foo')));
61 …$tests[] = array($node, sprintf('echo strtr(gettext("J\'ai %%foo%% pommes"), array("%%foo%%" => %s…
77 …$tests[] = array($node, sprintf('echo strtr(ngettext("Hey %%name%%, I have one apple", "Hey %%name…
87 …$tests[] = array($node, sprintf('echo strtr(gettext("J\'ai %%foo%% pommes"), array("%%foo%%" => %s…
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php272 …n IPv6::fromString('2002:'.sprintf('%02x', $myBytes[0]).sprintf('%02x', $myBytes[1]).':'.sprintf('…
285 $chunks[] = sprintf('%03d', $byte);
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php106 $attrCsDesc = sprintf(
116 …$requestedAttributeStr = sprintf(' <md:RequestedAttribute Name="%s"', $attribute['name'…
118 $requestedAttributeStr .= sprintf(' NameFormat="%s"', $attribute['nameFormat']);
121 … $requestedAttributeStr .= sprintf(' FriendlyName="%s"', $attribute['friendlyName']);
124 …$requestedAttributeStr .= sprintf(' isRequired="%s"', $attribute['isRequired'] === true ? 'true' :…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php209 $buffer = sprintf(
223 return sprintf(
253 $template->setVar(['level' => $level, 'percent' => sprintf('%.2F', $percent)]);
282 $buffer = sprintf(
290 $buffer .= sprintf(

12345678910>>...45