/template/codowik/ |
H A D | bootstrap.php | 5 * @param string $filename 8 function tpl_js($filename) argument 10 $filepath = DOKU_TPL . 'js' . DIRECTORY_SEPARATOR . $filename;
|
/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) format('woff')"; 18 .setIconFontFace(@fontFamily,@filename) { 21 src: ~"url('fonts/icons/@{filename}.eot?6762325')"; 22 src: ~"url('fonts/icons/@{filename}.eot?6762325#iefix') format('embedded-opentype'), url('fonts/icons/@{filename}.woff2?6762325') format('woff2'), url('fonts/icons/@{filename}.woff?6762325') format('woff'), url('fonts/icons/@{filename} [all...] |
/template/twigstarter/vendor/twig/twig/src/Sandbox/ |
H A 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);
|
H A 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);
|
H A 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);
|
H A 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);
|
H A 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/wallpaper/ |
H A D | tpl_functions.php | 179 function _wp_tpl_parsemenufile(&$data, $filename, $start) { argument 181 $filepath = wikiFN($filename);
|
/template/bootstrap3/conf/ |
H A D | default.php | 41 $conf['pageInfo'] = 'filename,extension,date,editor,locked';
|