Home
last modified time | relevance | path

Searched full:colons (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/external/rust/crates/chrono/src/format/
Dformatting.rs26 use super::{Colons, OffsetFormat, OffsetPrecision, Pad};
356 colons: Colons::Maybe, in format_inner()
365 colons: Colons::Colon, in format_inner()
374 colons: Colons::Colon, in format_inner()
383 colons: Colons::None, in format_inner()
474 let colons = self.colons == Colons::Colon; in format() localVariable
490 if colons { in format()
496 if colons { in format()
591 colons: Colons::Colon, in write_rfc3339()
638 colons: Colons::None, in write_rfc2822()
[all …]
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/attestation/
DPgpSignedAttestationOrBuilder.java109 * returned when calling --list-keys with --with-colons. For example:
111 * gpg --with-colons --with-fingerprint --force-v4-certs \
136 * returned when calling --list-keys with --with-colons. For example:
138 * gpg --with-colons --with-fingerprint --force-v4-certs \
DPgpSignedAttestation.java439 * returned when calling --list-keys with --with-colons. For example:
441 * gpg --with-colons --with-fingerprint --force-v4-certs \
481 * returned when calling --list-keys with --with-colons. For example:
483 * gpg --with-colons --with-fingerprint --force-v4-certs \
1173 * returned when calling --list-keys with --with-colons. For example:
1175 * gpg --with-colons --with-fingerprint --force-v4-certs \
1216 * returned when calling --list-keys with --with-colons. For example:
1218 * gpg --with-colons --with-fingerprint --force-v4-certs \
1259 * returned when calling --list-keys with --with-colons. For example:
1261 * gpg --with-colons --with-fingerprint --force-v4-certs \
[all …]
/external/rust/crates/anyhow/src/
Densure.rs245 …(0 $stack:tt $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($colons:tt $($dup:tt)*) :: $i…
246 …$crate::__parse_ensure!(epath (atom $stack) $bail ($($fuel)*) {($($buf)* $colons $ident) $($parse)…
257 …(epath $stack:tt $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($colons:tt $langle:tt $($…
258 …$crate::__parse_ensure!(generic (epath $stack) $bail ($($fuel)*) {($($buf)* $colons $langle) $($pa…
261 …(epath $stack:tt $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($colons:tt $($dup:tt)*) :…
262 …$crate::__parse_ensure!(generic (epath $stack) $bail ($($fuel)*) {($($buf)* $colons <) $($parse)*}…
265 …(epath $stack:tt $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($colons:tt $($dup:tt)*) :…
266 …$crate::__parse_ensure!(generic (epath $stack) $bail ($($fuel)*) {($($buf)* $colons <) $($parse)*}…
269 …(epath $stack:tt $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($colons:tt $($dup:tt)*) :…
270 …$crate::__parse_ensure!(epath $stack $bail ($($fuel)*) {($($buf)* $colons $ident) $($parse)*} ($($…
[all …]
/external/spdx-tools/tvloader/parser2v1/
Dutil.go59 // make sure no colons are present
62 // we would have handled multiple colons above if it was
85 // make sure no colons are present
/external/spdx-tools/tvloader/parser2v3/
Dutil.go59 // make sure no colons are present
62 // we would have handled multiple colons above if it was
102 // make sure no colons are present
/external/spdx-tools/tvloader/parser2v2/
Dutil.go59 // make sure no colons are present
62 // we would have handled multiple colons above if it was
102 // make sure no colons are present
/external/tagsoup/
DCHANGES28 Modify PI targets containing colons to have underscores instead
93 Made translate-colons feature actually work
125 Added --nocolons switch and translate-colons feature to convert ":"
174 Correctly cope with unexpected characters around colons, also with multiple colons
305 Don't suppress colons in element names.
/external/spdx-tools/rdfloader/parser2v2/
Dutils.go101 // make sure no colons are present
104 // we would have handled multiple colons above if it was
127 // make sure no colons are present
/external/spdx-tools/rdfloader/parser2v3/
Dutils.go101 // make sure no colons are present
104 // we would have handled multiple colons above if it was
127 // make sure no colons are present
/external/rust/cxx/syntax/
Dqualified.rs54 let colons: Option<Token![::]> = input.parse()?; in parse_unquoted() localVariable
55 trailing_punct = colons.is_some(); in parse_unquoted()
/external/curl/docs/libcurl/opts/
DCURLOPT_SSL_CIPHER_LIST.md41 it consists of one or more cipher strings separated by colons. Commas or
42 spaces are also acceptable separators but colons are normally used, !, - and
DCURLOPT_PROXY_SSL_CIPHER_LIST.md43 colons. Commas or spaces are also acceptable separators but colons are
/external/curl/src/
Dtool_doswin.h30 #define SANITIZE_ALLOW_COLONS (1<<0) /* Allow colons */
31 #define SANITIZE_ALLOW_PATH (1<<1) /* Allow path separators and colons */
/external/zxing/core/src/test/java/com/google/zxing/client/result/
DWifiParsedResultTestCase.java46 // Escaped colons in testWep()
63 // Escaped colons in testWpa()
/external/libusb/msvc/getopt/
Dgetopt.h126 letters, optionally followed by colons, specifying that that letter
129 If a letter in OPTS is followed by two colons, its argument is
/external/guava/android/guava/src/com/google/common/net/
DHostAndPort.java57 * brackets, colons, and port numbers. Full validation of the host field (if desired) is the
76 /** True if the parsed host has colons, but no surrounding brackets. */
184 // 0 or 2+ colons. Bare hostname or IPv6 literal. in fromString()
/external/guava/guava/src/com/google/common/net/
DHostAndPort.java57 * brackets, colons, and port numbers. Full validation of the host field (if desired) is the
76 /** True if the parsed host has colons, but no surrounding brackets. */
184 // 0 or 2+ colons. Bare hostname or IPv6 literal. in fromString()
/external/webrtc/rtc_base/
Dwin32.cc146 // Entered the run; print the colons and skip the run. in inet_ntop_v6()
235 // Colons + periods means has to be ::ffff:a.b.c.d. But it wasn't. in inet_pton_v6()
263 // Hit a compressed run. Count colons to figure out how much of the in inet_pton_v6()
/external/python/cpython2/Lib/
Dmacpath.py36 but as a special case, paths with no colons at all are also relative.
61 bit, and the basename (the filename, without colons, in that directory).
/external/selinux/libselinux/man/man5/
Dremovable_context.526 A user, role, type and optional range (for MCS/MLS) separated by colons (:) that will be applied to…
Dvirtual_domain_context.528 A user, role, type and optional range (for MCS/MLS) separated by colons (:) that can be used as a v…
Dvirtual_image_context.528 A user, role, type and optional range (for MCS/MLS) separated by colons (:) that can be used as a v…
Dfailsafe_context.552 A role, type and optional range (for MCS/MLS), separated by colons (:) to form a valid login proces…
/external/swiftshader/
D.dir-locals.el28 (objc-method-call-cont c-lineup-ObjC-method-call-colons c-lineup-ObjC-method-call +)
109 (objc-method-call-cont c-lineup-ObjC-method-call-colons c-lineup-ObjC-method-call +)

12345678910>>...21