Home
last modified time | relevance | path

Searched defs:tokenKind (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/
H A DDelegationTokenManager.java65 private Text tokenKind; field in DelegationTokenManager.DelegationTokenSecretManager
67 public DelegationTokenSecretManager(Configuration conf, Text tokenKind) { in DelegationTokenSecretManager()
92 private Text tokenKind; field in DelegationTokenManager.ZKSecretManager
94 public ZKSecretManager(Configuration conf, Text tokenKind) { in ZKSecretManager()
114 public DelegationTokenManager(Configuration conf, Text tokenKind) { in DelegationTokenManager()
206 Token<DelegationTokenIdentifier> token, Text tokenKind) in decodeToken()
H A DDelegationTokenAuthenticationHandler.java142 String tokenKind = conf.get(TOKEN_KIND); in initTokenManager() local
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/security/
H A DSecurityInfo.java65 private final Kind tokenKind; field in SecurityInfo
67 public SecurityInfo(String serverPrincipal, Kind tokenKind) { in SecurityInfo()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/standard/
H A DToken.java37 Token(TokenKind tokenKind, int startpos, int endpos) { in Token()
43 Token(TokenKind tokenKind, char[] tokenData, int pos, int endpos) { in Token()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/
H A Dclangcompletioncontextanalyzer.cpp47 bool isTokenForIncludePathCompletion(unsigned tokenKind) in isTokenForIncludePathCompletion()
54 bool isTokenForPassThrough(unsigned tokenKind) in isTokenForPassThrough()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcpppointerdeclarationformatter.cpp89 const int tokenKind = translationUnit->tokenKind(index); in firstTypeSpecifierWithoutFollowingAttribute() local
106 const int tokenKind = translationUnit->tokenKind(i); in firstTypeSpecifierWithoutFollowingAttribute() local
138 const unsigned tokenKind = tokenAt(ast->firstToken()).kind(); in visit() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/
H A DInternalCompletionContext.java45 protected int tokenKind; field in InternalCompletionContext
98 protected void setTokenKind(int tokenKind) { in setTokenKind()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DASTVisitor.cpp58 int ASTVisitor::tokenKind(int index) const in tokenKind() function in ASTVisitor
H A DTranslationUnit.h58 Kind tokenKind(int index) const { return tokenAt(index).kind(); } in tokenKind() function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java331 final TokenKind tokenKind; field in CompletenessAnalyzer.TK
340 TK(TokenKind tokenKind, int b) { in TK()
344 TK(TokenKind tokenKind, int b, boolean valueOp) { in TK()
396 tokenKindToTKMap.put(tk.tokenKind, tk); in tokenKindToTKMap.put() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java331 final TokenKind tokenKind; field in CompletenessAnalyzer.TK
340 TK(TokenKind tokenKind, int b) { in TK()
344 TK(TokenKind tokenKind, int b, boolean valueOp) { in TK()
396 tokenKindToTKMap.put(tk.tokenKind, tk); in tokenKindToTKMap.put() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DPostfixCompletionProposalComputer.java105 int tokenKind= coreContext.getTokenKind(); in computeCompletionEngine() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java337 final TokenKind tokenKind; field in CompletenessAnalyzer.TK
346 TK(TokenKind tokenKind, int b) { in TK()
350 TK(TokenKind tokenKind, int b, boolean valueOp) { in TK()
406 tokenKindToTKMap.put(tk.tokenKind, tk); in tokenKindToTKMap.put() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java337 final TokenKind tokenKind; field in CompletenessAnalyzer.TK
346 TK(TokenKind tokenKind, int b) { in TK()
350 TK(TokenKind tokenKind, int b, boolean valueOp) { in TK()
406 tokenKindToTKMap.put(tk.tokenKind, tk); in tokenKindToTKMap.put() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java337 final TokenKind tokenKind; field in CompletenessAnalyzer.TK
346 TK(TokenKind tokenKind, int b) { in TK()
350 TK(TokenKind tokenKind, int b, boolean valueOp) { in TK()
406 tokenKindToTKMap.put(tk.tokenKind, tk); in tokenKindToTKMap.put() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java337 final TokenKind tokenKind; field in CompletenessAnalyzer.TK
346 TK(TokenKind tokenKind, int b) { in TK()
350 TK(TokenKind tokenKind, int b, boolean valueOp) { in TK()
406 tokenKindToTKMap.put(tk.tokenKind, tk); in tokenKindToTKMap.put() argument
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llbuild/Ninja/
H A DLexer.h50 Kind tokenKind; /// The token kind. member
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/Providers/GEDCOM/
H A DGEDCOMParser.cs253 public bool RequireToken(GEDCOMToken tokenKind) in RequireToken()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/duchain/
H A Dtodoextractor.cpp166 CXTokenKind tokenKind = clang_getTokenKind(token); in extractTodos() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangreferencescollector.cpp160 const CXTokenKind tokenKind = token.kind(); in matchesIdentifier() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java329 final TokenKind tokenKind; field in CompletenessAnalyzer.TK
337 TK(TokenKind tokenKind, int b) { in TK()
388 tokenKindToTKMap.put(tk.tokenKind, tk); in tokenKindToTKMap.put() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java329 final TokenKind tokenKind; field in CompletenessAnalyzer.TK
337 TK(TokenKind tokenKind, int b) { in TK()
388 tokenKindToTKMap.put(tk.tokenKind, tk); in tokenKindToTKMap.put() argument
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/parser/test/
H A Dlexertest.cpp20 #define COMPARE_TOKEN(tokenStream, index, tokenKind, startLine, startColumn, endLine, endColumn) \ argument
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/parser/test/
H A Dlexertest.cpp20 #define COMPARE_TOKEN(tokenStream, index, tokenKind, startLine, startColumn, endLine, endColumn) \ argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/diagnose/
H A DLexStream.java77 int tokenKind = scanner.getNextToken(); in readTokenFromScanner() local

123456