Home
last modified time | relevance | path

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

12345678910>>...42

/third_party/node/deps/npm/docs/content/using-npm/
Dscripts.md1 ---
2 section: using-npm
5 ---
13-in scripts and their preset life cycle events as well as arbitrary scripts. These all can be exec…
17 … in the `"scripts"` section of the `package.json`, simply create another script *with a matching n…
22 "precompress": "{{ executes BEFORE the `compress` script }}",
24 "postcompress": "{{ executes AFTER `compress` script }}"
31 … happen only in certain situations. These scripts happen in addtion to the "pre" and "post" script.
35 * Runs BEFORE the package is packed
36 * Runs BEFORE the package is published
[all …]
/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 exe…
9 …fB"scripts"\fP section of the \fBpackage\.json\fP, simply create another script \fIwith a matching…
15 "precompress": "{{ executes BEFORE the `compress` script }}",
17 "postcompress": "{{ executes AFTER `compress` script }}"
24 …appen only in certain situations\. These scripts happen in addtion to the "pre" and "post" script\.
34 Runs BEFORE the package is packed
36 Runs BEFORE the package is published
40 Run AFTER \fBprepublish\fP, but BEFORE \fBprepublishOnly\fP
42 … a \fBprepare\fP script, its \fBdependencies\fP and \fBdevDependencies\fP will be installed, and t…
[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/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/doc/guides/
Dmaintaining-the-build-files.md11 * `configure`: A Python 2 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](#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](#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/doc/api/
Dvm.md3 <!--introduced_in=v0.10.0-->
5 > Stability: 2 - Stable
7 <!--name=vm-->
9 <!-- source_link=lib/vm.js -->
45 ## Class: `vm.Script`
46 <!-- YAML
48 -->
50 Instances of the `vm.Script` class contain precompiled scripts that can be
53 ### `new vm.Script(code[, options])` argument
54 <!-- YAML
[all …]
Dvm.json11 …\ncode are reflected in the context object.</p>\n<pre><code class=\"language-js\">const vm = requi…
14 "textRaw": "Class: `vm.Script`",
16 "name": "vm.Script",
23 …"desc": "<p>Instances of the <code>vm.Script</code> class contain precompiled scripts that can be\…
26 "textRaw": "`script.createCachedData()`",
45Script</code> constructor's\n<code>cachedData</code> option. Returns a <code>Buffer</code>. This m…
48 "textRaw": "`script.runInContext(contextifiedObject[, options])`",
58 "pr-url": "https://github.com/nodejs/node/pull/6635",
66 … "textRaw": "Returns: {any} the result of the very last statement executed in the script.",
69 "desc": "the result of the very last statement executed in the script."
[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/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/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/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/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/node/deps/npm/docs/public/using-npm/scripts/
Dindex.html1script>"use strict";!function(){var i=(window.location.pathname.match(/^(\/(?:ipfs|ipns)\/[^/]+)/)…
2 /* sc-component-id: links__NavLink-sc-19vgq0o-1 */
3-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
4 /* sc-component-id: links__BasicNavLink-sc-19vgq0o-2 */
5-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
6 /* sc-component-id: links__SidebarLink-sc-19vgq0o-3 */
7-weight:500;-webkit-text-decoration:none;text-decoration:none;-webkit-letter-spacing:.3px;-moz-let…
8 /* sc-component-id: Accordion__SectionButton-i8yhwx-0 */
9-color:transparent;cursor:pointer;color:red;border:none;font-size:18px;font-weight:bold;padding:5p…
10 /* sc-component-id: DocLinks__LinkDesc-sc-1vrw6od-0 */
[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/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/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/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/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/flatbuffers/docs/source/
DJavaScriptUsage.md4 ## Before you get started
6 Before diving into the FlatBuffers usage in JavaScript, it should be noted that
28 *Note: See [Tutorial](@ref flatbuffers_guide_tutorial) for a more in-depth
38 1. Generate TS files from `*.fbs` by using the `--ts` option.
43 // Note: These require functions are an example - use your desired module flavor.
54 //--------------------------------------------------------------------------//
56 // Note: This code is an example of browser-based HTML/JavaScript. See above
58 <script src="../js/flatbuffers.js"></script>
59 <script src="monster_generated.js"></script>
60 <script>
[all …]
/third_party/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 …]
/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 …]
/third_party/protobuf/protoc-artifacts/
DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
14 * [build-protoc.sh](build-protoc.sh): script to cross-build the protoc for your
16 * [pom.xml](pom.xml): script to upload artifacts to maven.
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
31 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.6.1-linux-x86_64.exe``.
39 The scripts only work under Unix-like environments, e.g., Linux, MacOSX, and
43 ## Building from a freshly checked-out source
46 generate the configure script.
57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc
61 $ cd protoc-artifacts
[all …]
/third_party/python/Doc/library/
Drunpy.rst1 :mod:`runpy` --- Locating and executing Python modules
11 --------------
14 importing them first. Its main use is to implement the :option:`-m` command
18 Note that this is *not* a sandbox module - all code is executed in the
46 The optional dictionary argument *init_globals* may be used to pre-populate
47 the module's globals dictionary before the code is executed. The supplied
54 dictionary before the module code is executed (Note that this is a
55 minimal set of variables - other variables may be set implicitly as an
67 :ref:`set as normal <import-mod-attrs>` based on the module spec.
73 are restored to their original values before the function returns.
[all …]
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-indic.cc31 #include "hb-ot-shape-complex-indic.hh"
32 #include "hb-ot-shape-complex-indic-machine.hh"
33 #include "hb-ot-shape-complex-vowel-constraints.hh"
34 #include "hb-ot-layout.hh"
43 * Indic configurations. Note that we do not want to keep every single script-specific
44 * behavior in these tables necessarily. This should mainly be used for per-script
46 * only one script has an exception, that one script can be if'ed directly in the code,
67 BLWF_MODE_PRE_AND_POST, /* Below-forms feature applied to pre-base and post-base. */
68 BLWF_MODE_POST_ONLY /* Below-forms feature applied to post-base only. */
72 hb_script_t script; member
[all …]
/third_party/flutter/flutter/packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/
Dpodhelper.rb.tmpl9 … Optional, defaults to two levels up from the directory of this script.
27 …# Copy the debug engine to have something to link against if the xcode backend script has not run …
28 …# CocoaPods will not embed the framework on pod install (before any build phases can generate) if …
51 … Optional, defaults to two levels up from the directory of this script.
65 plugin_pods = parse_KV_file(File.join(flutter_application_path, '.flutter-plugins'))
81 … Optional, defaults to two levels up from the directory of this script.
87 …# Fake an App.framework to have something to link against if the xcode backend script has not run …
88 …# CocoaPods will not embed the framework on pod install (before any build phases can run) if the d…
91 `echo "static const int Moo = 88;" | xcrun clang -x c -dynamiclib -o "#{app_framework_dylib}" -`
94 # Keep pod and script phase paths relative so they can be checked into source control.
[all …]

12345678910>>...42