Home
last modified time | relevance | path

Searched refs:sprintf (Results 451 – 475 of 1115) sorted by last modified time

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownFilterException.php26 $message = sprintf('Unknown filter: %s', $filterName);
H A DUnknownHelperException.php26 $message = sprintf('Unknown helper: %s', $helperName);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php57 …throw new Mustache_Exception_RuntimeException(sprintf('FilesystemLoader baseDir must be a director…
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php34 parent::__construct(sprintf(
66 … throw new \LogicException(sprintf('Unknown timeout type "%d".', $this->timeoutType));
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/jplayer/vendor/symfony/process/
H A DInputStream.php48 throw new RuntimeException(sprintf('"%s" is closed.', static::class));
H A DProcess.php170 …@trigger_error(sprintf('The $options parameter of the %s constructor is deprecated since Symfony 3…
271 …@trigger_error(sprintf('The %s::start() method expects a second "$env" argument since Symfony 3.3.…
429 …throw new RuntimeException(sprintf('The process has been signaled with signal "%s".', $this->proce…
1188 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1204 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1595 exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
1598 … throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
1608 … } elseif ($ok = proc_open(sprintf('kill -%d %d', $signal, $pid), [2 => ['pipe', 'w']], $pipes)) {
1613 … throw new RuntimeException(sprintf('Error while sending signal `%s`.', $signal));
1684 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
[all …]
H A DProcessBuilder.php14 @trigger_error(sprintf('The %s class is deprecated since Symfony 3.4 and will be removed in 4.0. Us…
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php110 …throw new InvalidArgumentException(sprintf('"%s" yielded a value of type "%s", but only scalars an…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php446 …$thisfile_riff_WAVE['iXML'][0]['timecode_string'] = sprintf('%02d:%02d:%02d:%05.2f', $h, $m,…
447 …$thisfile_riff_WAVE['iXML'][0]['timecode_string_round'] = sprintf('%02d:%02d:%02d:%02d', $h, $m,…
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/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));
H A DHttpAsset.php42 throw new \InvalidArgumentException(sprintf('"%s" is not a valid URL.', $sourceUrl));
61 … throw new \RuntimeException(sprintf('Unable to load asset from URL "%s"', $this->sourceUrl));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssCacheBustingFilter.php59 sprintf($format, $matches['url'], $version),
H A DLessFilter.php143 file_put_contents($input, sprintf($format,
H A DPackagerFilter.php49 file_put_contents($package.'/package.yml', sprintf($manifest, $hash));
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php67 …$name = sprintf('%s_%d', pathinfo($asset->getSourcePath(), PATHINFO_FILENAME) ?: 'part', $this->ke…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
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));
H A DAssetWriter.php41 …throw new \InvalidArgumentException(sprintf('All variable values must be strings, but got %s for v…
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DVarUtils.php41 …throw new \InvalidArgumentException(sprintf('The template "%s" contains the variable "%s", but was…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php110 $msg = sprintf(
119 $msg = sprintf(
182 $msg = sprintf(
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php139 $code = sprintf('echo str_repeat(\'*\', %d);', $expectedOutputSize);
317 $process = $this->getProcess(sprintf('echo %s %s echo %s', $input, $operator, $input));
939 … $this->expectExceptionMessage(sprintf('Process must be started before calling "%s()".', $method));
1488 …$p = new Process(sprintf('"%s" -r %s "a" "" "b"', self::$phpBin, escapeshellarg('print_r($argv);')…

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