| /third_party/glslang/.github/workflows/ |
| D | deploy.js | 4 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/jsframework/ |
| D | package-lock.json | 9 …"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/ |
| D | package-lock.json | 9 …"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/vulkan-loader/scripts/ |
| D | update_deps.py | 60 $ 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 …]
|
| D | generate_source.py | 41 …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 … 71 # generate directly in the repo 88 # compare contents of temp dir and repo 94 print('ERROR: Missing repo file', filename) 102 print('ERROR: Repo files do not match generator output for', filename) 107 print('SUCCESS: Repo files match generator output') 112 # copy missing or differing files from temp directory to repo
|
| /third_party/mesa3d/src/nouveau/headers/ |
| D | update-from-open-gpu-doc.py | 5 from git import Repo 25 parser.add_argument('git_path', type=str, help='Path to the open-gpu-doc repo') 30 # 1. create repo object 32 repo = Repo(repo_path) variable 33 assert not repo.bare 38 # 2. update repo 39 repo.remotes.origin.fetch() 40 repo.git.checkout(branch) 41 repo.git.rebase('origin/' + branch)
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/providers/triton/backend/ |
| D | CMakeLists.txt | 16 set(TRITON_BACKEND_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/backend repo") 17 set(TRITON_CORE_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/core repo") 18 set(TRITON_COMMON_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/common repo") 54 repo-common 60 repo-core 66 repo-backend 71 FetchContent_MakeAvailable(repo-common repo-core repo-backend) 112 triton-core-serverstub # from repo-core 113 triton-backend-utils # from repo-backend 119 mindspore::tritonasyncworkqueue # from repo-common [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/patches/ |
| D | build-skqp_git-sync-deps.patch | 47 -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/grpc/tools/run_tests/performance/templates/ |
| D | loadtest_template_basic_all_languages.yaml | 23 repo: https://github.com/grpc/grpc.git 42 repo: https://github.com/grpc/grpc-dotnet.git 65 repo: https://github.com/grpc/grpc.git 87 repo: https://github.com/grpc/grpc-go.git 108 repo: https://github.com/grpc/grpc-java.git 126 repo: https://github.com/grpc/grpc-node.git 145 repo: https://github.com/grpc/grpc.git 163 repo: https://github.com/grpc/grpc.git 185 repo: https://github.com/grpc/grpc.git 208 repo: https://github.com/grpc/grpc.git [all …]
|
| D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 27 repo: https://github.com/grpc/grpc.git 66 repo: https://github.com/grpc/grpc-go.git 104 repo: https://github.com/grpc/grpc-java.git 139 repo: https://github.com/grpc/grpc-node.git 175 repo: https://github.com/grpc/grpc.git 210 repo: https://github.com/grpc/grpc.git 249 repo: https://github.com/grpc/grpc.git 289 repo: https://github.com/grpc/grpc.git 335 repo: https://github.com/grpc/grpc.git 358 repo: https://github.com/grpc/grpc-go.git [all …]
|
| D | loadtest_template_psm_proxied_basic_all_languages.yaml | 27 repo: https://github.com/grpc/grpc.git 70 repo: https://github.com/grpc/grpc-go.git 112 repo: https://github.com/grpc/grpc-java.git 154 repo: https://github.com/grpc/grpc-node.git 194 repo: https://github.com/grpc/grpc.git 233 repo: https://github.com/grpc/grpc.git 276 repo: https://github.com/grpc/grpc.git 320 repo: https://github.com/grpc/grpc.git 370 repo: https://github.com/grpc/grpc.git 393 repo: https://github.com/grpc/grpc-go.git [all …]
|
| /third_party/typescript/scripts/ |
| D | request-pr-review.mjs | 6 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/rust/rust/compiler/rustc_codegen_cranelift/build_system/ |
| D | prepare.rs | 64 Github { user: &'static str, repo: &'static str }, 98 repo: &'static str, in github() 103 GitRepo { url: GitRepoUrl::Github { user, repo }, rev, content_hash, patch_name } in github() 108 GitRepoUrl::Github { user: _, repo } => RelPath::DOWNLOAD.join(repo).to_path(dirs), in download_dir() 114 GitRepoUrl::Github { user: _, repo } => RelPath::BUILD.join(repo), in source_dir() 136 GitRepoUrl::Github { user, repo } => { in fetch() 137 clone_repo_shallow_github(dirs, &download_dir, user, repo, self.rev); in fetch() 172 fn clone_repo(download_dir: &Path, repo: &str, rev: &str) { in clone_repo() 173 eprintln!("[CLONE] {}", repo); in clone_repo() 174 // Ignore exit code as the repo may already have been checked out in clone_repo() [all …]
|
| /third_party/vulkan-headers/.github/workflows/ |
| D | ci.yml | 20 … 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base… 39 … 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base… 57 … 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base… 79 … 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base…
|
| /third_party/jinja2/ |
| D | .pre-commit-config.yaml | 5 - 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/grpc/tools/gource/ |
| D | gen-all-logs.sh | 23 for repo in $repos 26 git clone https://github.com/grpc/$repo.git 27 cd $repo 28 gource --output-custom-log $tmpdir/logs/$repo 29 sed -i "s,|/,|/$repo/,g" $tmpdir/logs/$repo
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/actions/github-release/ |
| D | main.js | 19 const repo = slug.split('/')[1]; 38 … tag = await octokit.request("GET /repos/:owner/:repo/git/refs/tags/:name", { owner, repo, name }); property 53 repo, property 64 repo, property 76 … tag = await octokit.request("GET /repos/:owner/:repo/git/refs/tags/:name", { owner, repo, name }); property 89 let release = await octokit.rest.repos.getReleaseByTag({ owner, repo, tag: name }); property 93 repo, property 104 repo, property 114 repo, property
|
| /third_party/mindspore/mindspore-src/source/third_party/patch/triton/ |
| D | triton_backend.patch001 | 13 set(TRITON_COMMON_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/common repo") 14 set(TRITON_CORE_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/core repo") 37 - repo-common 43 - repo-core 48 -FetchContent_MakeAvailable(repo-common repo-core)
|
| /third_party/rust/rust/src/tools/rust-analyzer/.github/actions/github-release/ |
| D | main.js | 18 const repo = slug.split('/')[1]; 34 const releases = await octokit.paginate("GET /repos/:owner/:repo/releases", { owner, repo }); property 41 await octokit.rest.repos.deleteRelease({ owner, repo, release_id }); property 50 repo, property 60 repo, property 74 repo, property 91 repo, property 98 await octokit.rest.repos.deleteReleaseAsset({ owner, repo, asset_id }); property
|
| /third_party/rust/rust/compiler/rustc_smir/ |
| D | README.md | 1 This crate is regularly synced with its mirror in the rustc repo at `compiler/rustc_smir`. 3 We use `git subtree` for this to preserve commits and allow the rustc repo to 4 edit these crates without having to touch this repo. This keeps the crates compiling 12 Since the crate is the same in the rustc repo and here, the dependencies on rustc_* crates 26 In the rustc repo, execute 36 First we need to bump our stack limit, as the rustc repo otherwise quickly hits that: 56 The regular git worktree does not scale to repos of the size of the rustc repo. 67 In the rustc repo, execute
|
| /third_party/grpc/tools/interop_matrix/patches/csharp_v1.0.1/ |
| D | git_repo.patch | 45 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.lis… 47 +RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.6 main" | tee /etc/a… 48 …RUN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /… 49 …RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a … 50 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | tee -a /e… 63 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.lis… 65 +RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.lis… 66 …RUN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /… 67 …RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a … 68 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | tee -a /e…
|
| /third_party/littlefs/.github/workflows/ |
| D | post-release.yml | 11 # 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.yaml | 5 - 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/skia/m133/tools/ |
| D | git-sync-deps | 116 def git_checkout_to_directory(git, repo, commithash, directory, shallow, verbose): argument 122 repo (string) the location of the repository, suitable 137 '--no-checkout', repo, directory]) 140 # if the directory exists, but isn't a git repo, you will modify 145 # Check to see if this repo is disabled. Quick return. 160 # If the repo has changed, always force use of the correct repo. 161 # If origin already points to repo, this is a quick no-op. 163 [git, 'remote', 'set-url', 'origin', repo], cwd=directory) 167 *(['--depth=1', repo, commithash] if shallow else [])], 226 repo, commithash = dependencies[directory].split('@', 1) [all …]
|
| /third_party/notofonts/scripts/ |
| D | gather.py | 69 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
|