Home
last modified time | relevance | path

Searched refs:filename (Results 1 – 9 of 9) sorted by last modified time

/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) 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 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);
H A 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);
H A 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);
H A 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);
H A 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/bootstrap3/conf/
H A Ddefault.php41 $conf['pageInfo'] = 'filename,extension,date,editor,locked';
/template/wallpaper/
H A Dtpl_functions.php179 function _wp_tpl_parsemenufile(&$data, $filename, $start) { argument
181 $filepath = wikiFN($filename);
/template/codowik/
H A Dbootstrap.php5 * @param string $filename
8 function tpl_js($filename) argument
10 $filepath = DOKU_TPL . 'js' . DIRECTORY_SEPARATOR . $filename;