Home
last modified time | relevance | path

Searched defs:tokenType (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/
H A DIVocabulary.cs78 string GetLiteralName(int tokenType); in GetLiteralName()
142 string GetSymbolicName(int tokenType); in GetSymbolicName()
171 string GetDisplayName(int tokenType); in GetDisplayName()
H A DVocabulary.cs122 public virtual string GetLiteralName(int tokenType) in GetLiteralName()
132 public virtual string GetSymbolicName(int tokenType) in GetSymbolicName()
146 public virtual string GetDisplayName(int tokenType) in GetDisplayName()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/
H A DVocabulary.java59 String getLiteralName(int tokenType); in getLiteralName()
104 String getSymbolicName(int tokenType); in getSymbolicName()
126 String getDisplayName(int tokenType); in getDisplayName()
H A DVocabularyImpl.java134 public String getLiteralName(int tokenType) { in getLiteralName()
143 public String getSymbolicName(int tokenType) { in getSymbolicName()
156 public String getDisplayName(int tokenType) { in getDisplayName()
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVDXParser.cpp326 int tokenType = -1; in readLine() local
394 int tokenType = -1; in readFillAndShadow() local
470 int tokenType = -1; in readMisc() local
513 int tokenType = -1; in readXFormData() local
572 int tokenType = -1; in readLayerMem() local
599 int tokenType = -1; in readTxtXForm() local
678 int tokenType = -1; in readXForm1D() local
741 int tokenType = -1; in readPageProps() local
799 int tokenType = -1; in readFonts() local
840 int tokenType = -1; in readTextBlock() local
[all …]
H A DVSDXTheme.cpp163 int tokenType = -1; in readFontScheme() local
195 int tokenType = -1; in readFont() local
261 int tokenType = -1; in readClrScheme() local
327 int tokenType = -1; in readThemeColour() local
361 int tokenType = -1; in readVariationClrSchemeLst() local
392 int tokenType = -1; in readVariationClrScheme() local
H A DVSDXParser.cpp377 int tokenType = xmlTextReaderNodeType(reader); in processXmlNode() local
617 int tokenType = -1; in readPageSheetProperties() local
679 int tokenType = -1; in readFonts() local
748 int tokenType = -1; in readStyleProperties() local
943 int tokenType = -1; in readShapeProperties() local
1305 int tokenType = -1; in readLayer() local
1326 int tokenType = -1; in readParagraph() local
1347 int tokenType = -1; in readTabs() local
1375 int tokenType = -1; in readTabRow() local
1432 int tokenType = -1; in readCharacter() local
[all …]
H A DVSDXMLParserBase.cpp52 int tokenType = -1; in readGeometry() local
175 int tokenType = -1; in readMoveTo() local
225 int tokenType = -1; in readLineTo() local
275 int tokenType = -1; in readArcTo() local
329 int tokenType = -1; in readEllipticalArcTo() local
395 int tokenType = -1; in readEllipse() local
461 int tokenType = -1; in readNURBSTo() local
532 int tokenType = -1; in readPolylineTo() local
586 int tokenType = -1; in readInfiniteLine() local
644 int tokenType = -1; in readRelEllipticalArcTo() local
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Writers/XmlWriterApi/
H A DTCCheckChars.cs30 public void checkChars_1(XmlWriterUtils utils, string tokenType) in checkChars_1()
129 public void checkChars_2(XmlWriterUtils utils, string tokenType) in checkChars_2()
192 public void checkChars_3(XmlWriterUtils utils, string tokenType) in checkChars_3()
258 public void checkChars_4(XmlWriterUtils utils, string tokenType, bool checkCharacters) in checkChars_4()
H A DTCAutoCL.cs134 public void auto_5(XmlWriterUtils utils, string tokenType) in auto_5()
183 public void auto_6(XmlWriterUtils utils, string tokenType) in auto_6()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwt/internal/cmd/gentoken/
H A Dmain.go105 type tokenType struct { struct
106 filename string
107 structName string
108 ifName string
109 pkg string
110 claims []tokenField
342 func generateToken(tt tokenType) error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/
H A DXPathTokenAnywhereElement.cs14 protected internal int tokenType; field in Antlr4.Runtime.Tree.Xpath.XPathTokenAnywhereElement
16 public XPathTokenAnywhereElement(string tokenName, int tokenType) in XPathTokenAnywhereElement()
H A DXPathTokenElement.cs14 protected internal int tokenType; field in Antlr4.Runtime.Tree.Xpath.XPathTokenElement
16 public XPathTokenElement(string tokenName, int tokenType) in XPathTokenElement()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/
H A DXPathTokenAnywhereElement.java15 protected int tokenType; field in XPathTokenAnywhereElement
16 public XPathTokenAnywhereElement(String tokenName, int tokenType) { in XPathTokenAnywhereElement()
H A DXPathTokenElement.java19 protected int tokenType; field in XPathTokenElement
20 public XPathTokenElement(String tokenName, int tokenType) { in XPathTokenElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/
H A DTokenManager.java147 public int findIndex(int positionInSource, int tokenType, boolean forward) { in findIndex()
180 public int firstIndexIn(ASTNode node, int tokenType) { in firstIndexIn()
186 public Token firstTokenIn(ASTNode node, int tokenType) { in firstTokenIn()
190 public int lastIndexIn(ASTNode node, int tokenType) { in lastIndexIn()
196 public Token lastTokenIn(ASTNode node, int tokenType) { in lastTokenIn()
200 public int firstIndexAfter(ASTNode node, int tokenType) { in firstIndexAfter()
204 public Token firstTokenAfter(ASTNode node, int tokenType) { in firstTokenAfter()
208 public int firstIndexBefore(ASTNode node, int tokenType) { in firstIndexBefore()
212 public Token firstTokenBefore(ASTNode node, int tokenType) { in firstTokenBefore()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DIDBKeyPath.cpp176 IDBKeyPathLexer::TokenType tokenType = lexer.nextTokenType(); in IDBParseKeyPath() local
192 IDBKeyPathLexer::TokenType tokenType = lexer.currentTokenType(); in IDBParseKeyPath() local
213 IDBKeyPathLexer::TokenType tokenType = lexer.currentTokenType(); in IDBParseKeyPath() local
247 IDBKeyPathLexer::TokenType tokenType = lexer.currentTokenType(); in IDBParseKeyPath() local
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/csapi/
H A Dopenid.cpp19 QString tokenType; member in RequestOpenIdTokenJob::Private
43 const QString& RequestOpenIdTokenJob::tokenType() const { return d->tokenType; } in tokenType() function in RequestOpenIdTokenJob
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSecurityToken/
H A DGoogleIdentityStsV1ExchangeTokenResponse.php29 public $tokenType; variable in Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenResponse
55 public function setTokenType($tokenType)
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/
H A DToken.cs37 TokenType tokenType; field in Microsoft.Build.BuildEngine.Token
39 public Token (string tokenValue, TokenType tokenType, int position) in Token()
59 public static string TypeAsString (TokenType tokenType) in TypeAsString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Security.Tokens/
H A DIssuedSecurityTokenParameters.cs46 public IssuedSecurityTokenParameters (string tokenType) in IssuedSecurityTokenParameters()
51 public IssuedSecurityTokenParameters (string tokenType, EndpointAddress issuerAddress) in IssuedSecurityTokenParameters()
56 public IssuedSecurityTokenParameters (string tokenType, in IssuedSecurityTokenParameters()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/code_editor/
H A Dhighlighter.cpp82 Token::Type tokenType = lexer.nextToken(tokenLength); in highlightBlockInCode() local
162 Token::Type tokenType = lexer.nextToken(tokenLength); in highlightBlockInString() local
181 Token::Type tokenType = lexer.nextToken(tokenLength); in highlightBlockInSymbol() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/
H A DQuotedTokenizer.java78 int tokenType = token(buffer); in nextToken() local
91 int tokenType = 0; in token() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/test/org/rstudio/studio/client/common/r/
H A DRTokenizerTests.java123 int tokenType, in verify()
154 public void verify(int tokenType, String value) in verify()
180 public void verify(int tokenType, String[] values) in verify()
/dports/editors/o/o-2.46.0/vendor/github.com/cyrus-and/gdb/
H A Dlexer.go3 type tokenType int type
13 tokenType tokenType member

12345678910>>...56