Home
last modified time | relevance | path

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

1234

/external/rust/crates/nom/tests/
Dmultiline.rs7 character::complete::{alphanumeric1 as alphanumeric, line_ending as eol}
19 terminated(alphanumeric, end_of_line)(input) in read_line()
Dini.rs9 …character::complete::{char, alphanumeric1 as alphanumeric, multispace0 as multispace, space0 as sp…
25 key: map_res!(alphanumeric, complete_byte_slice_to_str)
Dini_str.rs9 character::complete::{char, alphanumeric1 as alphanumeric, space0 as space}
32 key: alphanumeric >>
/external/llvm-project/llvm/test/FileCheck/comment/
Dbad-comment-prefix.txt25 …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/
Dvalidate-check-prefix.txt10 unique and start with a letter and contain only alphanumeric characters, hyphens and underscores
/external/llvm-project/llvm/test/FileCheck/
Dvalidate-check-prefix.txt9 ; BAD_PREFIX: supplied check prefix must start with a letter and contain only alphanumeric characte…
/external/grpc-grpc/src/php/lib/Grpc/
DBaseStub.php234 'alphanumeric characters, hyphens and underscores'
/external/oss-fuzz/docs/getting-started/
Daccepting_new_projects.md19 **Note:** `project_name` can only contain alphanumeric characters,
/external/python/cpython3/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
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst102 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
Dmacosa.rst73 * other non-alphanumeric characters are replaced with ``_xx_`` where ``xx`` is
Dre.rst345 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/
Dllvm-cxxfilt.rst22 i.e. characters that are not alphanumeric, '.', '$', or '_'. Separators between
/external/python/cpython3/Lib/idlelib/
Dundo.py254 alphanumeric = string.ascii_letters + string.digits + "_" variable in InsertCommand
257 if c in self.alphanumeric:
/external/python/cpython2/Lib/idlelib/
DUndoDelegator.py254 alphanumeric = string.ascii_letters + string.digits + "_" variable in InsertCommand
257 if c in self.alphanumeric:
/external/llvm-project/openmp/runtime/cmake/
DLibompGetArchitecture.cmake12 # The architecture name can only contain alphanumeric characters and underscores (i.e., C identifie…
/external/rust/crates/nom/src/bytes/
Dmacros.rs457 …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/
DAddingTestCases.txt34 id: A unique alphanumeric value to identify a particular test case
/external/selinux/secilc/docs/
Dcil_reference_guide.md91 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/
Dstdlib2.rst79 (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/
Dstdlib2.rst79 (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/
Dpcre2_chartables.c.dist166 0x10 alphanumeric or '_'
/external/llvm-project/llvm/test/tools/llvm-rc/
Dtag-accelerators.test157 ; NONALPHA2-NEXT: Accelerator ID 1: Non-alphanumeric characters cannot describe virtual keys
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa43 itself, you should see several very long lines of alphanumeric data.

1234