Home
last modified time | relevance | path

Searched refs:token (Results 576 – 600 of 922) sorted by relevance

1...<<21222324252627282930>>...37

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D50.50.js.map1token: 'delimiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n …
H A D63.63.js5 …,{cases:{"@attributes":"keyword.control","@default":""}}]],literal:[[/"/,{token:"string.quote",nex…
H A D58.58.js.map1 … { token: 'delimiter.bracket', open: '{', close: '}' },\n { token: 'delimiter.parenthe…
H A D4.4.js1token={type:r.EOF,offset:-1,len:0,text:""},this.prevToken=void 0}return e.prototype.peekIdent=func… class in AnonymousFunction45b83f63a700.e
H A D2.2.js26718 this.prevToken = this.token;
26724 curr: this.token,
26730 this.token = mark.curr;
26799 this.token = unquoted;
26827 return new ctor(this.token.offset, this.token.len);
32206 var token = scanner.scan();
32209 switch (token.type) {
32303 prevToken = token;
32304 token = scanner.scan();
35544 if (token) {
[all …]
H A D69.69.js.map1token: 'delimiter.bracket', open: '{', close: '}' },\n { token: 'delimiter.square', open: '…
H A D35.35.js.map1token: 'delimiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n …
/plugin/codemirror/dist/modes/
H A Dmbox.min.js1 …r:false,inHeader:false,emailPermitted:false,header:null,inHeaders:false}},token:n,blankLine:functi…
H A Deiffel.min.js1 …f=!f&&g=="%"}return b}}return{startState:function(){return{tokenize:[e]}},token:function(a,d){var …
H A Doctave.min.js1 …l}n.next();return"error"}return{startState:function(){return{tokenize:m}},token:function(a,b){var …
H A Dgfm.min.js1 …unction(a){return{code:a.code,codeBlock:a.codeBlock,ateSpace:a.ateSpace}},token:function(a,c){c.co… method in AnonymousFunction1eba7ec30200.g
H A Dyaml.min.js1 …off","yes","no"];var b=new RegExp("\\b(("+a.join(")|(")+"))$","i");return{token:function(a,c){var …
H A Dpascal.min.js1 …reak}}return"comment"}return{startState:function(){return{tokenize:null}},token:function(a,b){if(a…
H A Djinja2.min.js1 …");return"tag"}}f.next()}return{startState:function(){return{tokenize:f}},token:function(a,b){retu…
H A Dmathematica.min.js1 …"comment"}return{startState:function(){return{tokenize:k,commentLevel:0}},token:function(a,b){if(a…
H A Dprotobuf.min.js.map1token","fold","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,QAAQ,…
H A Dproperties.min.js.map1token","stream","state","sol","afterSection","eol","nextMultiline","inMultiline","position","eatSp…
H A Dbrainfuck.min.js.map1token","stream","state","eatSpace","sol","ch","next","toString","indexOf","eol","defineMIME"],"map…
H A Drpm.min.js.map1token","stream","sol","match","next","defineMIME","arch","preamble","section","control_flow_comple…
H A Dwebidl.min.js1 …ction(){return{inComment:false,lastToken:"",startDef:false,endDef:false}},token:function(a,b){var …
H A Dforth.min.js1 …{return{state:"",base:10,coreWordList:c,immediateWordList:d,wordList:[]}},token:function(b,c){var …
H A Dtwig.min.js1 …"}f.eat("-");return"tag"}}f.next()}return{startState:function(){return{}},token:function(a,b){retu…
/plugin/code3/styles/schemes/
H A Ddefault.css37 /* unrecognized token */
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php181 $token = PHP_CodeSniffer_Tokens::getHighestWeightedToken($tokenCodes);
184 if ($token === false) {
189 return $tokenTypes[$token];
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst469 public function parse(\Twig\Token $token)
479 return new Project_Set_Node($name, $value, $token->getLine(), $this->getTag());
495 from the token stream (``$this->parser->getStream()``):
497 * ``getCurrent()``: Gets the current token in the stream.
499 * ``next()``: Moves to the next token in the stream, *but returns the old one*.
502 the current token is of a particular type or value (or both). The value may be an
505 * ``expect($type[, $value[, $message]])``: If the current token isn't of the given
507 the token is returned and the stream moves to the next token.
509 * ``look()``: Looks at the next token without consuming it.
604 * Returns the token parser instances to add to the existing list.

1...<<21222324252627282930>>...37