| /template/strap/vendor/symfony/yaml/ |
| H A D | Parser.php | 30 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 D | Yaml.php | 46 * @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 D | DriverService.php | 188 * @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/ |
| D | bootstrap.php | 5 * @param string $filename 8 function tpl_js($filename) argument 10 $filepath = DOKU_TPL . 'js' . DIRECTORY_SEPARATOR . $filename;
|
| /template/twigstarter/vendor/twig/twig/src/Sandbox/ |
| D | SecurityNotAllowedTagError.php | 25 …__construct(string $message, string $tagName, int $lineno = -1, string $filename = null, \Exceptio… argument 30 if (null !== $filename) { 36 parent::__construct($message, $lineno, $filename, $previous);
|
| D | SecurityNotAllowedFilterError.php | 25 …struct(string $message, string $functionName, int $lineno = -1, string $filename = null, \Exceptio… argument 30 if (null !== $filename) { 36 parent::__construct($message, $lineno, $filename, $previous);
|
| D | SecurityNotAllowedFunctionError.php | 25 …struct(string $message, string $functionName, int $lineno = -1, string $filename = null, \Exceptio… argument 30 if (null !== $filename) { 36 parent::__construct($message, $lineno, $filename, $previous);
|
| D | SecurityNotAllowedMethodError.php | 26 …ssage, string $className, string $methodName, int $lineno = -1, string $filename = null, \Exceptio… argument 31 if (null !== $filename) { 37 parent::__construct($message, $lineno, $filename, $previous);
|
| D | SecurityNotAllowedPropertyError.php | 26 …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 D | base_mixins.less | 8 .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')"; 22 …filename}.eot?6762325#iefix') format('embedded-opentype'), url('fonts/icons/@{filename}.woff2?6762…
|
| /template/strap/vendor/symfony/yaml/Command/ |
| H A D | LintCommand.php | 121 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 D | codemarkdown.php | 217 $filename = $language; 218 $renderer->code($text, $language, $filename);
|
| H A D | code.php | 225 $filename = $attributes[self::FILE_PATH_KEY]; 227 $renderer->code($text, $language, $filename);
|
| /template/strap/ComboStrap/ |
| H A D | FileSystems.php | 320 $filename = $mediaFile->toAbsolutePath()->toAbsoluteId(); 321 fputs(STDOUT, "ModificationTime of $filename at $log "); 322 $timestamp = filemtime($filename);
|
| /template/wallpaper/ |
| D | tpl_functions.php | 179 function _wp_tpl_parsemenufile(&$data, $filename, $start) { argument 181 $filepath = wikiFN($filename);
|
| /template/peanutbutter2/ |
| D | README.md | 14 - Page filename (e.g., `start.txt`)
|
| /template/bootstrap3/conf/ |
| D | default.php | 41 $conf['pageInfo'] = 'filename,extension,date,editor,locked';
|
| /template/strap/vendor/symfony/process/ |
| H A D | Process.php | 1595 foreach ($this->processPipes->getFiles() as $offset => $filename) { 1596 $cmd .= ' '.$offset.'>"'.$filename.'"';
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 6195 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller
|