Home
last modified time | relevance | path

Searched defs:vcs_url (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/tests/
H A Dtest.js9 "vcs_url":"git://example.com/example.git", property
20 "vcs_url":"git://example.com/example.git", property
29 "vcs_url":"git://example.com/example.git", property
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py287 def find_vcs_url(self, vcs_url, branch=None): argument
747 def find_vcs_url(self, vcs_url, branches=None): argument
1024 vcs_url=None, vcs_web_url=None, argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js163 vcs_url: vcsURLInput.val(), property
H A Dlayerdetails.js490 vcs_url: $('#layer-git-repo-url').val(), property
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1454 vcs_url = GitURLField(default=None, null=True) variable in Layer