Searched refs:ignoreWhitespace (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/npm/node_modules/diff/lib/diff/ |
D | line.js | 61 if (this.options.ignoreWhitespace) { 90 ignoreWhitespace: true
|
D | word.js | 67 …return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespac… 100 ignoreWhitespace: true
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/phonenumbers/ |
D | PhoneNumberFormatting.java | 32 PhoneNumberInApp phoneNumberInApp, String nameCodeToUse, boolean ignoreWhitespace) { in formatPhoneNumberInApp() argument 60 if (ignoreWhitespace in formatPhoneNumberInApp()
|
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/ |
D | format-diff.js | 76 ignoreWhitespace: opts.diffIgnoreAllSpace, property
|
/third_party/node/deps/npm/node_modules/diff/dist/ |
D | diff.min.js | 1 …ignoreWhitespace&&!l.test(e)&&!l.test(n)},s.tokenize=function(e){for(var n=e.split(/([^\S\r\n]+|[(… property
|
D | diff.js | 361 …return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespac… 382 ignoreWhitespace: true property 412 if (this.options.ignoreWhitespace) { 428 ignoreWhitespace: true property
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
D | index.es6.js | 355 …return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespac… 376 ignoreWhitespace: true property 406 if (this.options.ignoreWhitespace) { 422 ignoreWhitespace: true property
|
D | index.mjs | 355 …return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespac… 376 ignoreWhitespace: true property 406 if (this.options.ignoreWhitespace) { 422 ignoreWhitespace: true property
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 452 public UnicodeSet(String pattern, boolean ignoreWhitespace) { in UnicodeSet() argument 454 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); in UnicodeSet() 579 public UnicodeSet applyPattern(String pattern, boolean ignoreWhitespace) { in applyPattern() argument 581 return applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); in applyPattern()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 438 public UnicodeSet(String pattern, boolean ignoreWhitespace) { in UnicodeSet() argument 440 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); in UnicodeSet() 557 public UnicodeSet applyPattern(String pattern, boolean ignoreWhitespace) { in applyPattern() argument 559 return applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); in applyPattern()
|
/third_party/node/deps/npm/node_modules/diff/ |
D | release-notes.md | 206 - The undocumented ignoreWhitespace flag has been removed from the Diff equality check directly. Th…
|