Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Doverride-set.js48 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
Dprintable.js68 this.overrides = new Map([...tree.overrides.ruleset.values()]
/third_party/iptables/
DREADME.md2 …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
DREADME.OpenSource9 …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/
Drbnf-examples.md31 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
Drbnf.md97 You can also format a number specifying the ruleset directly, using an
/third_party/icu/icu4c/source/test/intltest/
Dallcoll.cpp34 …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()
Dapicoll.cpp918 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/
DMessageFormat.java2263 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/
DMessageFormat.java2307 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/
DCollationDummyTest.java185 … 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()
DCollationAPITest.java264 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/
DCollationDummyTest.java182 … 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()
DCollationAPITest.java261 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/
Drbnf.cpp112 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()
Dnfsubs.cpp56 const NFRuleSet* ruleset,
/third_party/icu/icu4c/source/i18n/
Drbnf.cpp112 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()
Dnfsubs.cpp56 const NFRuleSet* ruleset,
/third_party/skia/third_party/externals/icu/source/i18n/
Drbnf.cpp112 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()
Dnfsubs.cpp56 const NFRuleSet* ruleset,
/third_party/icu/docs/userguide/collation/
Dapi.md150 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/
Dsouthamerica947 # The last ruleset listed above says that the following states observed DST:
DNEWS1395 Previously, zic assumed that such a ruleset meant that future
/third_party/FreeBSD/
DUPDATING1791 data (including maps, files, classes, custom ruleset, etc.) must
/third_party/chromium/patch/
D0001-cve.patch133781 …/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