Home
last modified time | relevance | path

Searched defs:TokenType (Results 1 – 25 of 2821) sorted by relevance

12345678910>>...113

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/util/type_safety/
H A Dtoken_type.h23 TokenType() : Super(base::UnguessableToken::Create()) {} in TokenType() function
24 explicit TokenType(const base::UnguessableToken& token) : Super(token) {} in TokenType() function
25 TokenType(const TokenType& token) : Super(token.value()) {} in TokenType() function
26 TokenType(TokenType&& token) noexcept : Super(token.value()) {} in TokenType() function
/dports/lang/gambit-c/gambit-4.9.3/lib/guide/
H A Dguideuihighlighterscheme.h43 typedef struct TokenType struct
57 static QValueVector<TokenType>* getTokens (const QString &text, int &endStateOfLastPara); argument
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/wana_kana-2.0.1/src/
H A Dtokenize.rs30 pub enum TokenType { enum
44 fn get_type(input: char, compact: bool) -> TokenType { in get_type()
87 pub fn tokenize_detailed(input: &str, compact: bool) -> Vec<(TokenType, String)> { in tokenize_detailed()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/libeval/
H A Dnumeric_evaluator.h80 struct TokenType struct
83 {
88 bool valid;
89 char text[32];
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/validation/datatype/
H A DTokenType.java50 final class TokenType class
63 TokenType() in TokenType() method in TokenType
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/validation/datatype/
H A DTokenType.java50 final class TokenType class
63 TokenType() in TokenType() method in TokenType
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/validation/datatype/
H A DTokenType.java50 final class TokenType class
63 TokenType() in TokenType() method in TokenType
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/validation/datatype/
H A DTokenType.java50 final class TokenType class
63 TokenType() in TokenType() method in TokenType
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/validation/datatype/
H A DTokenType.java50 final class TokenType class
63 TokenType() in TokenType() method in TokenType
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dsyntax.py32 TokenType = Tuple[str, ...] variable
105 def get_style_for_token(self, token_type: TokenType) -> Style:
131 def get_style_for_token(self, token_type: TokenType) -> Style:
160 def __init__(self, style_map: Dict[TokenType, Style]) -> None:
166 def get_style_for_token(self, token_type: TokenType) -> Style:
342 def _get_token_color(self, token_type: TokenType) -> Optional[Color]:
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dsyntax.py34 TokenType = Tuple[str, ...] variable
107 def get_style_for_token(self, token_type: TokenType) -> Style:
133 def get_style_for_token(self, token_type: TokenType) -> Style:
162 def __init__(self, style_map: Dict[TokenType, Style]) -> None:
168 def get_style_for_token(self, token_type: TokenType) -> Style:
339 def _get_token_color(self, token_type: TokenType) -> Optional[Color]:
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/parse/v2/js/
H A Dtokentype.go6 type TokenType uint16 // from LSB to MSB: 8 bits for tokens per category, 1 bit for numeric, 1 bit … type
174 func IsNumeric(tt TokenType) bool {
179 func IsPunctuator(tt TokenType) bool {
184 func IsOperator(tt TokenType) bool {
189 func IsIdentifierName(tt TokenType) bool {
194 func IsReservedWord(tt TokenType) bool {
199 func IsIdentifier(tt TokenType) bool {
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/parse/v2/js/
H A Dtokentype.go6 type TokenType uint16 // from LSB to MSB: 8 bits for tokens per category, 1 bit for numeric, 1 bit … type
174 func IsNumeric(tt TokenType) bool {
179 func IsPunctuator(tt TokenType) bool {
184 func IsOperator(tt TokenType) bool {
189 func IsIdentifierName(tt TokenType) bool {
194 func IsReservedWord(tt TokenType) bool {
199 func IsIdentifier(tt TokenType) bool {
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/nim/tools/
H A Dnimlexer.h43 struct TokenType { struct
61 , type(TokenType::EndOfText) in Token() argument
/dports/security/keybase/client-v5.7.1/go/tools/runquiet/
H A Drunquiet.go49 type TokenType uint32 type
56 …Attributes *syscall.SecurityAttributes, impersonationLevel uint32, tokenType TokenType, phNewToken…
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/xml/validation/datatype/
H A DTokenType.h22 class TokenType; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-license-manager/include/aws/license-manager/model/
H A DTokenType.h16 enum class TokenType enum
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/xml/validation/datatype/
H A DTokenType.h22 class TokenType; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/xml/validation/datatype/
H A DTokenType.h22 class TokenType; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/xml/validation/datatype/
H A DTokenType.h22 class TokenType; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rust-argon2-0.8.3/
H A DLICENSE-MIT18 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/xml/validation/datatype/
H A DTokenType.h22 class TokenType; variable
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeEditorComponent.h227 struct TokenType struct
229 String name;
230 Colour colour;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeEditorComponent.h227 struct TokenType struct
229 String name;
230 Colour colour;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Drestricted_token_utils.h21 enum TokenType { IMPERSONATION = 0, PRIMARY }; enum

12345678910>>...113