Searched refs:tokenMap (Results 1 – 5 of 5) sorted by relevance
94 Map<String, String> tokenMap = authTokens.get(account); in setAuthToken() local95 if(tokenMap == null) { in setAuthToken()96 tokenMap = new HashMap<>(); in setAuthToken()97 authTokens.put(account, tokenMap); in setAuthToken()99 tokenMap.put(tokenType, authToken); in setAuthToken()105 Map<String, String> tokenMap = authTokens.get(account); in peekAuthToken() local106 if(tokenMap != null) { in peekAuthToken()107 return tokenMap.get(tokenType); in peekAuthToken()291 Map<String, String> tokenMap = authTokens.get(account);292 if (tokenMap != null) {[all …]
META-INF/ META-INF/MANIFEST.MF META-INF/gradle-plugin. ...
4784 def tokenMap(func, *args): function4828 upcaseTokens = tokenMap(lambda t: _ustr(t).upper())4831 downcaseTokens = tokenMap(lambda t: _ustr(t).lower())5489 convertToInteger = tokenMap(int)5494 convertToFloat = tokenMap(float)5502 hex_integer = Word(hexnums).setName("hex integer").setParseAction(tokenMap(int,16))5620 upcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).upper()))5623 downcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).lower()))5693 pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID))
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...