Home
last modified time | relevance | path

Searched refs:parsing (Results 1 – 25 of 1592) sorted by relevance

12345678910>>...64

/third_party/node/test/fixtures/wpt/url/
DREADME.md9 * `base`: an absolute URL as a string whose [parsing] without a base of its own must succeed.
12 * `input`: an URL as a string to be [parsed][parsing] with `base` as its base URL.
14 * `failure` with the value `true`, indicating that parsing `input` should return failure,
17 indicating that parsing `input` should return an URL record
24 In addition to testing that parsing `input` against `base` gives the result, a test harness for the
26 true, parsing `about:blank` against `input` must give failure. This tests that the logic for
27 converting base URLs into strings properly fails the whole parsing algorithm if the base URL cannot
39 gives the expected output of the parser after serialization. An `output` of `null` means parsing is
51 [parsing]: https://url.spec.whatwg.org/#concept-basic-url-parser
/third_party/libphonenumber/debian/
Dcontrol44 Description: parsing/formatting/validating phone numbers - java
45 Google's common C++ and Java library for parsing, formatting, storing and
61 Description: parsing/formatting/validating phone numbers - development files
62 Google's common C++ and Java library for parsing, formatting, storing and
71 Description: parsing/formatting/validating phone numbers
72 Google's common C++ and Java library for parsing, formatting, storing and
/third_party/boost/libs/beast/doc/qbk/04_http/
D07_parser_buffers.qbk20 repeatedly with buffers until an error occurs or the parsing is done. The
28 The parser provides a few options which may be set before parsing begins:
37 Normally the parser returns after successfully parsing a structured
41 be invalidated by subsequent parsing, such as a chunk extension. The
42 `eager` option controls whether the parser keeps going after parsing
70 is generated and parsing terminates. This setting helps protect
72 parsing requests is 1MB, and for parsing responses 8MB.
/third_party/gettext/libtextstyle/gnulib-local/lib/libxml/
Dxmlversion.in.h.diff23 * Whether the push parsing interfaces are configured in
31 * Whether the push parsing interfaces are configured in
40 * Whether the xmlReader parsing interface is configured in
48 * Whether the xmlReader parsing interface is configured in
/third_party/boost/libs/metaparse/doc/
Drepeated_one_of.qbk21 of parsing depends on the order of the `Ps...` parsers. The result of parsing
23 individual parsing results.
26 `repeated_one_of` accepts the input and the result of parsing is an empty
74 "the result of parsing should be the list of results"
Daccept_when.qbk15 [[`Msg`] [[link parsing_error_message parsing error message]]]
22 of parsing the input with `P`. When `Pred` returns `true`, `accept_when` accepts
23 the input and the result of parsing will be what `P` returned. Otherwise
32 For any `p` parser, `pred` predicate, `msg` parsing error message, `s`
75 "the result of parsing should be the character value"
Dmanual.qbk54 defining simple [link parsing_error_message parsing error message]s.
98 The result of a successful parsing is some value and the remaining string that
105 * If parsing succeeds, it parses the remaining string with the second parser
121 We want the result of parsing to be the sum of these values. Metaparse provides
129 The result of parsing is a boxed integer value: the value of the parsed number.
130 For example parsing
141 easily implement this. The result of parsing is a typelist: the list of the
174 does some processing on the result of parsing.
204 parser, gets the result of that parsing and changes that result.
212 It works, however, this is rather inefficient: it has a loop parsing the
[all …]
Drepeated_one_of1.qbk21 of parsing depends on the order of the `Ps...` parsers. The result of parsing
23 individual parsing results.
74 "the result of parsing should be the list of results"
Dfail.qbk13 [[`Msg`] [[link parsing_error_message parsing error message]]]
26 For any `msg` parsing error message, `s` compile-time string and `pos` source
44 BOOST_METAPARSE_DEFINE_ERROR(sample_error, "This is an example parsing error");
/third_party/python/Doc/library/
Dxml.sax.handler.rst33 This interface specifies only those DTD events required for basic parsing
66 | access: (parsing) read-only; (not parsing) read/write
76 | access: (parsing) read-only; (not parsing) read/write
85 | access: (parsing) read-only; (not parsing) read/write
94 | access: (parsing) read-only; (not parsing) read/write
102 | access: (parsing) read-only; (not parsing) read/write
112 | access: (parsing) read-only; (not parsing) read/write
142 | description: When parsing, the current DOM node being visited if this is
143 a DOM iterator; when not parsing, the root DOM node for iteration.
144 | access: (parsing) read-only; (not parsing) read/write
[all …]
/third_party/icu/docs/userguide/io/
Dustdio.md15 and parsing](../format_parse/index.md) APIs. It is meant to ease the transition of adding
20 * Locale specific formatting and parsing is only done with file IO.
22 to the iostream API, and it allows locale specific formatting and parsing to
24 * This API provides uniform formatting and parsing behavior between platforms
/third_party/parse5/packages/parse5-parser-stream/docs/
Dindex.md80 …eners, parsing will be suspended once it is emitted. So, if `<script>` has the `src` attribute, yo…
97 // Then resume parsing.
119 | documentWrite | `function (html: string): void` | Write additional html at the current parsing p…
120 | resume | `function` | Resumes parsing.
/third_party/protobuf/objectivec/Tests/
DGPBPerfTests.m68 // This and the next test are meant to monitor that the parsing functionality of protos does not
69 // lock across threads when parsing different instances. The Serial version of the test should run
70 // around ~2 times slower than the Parallel version since it's parsing the protos in the same
85 // This and the previous test are meant to monitor that the parsing functionality of protos does
86 // not lock across threads when parsing different instances. The Serial version of the test should
87 // run around ~2 times slower than the Parallel version since it's parsing the protos in the same
117 // This and the next test are meant to monitor that the parsing functionality of protos does not
118 // lock across threads when parsing different instances when using extensions. The Serial version
119 // of the test should run around ~2 times slower than the Parallel version since it's parsing the
138 // This and the previous test are meant to monitor that the parsing functionality of protos does
[all …]
/third_party/json/doc/mkdocs/docs/features/parsing/
Dindex.md9 ## SAX vs. DOM parsing
13 See [parsing and exceptions](parse_exceptions.md).
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/ignore/
Db469af.wgsl.expected.glsl39 Error parsing GLSL shader:
68 Error parsing GLSL shader:
98 Error parsing GLSL shader:
D5016e5.wgsl.expected.glsl39 Error parsing GLSL shader:
68 Error parsing GLSL shader:
98 Error parsing GLSL shader:
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/inverseSqrt/
D84407e.wgsl.expected.glsl33 Error parsing GLSL shader:
60 Error parsing GLSL shader:
88 Error parsing GLSL shader:
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/select/
D00b848.wgsl.expected.glsl33 Error parsing GLSL shader:
60 Error parsing GLSL shader:
88 Error parsing GLSL shader:
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/fract/
Dfa5c71.wgsl.expected.glsl33 Error parsing GLSL shader:
60 Error parsing GLSL shader:
88 Error parsing GLSL shader:
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/textureDimensions/
D55b23e.wgsl.expected.glsl35 Error parsing GLSL shader:
64 Error parsing GLSL shader:
94 Error parsing GLSL shader:
De927be.wgsl.expected.glsl35 Error parsing GLSL shader:
64 Error parsing GLSL shader:
94 Error parsing GLSL shader:
D221f22.wgsl.expected.glsl35 Error parsing GLSL shader:
64 Error parsing GLSL shader:
94 Error parsing GLSL shader:
D3aca08.wgsl.expected.glsl35 Error parsing GLSL shader:
64 Error parsing GLSL shader:
94 Error parsing GLSL shader:
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/textureNumLevels/
D32a0ae.wgsl.expected.glsl35 Error parsing GLSL shader:
64 Error parsing GLSL shader:
94 Error parsing GLSL shader:
D2c3575.wgsl.expected.glsl35 Error parsing GLSL shader:
64 Error parsing GLSL shader:
94 Error parsing GLSL shader:

12345678910>>...64