/third_party/node/deps/npm/test/lib/commands/ |
H A D | repo.js | 9 repository: 'https://example.com/thispkg.git', 20 repository: { no: 'url' }, 25 repository: 'git://github.com/foo/hostedgit', 30 repository: 'git@github.com:foo/hostedgitat', 35 repository: 'ssh://git@github.com/foo/hostedssh', 40 repository: 'git+ssh://git@github.com/foo/hostedgitssh', 45 repository: 'git+http://github.com/foo/hostedgithttp', 50 repository: 'git+https://github.com/foo/hostedgithttps', 55 repository: { url: 'git://github.com/foo/hostedgitobj' }, 60 repository [all...] |
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry_cache.py | 37 def __init__(self, repository, filename, revision, checksum): 38 self.repository = repository 44 return hash((self.repository, self.filename, self.revision, self.checksum)) 47 return (self.repository, self.filename, self.revision, self.checksum) == (other.repository, other.filename, other.revision, other.checksum) 62 return self.repository 75 def makeSourceUrl (repository, revision, filename): 76 return "%s/%s/%s" % (repository, revision, filename) 78 def checkoutGit (repository, revisio [all...] |
/third_party/python/Lib/distutils/ |
H A D | config.py | 27 repository = None variable in PyPIRCCommand 31 ('repository=', 'r', 32 "url of repository [default: %s]" % \ 54 repository = self.repository or self.DEFAULT_REPOSITORY 78 for key, default in (('repository', 87 # work around people having "repository" for the "pypi" 91 repository in (self.DEFAULT_REPOSITORY, 'pypi')): 92 current['repository'] = self.DEFAULT_REPOSITORY 95 if (current['server'] == repository o [all...] |
/third_party/skia/infra/bots/recipe_modules/flavor/examples/ |
H A D | full.py | 116 repository='https://skia.googlesource.com/skia.git', variable 137 repository='https://skia.googlesource.com/skia.git', 149 repository='https://skia.googlesource.com/skia.git', 161 repository='https://skia.googlesource.com/skia.git', 172 repository='https://skia.googlesource.com/skia.git', 184 repository='https://skia.googlesource.com/skia.git', 200 repository='https://skia.googlesource.com/skia.git', 210 repository='https://skia.googlesource.com/skia.git', 221 repository='https://skia.googlesource.com/skia.git',
|
/third_party/skia/infra/bots/recipe_modules/gsutil/examples/ |
H A D | full.py | 30 repository='https://skia.googlesource.com/skia.git', 39 repository='https://skia.googlesource.com/skia.git', 48 repository='https://skia.googlesource.com/skia.git', 58 repository='https://skia.googlesource.com/skia.git',
|
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/ |
H A D | fixer.js | 20 data.repository = data.repositories[0] 22 if (!data.repository) { 25 if (typeof data.repository === 'string') { 26 data.repository = { 28 url: data.repository, 31 var r = data.repository.url || '' 35 r = data.repository.url 263 if (!data.bugs && data.repository && data.repository.url) { 264 var hosted = hostedGitInfo.fromUrl(data.repository [all...] |
/third_party/python/Lib/distutils/command/ |
H A D | register.py | 3 Implements the Distutils 'register' command (register with the repository). 75 self.repository = config['repository'] 79 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY): 80 raise ValueError('%s not found in .pypirc' % self.repository) 81 if self.repository == 'pypi': 82 self.repository = self.DEFAULT_REPOSITORY 88 url = self.repository+'?:action=list_classifiers' 162 host = urllib.parse.urlparse(self.repository)[1] 254 self.repository), [all...] |
H A D | upload.py | 60 self.repository = config['repository'] 77 # Makes sure the repository URL is compliant 79 urlparse(self.repository) 81 raise AssertionError("Incompatible url %s" % self.repository) 181 msg = "Submitting %s to %s" % (filename, self.repository) 191 request = Request(self.repository, data=body,
|
/third_party/skia/infra/bots/recipe_modules/checkout/examples/ |
H A D | full.py | 65 repository='https://skia.googlesource.com/skia.git', 76 repository='https://skia.googlesource.com/skia.git', 95 repository='https://skia.googlesource.com/skia.git', 111 repository='https://skia.googlesource.com/parent_repo.git', 128 repository='https://skia.googlesource.com/skia.git',
|
/third_party/skia/infra/bots/recipes/ |
H A D | perf_skottiewasm_lottieweb.py | 364 repository='https://skia.googlesource.com/skia.git', 379 repository='https://skia.googlesource.com/skia.git', 404 repository='https://skia.googlesource.com/skia.git', 422 repository='https://skia.googlesource.com/skia.git', 437 repository='https://skia.googlesource.com/skia.git', 462 repository='https://skia.googlesource.com/skia.git', 477 repository='https://skia.googlesource.com/skia.git', 502 repository='https://skia.googlesource.com/skia.git',
|
H A D | test_pathkit.py | 106 repository='https://skia.googlesource.com/skia.git', 117 repository='https://skia.googlesource.com/skia.git', 128 repository='https://skia.googlesource.com/skia.git', 139 repository='https://skia.googlesource.com/skia.git',
|
H A D | perf_skottietrace.py | 269 repository='https://skia.googlesource.com/skia.git', 286 repository='https://skia.googlesource.com/skia.git', 303 repository='https://skia.googlesource.com/skia.git', 320 repository='https://skia.googlesource.com/skia.git', 333 repository='https://skia.googlesource.com/skia.git',
|
H A D | perf_pathkit.py | 102 repository='https://skia.googlesource.com/skia.git', 112 repository='https://skia.googlesource.com/skia.git', 122 repository='https://skia.googlesource.com/skia.git',
|
H A D | housekeeper.py | 42 repository='https://skia.googlesource.com/skia.git', 51 repository='https://skia.googlesource.com/skia.git',
|
H A D | test_lottie_web.py | 99 repository='https://skia.googlesource.com/skia.git', 110 repository='https://skia.googlesource.com/skia.git',
|
H A D | test_canvaskit.py | 87 repository='https://skia.googlesource.com/skia.git', 98 repository='https://skia.googlesource.com/skia.git',
|
H A D | infra.py | 32 repo_name = api.properties['repository'].split('/')[-1] 71 repository='https://skia.googlesource.com/skia.git', 78 repository='https://skia.googlesource.com/lottie-ci.git',
|
/third_party/skia/infra/bots/recipe_modules/vars/examples/ |
H A D | full.py | 56 repository='https://skia.googlesource.com/skia.git', 66 repository='https://skia.googlesource.com/skia.git', 83 repository='https://skia.googlesource.com/skia.git',
|
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 437 changes?.push(`"repository" was set to the first entry in "repositories" (${data.repository})`) 438 data.repository = data.repositories[0] 440 if (data.repository) { 441 if (typeof data.repository === 'string') { 442 changes?.push('"repository" was changed from a string to an object') 443 data.repository = { 445 url: data.repository, 448 if (data.repository.url) { 449 const hosted = hostedGitInfo.fromUrl(data.repository [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | sample.py | 5 from gi.repository import HarfBuzz as hb 6 from gi.repository import GLib
|
/third_party/gn/infra/recipes/ |
H A D | gn.py | 26 'repository': Property(kind=str, default='https://gn.googlesource.com/gn'), 98 def RunSteps(api, repository): 112 api.step('fetch', ['git', 'fetch', '--tags', repository, ref]) 119 'git', 'fetch', repository, 312 'git_repository': repository,
|
/third_party/skia/infra/bots/ |
H A D | git_utils.py | 46 This class allows one to create a new branch in a repository to make changes, 101 """Creates a new local checkout of a Git repository.""" 103 def __init__(self, repository, local=None): 104 """Set parameters for this local copy of a Git repository. 117 repository: URL of the remote repository (e.g., 118 'https://skia.googlesource.com/common') or path to a local repository 127 self._repository = repository 140 """Check out a new local copy of the repository.
|
/third_party/mbedtls/scripts/ |
H A D | abi_check.py | 4 an Mbed TLS repository. It must be run from the root of a Git working tree. 173 if version.repository: 176 version.revision, version.repository 181 version.repository, version.revision], 570 "-or", "--old-repo", type=str, help="repository for old version." 578 help="repository for old crypto submodule." 585 "-nr", "--new-repo", type=str, help="repository for new version." 593 help="repository for new crypto submodule." 629 repository=abi_args.old_repo, 640 repository [all...] |
/third_party/skia/infra/bots/recipe_modules/doxygen/examples/ |
H A D | full.py | 24 repository='https://skia.googlesource.com/skia.git',
|
/third_party/skia/infra/bots/recipe_modules/gold_upload/examples/ |
H A D | full.py | 31 repository='https://skia.googlesource.com/skia.git',
|