/plugin/codemirror/dist/modes/ |
H A D | slim.min.js | 1 …tokenize=b;if(d.pos<a){d.pos=a;return c}return e.tokenize(d,e)};return function(a,c){c.tokenize=d;… property in b.stack
|
H A D | modelica.min.js | 1 …tokenize=null;return"comment"}function m(a,b){var c=false,d;while(d=a.next()){if(c&&d=="/"){b.toke…
|
H A D | django.min.js | 1 …tokenize=g;return"tag"}else if(a.match("{%")){b.tokenize=h;return"tag"}else if(a.match("{#")){b.to…
|
H A D | haml.min.js | 1 …tokenize.length==1){b.next();c.tokenize=g;return"closeAttributeTag"}else{return f(b,c)}}}function …
|
H A D | dart.min.js | 1 …tokenize)}function h(a){return(a.interpolationStack||(a.interpolationStack=[])).pop()}function i(a…
|
H A D | solr.min.js | 1 …tokenize=h;return"string"}}function f(a){return function(b,c){var d="operator";if(a=="+")d+=" posi…
|
H A D | oz.min.js | 1 …tokenize=p;else if(f[0]=="class")b.tokenize=n;else if(f[0]=="meth")b.tokenize=o;return"keyword"}if…
|
H A D | crystal.min.js | 1 …tokenize.push(a);return a(b,c)}var d=/^(?:[-+\/%|&^]|\*\*?|[<>]{2})/;var e=/^(?:[=!]~|===|<=>|[<>=…
|
H A D | ruby.min.js | 1 …tokenize.push(a);return a(b,c)}function k(a,b){if(a.sol()&&a.match("=begin")&&a.eol()){b.tokenize.…
|
H A D | xquery.min.js | 1 …tokenize=c;return c(a,b)}function c(c,h){var m=c.next(),o=false,q=p(c);if(m=="<"){if(c.match("!--"…
|
H A D | octave.min.js | 1 …tokenize=m;return"operator"}b.tokenize=m;return m(a,b)}function l(a,b){if(a.match(/^.*%}/)){b.toke…
|
H A D | julia.min.js | 1 …tokenize=D;return b.tokenize(a,b)}var c=b.leavingExpr;if(a.sol()){c=false}b.leavingExpr=false;if(c…
|
H A D | pascal.min.js | 1 …tokenize=f(i);return e.tokenize(a,e)}if(i=="("&&a.eat("*")){e.tokenize=g;return g(a,e)}if(i=="{"){…
|
H A D | swift.min.js | 1 …tokenize.push(t);return t(a,b)}}if(a.match(o))return"builtin";if(a.match(p))return"attribute";if(a…
|
H A D | smarty.min.js | 1 …tokenize=c;return c(a,b)}function m(a,b){if(b==null)b=a.pos;return f===3&&e=="{"&&(b==a.string.len…
|
H A D | mathematica.min.js | 1 …tokenize=l;return b.tokenize(a,b)}if(c==="("){if(a.eat("*")){b.commentLevel++;b.tokenize=m;return …
|
H A D | yacas.min.js | 1 …tokenize=m;return b.tokenize(a,b)}if(c==="/"){if(a.eat("*")){b.tokenize=n;return b.tokenize(a,b)}i…
|
H A D | sieve.min.js | 1 …tokenize=h;return h(a,b)}if(e==="#"){a.skipToEnd();return"comment"}if(e=='"'){b.tokenize=i(e);retu…
|
H A D | tiddlywiki.min.js | 1 …tokenize=c;return c(a,b)}function p(b,m){var n=b.sol(),p=b.peek();m.block=false;if(n&&/[<\/\*{}\-]…
|
H A D | powershell.min.js | 1 …tokenize=d.tokenize;b.returnStack.pop();return b.tokenize(a,b)}if(a.eatSpace()){return null}if(a.e…
|
H A D | xml.min.js | 1 …tokenize=c;return c(a,b)}var d=a.next();if(d=="<"){if(a.eat("!")){if(a.eat("[")){if(a.match("CDATA… property in AnonymousFunctiona693641a0200.b
|
H A D | q.min.js | 1 …tokenize=h)(a,b);else if(i=="\\"){if(a.eol()||/\s/.test(a.peek()))return a.skipToEnd(),/^\\\s*$/.t…
|
H A D | mllike.min.js | 1 …tokenize=j;return b.tokenize(a,b)}if(e==="{"){if(a.eat("|")){b.longString=true;b.tokenize=l;return…
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | LexerTest.php | 25 $stream = $lexer->tokenize('{{ foo }}', 'foo'); 35 $stream = $lexer->tokenize(new Source($template, 'index')); 46 $stream = $lexer->tokenize(new Source($template, 'index')); 63 $stream = $lexer->tokenize(new Source($template, 'index')); 123 $lexer->tokenize(new Source($template, 'index')); 135 $lexer->tokenize(new Source($template, 'index')); 147 $lexer->tokenize(new Source($template, 'index')); 159 $lexer->tokenize(new Source($template, 'index')); 255 $lexer->tokenize(new Source($template, 'index')); 332 $lexer->tokenize(new Source($template, 'index')); [all …]
|
H A D | ExpressionParserTest.php | 31 $parser->parse($env->tokenize(new Source($template, 'index'))); 58 $stream = $env->tokenize(new Source($template, '')); 73 $parser->parse($env->tokenize(new Source($template, 'index'))); 166 $stream = $env->tokenize(new Source('{{ "a" "b" }}', 'index')); 178 $stream = $env->tokenize(new Source($template, '')); 275 $parser->parse($env->tokenize(new Source($template, 'index'))); 294 $parser->parse($env->tokenize(new Source($template, 'index'))); 323 $parser->parse($env->tokenize(new Source('{{ cycl() }}', 'index'))); 335 $parser->parse($env->tokenize(new Source('{{ foobar() }}', 'index'))); 347 $parser->parse($env->tokenize(new Source('{{ 1|lowe }}', 'index'))); [all …]
|