Home
last modified time | relevance | path

Searched refs:baseUrl (Results 1 – 25 of 2585) sorted by relevance

12345678910>>...104

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/spider/
H A DURLResolverRfc1808ExamplesUnitTest.java36 final String baseUrl = "http://a/b/c/d;p?q#f"; in resolveRfc1808NormalExamples() local
38 assertThat(URLResolver.resolveUrl(baseUrl, "g:h"), is("g:h")); in resolveRfc1808NormalExamples()
39 assertThat(URLResolver.resolveUrl(baseUrl, "g"), is("http://a/b/c/g")); in resolveRfc1808NormalExamples()
42 assertThat(URLResolver.resolveUrl(baseUrl, "/g"), is("http://a/g")); in resolveRfc1808NormalExamples()
43 assertThat(URLResolver.resolveUrl(baseUrl, "//g"), is("http://g")); in resolveRfc1808NormalExamples()
54 assertThat(URLResolver.resolveUrl(baseUrl, "."), is("http://a/b/c/")); in resolveRfc1808NormalExamples()
56 assertThat(URLResolver.resolveUrl(baseUrl, ".."), is("http://a/b/")); in resolveRfc1808NormalExamples()
57 assertThat(URLResolver.resolveUrl(baseUrl, "../"), is("http://a/b/")); in resolveRfc1808NormalExamples()
70 final String baseUrl = "http://a/b/c/d;p?q#f"; in resolveRfc1808AbnormalExamples() local
93 assertThat(URLResolver.resolveUrl(baseUrl, "http:g"), is("http:g")); in resolveRfc1808AbnormalExamples()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/media/tests/src/Functional/Hal/
H A DMediaHalJsonAnonTest.php53 'href' => $this->baseUrl . '/media/1?_format=hal_json',
56 'href' => $this->baseUrl . '/rest/type/media/camelids',
75 $this->baseUrl . '/rest/relation/media/camelids/uid' => [
90 'href' => $this->baseUrl . '/rest/type/file/file',
108 'href' => $this->baseUrl . '/rest/type/user/user',
125 'href' => $this->baseUrl . '/rest/type/file/file',
136 $this->baseUrl . '/rest/relation/media/camelids/uid' => [
143 'href' => $this->baseUrl . '/rest/type/user/user',
184 'href' => $this->baseUrl . '/rest/type/file/file',
186 $this->baseUrl . '/rest/relation/file/file/uid' => [
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/test/lib/
H A DAbsoluteToRelativeLinkTest.php40 $data .= '<a href="' . $baseUrl . 'tiki-index.php">' . $baseUrl . 'tiki-index.php</a>';
41 $data .= $baseUrl . 'tiki-index.php';
54 $link = $baseUrl . 'tiki-index.php';
71 $baseUrl .= "xxxx/";
73 $this->testPluginHtml($baseUrl);
74 $this->testTextLink($baseUrl);
75 $this->testWikiLink($baseUrl);
76 $this->testExternalLink($baseUrl);
78 $this->testOtherMarkups($baseUrl);
116 $link = '((' . $baseUrl . '))';
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/media/tests/src/Functional/Hal/
H A DMediaHalJsonAnonTest.php54 'href' => $this->baseUrl . '/media/1?_format=hal_json',
57 'href' => $this->baseUrl . '/rest/type/media/camelids',
76 $this->baseUrl . '/rest/relation/media/camelids/uid' => [
91 'href' => $this->baseUrl . '/rest/type/file/file',
109 'href' => $this->baseUrl . '/rest/type/user/user',
126 'href' => $this->baseUrl . '/rest/type/file/file',
137 $this->baseUrl . '/rest/relation/media/camelids/uid' => [
144 'href' => $this->baseUrl . '/rest/type/user/user',
185 'href' => $this->baseUrl . '/rest/type/file/file',
187 $this->baseUrl . '/rest/relation/file/file/uid' => [
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Functional/Hal/
H A DTermHalJsonAnonTest.php72 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
79 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
82 'href' => $this->baseUrl . '/rest/type/taxonomy_term/camelids',
96 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
104 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
107 'href' => $this->baseUrl . '/rest/type/taxonomy_term/camelids',
120 'href' => $this->baseUrl . '/taxonomy/term/3?_format=hal_json',
123 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
160 'href' => $this->baseUrl . '/llama?_format=hal_json',
163 'href' => $this->baseUrl . '/rest/type/taxonomy_term/camelids',
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Functional/Hal/
H A DTermHalJsonAnonTest.php72 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
79 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
82 'href' => $this->baseUrl . '/rest/type/taxonomy_term/camelids',
96 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
104 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
107 'href' => $this->baseUrl . '/rest/type/taxonomy_term/camelids',
120 'href' => $this->baseUrl . '/taxonomy/term/3?_format=hal_json',
123 'href' => $this->baseUrl . '/taxonomy/term/2?_format=hal_json',
160 'href' => $this->baseUrl . '/llama?_format=hal_json',
163 'href' => $this->baseUrl . '/rest/type/taxonomy_term/camelids',
[all …]
/dports/net/kget/kget-21.12.3/transfer-plugins/checksumsearch/
H A Dchecksumsearchtransferdatasource.cpp44 if (m_finished.contains(baseUrl)) { in registerSearch()
53 m_searches.insert(baseUrl, search); in registerSearch()
70 if (baseUrl.scheme() != "ftp" && baseUrl.scheme() != "sftp") { in registerSearch()
89 if (baseUrl.isEmpty()) { in unregisterSearch()
95 m_searches.remove(baseUrl, search); in unregisterSearch()
107 const QUrl baseUrl = m_jobs[job].first; in slotEntries() local
131 const QUrl baseUrl = m_jobs[job].first; in slotResult() local
136 m_finished[baseUrl] = QUrl(); in slotResult()
140 m_finished[baseUrl] = urlToFile; in slotResult()
143 m_searches.remove(baseUrl); in slotResult()
[all …]
/dports/x11-toolkits/kproperty/kproperty-3.2.0/src/
H A DKPropertyComposedUrl.cpp31 : baseUrl(_baseUrl) in Private()
50 QUrl baseUrl; member in KPropertyComposedUrl::Private
63 setBaseUrl(baseUrl); in KPropertyComposedUrl()
70 setBaseUrl(baseUrl); in KPropertyComposedUrl()
104 QUrl baseUrl = d->baseUrl; in value() local
108 baseUrl.setPath(baseUrl.path() + QLatin1String("/")); in value()
111 return baseUrl.resolved(d->url); in value()
117 QUrl KPropertyComposedUrl::baseUrl() const in baseUrl() function in KPropertyComposedUrl
119 return d->baseUrl; in baseUrl()
125 d->baseUrl.clear(); in setBaseUrl()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Functional/Hal/
H A DNodeHalJsonAnonTest.php63 'href' => $this->baseUrl . '/llama?_format=hal_json',
66 'href' => $this->baseUrl . '/rest/type/node/camelids',
68 $this->baseUrl . '/rest/relation/node/camelids/revision_uid' => [
70 'href' => $this->baseUrl . '/user/' . $author->id() . '?_format=hal_json',
73 $this->baseUrl . '/rest/relation/node/camelids/uid' => [
75 'href' => $this->baseUrl . '/user/' . $author->id() . '?_format=hal_json',
81 $this->baseUrl . '/rest/relation/node/camelids/revision_uid' => [
88 'href' => $this->baseUrl . '/rest/type/user/user',
96 $this->baseUrl . '/rest/relation/node/camelids/uid' => [
103 'href' => $this->baseUrl . '/rest/type/user/user',
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Functional/Hal/
H A DCommentHalJsonTestBase.php64 'href' => $this->baseUrl . '/comment/1?_format=hal_json',
67 'href' => $this->baseUrl . '/rest/type/comment/comment',
69 $this->baseUrl . '/rest/relation/comment/comment/entity_id' => [
71 'href' => $this->baseUrl . '/entity_test/1?_format=hal_json',
74 $this->baseUrl . '/rest/relation/comment/comment/uid' => [
82 $this->baseUrl . '/rest/relation/comment/comment/entity_id' => [
86 'href' => $this->baseUrl . '/entity_test/1?_format=hal_json',
89 'href' => $this->baseUrl . '/rest/type/entity_test/bar',
97 $this->baseUrl . '/rest/relation/comment/comment/uid' => [
104 'href' => $this->baseUrl . '/rest/type/user/user',
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Functional/Hal/
H A DNodeHalJsonAnonTest.php63 'href' => $this->baseUrl . '/llama?_format=hal_json',
66 'href' => $this->baseUrl . '/rest/type/node/camelids',
68 $this->baseUrl . '/rest/relation/node/camelids/revision_uid' => [
70 'href' => $this->baseUrl . '/user/' . $author->id() . '?_format=hal_json',
73 $this->baseUrl . '/rest/relation/node/camelids/uid' => [
75 'href' => $this->baseUrl . '/user/' . $author->id() . '?_format=hal_json',
81 $this->baseUrl . '/rest/relation/node/camelids/revision_uid' => [
88 'href' => $this->baseUrl . '/rest/type/user/user',
96 $this->baseUrl . '/rest/relation/node/camelids/uid' => [
103 'href' => $this->baseUrl . '/rest/type/user/user',
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Functional/Hal/
H A DCommentHalJsonTestBase.php64 'href' => $this->baseUrl . '/comment/1?_format=hal_json',
67 'href' => $this->baseUrl . '/rest/type/comment/comment',
69 $this->baseUrl . '/rest/relation/comment/comment/entity_id' => [
71 'href' => $this->baseUrl . '/entity_test/1?_format=hal_json',
74 $this->baseUrl . '/rest/relation/comment/comment/uid' => [
82 $this->baseUrl . '/rest/relation/comment/comment/entity_id' => [
86 'href' => $this->baseUrl . '/entity_test/1?_format=hal_json',
89 'href' => $this->baseUrl . '/rest/type/entity_test/bar',
97 $this->baseUrl . '/rest/relation/comment/comment/uid' => [
104 'href' => $this->baseUrl . '/rest/type/user/user',
[all …]
/dports/devel/py-nbdime/nbdime-3.1.1/packages/nbdime/src/request/
H A Dindex.ts44 baseUrl: string,
62 baseUrl: string,
67 requestApiPromise(baseUrl, apiPath, argument)
80 baseUrl: string,
94 baseUrl: string,
112 baseUrl: string): Promise<JSONObject> {
122 baseUrl: string,
126 baseUrl,
140 baseUrl: string): Promise<JSONObject> {
151 baseUrl: string,
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/
H A Dmanifest.php40 $baseUrl = getCallingURL(); variable
41 $baseUrl = str_replace('/templates/manifest.php', '', $baseUrl); variable
42 $baseUrl = preg_replace('/\\?.*/', '', $baseUrl); variable
43 $baseUrl = preg_replace('/http(s)?:\\/\\/([^\\/])+/', '', $baseUrl); variable
50 "src": "' . $baseUrl . '/graphics/logo_192x192.png",
55 "src": "' . $baseUrl . '/graphics/logo_512x512.png",
60 "start_url": "' . $baseUrl . '/templates/login.php",
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmHelpPlugin/test/model/processor/
H A DZendeskHelpProcessorTest.php40 $baseUrl = 'https://opensourcehelp.orangehrm.com';
62 ->will($this->returnValue($baseUrl));
72 $baseUrl = 'https://opensourcehelp.orangehrm.com';
94 ->will($this->returnValue($baseUrl));
104 $baseUrl = 'https://opensourcehelp.orangehrm.com';
126 ->will($this->returnValue($baseUrl));
136 $baseUrl = 'https://opensourcehelp.orangehrm.com';
169 ->will($this->returnValue($baseUrl));
225 ->will($this->returnValue($baseUrl));
291 ->will($this->returnValue($baseUrl));
[all …]
/dports/www/thundersnarf/thundersnarf/protected/views/layouts/
H A Dmain.php21 …<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/scree…
22 …<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/print…
24 …<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/ie.cs…
27 …<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/main.…
28 …<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/form.…
36 …<img src='<?php echo Yii::app()->request->baseUrl; ?>/images/ie6nomore-cornerx.jpg' style='border:…
41 … <img src='<?php echo Yii::app()->request->baseUrl; ?>/images/ie6nomore-warning.jpg' alt='AVISO!'/>
53 …<img src='<?php echo Yii::app()->request->baseUrl; ?>/images/ie6nomore-firefox.jpg' style='border:…
58 …<img src='<?php echo Yii::app()->request->baseUrl; ?>/images/ie6nomore-chrome.jpg' style='border: …
63 …<img src='<?php echo Yii::app()->request->baseUrl; ?>/images/ie6nomore-safari.jpg' style='border: …
[all …]
/dports/deskutils/dosage/dosage-2.17/dosagelib/plugins/
H A Dw.py34 url = baseUrl + 'category/comics/'
122 rurl = escape(baseUrl)
123 url = baseUrl + 'wtlf200709.html'
173 url = baseUrl + 'mrTcomicA.html'
178 baseUrl + 'mrTcomicW02.html',
179 baseUrl + 'mrTcomicW01.html',
180 baseUrl + 'mrGcomic03.html',
181 baseUrl + 'mrGcomic02.html',
182 baseUrl + 'mrGcomic01.html',
183 baseUrl + 'mrTcomicT05.html',
[all …]
/dports/databases/kbibtex/kbibtex-0.9.2/src/networking/
H A Dassociatedfiles.cpp42 if (baseUrl.isEmpty() || baseUrl.isRelative()) { in relativeFilename()
46 … (documentUrl.scheme() != baseUrl.scheme() || (documentUrl.scheme() != QStringLiteral("file") && d… in relativeFilename()
69 if (documentUrl.isRelative() && (baseUrl.isEmpty() || baseUrl.isRelative())) { in absoluteFilename()
90 const QUrl baseUrl = bibTeXFile->property(File::Url).toUrl(); in associateDocumentURL() local
91 if (baseUrl.isEmpty() && pathType == ptRelative) { in associateDocumentURL()
99 …= pathType == ptAbsolute ? absoluteFilename(document, baseUrl) : relativeFilename(document, baseUr… in associateDocumentURL()
123 const QUrl baseUrl = bibTeXFile->property(File::Url).toUrl(); in associateDocumentURL() local
124 if (baseUrl.isEmpty() && pathType == ptRelative) { in associateDocumentURL()
130 …= pathType == ptAbsolute ? absoluteFilename(document, baseUrl) : relativeFilename(document, baseUr… in associateDocumentURL()
147 const QUrl baseUrl = bibTeXFile->property(File::Url).toUrl(); in copyDocument() local
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Repository/Pear/
H A DChannelRest10Reader.php46 public function read($baseUrl) argument
48 return $this->readPackages($baseUrl);
58 private function readPackages($baseUrl) argument
63 $xml = $this->requestXml($baseUrl, $xmlPath);
67 $packageInfo = $this->readPackage($baseUrl, $packageName);
82 private function readPackage($baseUrl, $packageName) argument
85 $xml = $this->requestXml($baseUrl, $xmlPath);
100 $this->readPackageReleases($baseUrl, $packageName)
113 private function readPackageReleases($baseUrl, $packageName) argument
119 $xml = $this->requestXml($baseUrl, $xmlPath);
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-http/src/PhpEnvironment/
H A DRequest.php28 protected $baseUrl; variable in Laminas\\Http\\PhpEnvironment\\Request
147 * @param string $baseUrl
152 $this->baseUrl = rtrim($baseUrl, '/');
166 return $this->baseUrl;
503 $baseUrl = '/';
513 if (empty($baseUrl)) {
522 return $baseUrl;
550 $baseUrl = substr($requestUri, 0, $pos + strlen($baseUrl));
553 return $baseUrl;
568 if ($baseUrl === '') {
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DRequest.php29 protected $baseUrl; variable in Zend\\Http\\PhpEnvironment\\Request
148 * @param string $baseUrl
153 $this->baseUrl = rtrim($baseUrl, '/');
167 return $this->baseUrl;
501 $baseUrl = $phpSelf;
509 $baseUrl = '/';
523 return $baseUrl;
551 $baseUrl = substr($requestUri, 0, $pos + strlen($baseUrl));
554 return $baseUrl;
570 if ($baseUrl === '') {
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DRequest.php29 protected $baseUrl; variable in Zend\\Http\\PhpEnvironment\\Request
148 * @param string $baseUrl
153 $this->baseUrl = rtrim($baseUrl, '/');
167 return $this->baseUrl;
501 $baseUrl = $phpSelf;
509 $baseUrl = '/';
523 return $baseUrl;
551 $baseUrl = substr($requestUri, 0, $pos + strlen($baseUrl));
554 return $baseUrl;
570 if ($baseUrl === '') {
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DRequest.php29 protected $baseUrl; variable in Zend\\Http\\PhpEnvironment\\Request
148 * @param string $baseUrl
153 $this->baseUrl = rtrim($baseUrl, '/');
167 return $this->baseUrl;
501 $baseUrl = $phpSelf;
509 $baseUrl = '/';
523 return $baseUrl;
551 $baseUrl = substr($requestUri, 0, $pos + strlen($baseUrl));
554 return $baseUrl;
570 if ($baseUrl === '') {
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DRequest.php29 protected $baseUrl; variable in Zend\\Http\\PhpEnvironment\\Request
148 * @param string $baseUrl
153 $this->baseUrl = rtrim($baseUrl, '/');
167 return $this->baseUrl;
501 $baseUrl = $phpSelf;
509 $baseUrl = '/';
523 return $baseUrl;
551 $baseUrl = substr($requestUri, 0, $pos + strlen($baseUrl));
554 return $baseUrl;
570 if ($baseUrl === '') {
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DRequest.php29 protected $baseUrl; variable in Zend\\Http\\PhpEnvironment\\Request
148 * @param string $baseUrl
153 $this->baseUrl = rtrim($baseUrl, '/');
167 return $this->baseUrl;
501 $baseUrl = $phpSelf;
509 $baseUrl = '/';
523 return $baseUrl;
551 $baseUrl = substr($requestUri, 0, $pos + strlen($baseUrl));
554 return $baseUrl;
570 if ($baseUrl === '') {
[all …]

12345678910>>...104