/third_party/boost/libs/regex/doc/ |
D | character_class_names.qbk | 33 [[w] [No] [Any word character (alphanumeric characters plus the underscore).]] 34 [[word] [No] [Any word character (alphanumeric characters plus the underscore).]]
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_type.qbk | 34 * an identifier character, ie. an alphanumeric or an underscore 38 the remaining characters must be alphanumeric or an underscore until a space character
|
D | vmd_identifier.qbk | 13 of alphanumeric characters and the underscore 40 * an identifier character, ie. an alphanumeric or an underscore 44 the remaining characters must be alphanumeric or an underscore until a space character 66 … behavior and most likely a preprocessing error due to the constraint since '.' is not alphanumeric
|
D | vmd_number.qbk | 37 * an identifier character, ie. an alphanumeric or an underscore 41 the remaining characters must be alphanumeric or an underscore until a space character
|
D | vmd_data_types.qbk | 31 of alphanumeric characters and the underscore ( _ ) character. This is very similar to a
|
/third_party/grpc/src/php/lib/Grpc/ |
D | BaseStub.php | 250 'alphanumeric characters, hyphens, underscores and dots'
|
/third_party/python/Doc/library/ |
D | curses.ascii.rst | 101 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or 149 Checks for any printable ASCII character which is not a space or an alphanumeric
|
D | secrets.rst | 143 Generate an eight-character alphanumeric password: 161 Generate a ten-character alphanumeric password with at least one
|
/third_party/python/Lib/idlelib/ |
D | undo.py | 254 alphanumeric = string.ascii_letters + string.digits + "_" variable in InsertCommand 257 if c in self.alphanumeric:
|
/third_party/qrcodegen/ |
D | Readme.markdown | 23 * Encodes numeric and special-alphanumeric text in less space than general text 36 * Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general/kanji pa…
|
/third_party/boost/libs/local_function/doc/ |
D | advanced_topics.qbk | 22 …ed because it cannot be handled by preprocessor meta-programming (non-alphanumeric symbols cannot … 53 …tion, local function parameter types cannot start with non-alphanumeric symbols (alphanumeric symb… 56 …und variables, etc) and the C++ preprocessor does not allow to concatenate non-alphanumeric tokens. 58 …l generate (cryptic) preprocessor errors if a parameter type starts with a non-alphanumeric symbol. 105 [*(2)] The parameter type `::sign_t` starts with the non-alphanumeric symbols `::` thus it will gen… 373 …t is in general recommended to specify unique identifiers as a combination of alphanumeric tokens.
|
/third_party/qrcodegen/rust/ |
D | Readme.markdown | 23 * Encodes numeric and special-alphanumeric text in less space than general text
|
/third_party/boost/libs/scope_exit/doc/ |
D | scope_exit.qbk | 201 …mptiness of a macro parameter when the parameter can start with a non-alphanumeric symbol (which i… 218 …d nor postfixed by alphanumeric tokens (this is not an issue for [macroref BOOST_SCOPE_EXIT_ALL] w… 279 …it is in general recommended to specify unique identifiers as a combination of alphanumeric tokens.
|
/third_party/selinux/secilc/docs/ |
D | cil_reference_guide.md | 96 Symbols (any string not enclosed in double quotes) must only contain alphanumeric `[a-z A-Z] [0-9]`… 100 …s must start with an alpa character `[a-z A-Z]`, the remainder may be alphanumeric `[a-z A-Z] [0-9…
|
/third_party/python/Doc/tutorial/ |
D | stdlib2.rst | 79 (alphanumeric characters and underscores). Surrounding the placeholder with 80 braces allows it to be followed by more alphanumeric letters with no intervening
|
/third_party/libinput/doc/user/ |
D | absolute-coordinate-ranges.rst | 114 .. note:: hwdb match strings only allow for alphanumeric ascii characters. Use a
|
/third_party/libphonenumber/resources/ |
D | phonenumber.proto | 46 // formatting (hyphens, spaces, parentheses), nor any alphanumeric spellings.
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_chartables.c.dist | 166 0x10 alphanumeric or '_'
|
/third_party/openssl/doc/man5/ |
D | config.pod | 18 alphanumeric characters and underscores. 55 The B<name> string can contain any alphanumeric characters as well as
|
/third_party/openssl/doc/man1/ |
D | dgst.pod | 148 Specifies MAC key as alphanumeric string (use if key contain printable
|
/third_party/python/Doc/howto/ |
D | regex.rst | 115 Let's take an example: ``\w`` matches any alphanumeric character. If 145 Matches any alphanumeric character; this is equivalent to the class 149 Matches any non-alphanumeric character; this is equivalent to the class 745 beginning or end of a word. A word is defined as a sequence of alphanumeric 747 non-alphanumeric character. 1100 following example, the delimiter is any sequence of non-alphanumeric characters.
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 260 Field definition names may contain alphanumeric, underscore, and the
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 260 Field definition names may contain alphanumeric, underscore, and the
|
/third_party/freetype/docs/ |
D | DOCGUIDE | 260 Field definition names may contain alphanumeric, underscore, and the
|
/third_party/node/deps/npm/node_modules/tar/ |
D | README.md | 852 or the alphanumeric key if unknown. 853 - `typeKey` The alphanumeric key for the type of entry this header 950 Get the human-readable name for a given alphanumeric code. 954 Get the alphanumeric code for a given human-readable name.
|