Home
last modified time | relevance | path

Searched +full:before +full:- +full:script (Results 1 – 25 of 1131) sorted by relevance

12345678910>>...46

/third_party/node/deps/npm/man/man7/
Dscripts.73 \fBscripts\fR - How npm handles the "scripts" field
6-in scripts and their preset life cycle events as well as arbitrary scripts. These all can be exec…
9 …\fB"scripts"\fR section of the \fBpackage.json\fR, simply create another script \fIwith a matching…
15 "precompress": "{{ executes BEFORE the `compress` script }}",
17 "postcompress": "{{ executes AFTER `compress` script }}"
36 Runs BEFORE the package is packed, i.e. during \fBnpm publish\fR and \fBnpm pack\fR
40 Runs AFTER \fBprepublish\fR, but BEFORE \fBprepublishOnly\fR
42 … a \fBprepare\fR script, its \fBdependencies\fR and \fBdevDependencies\fR will be installed, and t…
44 …@7\fR these scripts run in the background. To see the output, run with: \fB--foreground-scripts\fR.
58 Runs BEFORE the package is prepared and packed, ONLY on \fBnpm publish\fR.
[all …]
/third_party/node/deps/npm/docs/content/using-npm/
Dscripts.md1 ---
5 ---
10 of built-in scripts and their preset life cycle events as well as
12 `npm run-script <stage>` or `npm run <stage>` for short. *Pre* and *post*
15 `npm explore <pkg> -- npm run <stage>`.
20 `"scripts"` section of the `package.json`, simply create another script
26 "precompress": "{{ executes BEFORE the `compress` script }}",
28 "postcompress": "{{ executes AFTER `compress` script }}"
45 * Runs BEFORE the package is packed, i.e. during `npm publish`
48 * Runs AFTER `prepublish`, but BEFORE `prepublishOnly`
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/url/
Durl-in-tags-revoke.window.js4 const blob_contents = '<!doctype html>\n<meta charset="utf-8">\n' +
5 '<script>window.test_result = "' + run_result + '";</script>';
18 }, 'Fetching a blob URL immediately before revoking it works in an iframe.');
22 const blob_contents = '<!doctype html>\n<meta charset="utf-8">\n' +
23 '<script>window.test_result = "' + run_result + '";</script>';
39 }, 'Fetching a blob URL immediately before revoking it works in an iframe navigation.');
43 const blob_contents = '<!doctype html>\n<meta charset="utf-8">\n' +
44 '<script>window.test_result = "' + run_result + '";</script>';
54 }, 'Opening a blob URL in a new window immediately before revoking it works.');
67 '<script>\n' +
[all …]
/third_party/node/test/fixtures/wpt/webmessaging/broadcastchannel/
Ddetached-iframe.html2 <meta charset=utf-8>
3 <script src="/resources/testharness.js"></script>
4 <script src="/resources/testharnessreport.js"></script>
5 <script src="/common/get-host-info.sub.js"></script>
6 <!-- Pull in the with_iframe helper function from the service worker tests -->
7 <script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
9 <script>
10 const TEST_IFRAME_CLASS_NAME = 'test-iframe';
28 REMOVE_BEFORE_CREATION: 'remove-before-creation',
29 REMOVE_AFTER_CREATION: 'remove-after-creation',
[all …]
Dworkers.html2 <meta charset=utf-8>
3 <script src="/resources/testharness.js"></script>
4 <script src="/resources/testharnessreport.js"></script>
5 <script>
76 let c = new BroadcastChannel('worker-close');
97 let c2 = new BroadcastChannel('worker-close');
111 // instance can receive a message before indicating to the other
114 let c3 = new BroadcastChannel('worker-close');
121 worker.postMessage({channel: 'worker-close'});
124 }, 'Closing and re-opening a channel works.');
[all …]
/third_party/mbedtls/docs/architecture/psa-migration/
Doutcome-analysis.sh3 # This script runs tests before and after a PR and analyzes the results in
9 # the full config must be the same before and after the PR.
12 # - First, commit any uncommited changes. (Also, see warning below.)
13 # - Then launch --> [SKIP_SSL_OPT=1] docs/architecture/psa-migration/outcome-analysis.sh
14 # - SKIP_SSL_OPT=1 can optionally be set to skip ssl-opt.sh tests
16 # WARNING: this script checks out a commit other than the head of the current
18 # but while the script is running, or if it terminates early in error, you
21 # NOTE: you can comment out parts that don't need to be re-done when
22 # re-running this script (for example "get numbers before this PR").
24 set -eu
[all …]
/third_party/node/test/fixtures/wpt/dom/events/
DEvent-returnValue.html4 <meta charset="utf-8">
7 <link rel="help" href="https://dom.spec.whatwg.org/#dom-event-returnvalue">
9 <script src="/resources/testharness.js"></script>
10 <script src="/resources/testharnessreport.js"></script>
14 <script>
21 assert_false(ev.cancelable, "cancelable (before)");
28 assert_false(ev.cancelable, "cancelable (before)");
35 assert_true(ev.cancelable, "cancelable (before)");
42 assert_true(ev.cancelable, "cancelable (before)");
58 ev.returnValue = true;// no-op
[all …]
DEventTarget-dispatchEvent.html2 <meta charset=utf-8>
6 <link rel="help" href="https://dom.spec.whatwg.org/#dom-eventtarget-dispatchevent">
7 <script src="/resources/testharness.js"></script>
8 <script src="/resources/testharnessreport.js"></script>
9 <script src="/dom/nodes/Document-createEvent.js"></script>
11 <script>
23 assert_equals(e.type, "", "Event type should be empty string before initialization")
103 }, "Capturing event listeners should be called before non-capturing ones")
104 </script>
/third_party/ltp/testcases/kernel/controllers/freezer/
D00_description.txt2 This bash script tests freezer code by starting a long sleep process.
8 This bash script tests freezer code by starting a long sleep process.
15 This bash script tests freezer code by starting a long sleep process.
20 This bash script tests freezer code by starting a long subshell process.
27 This bash script tests freezer code by starting a long sleep process.
32 before we get a chance to "see" it again.
35 This bash script tests freezer code by starting a long sleep process.
36 The sleep process is frozen. We then thaw the process before it exits.
45 This bash script tests freezer code by starting a long sleep process.
51 This bash script tests freezer code by starting a long sleep process.
[all …]
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
Dscrollend-event-fired-after-snap.html2 <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
3 <script src="/resources/testharness.js"></script>
4 <script src="/resources/testharnessreport.js"></script>
5 <script src="/resources/testdriver.js"></script>
6 <script src="/resources/testdriver-actions.js"></script>
7 <script src="/resources/testdriver-vendor.js"></script>
8 <script src="scroll_support.js"></script>
17 scroll-snap-type: both mandatory;
27 scroll-snap-align: start;
28 background-color: blue;
[all …]
/third_party/node/doc/contributing/maintaining/
Dmaintaining-the-build-files.md11 * `configure`: A Python script that detects system capabilities and runs
13 create platform-dependent build files. Its output is usually in one of these
16 guide on this script, see [configure][].
17 * `vcbuild.bat`: A Windows Batch Script that locates build tools, provides a
19 targets of its own. For a detailed guide on this script, see
26 On Windows `vcbuild.bat` runs [configure][] before building the
27 Node.js binary, on other systems `configure` must be run manually before running
37 The `configure` script recognizes many CLI flags for special build formulas.
41 * Calling `python configure --XXX --YYY=PPPP` directly, followed by `vcbuild
43 * Setting `set config_flags=--XXX --YYY=PPPP` before calling `vcbuild`
[all …]
/third_party/node/deps/npm/test/lib/commands/
Drun-script.js3 const realRunScript = require('@npmcli/run-script')
4 const mockNpm = require('../../fixtures/mock-npm')
5 const { cleanCwd } = require('../../fixtures/clean-snapshot')
14 command: 'run-script',
16 '@npmcli/run-script': Object.assign(
25 '{LIB}/utils/is-windows.js': { isWindowsShell: windows },
32 runScript: mock['run-script'],
45 t.test('already have a script name', async t => {
135 restart: 'npm stop --if-present && npm start',
172 t.test('non-default env script', async t => {
[all …]
/third_party/node/test/fixtures/wpt/encoding/
Dbig5-encoder.html2 <meta charset=big5> <!-- test breaks if the server overrides this -->
3 <script src=/resources/testharness.js></script>
4 <script src=/resources/testharnessreport.js></script>
6 <script>
10 // Append and prepend X to test for off-by-one errors
18 encode("\u9EA6", "%26%2340614%3B", "Highest-pointer BMP character excluded from encoder");
19 encode("\uD858\uDE6B", "%26%23156267%3B", "Highest-pointer character excluded from encoder");
20 encode("\u3000", "%A1@", "Lowest-pointer character included in encoder");
21 …encode("\u20AC", "%A3%E1", "Euro; the highest-pointer character before a range of 30 unmapped poin…
22 encode("\u4E00", "%A4@", "The lowest-pointer character after the range of 30 unmapped pointers");
[all …]
/third_party/icu/docs/userguide/transforms/general/
Dindex.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
25 General transforms provide a general-purpose package for processing Unicode
32 4. Script to Script conversion
34 Originally, Transforms were designed to convert characters from one script to
39 include pre-built transformations for case conversions, for normalization
[all …]
/third_party/node/doc/api/
Dvm.md3 <!--introduced_in=v0.10.0-->
5 > Stability: 2 - Stable
7 <!--name=vm-->
9 <!-- source_link=lib/vm.js -->
47 ## Class: `vm.Script`
49 <!-- YAML
51 -->
53 Instances of the `vm.Script` class contain precompiled scripts that can be
56 ### `new vm.Script(code[, options])` argument
58 <!-- YAML
[all …]
/third_party/mesa3d/.gitlab-ci/
Dcrosvm-init.sh3 set -e
9 mount -t proc none /proc
10 mount -t sysfs none /sys
11 mkdir -p /dev/pts
12 mount -t devpts devpts /dev/pts
13 mount -t tmpfs tmpfs /tmp
15 . ${VM_TEMP_DIR}/crosvm-env.sh
17 # .gitlab-ci.yml script variable is using relative paths to install directory,
18 # so change to that dir before running `crosvm-script`
22 [ -z "${DEQP_BIN_DIR}" ] || cd "${DEQP_BIN_DIR}"
[all …]
/third_party/icu/docs/userguide/collation/customization/
Dindex.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
26 order](http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation)
32 all the languages. In particular, languages that share a script may sort the
35 Therefore, ICU provides a data-driven, flexible, and run-time-customizable
48 syntax](http://www.unicode.org/reports/tr35/tr35-collation.html#Rules). For more
[all …]
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md1 …iding the way to run JavaScript in a large range of environments - from desktops to low-memory mic…
7 ## Before trying out the examples: Get and build JerryScript library
9 Before getting started using the JerryScript library it should be cloned and built for a target os/…
18 $ git clone https://github.com/jerryscript-project/jerryscript.git
19 $ jerryscript/tools/build.py --builddir=$(pwd)/example_build --cmake-param="-DCMAKE_INSTALL_PREFIX=…
20 $ make -C $(pwd)/example_build install
25 In this guide we will use `pkg-config` to ease the usage of headers and libraries.
32 Test if the `pkg-config` works for JerryScript:
35 $ pkg-config --cflags --libs libjerry-core libjerry-port-default libjerry-ext libjerry-libm
40 The most basic example to test the engine is to create an `api-example-1.c` file containing the fol…
[all …]
/third_party/icu/icu4c/source/tools/genren/
DREADME2 Copyright (c) 2002-2011, International Business Machines Corporation and others. All Rights Reserve…
4 The genren.pl script is used to generate source/common/unicode/urename.h header file, which is need…
6 This script is intended to be used on Linux, although it should work on any platform that has Perl …
8 It also does not currently work well in an out-of-source situation.
11 - urename.h file should be generated after implementation is complete for a release.
12 - the version number for a release should be set according to the list in source/common/unicode/uve…
13 - Note: If you are running the script in a clean checkout, you must run the runConfigureICU at leas…
14 running the make install-header command below.
16 Before generating urename.h, the layout engine header files must be installed from the harfbuzz pro…
21 svn export https://github.com/behdad/icu-le-hb/trunk/src layout
[all …]
/third_party/skia/third_party/externals/icu/source/tools/genren/
DREADME2 Copyright (c) 2002-2011, International Business Machines Corporation and others. All Rights Reserve…
4 The genren.pl script is used to generate source/common/unicode/urename.h header file, which is need…
6 This script is intended to be used on Linux, although it should work on any platform that has Perl …
8 It also does not currently work well in an out-of-source situation.
11 - urename.h file should be generated after implementation is complete for a release.
12 - the version number for a release should be set according to the list in source/common/unicode/uve…
13 - Note: If you are running the script in a clean checkout, you must run the runConfigureICU at leas…
14 running the make install-header command below.
16 Before generating urename.h, the layout engine header files must be installed from the harfbuzz pro…
21 svn export https://github.com/behdad/icu-le-hb/trunk/src layout
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/reading-data-section/
Dfilereader_abort.html4 <meta charset="utf-8">
8 <script src="/resources/testharness.js"></script>
9 <script src="/resources/testharnessreport.js"></script>
14 <script>
20 }, "Aborting before read");
40 // call wait_for before calling abort.
51 </script>
/third_party/python/Misc/
Dpython.man4 .\" groff -Tascii -man python.man | less
7 python \- an interpreted, interactive, object-oriented programming language
11 .B \-B
14 .B \-b
17 .B \-d
20 .B \-E
23 .B \-h
26 .B \-i
29 .B \-I
33 .B \-m
[all …]
/third_party/pcre2/pcre2/maint/
DREADME13 Long-term ideas (wish list)
24 A Python script that generates input and expected output test data for test
28 A Python script that generates the file pcre2_ucd.c from GenerateCommon.py
30 site. The generated file contains the tables for a 2-stage lookup of Unicode
31 properties, along with some auxiliary tables. The script starts with a long
35 A Python script that generates the file pcre2_ucp.h from GenerateCommon.py
40 A Python script that generates the file pcre2_ucptables.c from
45 A shell script that runs "configure, make, test" a number of times with
48 pcre2_chartables.c.non-standard
60 any script, because it is useful occasionally for manually looking up the
[all …]
/third_party/curl/tests/
DFILEFORMAT.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
12 in its own line. Comments are either XML-style (enclosed with `<!--` and
13 `-->`) or shell script style (beginning with `#`) and must appear on their own
43 or even percent-encoded individual bytes. As an example, insert the HTTP
56 %hex[ %XX-encoded data to decode ]hex%
80 remember that the ordinary variables are expanded before the include happens
96 Accept-Encoding
103 Accept-Encoding: not-brotli
[all …]
/third_party/skia/third_party/externals/harfbuzz/docs/
Dusermanual-buffers-language-script-and-direction.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
7 <chapter id="buffers-language-script-and-direction">
8 <title>Buffers, language, script and direction</title>
13 buffer. We'll also look at a piece of lower-level machinery that
14 you will need to understand before proceeding: the functions that
23 <section id="creating-and-destroying-buffers">
43 This will destroy the object and free its associated memory -
62 While we are on the subject of reference-counting buffers, it is
74 <section id="adding-text-to-the-buffer">
[all …]

12345678910>>...46