Home
last modified time | relevance | path

Searched refs:peek (Results 76 – 100 of 192) sorted by relevance

12345678

/plugin/codemirror/dist/modes/
H A Dtwig.min.js1 …"))\\b");d=new RegExp("(("+d.join(")|(")+"))\\b");function f(f,g){var h=f.peek();if(g.incomment){i…
H A Dcoffeescript.min.js1peek();if(a.match("####")){a.skipToEnd();return"comment"}if(a.match("###")){b.tokenize=s;return b.…
H A Dshell.min.js.map1peek","cur","current","hasOwnProperty","quote","close","escaped","shift","backUp","tokenStringStar…
H A Djsx.min.js.map1peek","skipAttribute","xmlContext","startOfLine","indentUnit","lexical","indented","startState","s…
H A Dpuppet.min.js1 …}if(j.match(/[0-9]/)){c.eatWhile(/[0-9]+/);return"number"}if(j=="="){if(c.peek()==">"){c.next()}re…
H A Dasterisk.min.js1 …();if(b.indexOf(e)!==-1){c.skipToEnd();return"strong"}}if(f=="$"){var g=c.peek();if(g=="{"){c.skip…
H A Djulia.min.js1peek();if(d==="#"){a.skipToEnd();return"comment"}if(d==="["){b.scopes.push("[");b.nestedArrays++}i…
H A Dlua.min.js1 …ment"}if(c=='"'||c=="'")return(b.cur=o(c))(a,b);if(c=="["&&/[\[=]/.test(a.peek()))return(b.cur=n(l…
H A Dsieve.min.js1 …ll}function g(a,b){b._multiLineString=true;if(!a.sol()){a.eatSpace();if(a.peek()=="#"){a.skipToEnd…
H A Dmarkdown.min.js1peek()==="["){return s(b,d,G)}return s(b,d,d.inline)}function x(b,c){var f=d.token(b,c.htmlState);…
H A Ddylan.min.js.map1peek","next","tokenString","eat","tokenComment","skipToEnd","backUp","test","match","eatWhile","in…
H A Dhttp.min.js.map1peek","requestPath","code","responseStatusText","status","Number","eatWhile","requestProtocol","so…
H A Doz.min.js1 …return b.tokenize(a,b)}if(/[~\d]/.test(g)){if(g=="~"){if(!/^[0-9]/.test(a.peek()))return null;else…
H A Dsmalltalk.min.js1 …=h(a,new d(h,f))}else if(m==="'"){l=i(a,new d(i,f))}else if(m==="#"){if(a.peek()==="'"){a.next();l…
H A Dmodelica.min.js.map1peek","indent","textAfter","Pass","blockCommentStart","blockCommentEnd","lineComment","words","str…
H A Dturtle.min.js1 …urn null}else if(d==":"){return"operator"}else{a.eatWhile(/[_\w\d]/);if(a.peek()==":"){return"vari…
H A Dttcn-cfg.min.js1 …b,c){var d=false,e,f=false;while((e=b.next())!=null){if(e==a&&!d){var h=b.peek();if(h){h=h.toLower…
H A Dcrystal.min.js.map1peek","skipToEnd","matched","eat","current","test","blocks","indexOf","currentIndent","lastStyle",…
H A Dstex.min.js1 …="%"){a.skipToEnd();return"comment"}return"error"}function l(a,b){var c=a.peek(),f;if(c=="{"||c=="…
H A Dvb.min.js1 …b){b.currentIndent--}function D(a,b){if(a.eatSpace()){return null}var c=a.peek();if(c==="'"){a.ski…
H A Dyaml.min.js.map1peek","esc","escaped","pos","test","string","charAt","skipToEnd","match","literal","indentation","…
H A Derlang.min.js1peek())){a.next();if(y(a.current(),c)){return true}}a.backUp(a.current().length-1)}return false}fu…
H A Drpm.min.js.map1peek","skipToEnd","eol"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,QAAQ,6BA…
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php171 if ($cursor->peek() === '|') {

12345678