/external/rust/crates/nom/tests/ |
D | multiline.rs | 7 character::complete::{alphanumeric1 as alphanumeric, line_ending as eol} 19 terminated(alphanumeric, end_of_line)(input) in read_line()
|
D | ini.rs | 9 …character::complete::{char, alphanumeric1 as alphanumeric, multispace0 as multispace, space0 as sp… 25 key: map_res!(alphanumeric, complete_byte_slice_to_str)
|
D | ini_str.rs | 9 character::complete::{char, alphanumeric1 as alphanumeric, space0 as space} 32 key: alphanumeric >>
|
/external/llvm-project/llvm/test/FileCheck/comment/ |
D | bad-comment-prefix.txt | 25 …or: supplied comment prefix must start with a letter and contain only alphanumeric characters, hyp… 26 …or: supplied comment prefix must start with a letter and contain only alphanumeric characters, hyp…
|
/external/llvm/test/FileCheck/ |
D | validate-check-prefix.txt | 10 unique and start with a letter and contain only alphanumeric characters, hyphens and underscores
|
/external/llvm-project/llvm/test/FileCheck/ |
D | validate-check-prefix.txt | 9 ; BAD_PREFIX: supplied check prefix must start with a letter and contain only alphanumeric characte…
|
/external/grpc-grpc/src/php/lib/Grpc/ |
D | BaseStub.php | 234 'alphanumeric characters, hyphens and underscores'
|
/external/oss-fuzz/docs/getting-started/ |
D | accepting_new_projects.md | 19 **Note:** `project_name` can only contain alphanumeric characters,
|
/external/python/cpython3/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
|
/external/python/cpython2/Doc/library/ |
D | curses.ascii.rst | 102 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or 150 Checks for any printable ASCII character which is not a space or an alphanumeric
|
D | macosa.rst | 73 * other non-alphanumeric characters are replaced with ``_xx_`` where ``xx`` is
|
D | re.rst | 345 defined as a sequence of alphanumeric or underscore characters, so the end of a 346 word is indicated by whitespace or a non-alphanumeric, non-underscore character. 349 of the string, so the precise set of characters deemed to be alphanumeric 393 any alphanumeric character and the underscore; this is equivalent to the set 395 whatever characters are defined as alphanumeric for the current locale. If 397 is classified as alphanumeric in the Unicode character properties database. 401 any non-alphanumeric character; this is equivalent to the set ``[^a-zA-Z0-9_]``. 403 not defined as alphanumeric for the current locale. If :const:`UNICODE` is set, 405 not alphanumeric in the Unicode character properties database.
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-cxxfilt.rst | 22 i.e. characters that are not alphanumeric, '.', '$', or '_'. Separators between
|
/external/python/cpython3/Lib/idlelib/ |
D | undo.py | 254 alphanumeric = string.ascii_letters + string.digits + "_" variable in InsertCommand 257 if c in self.alphanumeric:
|
/external/python/cpython2/Lib/idlelib/ |
D | UndoDelegator.py | 254 alphanumeric = string.ascii_letters + string.digits + "_" variable in InsertCommand 257 if c in self.alphanumeric:
|
/external/llvm-project/openmp/runtime/cmake/ |
D | LibompGetArchitecture.cmake | 12 # The architecture name can only contain alphanumeric characters and underscores (i.e., C identifie…
|
/external/rust/crates/nom/src/bytes/ |
D | macros.rs | 457 …use crate::character::streaming::{alpha1 as alpha, alphanumeric1 as alphanumeric, digit1 as digit,… 720 named!(yan, recognize!(alphanumeric));
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 34 id: A unique alphanumeric value to identify a particular test case
|
/external/selinux/secilc/docs/ |
D | cil_reference_guide.md | 91 Symbols (any string not enclosed in double quotes) must only contain alphanumeric `[a-z A-Z] [0-9]`… 95 …s must start with an alpa character `[a-z A-Z]`, the remainder may be alphanumeric `[a-z A-Z] [0-9…
|
/external/python/cpython2/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
|
/external/python/cpython3/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
|
/external/pcre/dist2/src/ |
D | pcre2_chartables.c.dist | 166 0x10 alphanumeric or '_'
|
/external/llvm-project/llvm/test/tools/llvm-rc/ |
D | tag-accelerators.test | 157 ; NONALPHA2-NEXT: Accelerator ID 1: Non-alphanumeric characters cannot describe virtual keys
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 43 itself, you should see several very long lines of alphanumeric data.
|