Home
last modified time | relevance | path

Searched refs:Blank (Results 1 – 25 of 50) sorted by relevance

12

/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py170 (r'[ ]+(?=#|$)', Text.Blank),
193 (r'[ ]+(?=#|$)', Text.Blank),
204 bygroups(Text.Blank, Literal.Version), 'ignored-line'),
212 bygroups(Text.Blank, Name.Type, Text.Blank, Name.Type),
219 (r'[ ]*$', something(Text.Blank), '#pop:2'),
231 (r'[ ]*(?=#|$)', something(Text.Blank), '#pop'),
233 (r'[ ]+', Text.Blank),
283 (r'[ ]+', Text.Blank),
345 (r'^[ ]+|[ ]+$', Text.Blank),
382 (r'^[ ]+$', Text.Blank),
[all …]
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.signals28 to tester's name if in progress. Blank items are open.
30 Set to tester's name if in progress. Blank items are open.
32 to tester's name if in progress. Blank items are open.
/third_party/gn/src/gn/format_test_data/
D038.gn2 # Blank line at EOF.
D038.golden2 # Blank line at EOF.
/third_party/openssl/test/
Ddane-cross.in8 # Blank and comment lines ignored.
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dprint.rs346 Blank if ast.negated => self.wtr.write_str("[:^blank:]"), in fmt_class_ascii()
347 Blank => self.wtr.write_str("[:blank:]"), in fmt_class_ascii()
Dmod.rs773 Blank, enumerator
810 "blank" => Some(Blank), in from_name()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DdumpICUrules.bat281 # Blank lines
417 # Blank line -- leave as-is
/third_party/skia/third_party/externals/icu/source/data/zone/
Dyo_BJ.txt19 ec{"ìlú Blank Sabulɔ́ɔ̀nì"}
Dkea.txt25 ec{"Blank-Sablon"}
Dyo.txt31 ec{"ìlú Blank Sabulọ́ọ̀nì"}
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp1210 if ( !textNode->Blank() ) in ReadValue()
1631 bool TiXmlText::Blank() const in Blank() function in TiXmlText
Dtinyxml.h1261 bool Blank() const; // returns true if all white space and new lines
/third_party/icu/icu4c/source/data/zone/
Dkea.txt25 ec{"Blank-Sablon"}
Dyo_BJ.txt19 ec{"ìlú Blank Sabulɔ́ɔ̀nì"}
Dyo.txt31 ec{"ìlú Blank Sabulọ́ọ̀nì"}
/third_party/python/Doc/distutils/
Dconfigfile.rst52 command sections can be included in the file. Blank lines are ignored, as are
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.h136 V8_WARN_UNUSED_RESULT static MaybeHandle<Oddball> Blank(
/third_party/node/deps/npm/docs/content/using-npm/
Ddevelopers.md110 * Blank lines or lines starting with `#` are ignored.
/third_party/node/deps/v8/src/builtins/
Dbuiltins-temporal.cc772 TEMPORAL_PROTOTYPE_METHOD0(Duration, Blank, blank) in TEMPORAL_GET()
/third_party/python/Doc/library/
Dsite.rst61 once. Blank lines and lines beginning with ``#`` are skipped. Lines starting
/third_party/python/Lib/test/
Dmath_testcases.txt37 -- ignored. Blank lines, or lines containing only whitespace, are also
/third_party/python/Doc/reference/
Dlexical_analysis.rst150 continuation lines is not important. Blank continuation lines are allowed.
158 Blank lines
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dtranslate.rs1101 Blank => &[('\t', '\t'), (' ', ' ')], in ascii_class()
1871 hir_uclass(ascii_class(&ast::ClassAsciiKind::Blank)) in class_ascii()
/third_party/openssl/doc/man5/
Dconfig.pod23 A configuration file is a series of lines. Blank lines, and whitespace

12