Home
last modified time | relevance | path

Searched refs:sprintf (Results 476 – 500 of 1115) sorted by last modified time

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.zip.php255 …$LocalFileHeader['extract_version'] = sprintf('%1.1f', $LocalFileHeader['raw']['extract_…
360 …$CentralDirectory['create_version'] = sprintf('%1.1f', $CentralDirectory['raw']['create…
361 …$CentralDirectory['extract_version'] = sprintf('%1.1f', $CentralDirectory['raw']['extrac…
H A Dmodule.graphic.gif.php104 $info['gif']['global_color_table_rgb'][$i] = sprintf('%02X%02X%02X', $red, $green, $blue);
H A Dmodule.archive.gzip.php215 $thisInfo['crc32_valid'] = sprintf('%u', crc32($inflated)) == $thisInfo['crc32'];
H A Dmodule.audio-video.mpeg.php292 …$GOPheader['time_code'] = sprintf('%02d'.$time_code_separator.'%02d'.$time_code_separator.'%02d'.$…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php41 …$this->logger->error(sprintf('The template "%s" contains an error: %s', $resource, $e->getMessage(…
H A DValueContainer.php43 throw new \OutOfRangeException(sprintf('The variable "%s" does not exist.', $offset));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php124 throw new \InvalidArgumentException(sprintf('There is no "%s" formula.', $name));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php297 $config[] = sprintf("require '%s'", addcslashes($plugin, '\\'));
301 $config[] = sprintf('%s = "%s"', $name, addcslashes($value, '\\'));
303 $config[] = sprintf('%s = %s', $name, $this->formatArrayToRuby($value));
379 $output[] = sprintf(' :%s => "%s"', $name, addcslashes($value, '\\'));
384 $output[] = sprintf(' "%s"', addcslashes($value, '\\'));
H A DStylusFilter.php97 file_put_contents($input, sprintf($format,
H A DScssphpFilter.php56 …@trigger_error(sprintf('The scssphp formatter `%s` is deprecated. Use `%s` instead.', $formatter, …
H A DSprocketsFilter.php97 file_put_contents($input, sprintf($format,
99 ? sprintf('File.join(%s, \'sprockets\')', var_export($this->sprocketsLib, true))
149 return sprintf($format, var_export($dir, true));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php57 … throw new RuntimeException(sprintf('Failed to read source file "%s".', $this->fileName));
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php50 …@trigger_error(sprintf('The $options parameter of the %s constructor is deprecated since Symfony 3…
H A DProcessUtils.php113 …throw new InvalidArgumentException(sprintf('"%s" only accepts strings, Traversable objects or stre…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php152 …throw new \RuntimeException(sprintf('The asset target path "%s" must contain the variable "{%s}".'…
169 …throw new \InvalidArgumentException(sprintf('The asset with source path "%s" has no variable named…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php61 …if (false === @file_put_contents($path, sprintf("<?php\n\n// $resource\nreturn %s;\n", var_export(…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php28 $message = sprintf("An error occurred while running:\n%s", $proc->getCommandLine());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerApiFilter.php118 …throw new \RuntimeException(sprintf('The Google Closure Compiler API threw some server errors: '.p…
124 …throw new \RuntimeException(sprintf('The Google Closure Compiler API threw some errors: '.print_r(…
/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));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DAutoloader.php83 $file = sprintf('%s/%s.php', $this->baseDir, str_replace('_', '/', $class));
H A DCompiler.php265 $else = sprintf($this->prepare(self::BLOCK_VAR_ELSE, $level + 1, false, true), $else);
268 return sprintf($this->prepare(self::BLOCK_VAR, $level), $id, $else);
292 return sprintf($this->prepare(self::BLOCK_ARG, $level), $id, $key);
317 $this->blocks[$key] = sprintf($this->prepare(self::BLOCK_FUNCTION, 0), $key, $code);
377 $delimTag = var_export(sprintf('{{= %s %s =}}', $otag, $ctag), true);
378 $helper = sprintf('$this->lambdaHelper->withDelimiters(%s)', $delimTag);
444 $indentParam = sprintf(self::PARTIAL_INDENT, var_export($indent, true));
449 return sprintf(
489 return sprintf(
620 return sprintf(self::CUSTOM_ESCAPE, $value);
[all …]
H A DContext.php164 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected id for findAnchoredDot: …
H A DEngine.php214 … throw new Mustache_Exception_InvalidArgumentException(sprintf('Unknown pragma: "%s".', $pragma));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php88 return sprintf('%s/%s.php', $this->baseDir, $name);
113 …throw new Mustache_Exception_RuntimeException(sprintf('Failed to create cache directory "%s".', $d…
158 …throw new Mustache_Exception_RuntimeException(sprintf('Failed to write cache file "%s".', $fileNam…
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php56 $file = sprintf('%s\\sf_proc_%02X.%s', $tmpDir, $i, $name);

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