| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | __init__.py | 1228 for u in fetch.urls: 1378 def __init__(self, urls=None): argument 1379 self.urls = [] 1432 def setUrls(self, urls): argument 1433 self.__urls = urls 1438 urls = property(getUrls, setUrls, None, "Urls property") variable in FetchMethod 1660 def __init__(self, urls, d, cache = True, localonly = False, connection_cache = None): argument 1664 if not urls: 1665 urls = d.getVar("SRC_URI").split() 1666 self.urls = urls [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/ |
| H A D | switchers.js.in | 108 function navigate_to_first_existing(urls) { argument 109 // Navigate to the first existing URL in urls. 110 var url = urls.shift(); 112 // Web browsers won't redirect file:// urls to file urls using ajax but 119 if (urls.length == 0) { 129 navigate_to_first_existing(urls);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/ |
| H A D | urls.py | 9 from django.conf.urls import include, url 49 urlpatterns.insert(1, url(r'', include(debug_toolbar.urls))) 54 url(r'^admin/', admin.site.urls),
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/ |
| H A D | switchers.js | 102 function navigate_to_first_existing(urls) { argument 104 var url = urls.shift(); 113 if (urls.length == 0) { 123 navigate_to_first_existing(urls);
|
| /OK3568_Linux_fs/app/QLauncher/ |
| H A D | xdgdesktopfile.cpp | 270 …pplicationDetached(const XdgDesktopFile *q, const QString & action, const QStringList& urls) const; 354 …ApplicationDetached(const XdgDesktopFile *q, const QString & action, const QStringList& urls) const in startApplicationDetached() 383 ? q->expandExecString(urls) in startApplicationDetached() 384 : XdgDesktopAction{*q, action}.expandExecString(urls); in startApplicationDetached() 618 bool XdgDesktopFile::startDetached(const QStringList& urls) const in startDetached() 623 return d->startApplicationDetached(this, QString{}, urls); in startDetached() 795 QStringList XdgDesktopFile::expandExecString(const QStringList& urls) const in expandExecString() 834 if (!urls.isEmpty()) in expandExecString() 837 url.setUrl(expandEnvVariables(urls.at(0))); in expandExecString() 848 for (const QString &s : urls) in expandExecString()
|
| H A D | xdgdesktopfile.h | 133 bool startDetached(const QStringList& urls) const; 142 QStringList expandExecString(const QStringList& urls = QStringList()) const;
|
| /OK3568_Linux_fs/buildroot/package/libucl/ |
| H A D | libucl.mk | 17 LIBUCL_CONF_OPTS += --enable-urls 19 LIBUCL_CONF_OPTS += --disable-urls
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/ |
| H A D | musicplayer.cpp | 141 const QList<QUrl> urls = event->mimeData()->urls(); in canHandleDrop() local 142 if (urls.size() != 1) in canHandleDrop() 146 contains(mimeDatabase.mimeTypeForUrl(urls.constFirst()).name()); in canHandleDrop()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/ |
| H A D | musicplayer.cpp | 140 const QList<QUrl> urls = event->mimeData()->urls(); in canHandleDrop() local 141 if (urls.size() != 1) in canHandleDrop() 145 contains(mimeDatabase.mimeTypeForUrl(urls.constFirst()).name()); in canHandleDrop()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/ |
| H A D | musicplayer.cpp | 141 const QList<QUrl> urls = event->mimeData()->urls(); in canHandleDrop() local 142 if (urls.size() != 1) in canHandleDrop() 146 contains(mimeDatabase.mimeTypeForUrl(urls.constFirst()).name()); in canHandleDrop()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/ |
| H A D | musicplayer.cpp | 140 const QList<QUrl> urls = event->mimeData()->urls(); in canHandleDrop() local 141 if (urls.size() != 1) in canHandleDrop() 145 contains(mimeDatabase.mimeTypeForUrl(urls.constFirst()).name()); in canHandleDrop()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 63 urls = [] 74 urls.append(baseurl) 76 return urls
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | urllineedit.cpp | 240 QList<QUrl> urls; in mouseMoveEvent() local 241 urls.append(m_webView->url()); in mouseMoveEvent() 242 mimeData->setUrls(urls); in mouseMoveEvent()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/ |
| H A D | urls.py | 9 from django.conf.urls import url
|
| H A D | views.py | 9 from django.urls import reverse
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_sample.py | 19 from django.urls import reverse
|
| H A D | test_js_unit_tests.py | 14 from django.urls import reverse
|
| H A D | test_project_page.py | 10 from django.urls import reverse
|
| H A D | test_builddashboard_page_recipes.py | 10 from django.urls import reverse
|
| H A D | test_builddashboard_page_tasks.py | 10 from django.urls import reverse
|
| H A D | test_task_page.py | 10 from django.urls import reverse
|
| H A D | test_new_project_page.py | 10 from django.urls import reverse
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/ |
| H A D | project_url_tag.py | 6 from django.urls import reverse
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.1.rst | 42 - bitbake: test/fetch: Update urls to match upstream branch name changes 45 - bitbake: tests/fetch: Update github urls 67 - go-helloworld/glide: Fix urls 127 - recipes: Update github.com urls to use https
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 14 from django.urls import reverse 82 urls = [layers_url, 120 for url in urls:
|