Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 134) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dmaps.json9 … "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer", string
19 "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer", string
29 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer", string
39 "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer", string
49 "url": "http://services.arcgisonline.com/ArcGIS/rest/services/USA_Topo_Maps/MapServer", string
59 … "url": "http://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer", string
69 …"url": "http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServ… string
79 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Physical_Map/MapServer", string
89 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Shaded_Relief/MapServer", string
99 … "url": "http://server.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer", string
[all …]
H A Dgeomapsource.cpp70const QString &url, const QString &copyright, const QGeoCameraCapabilities &cameraCapabilities) : in GeoMapSource()
76 QString GeoMapSource::toFormat(const QString &url) in toFormat()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Ddistro_check.py5 def create_socket(url, d): argument
12 def get_links_from_url(url, d): argument
23 def find_latest_numeric_release(url, d): argument
50 def get_source_package_list_from_url(url, section, d): argument
63 def get_source_package_list_from_url_by_letter(url, section, d): argument
95 def find_latest_debian_release(url, d): argument
107 def get_debian_style_source_package_list(url, section, d): argument
127 def find_latest_ubuntu_release(url, d): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.cpp23 bool isMapboxURL(const std::string& url) { in isMapboxURL()
42 const URL url(str); in normalizeSourceURL() local
54 const URL url(str); in normalizeStyleURL() local
71 const URL url(str); in normalizeSpriteURL() local
89 const URL url(str); in normalizeGlyphsURL() local
106 const URL url(str); in normalizeTileURL() local
121 const URL url(str); in canonicalizeTileURL() local
177 for (auto& url : tileset.tiles) { in canonicalizeTileset() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlibtoaster.js90 function _startABuild (url, targets, onsuccess, onfail) { argument
104 url: url, property
127 function _cancelABuild(url, buildRequestIds, onsuccess, onfail){ argument
133 url: url, property
151 function _getMostRecentBuilds(url, onsuccess, onfail) { argument
153 url: url, property
167 function _getProjectInfo(url, onsuccess, onfail){ argument
170 url: url, property
196 url: libtoaster.ctx.xhrProjectUrl, property
216 function _getLayerDepsForProject(url, onSuccess, onFail){ argument
[all …]
H A Dcustomrecipe.js44 url: targetPkg.packageUrl, property
231 url: targetPkg.packageUrl, property
256 url: ctx.recipe.xhrPackageListUrl, property
294 url: ctx.recipe.xhrCustomRecipeUrl, property
H A Dlayerdetails.js46 url: ctx.xhrUpdateLayerUrl, property
318 url: ctx.xhrUpdateLayerUrl, property
403 url: ctx.xhrUpdateLayerUrl, property
505 url: ctx.xhrUpdateLayerUrl, property
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresource.cpp42 Resource Resource::style(const std::string& url) { in style()
49 Resource Resource::source(const std::string& url) { in source()
56 Resource Resource::image(const std::string& url) { in image()
64 util::URL url(base); in spriteImage() local
72 util::URL url(base); in spriteJSON() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A Drestapi.py27 def load_index(self, url, load): argument
50 def load_index_file(self, up, url, load): argument
134 def load_index_web(self, up, url, load): argument
268 def store_index(self, url, index): argument
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dwebview.cpp126 QObject *WebPage::createPlugin(const QString &classId, const QUrl &url, const QStringList &paramNam… in createPlugin()
261 void WebView::loadUrl(const QUrl &url) in loadUrl()
272 QUrl WebView::url() const in url() function in WebView
274 QUrl url = QWebView::url(); in url() local
293 QUrl url(QApplication::clipboard()->text(QClipboard::Selection)); in mouseReleaseEvent() local
H A Dhistory.h66 QString url; variable
170 inline bool historyContains(const QString &url) const in historyContains()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py50 def __init__(self, url, message=''): argument
61 def __init__(self, url, message=''): argument
72 def __init__(self, message, url = None): argument
83 def __init__(self, message, url = None, checksum = None): argument
92 def __init__(self, message, url): argument
100 def __init__(self, url): argument
108 def __init__(self, missing, url): argument
117 def __init__(self, message, url): argument
125 def __init__(self, url, cmd): argument
137 def __init__(self, url, **checksums): argument
[all …]
H A Dgitsm.py147 def need_update_submodule(ud, url, module, modpath, workdir, d): argument
176 def download_submodule(ud, url, module, modpath, workdir, d): argument
202 def unpack_submodules(ud, url, module, modpath, workdir, d): argument
247 def add_submodule(ud, url, module, modpath, workdir, d): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_file_source.cpp21 QUrl url = req->requestUrl(); in request() local
48 QUrl url = req->requestUrl(); in cancel() local
83 const QUrl& url = reply->request().url(); in onReplyFinished() local
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qplayer/
H A Dqplayer.cpp188 QUrl url = list->currentMedia().canonicalUrl(); in displayImage() local
239 void QPlayer::load(const QUrl &url) in load()
298 QUrl url = media.canonicalUrl(); in currentMediaChanged() local
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qplayer/
H A Dqplayer.cpp188 QUrl url = list->currentMedia().canonicalUrl(); in displayImage() local
239 void QPlayer::load(const QUrl &url) in load()
298 QUrl url = media.canonicalUrl(); in currentMediaChanged() local
/OK3568_Linux_fs/app/qplayer/
H A Dqplayer.cpp188 QUrl url = list->currentMedia().canonicalUrl(); in displayImage() local
239 void QPlayer::load(const QUrl &url) in load()
298 QUrl url = media.canonicalUrl(); in currentMediaChanged() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dlocal_file_source.cpp29 void request(const std::string& url, ActorRef<FileSourceRequest> req) { in request()
77 bool LocalFileSource::acceptsURL(const std::string& url) { in acceptsURL()
H A Dasset_file_source.cpp27 void request(const std::string& url, ActorRef<FileSourceRequest> req) { in request()
77 bool AssetFileSource::acceptsURL(const std::string& url) { in acceptsURL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupplier.cpp186 void QDeclarativeSupplier::setUrl(const QUrl &url) in setUrl()
194 QUrl QDeclarativeSupplier::url() const in url() function in QDeclarativeSupplier
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp181 Q_INVOKABLE bool load(QUrl url) in load()
217 Q_INVOKABLE void dumpGeoJSON(QVariantList geoJson, QUrl url) in dumpGeoJSON()
226 Q_INVOKABLE void writeDebug(QVariantList geoJson, QUrl url) in writeDebug()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacesupplier.cpp188 QUrl QPlaceSupplier::url() const in url() function in QPlaceSupplier
196 void QPlaceSupplier::setUrl(const QUrl &url) in setUrl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dplace_data.json79 "url": "http://somewhere.com/image1.png", string
84 "url": "http://somewhere.com/image2.png", string
89 "url": "http://somewhere.com/image3.png", string
96 "url": "http://somewhere.com/image5.png", string
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapiconobjectqsg.cpp150 static inline QString imageId(const QUrl &url) in imageId()
177 const QUrl url = content.toUrl(); in setContent() local
/OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/
H A Dswitchers.js118 url: url, property
200 function doctype_segment_from_url(url) { argument

123456