| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | Allow-.js-preference-files-to-set-locked-prefs-with-.patch | 24 @@ -153,6 +153,7 @@ enum Token { 33 token: Token, 39 KeywordInfo { string: b"pref", token: Token::Pref }, 40 KeywordInfo { string: b"true", token: Token::True }, 42 KeywordInfo { string: b"sticky", token: Token::Sticky }, 43 KeywordInfo { string: b"locked", token: Token::Locked }, 44 KeywordInfo { string: b"sticky_pref", token: Token::StickyPref }, 45 + KeywordInfo { string: b"lockPref", token: Token::LockPref }, 54 - Token::Pref => (PrefValueKind::Default, false), 55 - Token::StickyPref => (PrefValueKind::Default, true), [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | token_functions.hpp | 126 template <typename iterator, typename Token> 127 void do_escape(iterator& next,iterator end,Token& tok) { in do_escape() 161 template <typename InputIterator, typename Token> 162 bool operator()(InputIterator& next,InputIterator end,Token& tok) { in operator ()() 164 tok = Token(); in operator ()() 280 template<class Iterator, class Token> 281 static void assign(Iterator b, Iterator e, Token &t) { in assign() 285 template<class Token, class Value> 286 static void plus_equal(Token &, const Value &) { } in plus_equal() 291 template<class Token> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | pointer.h | 99 struct Token { struct 165 …GenericPointer(const Token* tokens, size_t tokenCount) : allocator_(), ownAllocator_(), nameBuffer… in GenericPointer() 211 GenericPointer Append(const Token& token, Allocator* allocator = 0) const { 230 Token token = { name, length, kPointerInvalidIndex }; 271 Token token = { reinterpret_cast<Ch*>(buffer), length, index }; 278 Token token = { name, length, index }; 320 const Token* GetTokens() const { return tokens_; } in GetTokens() 405 for (const Token *t = tokens_; t != tokens_ + tokenCount_; ++t) { 482 for (const Token *t = tokens_; t != tokens_ + tokenCount_; ++t) { 717 const Token* last = tokens_ + (tokenCount_ - 1); in Erase() [all …]
|
| H A D | reader.h | 1436 enum Token { enum 1455 RAPIDJSON_FORCEINLINE Token Tokenize(Ch c) { in Tokenize() 1477 return static_cast<Token>(tokenMap[static_cast<unsigned char>(c)]); in Tokenize() 1482 RAPIDJSON_FORCEINLINE IterativeParsingState Predict(IterativeParsingState state, Token token) { in Predict() 1649 …RAPIDJSON_FORCEINLINE IterativeParsingState Transit(IterativeParsingState src, Token token, Iterat… in Transit() 1830 Token t = Tokenize(is.Peek()); in IterativeParse()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyjwt_2.3.0.bb | 1 SUMMARY = "JSON Web Token implementation in Python" 2 DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\
|
| /OK3568_Linux_fs/kernel/drivers/eisa/ |
| H A D | eisa.ids | 263 CPQ6000 "Compaq 32-Bit DualSpeed Token Ring Controller" 264 CPQ6001 "Compaq 32-Bit DualSpeed Token Ring Controller" 381 CPQF110 "Compaq Token Ring 16TR Controller" 569 IBM0001 "IBM Auto 16/4 Token Ring ISA Adapter" 654 ICU04B0 "Tiara Token Ring Lancard*16 AT" 753 ICU1300 "IBM Token-Ring 16/4 Adapter" 818 ISA830A "IBM Token Ring II Short Adapter" 819 ISA830B "IBM Token Ring 16/4 Adapter" 895 ISA9402 "Gateway G/Token Ring 8-bit " 896 ISA9403 "Gateway G/Token Ring AT " [all …]
|
| /OK3568_Linux_fs/buildroot/package/python-pyjwt/ |
| H A D | Config.in | 5 JSON Web Token implementation in Python.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-online-accounts/files/ |
| H A D | 0001-Update-to-rest-1.0.patch | 120 + g_prefix_error (&data->error, _("Error getting a Request Token: ")); 131 - g_prefix_error (&data.error, _("Error getting a Request Token: "));
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/softhsm/ |
| H A D | softhsm_2.6.1.bb | 1 SUMMARY = "PKCS#11 HSM/Token Emulator"
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | x25.rst | 23 written which will allow X.25 to be run over an Ethernet (or Token Ring) and
|
| H A D | lapb-module.rst | 126 LAPB_BADTOKEN Token is already registered.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | cppinternals.info | 60 * Token Spacing:: Spacing and paste avoidance issues. 424 File: cppinternals.info, Node: Macro Expansion, Next: Token Spacing, Prev: Hash Nodes, Up: Top 493 further macros, for reasons of token spacing (*note Token Spacing::) and 561 Token Spacing::), there can be fake padding tokens in-between, and if 596 File: cppinternals.info, Node: Token Spacing, Next: Line Numbering, Prev: Macro Expansion, Up: … 598 Token Spacing 624 Token addition and removal can only occur because of macro expansion, 723 File: cppinternals.info, Node: Line Numbering, Next: Guard Macros, Prev: Token Spacing, Up: Top 1008 * paste avoidance: Token Spacing. (line 6) 1009 * spacing: Token Spacing. (line 6) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | cppinternals.info | 60 * Token Spacing:: Spacing and paste avoidance issues. 424 File: cppinternals.info, Node: Macro Expansion, Next: Token Spacing, Prev: Hash Nodes, Up: Top 493 further macros, for reasons of token spacing (*note Token Spacing::) and 561 Token Spacing::), there can be fake padding tokens in-between, and if 596 File: cppinternals.info, Node: Token Spacing, Next: Line Numbering, Prev: Macro Expansion, Up: … 598 Token Spacing 624 Token addition and removal can only occur because of macro expansion, 723 File: cppinternals.info, Node: Line Numbering, Next: Guard Macros, Prev: Token Spacing, Up: Top 1008 * paste avoidance: Token Spacing. (line 6) 1009 * spacing: Token Spacing. (line 6) [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.h_shipped | 43 /* Token type. */
|
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 114 /* Token type. */ 718 #define YYBACKUP(Token, Value) \ 722 yychar = (Token); \
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/fddi/ |
| H A D | defza.rst | 23 existing IEEE 802.3 10BASE2 Ethernet and IEEE 802.5 Token Ring networks
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.c | 807 #define YYBACKUP(Token, Value) \ argument 811 yychar = (Token); \
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | signature.txt | 483 Token 0: 493 Token 1: 509 Token 'OpenPGP card (User PIN (sig))' with URL 'pkcs11:model=PKCS%2315%20emulated;manufacturer=Zeit…
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefsyacc.c | 940 #define YYBACKUP(Token, Value) \ argument 944 yychar = (Token); \
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 134 /* Token type. */ 805 #define YYBACKUP(Token, Value) \ 809 yychar = (Token); \
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | Kconfig | 66 tristate "Hierarchical Token Bucket (HTB)" 68 Say Y here if you want to use the Hierarchical Token Buckets (HTB) 166 tristate "Token Bucket Filter (TBF)" 168 Say Y here if you want to use the Token Bucket Filter (TBF) packet
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshlex.py | 481 class Token: class
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 126 /* Token type. */ 804 #define YYBACKUP(Token, Value) \ 808 yychar = (Token); \
|