| /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 …]
|
| D | appveyor.yml | 3 - Visual Studio 2017 4 - Ubuntu1804 10 - MSYSTEM: MINGW64 11 - MSYSTEM: LINUX 15 - image: Visual Studio 2017 17 - image: Ubuntu1804 21 - 24 - MSYSTEM: MINGW64 26 ps: "C:\\msys64\\usr\\bin\\bash -lc @\"\n 27 pacman -S --quiet --noconfirm --needed re2c 2>&1\n [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/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/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/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/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/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/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
| D | dpp-qrcode.py | 58 print("Found DPP bootstrap info URI:") 71 print("QR Code URI accepted - ID=%d" % id) 96 print("Failed to generate bootstrap info URI") 98 print("Bootstrap information - ID=%d" % id) 112 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO, 115 parser.add_argument('--curve', '-c', 116 …help='set a specific curve (P-256, P-384, P-521, BP-256R1, BP-384R1, BP-512R1) for key generation')
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
| D | dpp-qrcode.py | 58 print("Found DPP bootstrap info URI:") 71 print("QR Code URI accepted - ID=%d" % id) 96 print("Failed to generate bootstrap info URI") 98 print("Bootstrap information - ID=%d" % id) 112 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO, 115 parser.add_argument('--curve', '-c', 116 …help='set a specific curve (P-256, P-384, P-521, BP-256R1, BP-384R1, BP-512R1) for key generation')
|
| /third_party/python/Tools/msi/ |
| D | README.txt | 7 build.bat [-x86] [-x64] [-ARM64] [--doc] 13 set SPHINXBUILD=<path to sphinx-build.exe> 16 buildrelease.bat [-x86] [-x64] [-ARM64] [-D] [-B] 17 [-o <output directory>] [-c <certificate name>] 45 and command-line logic, as well as the ability to locate and optionally 79 build.bat [-x86] [-x64] [-ARM64] [--doc] [--test-marker] [--pack] 82 generate an installer layout in PCbuild/(win32|amd64)/en-us. 84 Specify -x86, -x64 and/or -ARM64 to build for each platform. If none are 88 Specify --doc to include the documentation files. Ensure %PYTHON% and 91 Specify --test-marker to build an installer that works side-by-side with [all …]
|
| /third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
| D | EGL_EXT_client_extensions.txt | 70 EGL_EXT_client_extensions solves a bootstrap problem for future EGL 73 initialize a throw-away EGLDisplay solely to query its extension string. 74 Initialization of the throw-away display may have undesired side-effects 121 supported. The string is zero-terminated and contains a space-separated 166 a well-formed extension string and generates no error. Otherwise, it 201 libEGL is a vendor-independent library that loads and then dispatches 202 to the appropriate vendor-provided EGL library. The resolution requires 204 be at least partially implemented in the vendor-independent library. 213 a software-renderer EGLDisplay through a client extension named 215 mandated, then each display, whether it were hardware-accelerated or [all …]
|
| /third_party/EGL/extensions/EXT/ |
| D | EGL_EXT_client_extensions.txt | 70 EGL_EXT_client_extensions solves a bootstrap problem for future EGL 73 initialize a throw-away EGLDisplay solely to query its extension string. 74 Initialization of the throw-away display may have undesired side-effects 121 supported. The string is zero-terminated and contains a space-separated 166 a well-formed extension string and generates no error. Otherwise, it 201 libEGL is a vendor-independent library that loads and then dispatches 202 to the appropriate vendor-provided EGL library. The resolution requires 204 be at least partially implemented in the vendor-independent library. 213 a software-renderer EGLDisplay through a client extension named 215 mandated, then each display, whether it were hardware-accelerated or [all …]
|
| /third_party/libevdev/doc/html/ |
| D | globals_defs.html | 1 <!-- HTML header for doxygen 1.8.8--> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht… 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <!-- For Mobile Devices --> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 10 <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> 12 <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> 18 <link href="bootstrap.css" rel="stylesheet" type="text/css"/> 21 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> [all …]
|