Home
last modified time | relevance | path

Searched refs:set_url (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch244 - def set_url(self, new_url: str, old_url: Optional[str] = None, **kwargs: Any) -> 'Remote':
245 + def set_url(self, new_url: str, old_url: Optional[str] = None,
247 """Configure URLs on current remote (cf command git remote set_url)
268 """Adds a new url on current remote (special case of git remote set_url)
275 - return self.set_url(url, add=True)
276 + return self.set_url(url, add=True, allow_unsafe_protocols=allow_unsafe_protocols)
279 """Deletes a new url on current remote (special case of git remote set_url)
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dpkg-stats110 def set_url(self): member in Package
1147 pkg.set_url()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/files/
H A D0002-Port-to-libsoup3.patch642 @@ -715,6 +752,49 @@ set_url (RestProxyCall *call)