Home
last modified time | relevance | path

Searched refs:filename (Results 1 – 19 of 19) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DParser.php30 private $filename; variable in Symfony\\Component\\Yaml\\Parser
45 * @param string $filename The path to the YAML file to be parsed
52 public function parseFile(string $filename, int $flags = 0) argument
54 if (!is_file($filename)) {
55 throw new ParseException(sprintf('File "%s" does not exist.', $filename));
58 if (!is_readable($filename)) {
59 throw new ParseException(sprintf('File "%s" cannot be read.', $filename));
62 $this->filename = $filename;
65 return $this->parse(file_get_contents($filename), $flags);
67 $this->filename = null;
[all …]
H A DYaml.php46 * @param string $filename The path to the YAML file to be parsed
53 public static function parseFile(string $filename, int $flags = 0) argument
57 return $yaml->parseFile($filename, $flags);
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php188 * @param string $filename
191 private function isExecutable($filename) argument
193 if (is_executable($filename)) {
196 …if ($filename !== basename($filename)) { // $filename is an absolute path, do no try to search it …
202 if (is_executable($path . DIRECTORY_SEPARATOR . $filename)) {
/template/codowik/
Dbootstrap.php5 * @param string $filename
8 function tpl_js($filename) argument
10 $filepath = DOKU_TPL . 'js' . DIRECTORY_SEPARATOR . $filename;
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityNotAllowedTagError.php25 …__construct(string $message, string $tagName, int $lineno = -1, string $filename = null, \Exceptio… argument
30 if (null !== $filename) {
36 parent::__construct($message, $lineno, $filename, $previous);
DSecurityNotAllowedFilterError.php25 …struct(string $message, string $functionName, int $lineno = -1, string $filename = null, \Exceptio… argument
30 if (null !== $filename) {
36 parent::__construct($message, $lineno, $filename, $previous);
DSecurityNotAllowedFunctionError.php25 …struct(string $message, string $functionName, int $lineno = -1, string $filename = null, \Exceptio… argument
30 if (null !== $filename) {
36 parent::__construct($message, $lineno, $filename, $previous);
DSecurityNotAllowedMethodError.php26 …ssage, string $className, string $methodName, int $lineno = -1, string $filename = null, \Exceptio… argument
31 if (null !== $filename) {
37 parent::__construct($message, $lineno, $filename, $previous);
DSecurityNotAllowedPropertyError.php26 …age, string $className, string $propertyName, int $lineno = -1, string $filename = null, \Exceptio… argument
31 if (null !== $filename) {
37 parent::__construct($message, $lineno, $filename, $previous);
/template/sprintdoc/css/
H A Dbase_mixins.less8 .setLocalFontFace(@fontFamily,@fontWeight,@localFontName,@localFontNameVar,@filename) {
13 src: ~"local('@{localFontName}'), local('@{localFontNameVar}'), url(fonts/@{filename}.eot)";
14 …src: ~"url(fonts/@{filename}.eot?#iefix) format('embedded-opentype'), url(fonts/@{filename}.woff) …
18 .setIconFontFace(@fontFamily,@filename) {
21 src: ~"url('fonts/icons/@{filename}.eot?6762325')";
22filename}.eot?6762325#iefix') format('embedded-opentype'), url('fonts/icons/@{filename}.woff2?6762…
/template/strap/vendor/symfony/yaml/Command/
H A DLintCommand.php121 foreach ($filenames as $filename) {
122 if (!$this->isReadable($filename)) {
123 … throw new RuntimeException(sprintf('File or directory "%s" is not readable.', $filename));
126 foreach ($this->getFiles($filename) as $file) {
/template/strap/syntax/
H A Dcodemarkdown.php217 $filename = $language;
218 $renderer->code($text, $language, $filename);
H A Dcode.php225 $filename = $attributes[self::FILE_PATH_KEY];
227 $renderer->code($text, $language, $filename);
/template/strap/ComboStrap/
H A DFileSystems.php320 $filename = $mediaFile->toAbsolutePath()->toAbsoluteId();
321 fputs(STDOUT, "ModificationTime of $filename at $log ");
322 $timestamp = filemtime($filename);
/template/wallpaper/
Dtpl_functions.php179 function _wp_tpl_parsemenufile(&$data, $filename, $start) { argument
181 $filepath = wikiFN($filename);
/template/peanutbutter2/
DREADME.md14 - Page filename (e.g., `start.txt`)
/template/bootstrap3/conf/
Ddefault.php41 $conf['pageInfo'] = 'filename,extension,date,editor,locked';
/template/strap/vendor/symfony/process/
H A DProcess.php1595 foreach ($this->processPipes->getFiles() as $offset => $filename) {
1596 $cmd .= ' '.$offset.'>"'.$filename.'"';
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js6195 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller