/applications/standard/launcher/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/mms/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/photos/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/screenlock/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/screenshot/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/settings/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/settings_data/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/systemui/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | phone_number_matched.h | 59 std::vector<MatchedNumberInfo> HandlePositiveRule(PhoneNumberMatch* match, icu::UnicodeString& message); 60 bool HandleBorderRule(PhoneNumberMatch* match, icu::UnicodeString& message);
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | widget_selector.cpp | 76 for (auto &match : selfMatchers_) { in Describe() 77 ss << match.Describe() << ","; in Describe()
|
/third_party/gn/src/gn/ |
H A D | function_filter_labels.cc | 93 "filter_labels_include: Remove labels that do not match a set of patterns."; 95 R"(filter_labels_include: Remove labels that do not match a set of patterns. 120 "filter_labels_exclude: Remove labels that match a set of patterns."; 122 R"(filter_labels_exclude: Remove labels that match a set of patterns.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | PluralSelectorFactory.java | 96 try { // for match exact. in matches() 104 String match = formattedValToCheck instanceof FormattedNumber in matches() 107 return match.equals(key); in matches()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regextst.h | 68 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line); 69 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
|
/third_party/node/test/common/ |
H A D | child_process.js | 48 return { passed: false, reason: `did not match ${util.inspect(check)}` }; 56 reason: `did not match expectation, checker throws:\n${util.inspect(error)}`,
|
/third_party/node/tools/icu/ |
H A D | shrink-icu-src.py | 76 if ignore_regex.match(file): 92 m = match_version.match(line)
|
/third_party/musl/src/network/ |
H A D | dn_comp.c | 35 /* longest suffix match of an ascii domain with a compressed domain name dn */ 36 static int match(int *offset, const unsigned char *base, const unsigned char *dn, in match() function 76 m = match(&offset, *dnptrs, *p, end, lens, n); in dn_comp()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_enums.py | 257 m = re.match('GL_VERSION_([0-9])_([0-9])', feature_name) 261 m = re.match('GL_ES_VERSION_([0-9])_([0-9])', feature_name)
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
H A D | colors.js | 138 str = str.replace(newLineRegex, function(match) { 139 return code.close + match + code.open;
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/ |
H A D | checkpoint.js | 103 // The first four bytes of the signature are the key hint (should match the 105 const signatures = Array.from(matches, (match) => { 106 const [, name, signature] = match;
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _compound_decl_body.py | 34 m = STRUCT_MEMBER_RE.match(srcinfo.text) 131 m = ENUM_MEMBER_RE.match(srcinfo.text)
|
/third_party/python/Tools/scripts/ |
H A D | pdeps.py | 79 m_found = m_import.match(line) or m_from.match(line)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_idioms.py | 79 def match(self, node): member in FixIdioms 80 r = super(FixIdioms, self).match(node) 98 raise RuntimeError("Invalid match")
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
H A D | mathtex-script-type.min.js | 1 !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("katex"));else if("function"==typeof define&&define.amd)define(["katex"],t);else{var r="object"==typeof exports?t(require("katex")):t(e.katex);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}("undefined"!=typeof self?self:this,function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(t,r){t.exports=e},function(e,t,r){"use strict";r.r(t);var n=r(0),o=r.n(n),u=document.body.getElementsByTagName("script");(u=Array.prototype.slice.call(u)).forEach(function(e){if(!e.type||!e.type.match(/math\/tex/i))return-1;var t=null!=e.type.match(/mode\s*=\s*display(;|\s|\n|$)/),r=document.createElement(t?"div":"span");r.setAttribute("class",t (…)
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | copyright.py | 56 for match in fnmatch.filter(dirs, glob): 57 dirs.remove(match)
|