Searched refs:url (Results 1 – 14 of 14) sorted by relevance
/scripts/ruff/ |
A D | gen_lint_exclude.py | 16 def __init__(self, code: str, url: str) -> None: 18 self.url = url
|
/scripts/west_commands/fetchers/ |
A D | http.py | 19 def fetch(self, url, path): argument 22 resp = requests.get(url)
|
A D | core.py | 22 def fetch(self, url: str, path: Path):
|
/scripts/west_commands/zspdx/ |
A D | writer.py | 63 def generateDowloadUrl(url, revision): argument 67 return url 94 if len(pkg.cfg.url) > 0: 95 downloadUrl = generateDowloadUrl(pkg.cfg.url, pkg.cfg.revision)
|
A D | datatypes.py | 76 url: str = "" variable in PackageConfig
|
A D | walker.py | 83 def _build_purl(self, url, version=None): argument 84 if not url: 92 match = re.fullmatch(COMMON_GIT_URL_REGEX, url) 255 cfgPackageZephyr.url = zephyr_url 305 cfgPackageZephyrModule.url = module_url
|
/scripts/dts/python-devicetree/ |
A D | setup.py | 27 url='https://github.com/zephyrproject-rtos/python-devicetree',
|
/scripts/ |
A D | series-push-hook.sh | 9 url=$2
|
A D | zephyr_module.py | 643 if not meta_project.get('remote') or project.url != meta_project['remote']: 645 meta_project['url'] = project.url
|
/scripts/west_commands/ |
A D | blobs.py | 116 def fetch_blob(self, url, path): argument 117 scheme = urlparse(url).scheme 125 inst.fetch(url, path)
|
A D | sdk.py | 239 def fetch_releases(self, url, req_headers): argument 247 resp = requests.get(url, headers=req_headers, params=params)
|
/scripts/ci/ |
A D | version_mgr.py | 49 url = 'https://testing.zephyrproject.org/daily_tests/versions.json' 50 urllib.request.urlretrieve(url, fo.name)
|
/scripts/ci/stats/ |
A D | merged_prs.py | 110 prj['url'] = pr.url
|
/scripts/west_commands/completion/ |
A D | west-completion.fish | 517 …_seen_subcommand_from sdk; and __fish_seen_subcommand_from install" -l api-url -d "GitHub releases…
|
Completed in 59 milliseconds