Home
last modified time | relevance | path

Searched full:repo (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/third_party/glslang/.github/workflows/
Ddeploy.js4 owner: context.repo.owner,
5 repo: context.repo.repo, property
16 owner: context.repo.owner,
17 repo: context.repo.repo, property
26 owner: context.repo.owner,
27 repo: context.repo.repo, property
37 owner: context.repo.owner,
38 repo: context.repo.repo, property
50 owner: context.repo.owner,
51 repo: context.repo.repo, property
[all …]
/third_party/typescript/
Dpackage-lock.json9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@aashutoshrathi/word-wrap/-/word-wrap-1.2…
15 …"resolved": "https://repo.huaweicloud.com/repository/npm/@es-joy/jsdoccomment/-/jsdoccomment-0.31.…
26 … "resolved": "https://repo.huaweicloud.com/repository/npm/@eslint/eslintrc/-/eslintrc-1.4.1.tgz",
43 …"resolved": "https://repo.huaweicloud.com/repository/npm/@gulp-sourcemaps/identity-map/-/identity-…
56 … "resolved": "https://repo.huaweicloud.com/repository/npm/acorn/-/acorn-6.4.2.tgz",
62 … "resolved": "https://repo.huaweicloud.com/repository/npm/through2/-/through2-3.0.2.tgz",
74 …"resolved": "https://repo.huaweicloud.com/repository/npm/@gulp-sourcemaps/map-sources/-/map-source…
84 …"resolved": "https://repo.huaweicloud.com/repository/npm/normalize-path/-/normalize-path-2.1.1.tgz…
95 …"resolved": "https://repo.huaweicloud.com/repository/npm/@humanwhocodes/config-array/-/config-arra…
106 …"resolved": "https://repo.huaweicloud.com/repository/npm/@humanwhocodes/gitignore-to-minimatch/-/g…
[all …]
/third_party/jsframework/
Dpackage-lock.json9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@ampproject/remapping/-/remapping-2.2.0.t…
19 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/code-frame/-/code-frame-7.12.11.tg…
28 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/compat-data/-/compat-data-7.19.1.t…
34 "resolved": "https://repo.huaweicloud.com/repository/npm/@babel/core/-/core-7.19.1.tgz",
57 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/code-frame/-/code-frame-7.18.6.tgz…
66 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/helper-validator-identifier/-/help…
72 … "resolved": "https://repo.huaweicloud.com/repository/npm/@babel/highlight/-/highlight-7.18.6.tgz",
83 … "resolved": "https://repo.huaweicloud.com/repository/npm/ansi-styles/-/ansi-styles-3.2.1.tgz",
92 "resolved": "https://repo.huaweicloud.com/repository/npm/chalk/-/chalk-2.4.2.tgz",
103 "resolved": "https://repo.huaweicloud.com/repository/npm/js-tokens/-/js-tokens-4.0.0.tgz",
[all …]
/third_party/weex-loader/
Dpackage-lock.json9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@ampproject/remapping/-/remapping-2.2.1.t…
18 "resolved": "https://repo.huaweicloud.com/repository/npm/@babel/cli/-/cli-7.20.7.tgz",
34 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/code-frame/-/code-frame-7.22.13.tg…
43 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/compat-data/-/compat-data-7.22.20.…
48 "resolved": "https://repo.huaweicloud.com/repository/npm/@babel/core/-/core-7.20.12.tgz",
70 "resolved": "https://repo.huaweicloud.com/repository/npm/semver/-/semver-6.3.1.tgz",
77 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/generator/-/generator-7.22.15.tgz",
88 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/helper-annotate-as-pure/-/helper-a…
96 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/helper-builder-binary-assignment-o…
104 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/helper-compilation-targets/-/helpe…
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dclone.js32 module.exports = (repo, ref = 'HEAD', target = null, opts = {}) => argument
33 getRevs(repo, opts).then(revs => clone(
34 repo,
38 target || defaultTarget(repo, opts.cwd),
42 const maybeShallow = (repo, opts) => { argument
46 return shallowHosts.has(parse(repo).host)
49 const defaultTarget = (repo, /* istanbul ignore next */ cwd = process.cwd()) => argument
50 path.resolve(cwd, path.basename(repo.replace(/[/\\]?\.git$/, '')))
52 const clone = (repo, revs, ref, revDoc, target, opts) => { argument
54 return unresolved(repo, ref, target, opts)
[all …]
Drevs.js12 module.exports = async (repo, opts = {}) => { argument
14 const cached = revsCache.get(repo)
20 return pinflight(`ls-remote:${repo}`, () =>
21 spawn(['ls-remote', repo], opts)
24 revsCache.set(repo, revs)
/third_party/node/deps/npm/test/lib/commands/
Drepo.js147 url: 'git+https://github.com/foo/test-repo-with-directory.git',
165 repository: 'http://repo.workspace-a/',
188 command: 'repo',
205 t.test('open repo urls', async t => {
206 const { repo, opened } = await loadMockNpm(t, fixture)
230 directory: 'https://github.com/foo/test-repo-with-directory/tree/HEAD/some/directory',
234 await repo.exec([['.', pkg].join(sep)])
239 t.test('fail if cannot figure out repo url', async t => {
240 const { repo } = await loadMockNpm(t, fixture)
251 repo.exec([['.', pkg].join(sep)]),
[all …]
/third_party/vulkan-loader/scripts/
Dupdate_deps.py60 $ cd My-Repo
67 $ cd My-Repo
78 $ cd My-Repo
95 $ git clone git@github.com:My-Group/My-Repo.git
96 $ cd My-Repo
148 repository name to specify a dependent repo and a "link" to
149 that repo's install artifacts. For example:
205 (case-insensitive) in order for this repo to be fetched and built.
319 """Initializes this good repo object.
322 'json': A fully populated JSON object describing the repo.
[all …]
Dgenerate_source.py41 …arser.add_argument('--generated-version', help='sets the header version used to generate the repo')
43 …group.add_argument('-i', '--incremental', action='store_true', help='only update repo files that c…
44 …group.add_argument('-v', '--verify', action='store_true', help='verify repo files match generator …
64 # generate directly in the repo
81 # compare contents of temp dir and repo
87 print('ERROR: Missing repo file', filename)
95 print('ERROR: Repo files do not match generator output for', filename)
100 print('SUCCESS: Repo files match generator output')
105 # copy missing or differing files from temp directory to repo
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-skqp_git-sync-deps.patch47 -def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
48 +def git_checkout_to_directory(git, repo, commithash, directory, verbose):
52 @@ -117,8 +121,7 @@ def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
53 repo (string) the location of the repository, suitable
62 @@ -129,7 +132,12 @@ def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
66 - [git, 'clone', '--quiet', repo, directory])
67 + [git, 'clone', '--quiet', '--no-checkout', repo, directory])
75 # if the directory exists, but isn't a git repo, you will modify
76 @@ -145,11 +153,11 @@ def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
89 # If the repo has changed, always force use of the correct repo.
[all …]
/third_party/typescript/scripts/
Drequest-pr-review.mjs6 string: ["token", "pull", "reviewer", "owner", "repo"],
17 repo: "TypeScript"
25 if (!options.token || !options.pull || !options.reviewer || !options.owner || !options.repo) {
44 repo: options.repo, property
65 --owner <owner> The GH user or organization for the repo (default: 'microsoft').
66 --repo <repo> The GH repo for the pull request (default: 'TypeScript').
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
Dparse-url.js16 // accepts input like git:github.com:user/repo and inserts the // after the first :
53 // proto://hostname.com:user/repo
54 // username@hostname.com:user/repo
55 // :password@hostname.com:user/repo
56 // username:password@hostname.com:user/repo
57 // proto://username@hostname.com:user/repo
58 // proto://:password@hostname.com:user/repo
59 // proto://username:password@hostname.com:user/repo
67 // username@hostname.com/user/repo
/third_party/jinja2/
D.pre-commit-config.yaml5 - repo: https://github.com/asottile/pyupgrade
10 - repo: https://github.com/asottile/reorder-python-imports
15 - repo: https://github.com/psf/black
19 - repo: https://github.com/PyCQA/flake8
24 - repo: https://github.com/peterdemin/pip-compile-multi
28 - repo: https://github.com/pre-commit/pre-commit-hooks
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh40 --name=$(jq --raw-output '.name // empty' .repo-metadata.json) \
42 --language=$(jq --raw-output '.language // empty' .repo-metadata.json) \
44 --product-page=$(jq --raw-output '.product_documentation // empty' .repo-metadata.json) \
45 --github-repository=$(jq --raw-output '.repo // empty' .repo-metadata.json) \
46 --issue-tracker=$(jq --raw-output '.issue_tracker // empty' .repo-metadata.json)
/third_party/notofonts/scripts/
Dgather.py69 repo = g.get_repo("notofonts/" + repo_name) variable
70 if repo.archived:
73 print("Unknown repo %s; is it missing from fontrepos?" % repo_name)
78 repo = g.get_repo("notofonts/" + repo_name) variable
80 "title": repo.description,
88 for issue in repo.get_issues():
97 releases = repo.get_releases()
122 tag_sha = repo.get_git_ref("tags/" + release.tag_name).object.sha
124 body = repo.get_git_tag(tag_sha).message
/third_party/skia/tools/
Dgit-sync-deps115 def git_checkout_to_directory(git, repo, commithash, directory, verbose): argument
121 repo (string) the location of the repository, suitable
135 [git, 'clone', '--quiet', '--no-checkout', repo, directory])
143 # if the directory exists, but isn't a git repo, you will modify
148 # Check to see if this repo is disabled. Quick return.
163 # If the repo has changed, always force use of the correct repo.
164 # If origin already points to repo, this is a quick no-op.
166 [git, 'remote', 'set-url', 'origin', repo], cwd=directory)
226 repo, commithash = dependencies[directory].split('@', 1)
235 (git, repo, commithash, relative_directory, verbose))
/third_party/littlefs/.github/workflows/
Dpost-release.yml11 # trigger post-release in dependency repo, this indirection allows the
12 # dependency repo to be updated often without affecting this repo. At
13 # the time of this comment, the dependency repo is responsible for
23 repo: env.GITHUB_REPOSITORY,
/third_party/markupsafe/
D.pre-commit-config.yaml5 - repo: https://github.com/asottile/pyupgrade
10 - repo: https://github.com/asottile/reorder-python-imports
16 - repo: https://github.com/psf/black
20 - repo: https://github.com/PyCQA/flake8
25 - repo: https://github.com/pre-commit/pre-commit-hooks
/third_party/libbpf/
DSYNC.md20 This document goes over the process of syncing libbpf sources from Linux repo
27 Sync script has particular expectation of upstream Linux repo setup. It
28 expects that current HEAD of that repo points to bpf-next's master branch and
33 Below, we assume that Linux repo is located at `~/linux`, it's current head is
34 at latest `bpf-next/master`, and libbpf's Github repo is located at
66 $ scripts/sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>
77 LINUX REPO: /home/andriin/linux
78 LIBBPF REPO: /home/andriin/libbpf
86 Github repo state. And will ask if these changes look good. Please use your
111 If sync is successful, your `~/linux` repo will be left in original state on
[all …]
/third_party/vk-gl-cts/external/amber/src/tools/
Dgit-sync-deps127 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
133 repo (string) the location of the repository, suitable
151 [git, 'clone', '--quiet', repo, directory])
154 # if the directory exists, but isn't a git repo, you will modify
159 # Check to see if this repo is disabled. Quick return.
172 # If the repo has changed, always force use of the correct repo.
173 # If origin already points to repo, this is a quick no-op.
175 [git, 'remote', 'set-url', 'origin', repo], cwd=directory)
227 repo, checkoutable = dependencies[directory].rsplit('@', 1)
246 (git, repo, checkoutable, relative_directory, verbose))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgit-sync-deps135 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
141 repo (string) the location of the repository, suitable
156 [git, 'clone', '--quiet', repo, directory])
159 # if the directory exists, but isn't a git repo, you will modify
164 # Check to see if this repo is disabled. Quick return.
179 # If the repo has changed, always force use of the correct repo.
180 # If origin already points to repo, this is a quick no-op.
182 [git, 'remote', 'set-url', 'origin', repo], cwd=directory)
237 repo, checkoutable = dependencies[directory].split('@', 1)
244 (git, repo, checkoutable, relative_directory, verbose))
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgit-sync-deps135 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
141 repo (string) the location of the repository, suitable
156 [git, 'clone', '--quiet', repo, directory])
159 # if the directory exists, but isn't a git repo, you will modify
164 # Check to see if this repo is disabled. Quick return.
179 # If the repo has changed, always force use of the correct repo.
180 # If origin already points to repo, this is a quick no-op.
182 [git, 'remote', 'set-url', 'origin', repo], cwd=directory)
237 repo, checkoutable = dependencies[directory].split('@', 1)
244 (git, repo, checkoutable, relative_directory, verbose))
/third_party/skia/tools/android/
Dupload_to_android.py9 * Downloads the repo tool.
41 REPO_TOOL_URL = 'https://storage.googleapis.com/git-repo-downloads/repo'
62 # Ensure the repo tool exists in the work_dir.
64 repo_binary = os.path.join(repo_dir, 'repo')
78 # Create android-repo directory in the work_dir.
79 android_dir = os.path.join(work_dir, 'android-repo')
86 About to run repo init. If it hangs asking you to run glogin then please:
210 # Create repo branch.
221 # Abandon repo branch.
/third_party/gn/infra/
Drecipes.py23 To fix bugs, fix in the googlesource repo then run the autoroller.
43 # The dependency entry for the recipe_engine in the client repo's recipes.cfg
45 # url (str) - the url to the engine repo we want to use.
63 repo_root (str) - native path to the root of the repo we're trying to run
69 current repo IS the recipe_engine.
71 current repo (i.e. the folder containing `recipes/` and/or
73 py3_only (bool) - True if this repo has been marked as ONLY supporting
85 # If we're running ./recipes.py from the recipe_engine repo itself, then
172 """Checks out the recipe_engine repo pinned in recipes.cfg.
174 Returns the path to the recipe engine repo and the py3_only boolean.
[all …]
/third_party/jerryscript/targets/curie_bsp/
DREADME.md20 ##### 1. Get repo:
23 wget http://commondatastorage.googleapis.com/git-repo-downloads/repo -O ~/bin/repo
24 chmod a+x ~/bin/repo
37 ##### 4. Initialize your repo:
39 repo init -u https://github.com/CurieBSP/manifest
44 repo sync -j 5 -d

12345678910>>...25