Home
last modified time | relevance | path

Searched refs:sprintf (Results 176 – 200 of 1115) sorted by relevance

12345678910>>...45

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php44 …@trigger_error(sprintf('The %s() method is deprecated since version 1.25 and will be removed in 2.…
162 $this->source .= sprintf('"%s"', addcslashes($value, "\0\t\"\$\\"));
218 $this->write(sprintf("// line %d\n", $node->getTemplateLine()));
284 return sprintf('__internal_%s', hash('sha256', __METHOD__.$this->varNameSalt++));
H A DToken.php56 return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);
161 throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type));
204 throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php159 $s = sprintf('%1s', $type);
160 $s .= sprintf('%1s%1s%1s', $owner['read'], $owner['write'], $owner['execute']);
161 $s .= sprintf('%1s%1s%1s', $group['read'], $group['write'], $group['execute']);
162 $s .= sprintf('%1s%1s%1s'."\n", $world['read'], $world['write'], $world['execute']);
/plugin/structtasks/
H A Dcli.php54 if ($verbose) $this->notice(sprintf($this->getLang('msg_processing'), $task));
76 sprintf($this->getLang('msg_invalid_schema'), $this->schema));
80 sprintf($this->getLang('msg_handling_schema'), $this->schema));
114 sprintf($this->getLang('msg_reminder_notifier'), $days)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php163 $this->log[] = \sprintf('matchATN mode %d start: %s', $this->mode, (string) $startState);
181 $this->log[] = \sprintf('DFA after matchATN: %s', $this->decisionToDFA[$old_mode]->toLexerString());
190 $this->log[] = \sprintf('start state closure=%s', (string) $ds0->configs);
203 $this->log[] = \sprintf('execATN loop starting closure: %s', (string) $s->configs);
277 $this->log[] = \sprintf('reuse state %d edge to %d', $s->stateNumber, $target->stateNumber);
380 $this->log[] = \sprintf(
426 $this->log[] = \sprintf('ACTION %s', (string) $lexerActionExecutor) . \PHP_EOL;
482 $this->log[] = \sprintf('closure(%s)', $config->toString(true));
488 $this->log[] = \sprintf(
494 $this->log[] = \sprintf("closur
[all...]
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessFailedException.php31 … $error = sprintf('The command "%s" failed.'."\n\nExit Code: %s(%s)\n\nWorking directory: %s",
39 … $error .= sprintf("\n\nOutput:\n================\n%s\n\nError Output:\n================\n%s",
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsInstanceOf.php58 return sprintf(
73 return sprintf(
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessFailedException.php31 $error = sprintf('The command "%s" failed.'."\n\nExit Code: %s(%s)\n\nWorking directory: %s",
39 $error .= sprintf("\n\nOutput:\n================\n%s\n\nError Output:\n================\n%s",
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DEscaper.php67 return sprintf('"%s"', str_replace(self::$escapees, self::$escaped, $value));
99 return sprintf("'%s'", str_replace('\'', '\'\'', $value));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DFilterManager.php35 throw new \InvalidArgumentException(sprintf('There is no "%s" filter.', $alias));
61 throw new \InvalidArgumentException(sprintf('The name "%s" is invalid.', $name));
H A DAssetManager.php37 throw new \InvalidArgumentException(sprintf('There is no "%s" asset.', $name));
66 throw new \InvalidArgumentException(sprintf('The name "%s" is invalid.', $name));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DTypeToken.php32 throw new InvalidArgumentException(sprintf(
74 return sprintf('type(%s)', $this->type);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DHTML.php94 sprintf(
111 sprintf(
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php65 return sprintf('"%s"', str_replace(self::ESCAPEES, self::ESCAPED, $value));
93 return sprintf("'%s'", str_replace('\'', '\'\'', $value));
/plugin/autogroup/conf/
H A Dsettings.class.php63 msg(sprintf($plugin->getLang('not_3_parts'),$item,$line+1), -1);
69 msg(sprintf($plugin->getLang('bad_attribute'),$item, $line+1), -1);
75 msg(sprintf($plugin->getLang('bad_regex'),$item,$line+1), -1);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.column.width.php55 sprintf("Cell width (%s) is less than content table width (%s)",
74 sprintf('Container cell width (%s) is less than content minimal width (%s)',
82 sprintf('Total cell width (%s) is greater than table width (%s)',
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DAbstractNodeVisitor.php27 … throw new \LogicException(sprintf('%s only supports \Twig\Node\Node instances.', __CLASS__));
36 … throw new \LogicException(sprintf('%s only supports \Twig\Node\Node instances.', __CLASS__));
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php32 ->write(sprintf('$%s = $this->env->getExtension(', $this->getAttribute('var_name')))
35 …->write(sprintf('$%s->enter($%s = new \Twig\Profiler\Profile($this->getTemplateName(), ', $this->g…
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.image.encoder.simple.inc.php57 $ps_image_data .= sprintf("\\%03o\\%03o\\%03o",$r,$g,$b);
122 $ps_image_data .= sprintf("\\%03o\\%03o\\%03o",$r,$g,$b);
133 $ps_mask_data_str = sprintf("\\%03o",$ps_mask_data & 0xff);
153 $ps_mask_data_str = sprintf("\\%03o",$ps_mask_data & 0xFF);
196 $ps_image_data .= sprintf("\\%03o\\%03o\\%03o",$r,$g,$b);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCreator.php53 throw new ClassCreatorException(sprintf(
60 sprintf('Could not double `%s`.', $class->getParentClass()),
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DInvokedCount.php78 $message .= sprintf(
101 sprintf(
/plugin/unusedmedias/admin/
H A Dlist.php69 $this->ok = sprintf($this->getLang('delete_file_ok'),$mediaToDelete);
72 $this->error = sprintf($this->getLang('delete_file_in_use'),$mediaToDelete);
76 $this->error = sprintf($this->getLang('delete_file_not_found'),$mediaToDelete);
/plugin/letsencrypt/
H A Dadmin.php171 … echo sprintf(' <span class="valid">' . $this->getLang('valid') . '</span>', $expire);
175 … echo sprintf(' <span class="renew">' . $this->getLang('valid') . '</span>', $expire);
186 …$license = sprintf($this->getLang('license'), 'https://letsencrypt.org/documents/LE-SA-v1.1.1-Augu…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php196 throw new \InvalidArgumentException(sprintf(
219 throw new \InvalidArgumentException(sprintf(
231 sprintf(
267 throw new \InvalidArgumentException(sprintf('"%s" is not valid header value', $value));
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php79 throw new NoSuchElementException(sprintf('Cannot locate option with index: %d', $index));
98 sprintf('Cannot locate option with value: %s', $value)
133 sprintf('Cannot locate option with text: %s', $text)
154 sprintf('Cannot locate option with text: %s', $text)

12345678910>>...45