Home
last modified time | relevance | path

Searched refs:alphanumeric (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/boost/libs/regex/doc/
Dcharacter_class_names.qbk33 [[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/
Dvmd_type.qbk34 * an identifier character, ie. an alphanumeric or an underscore
38 the remaining characters must be alphanumeric or an underscore until a space character
Dvmd_identifier.qbk13 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
Dvmd_number.qbk37 * an identifier character, ie. an alphanumeric or an underscore
41 the remaining characters must be alphanumeric or an underscore until a space character
Dvmd_data_types.qbk31 of alphanumeric characters and the underscore ( _ ) character. This is very similar to a
/third_party/grpc/src/php/lib/Grpc/
DBaseStub.php250 'alphanumeric characters, hyphens, underscores and dots'
/third_party/python/Doc/library/
Dcurses.ascii.rst101 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
Dsecrets.rst143 Generate an eight-character alphanumeric password:
161 Generate a ten-character alphanumeric password with at least one
/third_party/python/Lib/idlelib/
Dundo.py254 alphanumeric = string.ascii_letters + string.digits + "_" variable in InsertCommand
257 if c in self.alphanumeric:
/third_party/qrcodegen/
DReadme.markdown23 * 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/
Dadvanced_topics.qbk22 …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/
DReadme.markdown23 * Encodes numeric and special-alphanumeric text in less space than general text
/third_party/boost/libs/scope_exit/doc/
Dscope_exit.qbk201 …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/
Dcil_reference_guide.md96 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/
Dstdlib2.rst79 (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/
Dabsolute-coordinate-ranges.rst114 .. note:: hwdb match strings only allow for alphanumeric ascii characters. Use a
/third_party/libphonenumber/resources/
Dphonenumber.proto46 // formatting (hyphens, spaces, parentheses), nor any alphanumeric spellings.
/third_party/pcre2/pcre2/src/
Dpcre2_chartables.c.dist166 0x10 alphanumeric or '_'
/third_party/openssl/doc/man5/
Dconfig.pod18 alphanumeric characters and underscores.
55 The B<name> string can contain any alphanumeric characters as well as
/third_party/openssl/doc/man1/
Ddgst.pod148 Specifies MAC key as alphanumeric string (use if key contain printable
/third_party/python/Doc/howto/
Dregex.rst115 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/
DDOCGUIDE260 Field definition names may contain alphanumeric, underscore, and the
/third_party/flutter/skia/third_party/externals/freetype/docs/
DDOCGUIDE260 Field definition names may contain alphanumeric, underscore, and the
/third_party/freetype/docs/
DDOCGUIDE260 Field definition names may contain alphanumeric, underscore, and the
/third_party/node/deps/npm/node_modules/tar/
DREADME.md852 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.

1234