Home
last modified time | relevance | path

Searched refs:PushToken (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/chroma/chroma-0.9.2/vendor/github.com/alecthomas/kong/
H A Dscanner.go200 s.PushToken(Token{Value: arg})
206 s.PushToken(Token{Value: arg, Type: typ})
211 func (s *Scanner) PushToken(token Token) *Scanner { func
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/alecthomas/kong/
H A Dscanner.go203 s.PushToken(Token{Value: arg})
209 s.PushToken(Token{Value: arg, Type: typ})
214 func (s *Scanner) PushToken(token Token) *Scanner { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DXPathParser.cs153 this.PushToken(token); in ParseAbsolutePath()
198 this.PushToken(token); in ParseAdditiveExpression()
315 this.PushToken(token); in ParseEqualityExpression()
499 this.PushToken(token); in ParseMultiplicativeExpression()
845 this.PushToken(token); in ParseRelationalExpression()
997 void PushToken(XPathToken token) in PushToken() method in System.ServiceModel.Dispatcher.XPathParser
/dports/security/keybase/client-v5.7.1/shared/actions/platform-specific/
H A Dpush.native.tsx55 logger.debug('[PushToken] received new token: ', pushToken)
77 logger.debug('[PushToken] received new token: ', token)
221 logger.info('[PushToken] Uploaded to server')
223 logger.error("[PushToken] Couldn't save a push token", e)
237 logger.info('[PushToken] no device id')
248 logger.info('[PushToken] deleted from server')
250 logger.error('[PushToken] delete failed', e)
/dports/www/nextcloud/nextcloud/apps-pkg/notifications/docs/
H A Dpush-v2.md37 2. The device generates the `PushToken` for *Apple Push Notification Service* (iOS) or *Firebase Cl…
39 3. The device generates a `sha512` hash of the `PushToken` (`PushTokenHash`)
132 The device sends the`PushToken` as well as the `deviceIdentifier`, `signature` and the user´s `publ…
138 "pushToken": "{{PushToken}}",
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/yaml-cpp/src/
H A Dscanner.cpp262 Token* Scanner::PushToken(Token::TYPE type) { in PushToken() function in YAML::Scanner
303 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h87 Token *PushToken(Token::TYPE type);
/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/src/
H A Dscanner.cpp257 Token *Scanner::PushToken(Token::TYPE type) in PushToken() function in YAML::Scanner
295 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h56 Token *PushToken(Token::TYPE type);
/dports/science/yoda/YODA-1.9.1/src/yamlcpp/
H A Dscanner.cpp262 Token* Scanner::PushToken(Token::TYPE type) { in PushToken() function in YODA_YAML::Scanner
303 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h87 Token *PushToken(Token::TYPE type);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/src/
H A Dscanner.cpp262 Token* Scanner::PushToken(Token::TYPE type) { in PushToken() function in YAML::Scanner
303 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h87 Token *PushToken(Token::TYPE type);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/yaml-cpp-0.6.2/src/
H A Dscanner.cpp262 Token* Scanner::PushToken(Token::TYPE type) { in PushToken() function in YAML::Scanner
303 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h87 Token *PushToken(Token::TYPE type);
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/src/
H A Dscanner.cpp267 Token* Scanner::PushToken(Token::TYPE type) { in PushToken() function in YAML::Scanner
308 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h87 Token *PushToken(Token::TYPE type);
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/src/
H A Dscanner.cpp267 Token* Scanner::PushToken(Token::TYPE type) { in PushToken() function in YAML::Scanner
308 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h87 Token *PushToken(Token::TYPE type);
/dports/www/trafficserver/trafficserver-9.1.1/lib/yamlcpp/src/
H A Dscanner.cpp267 Token* Scanner::PushToken(Token::TYPE type) { in PushToken() function in YAML::Scanner
308 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h87 Token *PushToken(Token::TYPE type);
/dports/biology/iqtree/IQ-TREE-2.0.6/yaml-cpp/src/
H A Dscanner.cpp267 Token* Scanner::PushToken(Token::TYPE type) { in PushToken() function in YAML::Scanner
308 indent.pStartToken = PushToken(GetStartTokenFor(type)); in PushIndentTo()
H A Dscanner.h87 Token *PushToken(Token::TYPE type);
/dports/deskutils/remind/remind-03.03.11/src/
H A Ddorem.c473 PushToken(DBufValue(&buf), s); in ParseRem()
527 PushToken(DBufValue(&buf), s); in ParseTimeTrig()
558 PushToken(DBufValue(&buf), s); in ParseLocalOmit()
643 PushToken(DBufValue(&buf), s); in ParseUntil()
768 PushToken(DBufValue(&buf), s); in ParseScanFrom()
/dports/print/lout/lout-3.40/
H A Dz06.c232 #define PushToken(t) \ macro
299 PushToken(tmp); \
339 PushToken(t); \
728 PushToken( NewToken(GSTUB_EXT, no_fpos, 0, 0, DEFAULT_PREC, StartSym) ); in InitParser()
1505 PushToken(x); obj_prev = PREV_OP; in Parse()

12