Home
last modified time | relevance | path

Searched refs:peek (Results 1 – 25 of 192) sorted by relevance

12345678

/plugin/codemirror/dist/modes/
H A Dtoml.min.js1peek()=='"'||a.peek()=="'")){b.stringType=a.peek();a.next();b.inString=true}if(a.sol()&&b.inArray=…
H A Dpegjs.min.js1peek()=='"'||b.peek()=="'")){e.stringType=b.peek();b.next();e.inString=true}if(!e.inString&&!e.inC…
H A Dspreadsheet.min.js1peek()=='"'||a.peek()=="'"){b.stringType=a.peek();a.next();b.stack.unshift("string")}}switch(b.sta…
H A Debnf.min.js1peek()=='"'||b.peek()=="'"){f.stringType=b.peek();b.next();f.stack.unshift(d._string)}else if(b.ma…
H A Dtoml.min.js.map1peek","next","sol","eol","match","skipTo","skipToEnd","eatSpace","eatWhile","c","defineMIME"],"map…
H A Dsas.min.js1peek()==="/"){e.next();f.continueComment=false}else if(e.skipTo("*")){e.skipTo("*");e.next();if(e.…
H A Dsass.min.js1peek()||a.match(/\s+$/,false)}function p(a,b){var c=a.peek();if(c===")"){a.next();b.tokenizer=v;re…
H A Dspreadsheet.min.js.map1peek","next","unshift","eol","shift","match","indexOf","eatSpace","defineMIME"],"mappings":"CAGA,S…
H A Dpug.min.js1peek()===":"){b.javaScriptLine=false;b.javaScriptLineExcludesColon=false;return}var c=h.token(a,b.…
H A Dpegjs.min.js.map1peek","next","eol","skipToEnd","text","current","i","length","indexOf","eatSpace"],"mappings":"CAG…
H A Dscheme.min.js1peek()=="("||h.peek()=="["){k.sExprComment=0}else{h.eatWhile(/[^\s\(\)\[\]]/);n=b;break}default:va…
H A Dq.min.js1peek()))return a.skipToEnd(),/^\\\s*$/.test(a.current())?(b.tokenize=j)(a):b.tokenize=g,"comment";…
H A Ddylan.min.js1peek();if(d=="'"||d=='"'){a.next();return m(a,b,p(d,"string"))}else if(d=="/"){a.next();if(a.eat("…
H A Dtiddlywiki.min.js1peek();m.block=false;if(n&&/[<\/\*{}\-]/.test(p)){if(b.match(l)){m.block=true;return o(b,m,s)}if(b…
H A Debnf.min.js.map1peek","next","unshift","match","eol","shift","text","current","i","skipToEnd","indexOf","eatSpace"…
H A Ddjango.min.js1peek()!="."){return"null"}if(a.match(/\.\W+/)){return"error"}else if(a.eat(".")){c.waitProperty=tr…
H A Dshell.min.js1peek())){return"number"}}a.eatWhile(/[\w-]/);var f=a.current();if(a.peek()==="="&&/\w+/.test(f))re…
H A Dcobol.min.js1peek())){b.eat(n.sign);a=b.next()}if(n.digit.test(a)){b.eat(a);b.eatWhile(n.digit);if("."==b.peek(…
H A Dhaml.min.js1peek();if(d==a&&c.rubyState.tokenize.length==1){b.next();c.tokenize=g;return"closeAttributeTag"}el…
H A Dcrystal.min.js1peek()=="#"){a.skipToEnd();return"comment"}var l;if(a.match(h)){a.eat(/[?!]/);l=a.current();if(a.e…
H A Dsolr.min.js1 …=b;while((b=e.peek())&&b.match(a)!=null){g+=e.next()}f.tokenize=h;if(c.test(g))return"operator";el…
H A Djsx.min.js1peek()=="{"){f.skipAttribute(j.state);var k=h(j.state),l=j.state.context;if(l&&c.match(/^[^>]*>\s*…
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php64 private $peek = 0; variable in Doctrine\\Common\\Lexer\\AbstractLexer
108 $this->peek = 0;
119 $this->peek = 0;
177 $this->peek = 0;
217 public function peek() function in Doctrine\\Common\\Lexer\\AbstractLexer
219 if (isset($this->tokens[$this->position + $this->peek])) {
220 return $this->tokens[$this->position + $this->peek++];
233 $peek = $this->peek();
234 $this->peek = 0;
235 return $peek;
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php108 if ($c === '\\' && ($peek = $cursor->peek()) !== null && RegexHelper::isEscapable($peek)) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php655 if ((null === $peek = $this->lexer->glimpse())
656 …|| (DocLexer::T_NAMESPACE_SEPARATOR !== $peek['type'] && !in_array($peek['type'], self::$classIden…
657 || $peek['position'] !== $this->lexer->lookahead['position'] + 1) {
1021 $peek = $this->lexer->glimpse();
1023 if (DocLexer::T_EQUALS === $peek['type']) {
1154 $peek = $this->lexer->glimpse();
1156 if (DocLexer::T_EQUALS === $peek['type']
1157 || DocLexer::T_COLON === $peek['type']) {

12345678