| /third_party/tex-hyphen/collaboration/source/conversion-to-xml/org/tug/texhyphen/ |
| D | languages.xml | 4 <!-- languages with no hyphenation patterns --> 7 …<language fop-code="ar" code="ar" name="arabic" use-new-loader="false" use-old-patterns="false" en… 8 <filename-old-patterns>zerohyph.tex</filename-old-patterns> 14 …<language fop-code="fa" code="fa" name="farsi" use-new-loader="false" use-old-patterns="false" enc… 16 <filename-old-patterns>zerohyph.tex</filename-old-patterns> 21 <!-- special patterns, not converted --> 24 …bycus" code="grc-x-ibycus" name="ibycus" use-new-loader="false" use-old-patterns="true" encoding="… 25 <filename-old-patterns>ibyhyph.tex</filename-old-patterns> 27 <message>Ancient Greek Hyphenation Patterns for Ibycus encoding (v3.0)</message> 31 <!-- languages using old patterns --> [all …]
|
| /third_party/tex-hyphen/hyph-utf8/doc/generic/hyph-utf8/ |
| D | CHANGES | 4 - Major update to Spanish [es] patterns 5 - Major update to Classical Latin patterns [la-x-classic] 8 - Fixed typo in Classic Latin patterns [la-x-classic] (559f1a2) 15 - Updated German patterns [de-1901], [de-1996], and [de-ch-1901] 18 - Updated Liturgical Latin patterns [la-x-liturgic], by Arnaud de Castelbajac: 19 Mainly the revision of patterns: abs-*, amb-*, ob-*, super-*, trans-*, pseudo-*, indu-* 23 - Updated pinyin patterns [zh-latn] 26 - Changed licence of British English [en-gb] patterns to MIT (commit c76c797) 32 - Thai patterns update, by Theppitak Karoonboonyanan (commit 1e52772) 35 - Added patterns for Pāli, by Wie-Ming Cittānurakkho Bhikkhu [all …]
|
| /third_party/rust/rust/tests/ui/half-open-range-patterns/ |
| D | half-open-range-pats-exhaustive-fail.rs | 15 m!(0f32, f32::NEG_INFINITY..); //~ ERROR non-exhaustive patterns: `_` not covered in floats() 16 m!(0f32, ..f32::INFINITY); //~ ERROR non-exhaustive patterns: `_` not covered in floats() 25 m!('a', ..core::char::MAX); //~ ERROR non-exhaustive patterns in khar() 26 m!('a', ..ALMOST_MAX); //~ ERROR non-exhaustive patterns in khar() 27 m!('a', ALMOST_MIN..); //~ ERROR non-exhaustive patterns in khar() 28 m!('a', ..=ALMOST_MAX); //~ ERROR non-exhaustive patterns in khar() 29 m!('a', ..=VAL | VAL_2..); //~ ERROR non-exhaustive patterns in khar() 30 m!('a', ..VAL_1 | VAL_2..); //~ ERROR non-exhaustive patterns in khar() 40 m!(0, ..u8::MAX); //~ ERROR non-exhaustive patterns in u8() 41 m!(0, ..ALMOST_MAX); //~ ERROR non-exhaustive patterns in u8() [all …]
|
| /third_party/tex-hyphen/ |
| D | LICENSE | 4 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-mk.tex 5 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-sr-cyrl.tex 14 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex 15 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-id.tex 16 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex 17 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex 26 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-lv.tex 35 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-bg.tex 36 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex 37 /hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-el-monoton.tex [all …]
|
| D | TODO | 6 - different syntax for loading multiple patterns? (Serbian) 11 - Documentation about conventions (naming guidelines, no-sequences-in-patterns, stable vs. non-stab… 14 - discuss switching to special patterns for pdfTeX 37 - unification of Spanish (some new version of patterns submitted) 39 - [DONE] do something with EO: I did the conversion for "plain" patterns, but left the original ver… 46 - Contact the authors of hyphenation patterns on OOo: 52 - Convert patterns into UTF-8 58 - move old patterns to obsolete 59 - [DONE] upload new patterns 61 - ask CTAN people to be careful if someone uploads new patterns [all …]
|
| /third_party/rust/rust/tests/ui/or-patterns/ |
| D | missing-bindings.stderr | 1 error[E0408]: variable `beta` is not bound in all patterns 7 | | variable not in all patterns 10 error[E0408]: variable `beta` is not bound in all patterns 14 | ^^^^^ ---- variable not in all patterns 18 error[E0408]: variable `a` is not bound in all patterns 24 | variable not in all patterns 26 error[E0408]: variable `a` is not bound in all patterns 30 | ^ - variable not in all patterns 34 error[E0408]: variable `a` is not bound in all patterns 38 | ^^^^^ - variable not in all patterns [all …]
|
| D | missing-bindings.rs | 1 // This test ensures that or patterns do not allow missing bindings in any of the arms. 19 let (alpha | beta | charlie) = alpha; //~ ERROR variable `beta` is not bound in all patterns in check_handling_of_paths() 21 Some(alpha | beta) => {} //~ ERROR variable `beta` is not bound in all patterns in check_handling_of_paths() 33 let (A(a, _) | _) = X; //~ ERROR variable `a` is not bound in all patterns in check_misc_nesting() 34 let (_ | B(a)) = X; //~ ERROR variable `a` is not bound in all patterns in check_misc_nesting() 35 let (A(..) | B(a)) = X; //~ ERROR variable `a` is not bound in all patterns in check_misc_nesting() 36 let (A(a, _) | B(_)) = X; //~ ERROR variable `a` is not bound in all patterns in check_misc_nesting() 37 let (A(_, a) | B(_)) = X; //~ ERROR variable `a` is not bound in all patterns in check_misc_nesting() 38 let (A(a, b) | B(a)) = X; //~ ERROR variable `b` is not bound in all patterns in check_misc_nesting() 42 let (A(A(..) | B(_), _) | B(a)) = Y; //~ ERROR variable `a` is not bound in all patterns in check_misc_nesting() [all …]
|
| /third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/lib/tex/hyphen/ |
| D | packages.yml | 3 Hyphenation patterns for Finnish in T1 and UTF-8 encodings. 9 Hyphenation patterns for German in T1/EC and UTF-8 encodings, 11 The package includes the latest patterns from dehyph-exptl 13 however 8-bit engines still load old versions of patterns 15 Swiss German patterns are suitable for Swiss Standard German 18 There are no known patterns for written Schwyzerduetsch. 28 Hyphenation patterns for Modern Greek in monotonic and polytonic 29 spelling in LGR and UTF-8 encodings. Patterns in UTF-8 use two code 41 Hyphenation patterns for unaccented transliterated Mandarin Chinese 47 Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC and [all …]
|
| /third_party/rust/rust/tests/ui/borrowck/ |
| D | bindings-after-at-or-patterns-slice-patterns-box-patterns.stderr | 2 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:18:5 19 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:28:5 31 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:36:9 39 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:50:5 51 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:62:5 63 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:76:5 80 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:86:5 92 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:98:5 104 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:112:5 116 --> $DIR/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs:120:9 [all …]
|
| /third_party/tex-hyphen/collaboration/repository/offo/info/ |
| D | languages-info.xml | 8 <message>Afrikaans hyphenation patterns</message> 14 <message>Assamese hyphenation patterns</message> 20 <message>Bulgarian hyphenation patterns</message> 26 <message>Bengali hyphenation patterns</message> 32 <message>Catalan hyphenation patterns</message> 38 <message>Coptic hyphenation patterns</message> 44 <message>Czech hyphenation patterns (Pavel Sevecek, v3, 1995)</message> 50 <message>Welsh hyphenation patterns</message> 56 <message>Danish hyphenation patterns</message> 62 <message>German hyphenation patterns (traditional orthography)</message> [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/optimizer/ |
| D | lib_test.cc | 95 auto patterns = std::vector<SubstitutionPtr>({irpass.switch_simplify_}); in TEST_F() local 96 ASSERT_TRUE(CheckOpt(before1, after, patterns)); in TEST_F() 97 ASSERT_TRUE(CheckOpt(before2, after, patterns)); in TEST_F() 115 …auto patterns = std::vector<SubstitutionPtr>({irpass.arithmetic_simplify_, irpass.switch_simplify_… in TEST_F() local 116 ASSERT_TRUE(CheckOpt(new_graph, after, patterns)); in TEST_F() 122 auto patterns = std::vector<SubstitutionPtr>({irpass.inline_}); in TEST_F() local 123 ASSERT_TRUE(CheckOpt(before, after, patterns)); in TEST_F() 129 auto patterns = std::vector<SubstitutionPtr>({irpass.inline_}); in TEST_F() local 130 ASSERT_TRUE(CheckOpt(before, after, patterns)); in TEST_F() 136 auto patterns = std::vector<SubstitutionPtr>({irpass.inline_}); in TEST_F() local [all …]
|
| /third_party/tex-hyphen/TL/tlpkg/tlpsrc/ |
| D | hyphen-indic.tlpsrc | 4 shortdesc Indic hyphenation patterns. 5 longdesc Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi, Kannada, 104 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex 105 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex 106 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex 107 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex 108 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex 109 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex 110 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex 111 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex [all …]
|
| D | hyphen-latin.tlpsrc | 4 shortdesc Latin hyphenation patterns. 5 longdesc Hyphenation patterns for Latin in T1/EC and UTF-8 encodings, 9 longdesc there is no conflict between the patterns of modern Latin and 11 longdesc Hyphenation patterns for the Classical Latin in T1/EC and UTF-8 12 longdesc encodings. Classical Latin hyphenation patterns are different from 14 longdesc Hyphenation patterns for the Liturgical Latin in T1/EC and UTF-8 40 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la-x-liturgic.ec.tex 41 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex 42 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/hyph-la-x-classic.ec.tex 43 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-classic.tex [all …]
|
| D | hyphen-german.tlpsrc | 5 shortdesc German hyphenation patterns. 6 longdesc Hyphenation patterns for German in T1/EC and UTF-8 encodings, 8 longdesc The package includes the latest patterns from dehyph-exptl 10 longdesc however 8-bit engines still load old versions of patterns 12 longdesc Swiss German patterns are suitable for Swiss Standard German 15 longdesc There are no known patterns for written Schwyzerduetsch. 40 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1901.ec.tex 41 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1996.ec.tex 42 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-ch-1901.ec.tex 43 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex [all …]
|
| /third_party/pcre2/pcre2/doc/ |
| D | pcre2serialize.3 | 4 .SH "SAVING AND RE-USING PRECOMPILED PCRE2 PATTERNS" 22 expression patterns, it may be useful to store them in a precompiled form 26 which the patterns are reloaded must be running the same version of PCRE2, with 28 and PCRE2_SIZE type. For example, patterns compiled on a 32-bit system using 32 Note that "serialization" in PCRE2 does not convert compiled patterns to an 37 be prepared to recompile patterns from their sources, in order to be immune to 44 The facility for saving and restoring compiled patterns is intended for use 54 .SH "SAVING COMPILED PATTERNS" 57 Before compiled patterns can be saved they must be serialized, which in PCRE2 59 contain any number of compiled patterns, but they must all use the same [all …]
|
| /third_party/rust/rust/tests/ui/pattern/usefulness/ |
| D | slice-patterns-exhaustiveness.stderr | 1 error[E0004]: non-exhaustive patterns: `&[false, _]` not covered 2 --> $DIR/slice-patterns-exhaustiveness.rs:8:11 14 error[E0004]: non-exhaustive patterns: `&[false, ..]` not covered 15 --> $DIR/slice-patterns-exhaustiveness.rs:12:11 27 error[E0004]: non-exhaustive patterns: `&[false, ..]` not covered 28 --> $DIR/slice-patterns-exhaustiveness.rs:16:11 40 error[E0004]: non-exhaustive patterns: `&[false, true]` not covered 41 --> $DIR/slice-patterns-exhaustiveness.rs:25:11 53 error[E0004]: non-exhaustive patterns: `&[false, .., true]` not covered 54 --> $DIR/slice-patterns-exhaustiveness.rs:30:11 [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/data/locales/ |
| D | root.txt | 21 patterns{ 22 currencyFormat:alias{"/LOCALE/NumberElements/latn/patterns/currencyFormat"} 23 decimalFormat:alias{"/LOCALE/NumberElements/latn/patterns/decimalFormat"} 24 percentFormat:alias{"/LOCALE/NumberElements/latn/patterns/percentFormat"} 25 scientificFormat:alias{"/LOCALE/NumberElements/latn/patterns/scientificFormat"} 35 patterns{ 36 currencyFormat:alias{"/LOCALE/NumberElements/latn/patterns/currencyFormat"} 37 decimalFormat:alias{"/LOCALE/NumberElements/latn/patterns/decimalFormat"} 38 percentFormat:alias{"/LOCALE/NumberElements/latn/patterns/percentFormat"} 39 scientificFormat:alias{"/LOCALE/NumberElements/latn/patterns/scientificFormat"} [all …]
|
| D | oc_ES.txt | 16 patterns{ 38 patterns{ 48 patterns{ 63 patterns{ 78 patterns{ 93 patterns{ 108 patterns{ 123 patterns{ 138 patterns{ 153 patterns{ [all …]
|
| /third_party/gn/src/gn/ |
| D | function_label_matches_unittest.cc | 17 Value patterns(nullptr, Value::LIST); in TEST() local 18 patterns.list_value().push_back(Value(nullptr, "//foo/*")); in TEST() 19 patterns.list_value().push_back(Value(nullptr, "//bar:*")); in TEST() 20 args.push_back(patterns); in TEST() 37 Value patterns(nullptr, Value::LIST); in TEST() local 38 patterns.list_value().push_back(Value(nullptr, "//foo/*")); in TEST() 39 patterns.list_value().push_back(Value(nullptr, "//bar:*")); in TEST() 40 args.push_back(patterns); in TEST() 57 Value patterns(nullptr, Value::LIST); in TEST() local 58 patterns.list_value().push_back(Value(nullptr, "//foo/*")); in TEST() [all …]
|
| D | function_filter_labels_unittest.cc | 19 Value patterns(nullptr, Value::LIST); in TEST() local 20 patterns.list_value().push_back(Value(nullptr, "//foo/*")); in TEST() 21 patterns.list_value().push_back(Value(nullptr, "//bar:*")); in TEST() 24 args.push_back(patterns); in TEST() 46 Value patterns(nullptr, Value::LIST); in TEST() local 47 patterns.list_value().push_back(Value(nullptr, "//foo/*")); in TEST() 48 patterns.list_value().push_back(Value(nullptr, "//bar:*")); in TEST() 51 args.push_back(patterns); in TEST() 74 Value patterns(nullptr, Value::LIST); in TEST() local 75 patterns.list_value().push_back(Value(nullptr, "//fooz/*")); in TEST() [all …]
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | unnested_or_patterns.stderr | 1 error: unnested or-patterns 7 = note: `-D clippy::unnested-or-patterns` implied by `-D warnings` 8 help: nest the patterns 13 error: unnested or-patterns 19 help: nest the patterns 24 error: unnested or-patterns 30 help: nest the patterns 35 error: unnested or-patterns 41 help: nest the patterns 46 error: unnested or-patterns [all …]
|
| /third_party/rust/rust/tests/ui/closures/2229_closure_analysis/match/ |
| D | patterns-capture-analysis.stderr | 2 --> $DIR/patterns-capture-analysis.rs:12:5 14 --> $DIR/patterns-capture-analysis.rs:15:15 20 --> $DIR/patterns-capture-analysis.rs:12:5 32 --> $DIR/patterns-capture-analysis.rs:15:15 38 --> $DIR/patterns-capture-analysis.rs:30:5 49 --> $DIR/patterns-capture-analysis.rs:49:5 60 --> $DIR/patterns-capture-analysis.rs:63:5 72 --> $DIR/patterns-capture-analysis.rs:66:15 77 --> $DIR/patterns-capture-analysis.rs:66:15 83 --> $DIR/patterns-capture-analysis.rs:63:5 [all …]
|
| /third_party/tex-hyphen/old/hyphen/ |
| D | hypht1.tex | 14 % This file contains additional hyphenation patterns including 18 % * all national hyphenation patterns. 32 % The additional patterns add about 2600 patterns and 6 trie ops. 33 % Be warned---to load the patterns in the IniTeX pass when creating 37 % with the additional patterns it will report 73 % enough room to load more hyphenation patterns (cf. "pattern 78 % patterns file (i.e. for every value of \language) you are 82 % To load US English and German hyphenation patterns, and load 83 % "hypht1.tex" in addition to both sets of patterns, create a 99 % To load a second file including additional hyphenation patterns [all …]
|
| /third_party/rust/rust/tests/ui/pattern/ |
| D | rest-pat-semantic-disallowed.rs | 1 // Here we test that rest patterns, i.e. `..`, are not allowed 2 // outside of slice (+ ident patterns within those), tuple, 3 // and tuple struct patterns and that duplicates are caught in these contexts. 10 () => { .. } //~ ERROR `..` patterns are not allowed here 17 fn foo(..: u8) {} //~ ERROR `..` patterns are not allowed here in rest_patterns() 18 let ..; //~ ERROR `..` patterns are not allowed here in rest_patterns() 20 // Box patterns: in rest_patterns() 21 let box ..; //~ ERROR `..` patterns are not allowed here in rest_patterns() 23 // In or-patterns: in rest_patterns() 25 1 | .. => {} //~ ERROR `..` patterns are not allowed here in rest_patterns() [all …]
|
| /third_party/rust/crates/aho-corasick/src/packed/ |
| D | rabinkarp.rs | 3 use crate::packed::pattern::{PatternID, Patterns}; 9 /// The number of buckets to store our patterns in. We don't want this to be 22 /// patterns we're looking for. 24 /// A draw back of naively scaling Rabin-Karp to multiple patterns is that 25 /// it requires all of the patterns to be the same length, which in turn 27 /// multiple patterns of varying size by fixing the number of bytes to hash 28 /// to be the length of the smallest pattern. We also split the patterns into 38 /// The order of patterns in each bucket is significant. Namely, they are 41 /// For example, if leftmost-longest semantics are used, then the patterns 43 /// semantics are used, then the patterns are sorted by their pattern ID [all …]
|