| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | VocabularyImpl.php | 130 public function getLiteralName(int $tokenType) : ?string argument 132 if ($tokenType >= 0 && $tokenType < \count($this->literalNames)) { 133 return $this->literalNames[$tokenType]; 139 public function getSymbolicName(int $tokenType) : ?string argument 141 if ($tokenType >= 0 && $tokenType < \count($this->symbolicNames)) { 142 return $this->symbolicNames[$tokenType]; 145 if ($tokenType === Token::EOF) { 152 public function getDisplayName(int $tokenType) : string argument 154 if ($tokenType >= 0 && $tokenType < \count($this->displayNames)) { 155 $displayName = $this->displayNames[$tokenType]; [all …]
|
| H A D | Vocabulary.php | 37 * @param int $tokenType The token type. 42 public function getLiteralName(int $tokenType) : ?string; argument 64 * @param int $tokenType The token type. 69 public function getSymbolicName(int $tokenType) : ?string; argument 79 * @param int $tokenType The token type. 85 public function getDisplayName(int $tokenType) : string; argument
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/ |
| D | GoogleIdentityStsV1ExchangeTokenResponse.php | 43 public $tokenType; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1ExchangeTokenResponse 90 public function setTokenType($tokenType) argument 92 $this->tokenType = $tokenType; 99 return $this->tokenType;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | File.php | 1924 $tokenType = $tokens[$i]['code']; 1965 && $tokenType === T_CLOSE_CURLY_BRACKET 1966 && isset($tokenizer->scopeOpeners[$currType]['end'][$tokenType]) === true 1980 && isset($tokenizer->scopeOpeners[$currType]['end'][$tokenType]) === true 1982 if ($ignore > 0 && $tokenType === T_CLOSE_CURLY_BRACKET) { 1993 && $tokenType !== T_CLOSE_CURLY_BRACKET 2019 && ($tokenType === T_ELSE || $tokenType === T_ELSEIF) 2074 && isset($tokenizer->scopeOpeners[$tokenType]) === true 2094 if (isset($tokenizer->scopeOpeners[$tokenType]) === true) { 2096 if ($tokenType === T_USE) { [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/ |
| D | GenerateVerificationTokenResponse.php | 22 protected $tokenType = VerificationToken::class; variable in Google\\Service\\MyBusinessVerifications\\GenerateVerificationTokenResponse
|
| D | VerifyLocationRequest.php | 44 protected $tokenType = VerificationToken::class; variable in Google\\Service\\MyBusinessVerifications\\VerifyLocationRequest
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/ |
| D | AbstractPatternSniff.php | 113 $tokenType = $parsedPattern[$pos]['token']; 114 $listenTypes[] = $tokenType; 122 if (isset($this->_parsedPatterns[$tokenType]) === false) { 123 $this->_parsedPatterns[$tokenType] = array(); 126 $this->_parsedPatterns[$tokenType][] = $patternArray;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
| D | PHP.php | 727 $tokenType = $tokens[$i][0]; 729 $tokenType = $tokens[$i]; 732 if ($tokenType === T_FUNCTION) { 736 …} else if (in_array($tokenType, array(T_OPEN_TAG, T_OPEN_TAG_WITH_ECHO, '=', '{', ';')) === true) { 1467 $tokenType = $tokens[$i]['type']; 1471 …echo "\t* token $i ($tokenType) on line $line opener changed from $scopeOpener ($oldType) to $x ($… 1475 …echo "\t* token $i ($tokenType) on line $line closer changed from $scopeCloser ($oldType) to $newC…
|
| /plugin/asciidocjs/node_modules/clean-css/lib/tokenizer/ |
| D | tokenize.js | 551 function tokenScopeFrom(tokenType) { argument 552 if (tokenType == Token.RULE) { 554 } else if (tokenType == Token.NESTED_BLOCK) { 556 } else if (tokenType == Token.AT_RULE_BLOCK) {
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNDeserializer.php | 327 $tokenType = $this->readInt(); 329 if ($tokenType === 0xFFFF) { 330 $tokenType = Token::EOF; 333 $atn->ruleToTokenType[$i] = $tokenType;
|
| /plugin/codemirror/dist/modes/ |
| D | markdown.min.js.map | 1 …tokenType","hasOwnProperty","hrRE","listRE","taskListRE","atxHeaderRE","allowAtxHeaderWithoutSpace…
|
| /plugin/a2s/ |
| D | ASCIIToSVG.php | 586 function A2S_SVGPathTokenName(/* int */ $tokenType){ argument 587 if (isset(self::$yyTokenName[$tokenType])) 588 return self::$yyTokenName[$tokenType];
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js | 28447 var tokenType = this._string(content); 28448 if (tokenType !== null) { 28449 return this.finishToken(offset, tokenType, content.join('')); 28452 tokenType = staticTokenTable[this.stream.peekChar()]; 28453 if (typeof tokenType !== 'undefined') { 28455 return this.finishToken(offset, tokenType); 29875 var tokenType = this.escapedJavaScript(); 29876 if (tokenType !== null) { 29877 return this.finishToken(offset, tokenType);
|
| D | 3.3.js.map | 1 …tokenType = TokenType.Unknown;\n var tokenError;\n var hasSpaceAfterTag;\n var lastTag;\n…
|
| D | 2.2.js.map | 1 …tokenType = this._string(content);\n if (tokenType !== null) {\n return this.fin…
|
| D | bundle.js.map | 1 …tokenType) {\n let m = tokenType.match(STANDARD_TOKEN_TYPE_REGEXP);\n if (!m) {\n ret…
|
| D | bundle.js | 396 …tokenType):"-?-"}`)),Object(i.a)("tr",void 0,Object(i.a)("td.tm-metadata-key",void 0,"font style")… property
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 724 …sCustom:p[T],short:m[T],group:l[T],push:h[T],pop:f[T],tokenTypeIdx:s[T],tokenType:n[T]}))});let v=… property 733 …{str:s,idx:a,tokenType:i}):Uo(s)&&hFe(s)&&n.push({str:s.source,idx:a,tokenType:i})),n},[]);return … property 740 …Ae(s,u=>{let h=foe(u,l);if(h!==!1){let d={message:dFe(u,h),type:h.issue,tokenType:u};n.push(d)}els… property 758 …tokenType.PUSH_MODE===void 0){let ue=this.config.errorMessageProvider.buildUnableToPopLexerModeMes… 759 …tLine:i,endLine:a,startColumn:s,endColumn:l,tokenTypeIdx:t.tokenTypeIdx,tokenType:t}}function gx(t… 813 …tokenType=r}},Rx=class extends Lx{static{o(this,"EpsilonTransition")}constructor(e){super(e)}isEps… 816 …tokenType),a=>a.tokenTypeIdx);return{actualToken:r,possibleTokenTypes:i,tokenPath:t}}function p$e(… 818 …tokenType,!r);return n.grammarSource=r,n.root=this.rootNode,this.current.content.push(n),n}removeN… getter in anonymousFunction3478d9c788f00.FOe.XOe.Rae.nPe.$ae.kPe.ZR._se.Ese.tx.Pg.LN.ho.definition.wn.iM.aM.KBe.vM.AnonymousClass3478d9c7b4201.AnonymousClass3478d9c7b4301.Woe.wM.ale._x.performSelfAnalysis.Lx.AnonymousClass3478d9c7b9601.EE.constructor.Mx.buildLookaheadForAlternation.anonymousFunction3478d9c7ba600.anonymousFunction3478d9c7ba800.anonymousFunction3478d9c7baa00.anonymousFunction3478d9c7bac00.anonymousFunction3478d9c7bae00.anonymousFunction3478d9c7bb000.anonymousFunction3478d9c7bb200.anonymousFunction3478d9c7bb400.anonymousFunction3478d9c7bb600.anonymousFunction3478d9c7bb800.anonymousFunction3478d9c7bba00.anonymousFunction3478d9c7bbe00.anonymousFunction3478d9c7bc000.anonymousFunction3478d9c7bc600.anonymousFunction3478d9c7bc800.anonymousFunction3478d9c7bca00.anonymousFunction3478d9c7bcc00.anonymousFunction3478d9c7bce00.anonymousFunction3478d9c7bd000.anonymousFunction3478d9c7bd200.anonymousFunction3478d9c7bd400.anonymousFunction3478d9c7bd600.anonymousFunction3478d9c7bd800.anonymousFunction3478d9c7bda00.anonymousFunction3478d9c7bdc00.anonymousFunction3478d9c7bde00.anonymousFunction3478d9c7be000.anonymousFunction3478d9c7be200.anonymousFunction3478d9c7be400.anonymousFunction3478d9c7be600.anonymousFunction3478d9c7be800.anonymousFunction3478d9c7bee00.anonymousFunction3478d9c7bf000.anonymousFunction3478d9c7bf400.anonymousFunction3478d9c7bf600.anonymousFunction3478d9c7bf800.anonymousFunction3478d9c7bfa00.anonymousFunction3478d9c7bfc00.anonymousFunction3478d9c7bfe00.anonymousFunction3478d9c7c0000.anonymousFunction3478d9c7c0400.anonymousFunction3478d9c7c0800.anonymousFunction3478d9c7c0a00.anonymousFunction3478d9c7c0c00.anonymousFunction3478d9c7c0e00.anonymousFunction3478d9c7c1400.anonymousFunction3478d9c7c1600.anonymousFunction3478d9c7c1800.anonymousFunction3478d9c7c1a00.anonymousFunction3478d9c7c1c00.anonymousFunction3478d9c7c1e00.anonymousFunction3478d9c7c2400.anonymousFunction3478d9c7c2600.anonymousFunction3478d9c7c2800.anonymousFunction3478d9c7c2a00.anonymousFunction3478d9c7c2c00.anonymousFunction3478d9c7c2e00.anonymousFunction3478d9c7c3000.anonymousFunction3478d9c7c3200.anonymousFunction3478d9c7c3400.anonymousFunction3478d9c7c3600.anonymousFunction3478d9c7c3800.anonymousFunction3478d9c7c3c00.anonymousFunction3478d9c7c3e00.anonymousFunction3478d9c7c4000.anonymousFunction3478d9c7c4200.QM.Ox.AnonymousClass3478d9c7c4401.AnonymousClass3478d9c7c4501 827 …tokenType=e.tokenType.name,n.offset=e.offset,n.length=e.length,n.startLine=e.range.start.line,n.st…
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js.map | 1 …tokenType, maxScanDistance, brackets) {\n let startCh = dir < 0 ? state.sliceDoc(pos - 1, pos) …
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …tokenType, maxScanDistance, brackets) {\n let startCh = dir < 0 ? state.sliceDoc(pos - 1, pos) …
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …tokenType, maxScanDistance, brackets) {\n let startCh = dir < 0 ? state.sliceDoc(pos - 1, pos) …
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 396 …tokenType):"-?-"}`)),Object(i.a)("tr",void 0,Object(i.a)("td.tm-metadata-key",void 0,"font style")… property
|