| /third_party/notofonts/scripts/ |
| D | bugreporter.html | 4 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" 11 integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" 16 integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" 20 src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" 21 integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" 26 href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css" 30 src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/bootstrap-select.min.js" 39 z-index: 999; [all …]
|
| D | analytics-template.html | 4 <meta charset="utf-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 9 href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" 11 integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" 16 integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" 20 src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" 21 integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" 27 [data-toggle="collapse"] .material-icons:before { 31 [data-toggle="collapse"].collapsed .material-icons:before { 34 .material-icons { display:inline-block; vertical-align:middle; text-decoration: none !important;} [all …]
|
| /third_party/typescript/lib/ |
| D | typesMap.json | 4 "match": "jquery(-(\\.?\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$", 8 "match": "^(.*\\/winjs-[.\\d]+)\\/js\\/base\\.js$", 13 "match": "^(.*\\/kendo(-ui)?)\\/kendo\\.all(\\.min)?\\.js$", 15 "types": ["kendo-ui"] 18 "match": "^(.*\\/office\\/1)\\/excel-\\d+\\.debug\\.js$", 39 "ag-grid": "ag-grid", 45 "angular-bootstrap-lightbox": "angular-bootstrap-lightbox", 46 "angular-cookie": "angular-cookie", 47 "angular-file-upload": "angular-file-upload", 49 "angular-gettext": "angular-gettext", [all …]
|
| /third_party/typescript/src/server/ |
| D | typesMap.json | 4 "match": "jquery(-(\\.?\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$", 8 "match": "^(.*\\/winjs-[.\\d]+)\\/js\\/base\\.js$", 13 "match": "^(.*\\/kendo(-ui)?)\\/kendo\\.all(\\.min)?\\.js$", 15 "types": ["kendo-ui"] 18 "match": "^(.*\\/office\\/1)\\/excel-\\d+\\.debug\\.js$", 39 "ag-grid": "ag-grid", 45 "angular-bootstrap-lightbox": "angular-bootstrap-lightbox", 46 "angular-cookie": "angular-cookie", 47 "angular-file-upload": "angular-file-upload", 49 "angular-gettext": "angular-gettext", [all …]
|
| /third_party/python/Lib/test/ |
| D | test_ensurepip.py | 22 self.touch(tmpdir, "pip-1.2.3b1-py2.py3-none-any.whl") 23 self.touch(tmpdir, "setuptools-49.1.3-py3-none-any.whl") 43 setuptools_filename = "setuptools-49.1.3-py3-none-any.whl" 44 pip_filename = "pip-20.2.2-py2.py3-none-any.whl" 50 self.touch(tmpdir, "wheel-0.34.2-py2.py3-none-any.whl") 90 ensurepip.bootstrap() 94 "install", "--no-cache-dir", "--no-index", "--find-links", 104 ensurepip.bootstrap(root="/foo/bar/") 108 "install", "--no-cache-dir", "--no-index", "--find-links", 109 unittest.mock.ANY, "--root", "/foo/bar/", [all …]
|
| /third_party/ninja/ |
| D | configure.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 20 or use a meta-build system that supports Ninja output.""" 117 class Bootstrap: class 120 Used to bootstrap Ninja from scratch. In --bootstrap mode this 123 behave like non-bootstrap mode. 142 # In bootstrap mode, we have no ninja process to catch /showIncludes 158 # make the bootstrap build work. 199 parser.add_option('--bootstrap', action='store_true', 200 help='bootstrap a ninja binary from nothing') 201 parser.add_option('--verbose', action='store_true', [all …]
|
| /third_party/toybox/scripts/ |
| D | mcm-buildall.sh | 3 # Script to build all cross and native compilers supported by musl-libc. 6 if [ ! -d litecross ] 8 echo Run this script in musl-cross-make directory to make "ccc" directory. 10 echo " "git clone https://github.com/richfelker/musl-cross-make 11 echo " "cd musl-cross-make 12 echo ' ~/toybox/scripts/mcm-buildall.sh' 19 BOOTSTRAP=i686-linux-musl 21 [ -z "$OUTPUT" ] && OUTPUT="$PWD/ccc" 25 rm -rf "$OUTPUT" host-* *.log 34 if [ -z "$TYPE" ] [all …]
|
| /third_party/node/src/ |
| D | node_realm.cc | 2 #include "env-inl.h" 4 #include "memory_tracker-inl.h" 24 : env_(env), isolate_(context->GetIsolate()) { in Realm() 41 tracker->TrackField(#PropertyName, PropertyName()); in MemoryInfo() 45 tracker->TrackField("env", env_); in MemoryInfo() 46 tracker->TrackField("cleanup_queue", cleanup_queue_); in MemoryInfo() 47 tracker->TrackField("builtins_with_cache", builtins_with_cache); in MemoryInfo() 48 tracker->TrackField("builtins_without_cache", builtins_without_cache); in MemoryInfo() 55 // Store primordials setup by the per-context script in the environment. in CreateProperties() 59 per_context_bindings->Get(ctx, env_->primordials_string()) in CreateProperties() [all …]
|
| D | node_builtins.cc | 2 #include "debug_utils-inl.h" 3 #include "env-inl.h" 6 #include "node_threadsafe_cow-inl.h" 8 #include "util-inl.h" 41 "internal/deps/cjs-module-lexer/lexer", in BuiltinLoader() 47 "internal/deps/cjs-module-lexer/dist/lexer", in BuiltinLoader() 59 return source->find(id) != source->end(); in Exists() 63 auto result = source_.write()->emplace(id, source); in Add() 68 Isolate* isolate = context->GetIsolate(); in GetSourceObject() 73 out->Set(context, key, x.second.ToStringChecked(isolate)).FromJust(); in GetSourceObject() [all …]
|
| /third_party/python/Lib/test/test_importlib/ |
| D | test_locks.py | 65 NTHREADS = NLOCKS - 1 100 self.assertEqual(results.count((True, True)), len(results) - nb_deadlocks) 121 def bootstrap(self): member in LifetimeTests 126 self.assertNotIn(name, self.bootstrap._module_locks) 127 lock = self.bootstrap._get_module_lock(name) 128 self.assertIn(name, self.bootstrap._module_locks) 132 self.assertNotIn(name, self.bootstrap._module_locks) 137 self.assertEqual(0, len(self.bootstrap._module_locks), 138 self.bootstrap._module_locks)
|
| D | test_spec.py | 52 HAM = -1 236 def bootstrap(self): member in ModuleSpecMethodsTests 256 self.bootstrap._exec(self.spec, module) 265 loaded = self.bootstrap._load(self.spec) 278 loaded = self.bootstrap._load(self.spec) 291 loaded = self.bootstrap._load(self.spec) 302 loaded = self.bootstrap._load(self.spec) 310 loaded = self.bootstrap._load(self.spec) 312 self.assertEqual(loaded.ham, -1) 319 loaded = self.bootstrap._load(self.spec) [all …]
|
| /third_party/jsframework/test/ut/app/ |
| D | bundle.ts | 10 * http://www.apache.org/licenses/LICENSE-2.0 33 bootstrap 38 describe('use defineFn/bootstrap', () => { 44 'device-type': 'phone', 46 'aspect-ratio': 'string', 47 'device-width': '1176', 48 'device-height': '2400', 74 // @ts-ignore 75 defineFn(page, options.packageName, '@app-application/a', [], (require, exports, module) => { 84 describe('bootstrap', () => { [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | ClassLoaderUtil.java | 17 * a given class. getClassLoader always returns a non-null ClassLoader 18 * even a class is loaded through the bootstrap class loader of JRE. 28 // bootstrap class loader. Note that we probably do not reach in BootstrapClassLoader() 30 // should get non-null ClassLoader before calling in BootstrapClassLoader() 35 // super(null) is commonly used for accessing the bootstrap in BootstrapClassLoader() 46 * initialized by bootstrap class loader. 96 // during bootstrap, cl might be still null (other than Android?). in getClassLoader() 97 // In this case, we want to use the bootstrap class loader. in getClassLoader()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ClassLoaderUtil.java | 18 * a given class. getClassLoader always returns a non-null ClassLoader 19 * even a class is loaded through the bootstrap class loader of JRE. 30 // bootstrap class loader. Note that we probably do not reach in BootstrapClassLoader() 32 // should get non-null ClassLoader before calling in BootstrapClassLoader() 37 // super(null) is commonly used for accessing the bootstrap in BootstrapClassLoader() 48 * initialized by bootstrap class loader. 98 // during bootstrap, cl might be still null (other than Android?). in getClassLoader() 99 // In this case, we want to use the bootstrap class loader. in getClassLoader()
|
| /third_party/protobuf/php/tests/ |
| D | gdb_test.sh | 3 php -i | grep "Configuration" 5 # gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which 6 # phpunit` --bootstrap autoload.php tmp_test.php 8 # gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap… 9 gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap a… 11 # gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php 13 # USE_ZEND_ALLOC=0 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobu…
|
| D | test.sh | 3 set -ex 10 PHP_VERSION=$(php -r "echo PHP_VERSION;") 16 PHPUNIT=phpunit-5.6.0.phar 19 PHPUNIT=phpunit-8.phar 22 PHPUNIT=phpunit-9.phar 30 [ -f $PHPUNIT ] || wget https://phar.phpunit.de/$PHPUNIT 39 php -dextension=../ext/google/protobuf/modules/protobuf.so $PHPUNIT --bootstrap autoload.php $t 48 …php -d protobuf.keep_descriptor_pool_after_request=1 -dextension=../ext/google/protobuf/modules/pr… 53 # php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php 57 valgrind --suppressions=valgrind.supp --leak-check=yes php -dextension=../ext/google/protobuf/modul… [all …]
|
| /third_party/node/tools/bootstrap/ |
| D | windows_boxstarter | 4 …package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstart… 7 # iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1')) 8 # get-boxstarter -Force 9 # Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/win… 12 # https://github.com/nodejs/node/blob/HEAD/tools/bootstrap/README.md 16 choco install git -params /GitAndUnixToolsOnPath -y 17 choco install python python2 -y 20 choco install visualstudio2019buildtools -y 21 choco install visualstudio2019-workload-vctools -y --params="--add Microsoft.VisualStudio.Component… 24 choco install nasm -y
|
| /third_party/node/test/es-module/ |
| D | test-loaders-hidden-from-users.js | 1 // Flags: --expose-internals 10 require('internal/bootstrap/realm'); 13 message: /Cannot find module 'internal\/bootstrap\/realm'/ 19 const source = 'module.exports = require("internal/bootstrap/realm")';
|
| /third_party/libevdev/doc/style/ |
| D | README.md | 1 # Doxygen-Bootstrap 2 This is a small project for integrating Doxygen output with Twitter Bootstrap. 6 …b pages (specifically it is based on https://github.com/plusjade/jekyll-bootstrap/). Be sure to m…
|
| /third_party/node/tools/snapshot/ |
| D | README.md | 7 instead of executing code to bootstrap, it can deserialize the context from 8 an embedded snapshot, which readily contains the result of the bootstrap, so 12 deserialization, and the snapshot does not yet cover the entire bootstrap 25 - `node::NodeMainInstance::GetEmbeddedSnapshotData` 39 `--without-node-snapshot` is passed to `configure`. A Node.js executable 41 from it if the command line argument `--no-node-snapshot` is passed.
|
| /third_party/notofonts/docs/ |
| D | reporter.html | 4 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" 11 integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" 16 integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" 20 src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" 21 integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" 26 href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css" 30 src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/bootstrap-select.min.js" 39 z-index: 999; [all …]
|
| /third_party/python/Doc/library/ |
| D | ensurepip.rst | 1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer 12 -------------- 30 needed to bootstrap ``pip`` are included as internal parts of the 35 :ref:`installing-index` 41 .. include:: ../includes/wasm-notavail.rst 44 ---------------------- 46 The command line interface is invoked using the interpreter's ``-m`` switch. 50 python -m ensurepip 55 ``--upgrade`` option:: 57 python -m ensurepip --upgrade [all …]
|
| /third_party/python/Lib/ensurepip/ |
| D | __init__.py | 11 __all__ = ["version", "bootstrap"] 27 # installs wheel packages in the /usr/share/python-wheels/ directory and don't 44 # filename is like 'pip-21.2.4-py3-none-any.whl' 48 prefix = name + '-' 54 # Extract '21.2.4' from 'pip-21.2.4-py3-none-any.whl' 55 version = filename.removeprefix(prefix).partition('-')[0] 68 wheel_name = f"{name}-{version}-{py_tag}-none-any.whl" 95 '-W', 97 '-c', 102 cmd.insert(1, '-I') [all …]
|
| /third_party/node/deps/v8/tools/gcmole/ |
| D | package.sh | 4 # Use of this source code is governed by a BSD-style license that can be 11 THIS_DIR="$(readlink -f "$(dirname "${0}")")" 13 PACKAGE_DIR="${THIS_DIR}/gcmole-tools" 14 PACKAGE_FILE="${THIS_DIR}/gcmole-tools.tar.gz" 15 PACKAGE_SUM="${THIS_DIR}/gcmole-tools.tar.gz.sha1" 16 BUILD_DIR="${THIS_DIR}/bootstrap/build" 20 set -x 23 if [ -e "${PACKAGE_DIR:?}/bin" ] ; then 24 rm -rf "${PACKAGE_DIR:?}/bin" 26 if [ -e "${PACKAGE_DIR:?}/lib" ] ; then [all …]
|
| /third_party/node/test/sequential/ |
| D | test-perf-hooks.js | 28 const uptime1 = Date.now() - performance.timeOrigin; 31 assert(Math.abs(uptime1 - uptime2) < epsilon, 32 `Date.now() - performance.timeOrigin (${uptime1}) - ` + 34 `${uptime1 - uptime2} >= +- ${epsilon}`); 35 assert(Math.abs(uptime1 - uptime3) < epsilon, 36 `Date.now() - performance.timeOrigin (${uptime1}) - ` + 38 `${uptime1 - uptime3} >= +- ${epsilon}`); 82 // Bootstrap completes after environment starts. 85 // Bootstrap completes before this test starts. 93 const delta = Math.abs(now - timing.duration); [all …]
|