Home
last modified time | relevance | path

Searched defs:twig (Results 1 – 5 of 5) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php25 private $twig; variable in Assetic\\Extension\\Twig\\TwigFormulaLoader
28 public function __construct(\Twig_Environment $twig, LoggerInterface $logger = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php25 private $twig; variable in Twig\\Util\\DeprecationCollector
28 public function __construct(Environment $twig)
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c70 PHP_RSHUTDOWN_FUNCTION(twig) in PHP_RSHUTDOWN_FUNCTION() argument
93 ZEND_GET_MODULE(twig) in ZEND_GET_MODULE() argument
/plugin/codemirror/dist/
H A Dscripts.min.js8 …:true,match:/^ {2,}[\-\*]/,style:"def"},{sol:true,match:/^\t{1,}[\-\*]/,style:"def"}],patterns:[{s… function
/plugin/dokuprism/prism/
H A Dprism.js177 Prism.languages.twig={comment:/^\{#[\s\S]*?#\}$/,"tag-name":{pattern:/(^\{%-?\s*)\w+/,lookbehind:!0,alias:"keyword"},delimiter:{pattern:/^\{[{%]-?|-?[%}]\}$/,alias:"punctuation"},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,inside:{punctuation:/^['"]|['"]$/}},keyword:/\b(?:even|if|odd)\b/,boolean:/\b(?:false|null|true)\b/,number:/\b0x[\dA-Fa-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][-+]?\d+)?/,operator:[{pattern:/(\s)(?:and|b-and|b-or|b-xor|ends with|in|is|matches|not|or|same as|starts with)(?=\s)/,lookbehind:!0},/[=<>]=?|!=|\*\*?|\/\/?|\?:?|[-+~%|]/],punctuation:/[()\[\]{}:.,]/},Prism.hooks.add("before-tokenize",(function(e){"twig"===e.language&&Prism.languages["markup-templating"].buildPlaceholders(e,"twig",/\{(?:#[\s\S]*?#|%[\s\S]*?%|\{[\s\S]*?\})\}/g)})),Prism.hooks.add("after-tokenize",(function(e){Prism.languages["markup-templating"].tokenizePlaceholders(e,"twig")})); class in Prism.languages