Home
last modified time | relevance | path

Searched refs:urls (Results 1 – 25 of 77) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1228 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 Dswitchers.js.in108 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 Durls.py9 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 Dswitchers.js102 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 Dxdgdesktopfile.cpp270 …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 Dxdgdesktopfile.h133 bool startDetached(const QStringList& urls) const;
142 QStringList expandExecString(const QStringList& urls = QStringList()) const;
/OK3568_Linux_fs/buildroot/package/libucl/
H A Dlibucl.mk17 LIBUCL_CONF_OPTS += --enable-urls
19 LIBUCL_CONF_OPTS += --disable-urls
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/
H A Dmusicplayer.cpp141 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 Dmusicplayer.cpp140 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 Dmusicplayer.cpp141 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 Dmusicplayer.cpp140 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 Dlayerindex.py63 urls = []
74 urls.append(baseurl)
76 return urls
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Durllineedit.cpp240 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 Durls.py9 from django.conf.urls import url
H A Dviews.py9 from django.urls import reverse
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_sample.py19 from django.urls import reverse
H A Dtest_js_unit_tests.py14 from django.urls import reverse
H A Dtest_project_page.py10 from django.urls import reverse
H A Dtest_builddashboard_page_recipes.py10 from django.urls import reverse
H A Dtest_builddashboard_page_tasks.py10 from django.urls import reverse
H A Dtest_task_page.py10 from django.urls import reverse
H A Dtest_new_project_page.py10 from django.urls import reverse
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dproject_url_tag.py6 from django.urls import reverse
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst42 - 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 Dtest_views.py14 from django.urls import reverse
82 urls = [layers_url,
120 for url in urls:

1234