/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | override-set.js | 48 for (const rule of this.ruleset.values()) { 89 for (const rule of this.ruleset.values()) { 104 for (const rule of this.ruleset.values()) { 128 get ruleset () { getter in OverrideSet 129 const ruleset = new Map() 133 if (!ruleset.has(kid.key)) { 134 ruleset.set(kid.key, kid) 138 if (!override.isRoot && !ruleset.has(override.key)) { 139 ruleset.set(override.key, override) 143 return ruleset
|
D | printable.js | 68 this.overrides = new Map([...tree.overrides.ruleset.values()]
|
/third_party/iptables/ |
D | README.md | 2 …ine program used to configure the Linux 2.4.x and later packet filtering ruleset. It is targeted t… 4 Since Network Address Translation is also configured from the packet filter ruleset, iptables is us… 12 listing the contents of the packet filter ruleset 13 adding/removing/modifying rules in the packet filter ruleset 14 listing/zeroing per-rule counters of the packet filter ruleset
|
D | README.OpenSource | 9 …ine program used to configure the Linux 2.4.x and later packet filtering ruleset. It is targeted t…
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | rbnf-examples.md | 31 This ruleset formats a number using standard decimal place-value notation, but 48 In this example, the rules consist of one (unnamed) ruleset. It lists nineteen 63 string ' point ', and process the ruleset in 'fractional mode' for the 94 This last rule in the ruleset applies to all values at or over 10e15. The 97 ruleset or decimal format to use. If this text starts with '0' or '#', it is
|
D | rbnf.md | 97 You can also format a number specifying the ruleset directly, using an
|
/third_party/icu/icu4c/source/test/intltest/ |
D | allcoll.cpp | 34 …UnicodeString ruleset("& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2… in CollationDummyTest() local 39 myCollation = new RuleBasedCollator(ruleset, status); in CollationDummyTest()
|
D | apicoll.cpp | 918 UnicodeString ruleset("&9 < a, A < b, B < c, C < d, D, e, E"); in TestDuplicate() local 919 RuleBasedCollator *col3 = new RuleBasedCollator(ruleset, status); in TestDuplicate()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessageFormat.java | 2263 String ruleset = style.trim(); in createAppropriateFormat() local 2264 if (ruleset.length() != 0) { in createAppropriateFormat() 2266 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat() 2279 String ruleset = style.trim(); in createAppropriateFormat() local 2280 if (ruleset.length() != 0) { in createAppropriateFormat() 2282 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat() 2295 String ruleset = style.trim(); in createAppropriateFormat() local 2296 if (ruleset.length() != 0) { in createAppropriateFormat() 2298 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2307 String ruleset = style.trim(); in createAppropriateFormat() local 2308 if (ruleset.length() != 0) { in createAppropriateFormat() 2310 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat() 2323 String ruleset = style.trim(); in createAppropriateFormat() local 2324 if (ruleset.length() != 0) { in createAppropriateFormat() 2326 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat() 2339 String ruleset = style.trim(); in createAppropriateFormat() local 2340 if (ruleset.length() != 0) { in createAppropriateFormat() 2342 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationDummyTest.java | 185 … String ruleset = "& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; in init() local 187 myCollation = new RuleBasedCollator(ruleset); in init()
|
D | CollationAPITest.java | 264 String ruleset = "&9 < a, A < b, B < c, C < d, D, e, E"; in TestDuplicate() local 267 col3 = new RuleBasedCollator(ruleset); in TestDuplicate() 269 errln("Failure creating RuleBasedCollator with rule: \"" + ruleset + "\"\n" + e); in TestDuplicate()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationDummyTest.java | 182 … String ruleset = "& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; in init() local 184 myCollation = new RuleBasedCollator(ruleset); in init()
|
D | CollationAPITest.java | 261 String ruleset = "&9 < a, A < b, B < c, C < d, D, e, E"; in TestDuplicate() local 264 col3 = new RuleBasedCollator(ruleset); in TestDuplicate() 266 errln("Failure creating RuleBasedCollator with rule: \"" + ruleset + "\"\n" + e); in TestDuplicate()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbnf.cpp | 112 virtual int32_t indexForRuleSet(const char16_t* ruleset) const; 181 LocalizationInfo::indexForRuleSet(const char16_t* ruleset) const { in indexForRuleSet() 182 if (ruleset) { in indexForRuleSet() 184 if (streq(ruleset, getRuleSetName(i))) { in indexForRuleSet()
|
D | nfsubs.cpp | 56 const NFRuleSet* ruleset,
|
/third_party/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 112 virtual int32_t indexForRuleSet(const UChar* ruleset) const; 181 LocalizationInfo::indexForRuleSet(const UChar* ruleset) const { in indexForRuleSet() 182 if (ruleset) { in indexForRuleSet() 184 if (streq(ruleset, getRuleSetName(i))) { in indexForRuleSet()
|
D | nfsubs.cpp | 56 const NFRuleSet* ruleset,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbnf.cpp | 112 virtual int32_t indexForRuleSet(const UChar* ruleset) const; 181 LocalizationInfo::indexForRuleSet(const UChar* ruleset) const { in indexForRuleSet() 182 if (ruleset) { in indexForRuleSet() 184 if (streq(ruleset, getRuleSetName(i))) { in indexForRuleSet()
|
D | nfsubs.cpp | 56 const NFRuleSet* ruleset,
|
/third_party/icu/docs/userguide/collation/ |
D | api.md | 150 String ruleset = "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"; 152 coll = new RuleBasedCollator(ruleset);
|
/third_party/tzdata/ |
D | southamerica | 947 # The last ruleset listed above says that the following states observed DST:
|
D | NEWS | 1395 Previously, zic assumed that such a ruleset meant that future
|
/third_party/FreeBSD/ |
D | UPDATING | 1791 data (including maps, files, classes, custom ruleset, etc.) must
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 133781 …/third_party/libxml/src/win32/VC10/RuleSet1.ruleset b/src/third_party/libxml/src/win32/VC10/RuleSe… 133784 --- a/src/third_party/libxml/src/win32/VC10/RuleSet1.ruleset
|