Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 7944) sorted by relevance

12345678910>>...318

/third_party/parse5/test/data/parser-feedback/
Dscriptdata01.test4 "description": "FOO<script>'Hello'</script>BAR",
5 "input": "FOO<script>'Hello'</script>BAR",
13 "script",
22 "script"
31 "description": "FOO<script></script>BAR",
32 "input": "FOO<script></script>BAR",
40 "script",
45 "script"
54 "description": "FOO<script></script >BAR",
55 "input": "FOO<script></script >BAR",
[all …]
Dtests16.test4 "description": "<!doctype html><script>",
5 "input": "<!doctype html><script>",
16 "script",
22 "description": "<!doctype html><script>a",
23 "input": "<!doctype html><script>a",
34 "script",
44 "description": "<!doctype html><script><",
45 "input": "<!doctype html><script><",
56 "script",
66 "description": "<!doctype html><script></",
[all …]
Ddomjs-unsafe.test49 "description": "<script>a='\\u0000'</script>",
50 "input": "<script>a='\u0000'</script>",
54 "script",
63 "script"
68 "description": "<script type=\"data\"><!--\\u0000</script>",
69 "input": "<script type=\"data\"><!--\u0000</script>",
73 "script",
84 "script"
89 "description": "<script type=\"data\"><!--foo\\u0000</script>",
90 "input": "<script type=\"data\"><!--foo\u0000</script>",
[all …]
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafscript.h20 /* Define `SCRIPT' as needed. */
24 /* script name in lowercase and uppercase, respectively, followed */
26 /* script name tag, followed by a string of standard characters (to */
30 /* use `HB_SCRIPT_INVALID' as the HarfBuzz script name tag for */
33 SCRIPT( adlm, ADLM,
39 SCRIPT( arab, ARAB,
45 SCRIPT( armn, ARMN,
51 SCRIPT( avst, AVST,
57 SCRIPT( bamu, BAMU,
64 SCRIPT( beng, BENG,
[all …]
/third_party/freetype/src/autofit/
Dafscript.h20 /* Define `SCRIPT' as needed. */
24 /* script name in lowercase and uppercase, respectively, followed */
26 /* script name tag, followed by a string of standard characters (to */
30 /* use `HB_SCRIPT_INVALID' as the HarfBuzz script name tag for */
33 SCRIPT( adlm, ADLM,
39 SCRIPT( arab, ARAB,
45 SCRIPT( armn, ARMN,
51 SCRIPT( avst, AVST,
57 SCRIPT( bamu, BAMU,
64 SCRIPT( beng, BENG,
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafscript.h20 /* Define `SCRIPT' as needed. */
24 /* script name in lowercase and uppercase, respectively, followed */
26 /* script name tag, followed by a string of standard characters (to */
30 /* use `HB_SCRIPT_INVALID' as the HarfBuzz script name tag for */
33 SCRIPT( adlm, ADLM,
39 SCRIPT( arab, ARAB,
45 SCRIPT( armn, ARMN,
51 SCRIPT( avst, AVST,
57 SCRIPT( bamu, BAMU,
64 SCRIPT( beng, BENG,
[all …]
/third_party/skia/third_party/externals/angle2/infra/specs/
Dgn_isolate_map.pyl31 "script": "//scripts/run_gtest_angle_test.py",
32 "type": "script",
36 "script": "//scripts/run_gtest_angle_test.py",
37 "type": "script",
41 "script": "//scripts/run_gtest_angle_test.py",
42 "type": "script",
46 "script": "//scripts/run_gtest_angle_test.py",
47 "type": "script",
51 "script": "//scripts/run_gtest_angle_test.py",
52 "type": "script",
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScript.java20 * Constants for ISO 15924 script codes, and related functions.
22 * <p>The current set of script code constants supports at least all scripts
25 * Unicode script property value aliases.
26 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/)
29 * <p>In addition, constants for many ISO 15924 script codes
32 * For example, there are no characters that have a UCD script property value of
33 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode.
37 * <p>Starting with ICU 55, script codes are only added when their scripts
39 * and have been assigned Unicode script property value aliases,
40 * to ensure that their script names are stable and match the names of the constants.
[all …]
/third_party/grpc/tools/run_tests/sanity/
Dsanity_tests.yaml2 - script: tools/run_tests/sanity/check_bad_dependencies.sh
3 - script: tools/run_tests/sanity/check_bazel_workspace.py
4 - script: tools/run_tests/sanity/check_buildifier.sh
5 - script: tools/run_tests/sanity/check_cache_mk.sh
6 - script: tools/run_tests/sanity/check_deprecated_grpc++.py
7 - script: tools/run_tests/sanity/check_owners.sh
8 - script: tools/run_tests/sanity/check_port_platform.py
9 - script: tools/run_tests/sanity/check_qps_scenario_changes.py
10 - script: tools/run_tests/sanity/check_shellcheck.sh
11 - script: tools/run_tests/sanity/check_submodules.sh
[all …]
/third_party/node/deps/npm/test/tap/
Drun-script.js123 test('npm run-script start', function (t) {
124 common.npm(['run-script', 'start'], opts, testOutput.bind(null, t, 'start'))
127 test('npm run-script with args', function (t) {
128 common.npm(['run-script', 'start', '--', 'stop'], opts, testOutput.bind(null, t, 'stop'))
131 test('npm run-script with args that contain spaces', function (t) {
132 …common.npm(['run-script', 'start', '--', 'hello world'], opts, testOutput.bind(null, t, 'hello wor…
135 test('npm run-script with args that contain single quotes', function (t) {
136 …common.npm(['run-script', 'start', '--', 'they"re awesome'], opts, testOutput.bind(null, t, 'they"…
139 test('npm run-script with args that contain double quotes', function (t) {
140 …common.npm(['run-script', 'start', '--', 'what"s "up"?'], opts, testOutput.bind(null, t, 'what"s "…
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScript.java19 * Constants for ISO 15924 script codes, and related functions.
21 * <p>The current set of script code constants supports at least all scripts
24 * Unicode script property value aliases.
25 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/)
28 * <p>In addition, constants for many ISO 15924 script codes
31 * For example, there are no characters that have a UCD script property value of
32 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode.
36 * <p>Starting with ICU 55, script codes are only added when their scripts
38 * and have been assigned Unicode script property value aliases,
39 * to ensure that their script names are stable and match the names of the constants.
[all …]
/third_party/libxml2/test/relaxng/
Dtutor8_2_2.xml4 <script>script</script>
7 <script>script</script>
13 <script>script</script>
21 <script>script</script>
24 <script>script</script>
27 <script>script</script>
30 <script>script</script>
33 <script>script</script>
/third_party/libunwind/src/ia64/
DGscript.c66 cache_match (struct ia64_script *script, unw_word_t ip, unw_word_t pr) in cache_match() argument
68 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match()
130 struct ia64_script *script = cache->buckets + c->hint; in script_lookup() local
137 if (cache_match (script, ip, pr)) in script_lookup()
138 return script; in script_lookup()
144 script = cache->buckets + index; in script_lookup()
147 if (cache_match (script, ip, pr)) in script_lookup()
151 (script - cache->buckets); in script_lookup()
152 return script; in script_lookup()
154 if (script->coll_chain >= IA64_UNW_HASH_SIZE) in script_lookup()
[all …]
/third_party/node/test/parallel/
Dtest-vm-new-script-new-context.js27 const Script = require('vm').Script; constant
30 const script = new Script('\'passed\';'); constant
31 const result1 = script.runInNewContext();
32 const result2 = script.runInNewContext();
38 const script = new Script('throw new Error(\'test\');'); constant
40 script.runInNewContext();
45 const script = new Script('foo.bar = 5;'); constant
47 script.runInNewContext();
53 const script = new Script('hello = 2'); constant
54 script.runInNewContext();
[all …]
Dtest-vm-new-script-this-context.js25 const Script = require('vm').Script; constant
28 let script = new Script('\'passed\';'); variable
29 const result = script.runInThisContext(script);
33 script = new Script('throw new Error(\'test\');'); variable
35 script.runInThisContext(script);
39 script = new Script('hello = 2'); variable
40 script.runInThisContext(script);
50 script = new Script(global.code); variable
51 script.runInThisContext(script);
58 script = new Script('f()'); variable
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumberinfo_test.html25 <script src="../../../../closure-library/closure/goog/base.js"></script>
26 <script>
28 </script>
29 <script src="phonemetadata.pb.js"></script>
30 <script src="phonenumber.pb.js"></script>
31 <script src="metadatafortesting.js"></script>
32 <script src="shortnumbermetadata.js"></script>
33 <script src="regioncodefortesting.js"></script>
34 <script src="phonenumberutil.js"></script>
35 <script src="shortnumberinfo.js"></script>
[all …]
Dasyoutypeformatter_test.html25 <script src="../../../../closure-library/closure/goog/base.js"></script>
26 <script>
28 </script>
29 <script src="phonemetadata.pb.js"></script>
30 <script src="phonenumber.pb.js"></script>
31 <script src="metadatafortesting.js"></script>
32 <script src="regioncodefortesting.js"></script>
33 <script src="phonenumberutil.js"></script>
34 <script src="asyoutypeformatter.js"></script>
35 <script src="asyoutypeformatter_test.js"></script>
Ddemo.html25 <script src="../../../../closure-library/closure/goog/base.js"></script>
26 <script>
28 </script>
29 <script src="phonemetadata.pb.js"></script>
30 <script src="phonenumber.pb.js"></script>
31 <script src="metadata.js"></script>
32 <script src="shortnumbermetadata.js"></script>
33 <script src="phonenumberutil.js"></script>
34 <script src="asyoutypeformatter.js"></script>
35 <script src="shortnumberinfo.js"></script>
[all …]
Dphonenumberutil_test.html25 <script src="../../../../closure-library/closure/goog/base.js"></script>
26 <script>
28 </script>
29 <script src="phonemetadata.pb.js"></script>
30 <script src="phonenumber.pb.js"></script>
31 <script src="metadatafortesting.js"></script>
32 <script src="regioncodefortesting.js"></script>
33 <script src="phonenumberutil.js"></script>
34 <script src="phonenumberutil_test.js"></script>
/third_party/parse5/test/data/tree-construction-scripting/
Ddocument_write.dat2 1<script>document.write("2")</script>3
9 | <script>
14 1<script>document.write("2"); document.write("3")</script>
21 | <script>
26 1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" …
33 | <script>
34 | "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" …
35 | <script>
38 | <script>
43 <script>document.write('<!--');</script>I should be commented-->
[all …]
/third_party/flutter/skia/experimental/docs/
Djsonbaseddoc.htm5 <script src="utilities.js"></script>
7 <script src="animationCommon.js"></script>
8 <script src="backend.js"></script>
9 <script src="canvasBackend.js"></script>
10 <script src="exampleSlides.js"></script>
11 <script src="interpolatorFunctions.js"></script>
12 <script src="svgBackend.js"></script>
14 <script>
29 </script>
/third_party/skia/experimental/docs/
Djsonbaseddoc.htm5 <script src="utilities.js"></script>
7 <script src="animationCommon.js"></script>
8 <script src="backend.js"></script>
9 <script src="canvasBackend.js"></script>
10 <script src="exampleSlides.js"></script>
11 <script src="interpolatorFunctions.js"></script>
12 <script src="svgBackend.js"></script>
14 <script>
29 </script>
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/
Dsjis-encode-form-errors-misc.html11 <script src="/resources/testharness.js"></script>
12 <script src="/resources/testharnessreport.js"></script>
13 <script src="/common/subset-tests.js"></script>
14 <script src="jis0208_index.js"></script>
15 <script src="sjis-encoder.js"></script>
26 <script src="../../resources/ranges.js"></script>
27 <script>
39 </script>
40 <script src="../../resources/encode-form-common.js"></script>
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/
Diso2022jp-encode-href-errors-misc.html11 <script src="/resources/testharness.js"></script>
12 <script src="/resources/testharnessreport.js"></script>
13 <script src="/common/subset-tests.js"></script>
14 <script src="jis0208_index.js"></script>
15 <script src="iso2022jp-encoder.js"></script>
19 <script src="../../resources/ranges.js"></script>
20 <script>
31 </script>
32 <script src="../../resources/encode-href-common.js"></script>
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/
Dbig5-encode-form-errors-misc.html11 <script src="/resources/testharness.js"></script>
12 <script src="/resources/testharnessreport.js"></script>
13 <script src="/common/subset-tests.js"></script>
14 <script src="big5_index.js"></script>
15 <script src="big5-encoder.js"></script>
26 <script src="../../resources/ranges.js"></script>
27 <script>
39 </script>
40 <script src="../../resources/encode-form-common.js"></script>

12345678910>>...318