Home
last modified time | relevance | path

Searched refs:tokenize (Results 1 – 25 of 186) sorted by relevance

12345678

/plugin/codemirror/dist/modes/
H A Dslim.min.js1tokenize=b;if(d.pos<a){d.pos=a;return c}return e.tokenize(d,e)};return function(a,c){c.tokenize=d;… property in a.stack
H A Dmodelica.min.js1tokenize=null;return"comment"}function m(a,b){var c=false,d;while(d=a.next()){if(c&&d=="/"){b.toke…
H A Ddjango.min.js1tokenize=g;return"tag"}else if(a.match("{%")){b.tokenize=h;return"tag"}else if(a.match("{#")){b.to…
H A Dhaml.min.js1tokenize.length==1){b.next();c.tokenize=g;return"closeAttributeTag"}else{return f(b,c)}}}function …
H A Ddart.min.js1tokenize)}function h(a){return(a.interpolationStack||(a.interpolationStack=[])).pop()}function i(a…
H A Dsolr.min.js1tokenize=h;return"string"}}function f(a){return function(b,c){var d="operator";if(a=="+")d+=" posi…
H A Doz.min.js1tokenize=p;else if(f[0]=="class")b.tokenize=n;else if(f[0]=="meth")b.tokenize=o;return"keyword"}if…
H A Dcrystal.min.js1tokenize.push(a);return a(b,c)}var d=/^(?:[-+\/%|&^]|\*\*?|[<>]{2})/;var e=/^(?:[=!]~|===|<=>|[<>=…
H A Druby.min.js1tokenize.push(a);return a(b,c)}function k(a,b){if(a.sol()&&a.match("=begin")&&a.eol()){b.tokenize.…
H A Dxquery.min.js1tokenize=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 Doctave.min.js1tokenize=m;return"operator"}b.tokenize=m;return m(a,b)}function l(a,b){if(a.match(/^.*%}/)){b.toke…
H A Djulia.min.js1tokenize=D;return b.tokenize(a,b)}var c=b.leavingExpr;if(a.sol()){c=false}b.leavingExpr=false;if(c…
H A Dpascal.min.js1tokenize=f(i);return e.tokenize(a,e)}if(i=="("&&a.eat("*")){e.tokenize=g;return g(a,e)}if(i=="{"){…
H A Dswift.min.js1tokenize.push(t);return t(a,b)}}if(a.match(o))return"builtin";if(a.match(p))return"attribute";if(a…
H A Dsmarty.min.js1tokenize=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 Dmathematica.min.js1tokenize=l;return b.tokenize(a,b)}if(c==="("){if(a.eat("*")){b.commentLevel++;b.tokenize=m;return …
H A Dyacas.min.js1tokenize=m;return b.tokenize(a,b)}if(c==="/"){if(a.eat("*")){b.tokenize=n;return b.tokenize(a,b)}i…
H A Dsieve.min.js1tokenize=h;return h(a,b)}if(e==="#"){a.skipToEnd();return"comment"}if(e=='"'){b.tokenize=i(e);retu…
H A Dtiddlywiki.min.js1tokenize=c;return c(a,b)}function p(b,m){var n=b.sol(),p=b.peek();m.block=false;if(n&&/[<\/\*{}\-]…
H A Dpowershell.min.js1tokenize=d.tokenize;b.returnStack.pop();return b.tokenize(a,b)}if(a.eatSpace()){return null}if(a.e…
H A Dxml.min.js1tokenize=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 Dq.min.js1tokenize=h)(a,b);else if(i=="\\"){if(a.eol()||/\s/.test(a.peek()))return a.skipToEnd(),/^\\\s*$/.t…
H A Dmllike.min.js1tokenize=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 DLexerTest.php25 $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 DExpressionParserTest.php31 $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 …]

12345678