Home
last modified time | relevance | path

Searched refs:urlBase (Results 1 – 25 of 78) sorted by relevance

1234

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/huin/goupnp/
H A Ddevice.go32 root.URLBase = *urlBase
33 root.URLBaseStr = urlBase.String()
34 root.Device.SetURLBase(urlBase)
97 device.ManufacturerURL.SetURLBase(urlBase)
98 device.ModelURL.SetURLBase(urlBase)
101 device.Icons[i].SetURLBase(urlBase)
104 device.Services[i].SetURLBase(urlBase)
107 device.Devices[i].SetURLBase(urlBase)
141 srv.SCPDURL.SetURLBase(urlBase)
142 srv.ControlURL.SetURLBase(urlBase)
[all …]
H A Dgoupnp.go119 urlBase, err := url.Parse(urlBaseStr)
123 root.SetURLBase(urlBase)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/huin/goupnp/
H A Ddevice.go32 root.URLBase = *urlBase
33 root.URLBaseStr = urlBase.String()
34 root.Device.SetURLBase(urlBase)
97 device.ManufacturerURL.SetURLBase(urlBase)
98 device.ModelURL.SetURLBase(urlBase)
101 device.Icons[i].SetURLBase(urlBase)
104 device.Services[i].SetURLBase(urlBase)
107 device.Devices[i].SetURLBase(urlBase)
141 srv.SCPDURL.SetURLBase(urlBase)
142 srv.ControlURL.SetURLBase(urlBase)
[all …]
H A Dgoupnp.go102 urlBase, err := url.Parse(urlBaseStr)
106 root.SetURLBase(urlBase)
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/R/
H A DGetMapTiles.R25urlBase = "http://mt1.google.com/vt/lyrs=m" , ##<< tileserver URL, alternatives would be "http://a… argument
57 if (type %in% names(tileservers)) urlBase=tileservers[type]
59 if (verbose) cat("tileserver:", urlBase, "\n")
114 if (grepl("watercolor",urlBase) | grepl("terrain",urlBase) | grepl("lyrs=s|lyrs=y",urlBase)){
122 if (grepl("openstreetmap|stamen",urlBase) | grepl("osm",type)){
123 if (grepl("watercolor",urlBase) | grepl("terrain",urlBase)){
125 …url <- paste0(urlBase, zoom, "/",x , "/", y, ".jpg")#not necessary as the stamenWeb server automat…
127 url <- paste0(urlBase, zoom, "/",x , "/", y, ".png")
130 } else if (grepl("google",urlBase)){
131 url <- paste0(urlBase, "&x=", x, "&y=", y, "&z=", zoom)
[all …]
H A DgenStaticMap.R10urlBase = "http://mt1.google.com/vt/lyrs=m" , ##<< tileserver URL, alternatives would be "http://a… argument
19 if (grepl("lyrs=s|lyrs=y",urlBase)) tileExt = ".jpg" #satellite or hybrid
28 type=type,urlBase=urlBase,
H A DGetMap.R26urlBase = "http://mt1.google.com/vt/lyrs=m" , ##<< tileserver URL, alternatives would be "http://a…
160 …f=genStaticMap(center=centerNum, destfile = destfile, type=type, urlBase=urlBase, tileDir=tileDir,…
165 if (grepl("google", urlBase)) url = "google"
166 if (grepl("stamen", urlBase)) url = "stamen"
167 if (grepl("openstreetmap", urlBase)) url = "OSM"
H A DGetMap.bbox.R17urlBase = "http://mt1.google.com/vt/lyrs=m" , ##<< tileserver URL, alternatives would be "http://a… argument
49 …NIMAGE = RETURNIMAGE, GRAYSCALE = GRAYSCALE, SCALE=SCALE, type=type, urlBase=urlBase, tileDir=tile… nameattr
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Devprojects/
H A DQueryUrl.php25 public $urlBase; variable in Google_Service_Devprojects_QueryUrl
51 public function setUrlBase($urlBase) argument
53 $this->urlBase = $urlBase;
57 return $this->urlBase;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Devprojects/
H A DQueryUrl.php25 public $urlBase; variable in Google_Service_Devprojects_QueryUrl
51 public function setUrlBase($urlBase) argument
53 $this->urlBase = $urlBase;
57 return $this->urlBase;
/dports/net/libcmis/libcmis-0.5.2/qa/mockup/
H A Dmockup-config.cxx45 void lcl_splitUrl( const string& url, string& urlBase, string& params ) in lcl_splitUrl() argument
48 urlBase = url; in lcl_splitUrl()
51 urlBase = url.substr( 0, pos ); in lcl_splitUrl()
137 string urlBase = url; in writeResponse() local
139 lcl_splitUrl( url, urlBase, params ); in writeResponse()
236 mockup::RequestMatcher matcher( urlBase, matchParam, method, matchBodyStr ); in curl_mockup_addResponse()
260 const struct HttpRequest* curl_mockup_getRequest( const char* urlBase, in curl_mockup_getRequest() argument
267 string urlBaseString( urlBase ); in curl_mockup_getRequest()
300 const char* curl_mockup_getRequestBody( const char* urlBase, in curl_mockup_getRequestBody() argument
315 int curl_mockup_getRequestsCount( const char* urlBase, in curl_mockup_getRequestsCount() argument
[all …]
/dports/astro/py-ro/RO-3.6.9/python/RO/
H A DConstants.py64 def _setHelpURLBase(urlBase): argument
74 if urlBase.endswith("/"):
75 _HelpURLBase = urlBase
77 _HelpURLBase = urlBase + "/"
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/
H A Dfunctions.php46 * @param string $urlBase Start URL
52 function getPath($urlBase, $idCategory, $path = '', $highlight = '', $categoryType = 'catalog') argument
79 …$edit = '<a href="'.$urlBase.'&id_category='.(int) $category['id_category'].'&'.($category['id_cat…
81 …($n < $nCategories ? '<a href="'.$urlBase.'&id_category='.(int) $category['id_category'].'&viewcat…
96 …$edit = '<a href="'.$urlBase.'&id_cms_category='.$category->id.'&addcategory&token='.Tools::getAdm…
99 …$edit = '<a href="'.$urlBase.'&id_cms_category='.$category->id.'&viewcategory&token='.Tools::getAd…
102 …$path = $edit.'<a href="'.$urlBase.'&id_cms_category='.$category->id.'&viewcategory&token='.Tools:…
108 return getPath($urlBase, $category->id_parent, $path, '', 'cms');
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/update/
H A DUpdateProgressBar.java42 private String urlBase = null; field in UpdateProgressBar
68 …UpdateProgressBar(final int max, final String urlBase, final String fromVersion, final String toVe… in UpdateProgressBar() argument
75 this.urlBase = urlBase; in UpdateProgressBar()
111 if (urlBase != null) { in initializeComponents()
125 browser.setPage(urlBase + fromVersion + "/" + toVersion + ".html"); in initializeComponents()
/dports/net/syncthing/syncthing-1.18.1/syncthing/cmd/syncthing/
H A Dcrash_reporting.go35 func uploadPanicLogs(ctx context.Context, urlBase, dir string) { argument
50 if err := uploadPanicLog(ctx, urlBase, file); err != nil {
64 func uploadPanicLog(ctx context.Context, urlBase, file string) error { argument
76 url := fmt.Sprintf("%s/%s", urlBase, hash)
/dports/net/gerbera/gerbera-1.9.2/src/
H A Dupnp_xml.cc374 auto urlBase = getPathBase(item); in getFirstResourcePath() local
377 return urlBase->pathBase; in getFirstResourcePath()
392 auto urlBase = getPathBase(item); in getArtworkUrl() local
393 if (urlBase->addResID) { in getArtworkUrl()
396 return virtualURL + urlBase->pathBase; in getArtworkUrl()
433 auto urlBase = getPathBase(item); in renderOneResource() local
435 if (urlBase->addResID) { in renderOneResource()
438 url = virtualURL + urlBase->pathBase; in renderOneResource()
511 auto urlBase = getPathBase(item); in addResources() local
676 if (urlBase->addResID) { in addResources()
[all …]
/dports/www/matomo/piwik/plugins/CoreConsole/Commands/
H A DDevelopmentSyncProcessedSystemTests.php78 $urlBase = sprintf('https://builds-artifacts.matomo.org/%s/%s', $repository, $filename);
79 $tests = Http::sendHttpRequest($urlBase, $timeout = 120,
122 $urlBase = sprintf('https://builds-artifacts.matomo.org/matomo-org/matomo/%s', $filename);
123 $tests = Http::sendHttpRequest($urlBase, $timeout = 120);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/
H A DApplicationServiceManager.cs16 … public static string MergeServiceUrls(string serviceUrl, string existingUrl, Control urlBase) { in MergeServiceUrls() argument
20 serviceUrl = urlBase.ResolveClientUrl(serviceUrl); in MergeServiceUrls()
/dports/www/grails/grails-1.3.6/src/java/grails/doc/
H A DPdfBuilder.groovy55 String urlBase = "file://${homeFile.absolutePath}/src/${tool}/docs/style"
58 createPdf xml, outputFile, urlBase
77 private static void createPdf(String xml, File outputFile, String urlBase) {
82 renderer.setDocument(doc, urlBase + '/dummy')
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/data/
H A Dqanyuri.cpp69 const QUrl urlBase(base); in resolveURI() local
70 return AnyURI::fromValue(urlBase.resolved(relative).toString()); in resolveURI()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/data/
H A Dqanyuri.cpp67 const QUrl urlBase(base); in resolveURI() local
68 const QUrl uri(urlBase.resolved(relative)); in resolveURI()
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/
H A Dlayer.go98 urlBase := serverURLBase(r)
106 DetailURL: fmt.Sprintf("%s/%s.json", urlBase, v.GetID()),
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/
H A DCountersBlock.java82 String urlBase; in render() local
85 urlBase = "singletaskcounter"; in render()
88 urlBase = "singlejobcounter"; in render()
134 a(url(urlBase,urlId,g.getName(), in render()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/android/src/androidTest/java/com/android/i18n/addressinput/
H A DAndroidAsyncEncodedRequestApiTest.java74 String urlBase = HttpServer.execute(1000, "{\"id\": \"data\"}"); in testUrlEncoding() local
75 String url = urlBase + "address/data/VN/B\u1EAFc K\u1EA1n"; in testUrlEncoding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/android/src/androidTest/java/com/android/i18n/addressinput/
H A DAndroidAsyncEncodedRequestApiTest.java74 String urlBase = HttpServer.execute(1000, "{\"id\": \"data\"}"); in testUrlEncoding() local
75 String url = urlBase + "address/data/VN/B\u1EAFc K\u1EA1n"; in testUrlEncoding()

1234