| /third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/ |
| D | certificate.js | 13 /* eslint-disable-next-line @typescript-eslint/no-explicit-any */ 55 // Construct all possible paths from the leaf 56 let paths = this.buildPaths(leafCert); 57 // Filter for paths which contain a trusted certificate 58 paths = paths.filter((path) => path.some((cert) => this.trustedCerts.includes(cert))); 59 if (paths.length === 0) { 65 // Find the shortest of possible paths 66 /* istanbul ignore next */ 67 const path = paths.reduce((prev, curr) => prev.length < curr.length ? prev : curr); 70 // of the root certificate given that the root is self-signed. [all …]
|
| /third_party/skia/site/docs/user/sample/ |
| D | pdf.md | 1 --- 4 --- 9 <fiddle-embed name='@PDF'></fiddle-embed> 11 <!-- https://fiddle.skia.org/c/@PDF docs/examples/PDF.cpp --> 13 --- 19 PDF-ish way to handle it. 23 - **drop** means to draw nothing. 25 - **ignore** means to draw without the effect 27 - **expand** means to implement something in a non-PDF-ish way. This may mean to 28 rasterize vector graphics, to expand paths with path effects into many [all …]
|
| /third_party/node/deps/npm/node_modules/glob/dist/esm/ |
| D | glob.d.ts | 1 /// <reference types="node" resolution-mode="require"/> 4 import { FSOption, Path, PathScurry } from 'path-scurry'; 5 import { IgnoreLike } from './ignore.js'; 24 * Set to `true` to always receive absolute paths for 25 * matched files. Set to `false` to always return relative paths. 27 * When this option is not set, absolute paths are returned for patterns 28 * that are absolute, and otherwise paths are returned that are relative 59 * Without this option, returned relative paths are "bare", so instead of 77 * string or string[], or an object with `ignore` and `ignoreChildren` 81 * pattern or array of glob patterns to exclude from matches. To ignore all [all …]
|
| D | walker.js | 2 * Single-use utility classes to provide functionality to the {@link Glob} 8 import { Ignore } from './ignore.js'; 10 const makeIgnore = (ignore, opts) => typeof ignore === 'string' argument 11 ? new Ignore([ignore], opts) 12 : Array.isArray(ignore) 13 ? new Ignore(ignore, opts) 14 : ignore; 26 #ignore; field in GlobUtil 35 if (opts.ignore) { 36 this.#ignore = makeIgnore(opts.ignore, opts); [all …]
|
| D | bin.mjs | 2 import { foregroundChild } from 'foreground-child'; 9 /* c8 ignore start */ 11 /* c8 ignore stop */ 19 system paths found. 43 This prevents double-expanding, in case the shell expands 54 Setting '--all' prevents this behavior, causing glob 65 description: 'Expand to absolute paths', 67 'dot-relative': { 77 description: `Always resolve to posix style paths, using '/' as the 100 'match-base': { [all …]
|
| D | glob.js.map | 1 …-scurry'\nimport { fileURLToPath } from 'url'\nimport { IgnoreLike } from './ignore.js'\nimport { …
|
| /third_party/node/deps/npm/node_modules/glob/dist/cjs/src/ |
| D | glob.d.ts | 4 import { FSOption, Path, PathScurry } from 'path-scurry'; 5 import { IgnoreLike } from './ignore.js'; 24 * Set to `true` to always receive absolute paths for 25 * matched files. Set to `false` to always return relative paths. 27 * When this option is not set, absolute paths are returned for patterns 28 * that are absolute, and otherwise paths are returned that are relative 59 * Without this option, returned relative paths are "bare", so instead of 77 * string or string[], or an object with `ignore` and `ignoreChildren` 81 * pattern or array of glob patterns to exclude from matches. To ignore all 83 * to the ignore pattern. [all …]
|
| D | walker.js | 5 * Single-use utility classes to provide functionality to the {@link Glob} 11 const ignore_js_1 = require("./ignore.js"); 13 const makeIgnore = (ignore, opts) => typeof ignore === 'string' argument 14 ? new ignore_js_1.Ignore([ignore], opts) 15 : Array.isArray(ignore) 16 ? new ignore_js_1.Ignore(ignore, opts) 17 : ignore; 29 #ignore; field in GlobUtil 38 if (opts.ignore) { 39 this.#ignore = makeIgnore(opts.ignore, opts); [all …]
|
| D | bin.js | 4 const foreground_child_1 = require("foreground-child"); 16 system paths found. 32 This prevents double-expanding, in case the shell expands 43 Setting '--all' prevents this behavior, causing glob 54 description: 'Expand to absolute paths', 56 'dot-relative': { 66 description: `Always resolve to posix style paths, using '/' as the 89 'match-base': { 91 description: `Perform a basename-only match if the pattern does not 106 description: `Perform a case-insensitive match. This defaults to [all …]
|
| /third_party/node/deps/npm/node_modules/glob/dist/mjs/ |
| D | glob.d.ts | 4 import { FSOption, Path, PathScurry } from 'path-scurry'; 5 import { IgnoreLike } from './ignore.js'; 24 * Set to `true` to always receive absolute paths for 25 * matched files. Set to `false` to always return relative paths. 27 * When this option is not set, absolute paths are returned for patterns 28 * that are absolute, and otherwise paths are returned that are relative 59 * Without this option, returned relative paths are "bare", so instead of 77 * string or string[], or an object with `ignore` and `ignoreChildren` 81 * pattern or array of glob patterns to exclude from matches. To ignore all 83 * to the ignore pattern. [all …]
|
| D | walker.js | 2 * Single-use utility classes to provide functionality to the {@link Glob} 8 import { Ignore } from './ignore.js'; 10 const makeIgnore = (ignore, opts) => typeof ignore === 'string' argument 11 ? new Ignore([ignore], opts) 12 : Array.isArray(ignore) 13 ? new Ignore(ignore, opts) 14 : ignore; 26 #ignore; field in GlobUtil 35 if (opts.ignore) { 36 this.#ignore = makeIgnore(opts.ignore, opts); [all …]
|
| /third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
| D | glob.d.ts | 4 import { FSOption, Path, PathScurry } from 'path-scurry'; 5 import { IgnoreLike } from './ignore.js'; 24 * Set to `true` to always receive absolute paths for 25 * matched files. Set to `false` to always return relative paths. 27 * When this option is not set, absolute paths are returned for patterns 28 * that are absolute, and otherwise paths are returned that are relative 59 * Without this option, returned relative paths are "bare", so instead of 77 * string or string[], or an object with `ignore` and `ignoreChildren` 81 * pattern or array of glob patterns to exclude from matches. To ignore all 83 * to the ignore pattern. [all …]
|
| D | walker.js | 5 * Single-use utility classes to provide functionality to the {@link Glob} 11 const ignore_js_1 = require("./ignore.js"); 13 const makeIgnore = (ignore, opts) => typeof ignore === 'string' argument 14 ? new ignore_js_1.Ignore([ignore], opts) 15 : Array.isArray(ignore) 16 ? new ignore_js_1.Ignore(ignore, opts) 17 : ignore; 29 #ignore; field in GlobUtil 38 if (opts.ignore) { 39 this.#ignore = makeIgnore(opts.ignore, opts); [all …]
|
| D | glob.js.map | 1 …-scurry'\nimport { fileURLToPath } from 'url'\nimport { IgnoreLike } from './ignore.js'\nimport { …
|
| /third_party/python/Lib/test/ |
| D | test_embed.py | 110 print(f"--- {cmd} failed ---") 113 print(f"------") 125 # --- Pass 1 --- 131 # --- Pass 2 --- 134 interp_pat = (r"^interp (\d+) <(0x[\dA-F]+)>, " 135 r"thread state <(0x[\dA-F]+)>: " 142 if line == "--- Pass {} ---".format(numloops): 214 lines = [f"--- Pass {i} ---" for i in range(1, INIT_LOOPS+1)] 220 env = dict(os.environ, PYTHONIOENCODING="utf-8:surrogateescape") 226 expected_stream_encoding = "utf-8" [all …]
|
| /third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
| D | analog-output.conf.common | 16 ; Common part of all paths 18 ; So here's generally how mixer paths are used by PA: PA goes through 23 ; required-absent= directives a path might not be accepted as valid 51 ; Only one path can be selected at a time. All paths that are valid 57 ; # See parse_type() in alsa-mixer.c for supported values. 59 ; description-key = ... # The path description is looked up from a table in path_v… 60 ; # src/modules/alsa/alsa-mixer.c. By default the path name … 65 ; # described in the "description-key" documentation above. 66 ; mute-during-activation = yes | no # If this path supports hardware mute, should the hw mute … 69 ; eld-device = ... # If this is an HDMI port, set to "auto" so that PulseAudi… [all …]
|
| /third_party/node/deps/v8/third_party/zlib/google/ |
| D | zip_writer.h | 2 // Use of this source code is governed by a BSD-style license that can be 60 // Should ignore missing files and directories? 78 // Adds the entries at |paths| to the ZIP file. These can be a mixed bag of 81 bool AddMixedEntries(Paths paths); 100 // Adds file entries. All the paths should be existing files. 101 bool AddFileEntries(Paths paths); 107 // Adds directory entries. All the paths should be existing directories. If 110 bool AddDirectoryEntries(Paths paths); 121 void Filter(std::vector<base::FilePath>* paths); 147 // Should ignore missing files and directories?
|
| D | zip.h | 2 // Use of this source code is governed by a BSD-style license that can be 28 // Paths passed as span to avoid copying them. 29 using Paths = base::span<const base::FilePath>; variable 36 // All parameters paths are expected to be relative to the source directory. 46 // Opens files specified in |paths|. 48 virtual bool Open(Paths paths, std::vector<base::File>* files) = 0; 108 // The relative paths to the files and directories that should be included in 112 // These paths must be relative to |src_dir| and will be used as the file 116 // All the paths in |src_files| are included in the created ZIP file, 118 Paths src_files; [all …]
|
| /third_party/node/deps/zlib/google/ |
| D | zip_writer.h | 2 // Use of this source code is governed by a BSD-style license that can be 60 // Should ignore missing files and directories? 78 // Adds the entries at |paths| to the ZIP file. These can be a mixed bag of 81 bool AddMixedEntries(Paths paths); 100 // Adds file entries. All the paths should be existing files. 101 bool AddFileEntries(Paths paths); 107 // Adds directory entries. All the paths should be existing directories. If 110 bool AddDirectoryEntries(Paths paths); 121 void Filter(std::vector<base::FilePath>* paths); 147 // Should ignore missing files and directories?
|
| D | zip.h | 2 // Use of this source code is governed by a BSD-style license that can be 28 // Paths passed as span to avoid copying them. 29 using Paths = base::span<const base::FilePath>; variable 36 // All parameters paths are expected to be relative to the source directory. 46 // Opens files specified in |paths|. 48 virtual bool Open(Paths paths, std::vector<base::File>* files) = 0; 108 // The relative paths to the files and directories that should be included in 112 // These paths must be relative to |src_dir| and will be used as the file 116 // All the paths in |src_files| are included in the created ZIP file, 118 Paths src_files; [all …]
|
| /third_party/python/Tools/scripts/ |
| D | pysource.py | 9 - has_python_ext() checks whether a file name ends in '.py[w]'. 10 - look_like_python() checks whether the file is not binary and either has 12 - can_be_compiled() checks whether the file can be compiled by compile(). 14 The file also must be of appropriate size - not bigger than a megabyte. 25 binary_re = re.compile(br'[\x00-\x08\x0E-\x1F\x7F]') 36 except OSError as err: # Permission denied - ignore the file 46 except IOError as err: # Access denied, or a special file - ignore it 91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument 93 Recursively yield all Python source files below the given paths. 95 paths: a list of files and/or directories to be checked. [all …]
|
| /third_party/node/deps/npm/node_modules/glob/ |
| D | README.md | 9  73 // check out http://npm.im/path-scurry for more info on their API 92 .sort((a, b) => a.mtimeMs - b.mtimeMs) 100 // you'll ignore all markdown files, and all folders named 'docs' 102 ignore: { 111 ignore: { 119 // find all files edited in the last hour, to do this, we ignore 126 ignore: { [all …]
|
| /third_party/skia/tools/ |
| D | check-headers-self-sufficient | 5 # Use of this source code is governed by a BSD-style license that can be 16 self-sufficient and idempotent. 18 Otherwise, test all checked-in headers except for those in the ignore list. 21 ignore = re.compile('|'.join([ variable 65 # test header for self-sufficiency and idempotency. 68 cmd = ['c++', '--std=c++14', '-I.', '-o', '/dev/null', '-c', '-x', 'c++', '-'] 106 paths = [os.path.relpath(os.path.abspath(arg), skia_dir) for arg in argv[1:]] 110 paths = [path for path in subprocess.check_output(['git', 'ls-files']).splitlines() 111 if path.endswith('.h') and not ignore.match(path)] 112 compile_headers(paths)
|
| /third_party/jinja2/.github/workflows/ |
| D | tests.yaml | 5 - main 6 - '*.x' 7 paths-ignore: 8 - 'docs/**' 9 - '*.md' 10 - '*.rst' 13 - main 14 - '*.x' 15 paths-ignore: 16 - 'docs/**' [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | test_shaders.py | 3 # Copyright 2015-2021 Arm Limited 4 # SPDX-License-Identifier: Apache-2.0 10 # http://www.apache.org/licenses/LICENSE-2.0 34 class Paths(): class 53 m = re.search('([0-9]+) work registers', stats) 56 m = re.search('([0-9]+) uniform registers', stats) 59 m_list = re.findall('(-?[0-9]+)\s+(-?[0-9]+)\s+(-?[0-9]+)', stats) 72 return '--vertex' 74 return '--fragment' 76 return '--compute' [all …]
|