Home
last modified time | relevance | path

Searched refs:new_url (Results 1 – 25 of 1382) sorted by relevance

12345678910>>...56

/dports/misc/librepo/librepo-1.14.2/tests/
H A Dtest_util.c144 lr_free(new_url); in START_TEST()
145 new_url = NULL; in START_TEST()
151 new_url = NULL; in START_TEST()
157 new_url = NULL; in START_TEST()
163 new_url = NULL; in START_TEST()
169 new_url = NULL; in START_TEST()
175 new_url = NULL; in START_TEST()
181 new_url = NULL; in START_TEST()
187 new_url = NULL; in START_TEST()
193 new_url = NULL; in START_TEST()
[all …]
/dports/www/netsurf/netsurf-3.10/utils/nsurl/
H A Dnsurl.c538 if (*new_url == NULL) { in nsurl_refragment()
577 (*new_url)->count = 1; in nsurl_refragment()
585 nsurl **new_url) in nsurl_replace_query() argument
625 if (*new_url == NULL) { in nsurl_replace_query()
674 (*new_url)->count = 1; in nsurl_replace_query()
682 nsurl **new_url) in nsurl_replace_scheme() argument
707 if (*new_url == NULL) { in nsurl_replace_scheme()
761 (*new_url)->count = 1; in nsurl_replace_scheme()
918 if (*new_url == NULL) { in nsurl_parent()
930 free(*new_url); in nsurl_parent()
[all …]
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/modules/
H A Demulation_ie.lua17 new_url = string.gsub(url, "%%([0-9a-fA-F][0-9a-fA-F])", hextochar)
20 last_char = string.sub(new_url, -1, -1)
22 new_url = string.sub(new_url, 0, -2)
26 new_url = string.gsub(new_url, "(/%w+/%.%.)", "")
27 new_url_len = string.len(new_url)
31 new_url = string.gsub(new_url, "(/%w+/%.%.)", "")
32 new_url_len = string.len(new_url)
35 return string.lower(new_url)
/dports/mail/mailutils/mailutils-3.13/libmailutils/url/
H A Duplevel.c38 mu_url_t new_url; in mu_url_uplevel() local
47 rc = mu_url_dup (url, &new_url); in mu_url_uplevel()
52 free (new_url->path); in mu_url_uplevel()
53 new_url->path = NULL; in mu_url_uplevel()
58 new_url->path = realloc (new_url->path, size + 1); in mu_url_uplevel()
59 if (!new_url->path) in mu_url_uplevel()
61 mu_url_destroy (&new_url); in mu_url_uplevel()
64 memcpy (new_url->path, url->path, size); in mu_url_uplevel()
65 new_url->path[size] = 0; in mu_url_uplevel()
67 *upurl = new_url; in mu_url_uplevel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dsingle_client_typed_urls_sync_test.cc43 GURL new_url(kSanityHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
44 AddUrlToHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
48 ASSERT_EQ(new_url, urls[0].url()); in IN_PROC_BROWSER_TEST_F()
61 GURL new_url(kSanityHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
63 AddUrlToHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
64 AddUrlToHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
81 GURL new_url(kSanityHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
83 AddUrlToHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
84 AddUrlToHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
96 DeleteUrlFromHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dtwo_client_typed_urls_sync_test.cc105 GURL new_url(kHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
106 AddUrlToHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
121 GURL new_url(kHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
157 GURL new_url(kHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
185 AddUrlToHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
384 GURL new_url(kHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
385 AddUrlToHistory(0, new_url); in IN_PROC_BROWSER_TEST_F()
412 GURL new_url(kHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
472 GURL new_url(kHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
496 GURL new_url(kHistoryUrl); in IN_PROC_BROWSER_TEST_F() local
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dforwardingslavebase.cpp114 new_url.setPath(concatPaths(new_url.path(), name)); in prepareUDSEntry()
128 new_url.setPath(concatPaths(new_url.path(), name)); in prepareUDSEntry()
147 QUrl new_url; in get() local
160 QUrl new_url; in put() local
173 QUrl new_url; in stat() local
186 QUrl new_url; in mimetype() local
199 QUrl new_url; in listDir() local
212 QUrl new_url; in mkdir() local
258 QUrl new_url; in chmod() local
271 QUrl new_url; in setModificationTime() local
[all …]
/dports/www/py-django-dpaste/dpaste-3.3.1/dpaste/tests/
H A Dtest_snippet.py20 self.new_url = reverse('snippet_new')
44 self.client.post(self.new_url, {})
51 self.client.post(self.new_url, data)
56 self.client.post(self.new_url, data)
61 self.client.post(self.new_url, data)
83 url = '%s?l=haskell' % self.new_url
92 url = '%s?l=invalid-lexer' % self.new_url
170 self.client.post(self.new_url, data, follow=True)
181 self.client.post(self.new_url, data, follow=True)
191 self.client.post(self.new_url, data, follow=True)
[all …]
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dtoolkit.c503 *new_url = NULL; in do_rewrite()
563 url = *new_url; in do_rewrite()
573 options->new_url = NULL; in init_toolkit_options()
602 options->new_url = NULL; in use_toolkit()
777 free(options->new_url); in use_toolkit()
789 options->new_url = url; in use_toolkit()
801 free(options->new_url); in use_toolkit()
810 url = options->new_url; in use_toolkit()
813 options->new_url = url; in use_toolkit()
843 url = options->new_url; in use_toolkit()
[all …]
/dports/textproc/rarian/rarian-00fa779/util/
H A Drarian-sk-preinstall.cpp28 static char *new_url = NULL; variable
47 elem->SetAttribute("url", new_url); in get_attribute()
88 new_url = strdup (input); in process_new_url()
99 new_url = (char *) malloc (sizeof(char) * (strlen (input) + 7)); in process_new_url()
100 sprintf (new_url, "file:/%s", input); in process_new_url()
103 new_url = (char *) malloc (sizeof(char) * (strlen(input) + 6)); in process_new_url()
104 sprintf (new_url, "file:%s", input); in process_new_url()
138 free (new_url); in main()
/dports/net/afpfs-ng/afpfs-ng-0.8.1/lib/
H A Dafp_url.c326 struct afp_url new_url; in afp_url_validate() local
328 if (afp_parse_url(&new_url, url_string,0)) { in afp_url_validate()
335 if (new_url.protocol!=valid_url->protocol) { in afp_url_validate()
337 new_url.protocol,valid_url->protocol); in afp_url_validate()
342 if (strcmp(new_url.username, valid_url->username)!=0) { in afp_url_validate()
343 …printf("username doesn't match, I got %s when I should have received %s\n",new_url.username, valid… in afp_url_validate()
346 if (strcmp(new_url.uamname, valid_url->uamname)!=0) { in afp_url_validate()
347 …printf("uamname doesn't match, I got %s when I should have received %s\n",new_url.uamname, valid_u… in afp_url_validate()
351 if (strcmp(new_url.password, valid_url->password)!=0) { in afp_url_validate()
356 if (strcmp(new_url.servername, valid_url->servername)!=0) { in afp_url_validate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dgoogle_url_loader_throttle.cc44 GURL new_url; in WillStartRequest() local
45 safe_search_util::ForceGoogleSafeSearch(request->url, &new_url); in WillStartRequest()
46 if (!new_url.is_empty()) in WillStartRequest()
47 request->url = new_url; in WillStartRequest()
86 safe_search_util::ForceGoogleSafeSearch(redirect_info->new_url, in WillRedirectRequest()
87 &redirect_info->new_url); in WillRedirectRequest()
95 redirect_info->new_url, modified_headers, in WillRedirectRequest()
101 redirect_info->new_url.DomainIs("google.com")) { in WillRedirectRequest()
108 !google_util::IsGoogleAssociatedDomainUrl(redirect_info->new_url)) { in WillRedirectRequest()
/dports/textproc/py-asciinema/asciinema-2.0.2/asciinema/asciicast/
H A D__init__.py62 new_url = parser.url
64 if not new_url:
67 if "://" not in new_url:
70 if new_url.startswith("/"):
71 new_url = urlunparse((base_url[0], base_url[1], new_url, '', '', ''))
73 path = os.path.dirname(base_url[2]) + '/' + new_url
74 new_url = urlunparse((base_url[0], base_url[1], path, '', '', ''))
76 return open_url(new_url)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/renderer/
H A Didentification_settings_manager.cc168 GURL new_url; in WillStartResourceRequest() local
171 if (!new_url.is_empty()) in WillStartResourceRequest()
176 GURL new_url; in WillStartResourceRequest() local
179 if (!new_url.is_empty()) in WillStartResourceRequest()
195 GURL new_url; in WillStartResourceRequest() local
198 if (!new_url.is_empty()) { in WillStartResourceRequest()
338 GURL& new_url) const { in ApplyURLReplacementSettings()
356 new_url = replacement; in ReplaceURL()
411 GURL& new_url, in AnalyzeAndReplaceQueryString() argument
475 GURL& new_url) const { in ApplyBackgroundQueryParamIfNeeded()
[all …]
/dports/www/py-paste/Paste-3.4.6/paste/
H A Derrordocument.py182 new_url = self.mapper(
189 if not (new_url == None or isinstance(new_url, str)):
193 'to be a string or None, not %r' % new_url)
194 if new_url:
195 url.append([new_url, status, headers])
301 new_url = None
311 new_url = self.mapper(
318 if not (new_url == None or isinstance(new_url, str)):
322 'to be a string or None, not %s'%repr(new_url)
324 if new_url:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/
H A Derrordocument.py182 new_url = self.mapper(
189 if not (new_url == None or isinstance(new_url, str)):
193 'to be a string or None, not %r' % new_url)
194 if new_url:
195 url.append([new_url, status, headers])
301 new_url = None
311 new_url = self.mapper(
318 if not (new_url == None or isinstance(new_url, str)):
322 'to be a string or None, not %s'%repr(new_url)
324 if new_url:
[all …]
/dports/www/elinks/elinks-0.11.7/src/scripting/python/
H A Dhooks.c45 unsigned char *new_url = stracpy((unsigned char *)res); in do_script_hook_goto_url() local
47 if (new_url) mem_free_set(url, new_url); in do_script_hook_goto_url()
80 unsigned char *new_url; in do_script_hook_follow_url() local
83 new_url = stracpy((unsigned char *)str); in do_script_hook_follow_url()
84 if (new_url) mem_free_set(url, new_url); in do_script_hook_follow_url()
163 unsigned char *new_url = stracpy((unsigned char *)str); in do_script_hook_get_proxy() local
165 if (new_url) mem_free_set(new_proxy_url, new_url); in do_script_hook_get_proxy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dgoogle_url_loader_throttle.cc62 GURL new_url; in WillStartRequest() local
63 safe_search_util::ForceGoogleSafeSearch(request->url, &new_url); in WillStartRequest()
64 if (!new_url.is_empty()) in WillStartRequest()
65 request->url = new_url; in WillStartRequest()
121 safe_search_util::ForceGoogleSafeSearch(redirect_info->new_url, in WillRedirectRequest()
122 &redirect_info->new_url); in WillRedirectRequest()
130 redirect_info->new_url, modified_cors_exempt_headers, in WillRedirectRequest()
136 redirect_info->new_url.DomainIs("google.com")) { in WillRedirectRequest()
144 !google_util::IsGoogleAssociatedDomainUrl(redirect_info->new_url)) { in WillRedirectRequest()
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/
H A Dtest_navigate.py80 new_url = navigate.incdec(base_url, 1, 'increment')
81 assert new_url == QUrl('http://localhost:8001')
82 new_url = navigate.incdec(base_url, 1, 'decrement')
83 assert new_url == QUrl('http://localhost:7999')
117 new_url = navigate.incdec(base_url, count, inc_or_dec)
119 assert new_url == expected_url
134 new_url = navigate.incdec(base_url, 1, inc_or_dec)
135 assert new_url == expected_url
147 new_url = navigate.incdec(QUrl(url), 1, 'increment')
148 assert new_url == QUrl(expected)
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Drelocate.c91 const char *new_repos_root, *new_url; in svn_wc_relocate4() local
149 new_url = to; in svn_wc_relocate4()
151 new_url = apr_pstrcat(scratch_pool, to, old_url + from_len, SVN_VA_NULL); in svn_wc_relocate4()
152 if (! svn_path_is_url(new_url)) in svn_wc_relocate4()
155 "(not a URL)"), new_url); in svn_wc_relocate4()
157 new_repos_root = url_remove_final_relpath(new_url, repos_relpath, in svn_wc_relocate4()
162 "(does not point to target)" ), new_url); in svn_wc_relocate4()
164 SVN_ERR(validator(validator_baton, uuid, new_url, new_repos_root, in svn_wc_relocate4()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Drelocate.c91 const char *new_repos_root, *new_url; in svn_wc_relocate4() local
149 new_url = to; in svn_wc_relocate4()
151 new_url = apr_pstrcat(scratch_pool, to, old_url + from_len, SVN_VA_NULL); in svn_wc_relocate4()
152 if (! svn_path_is_url(new_url)) in svn_wc_relocate4()
155 "(not a URL)"), new_url); in svn_wc_relocate4()
157 new_repos_root = url_remove_final_relpath(new_url, repos_relpath, in svn_wc_relocate4()
162 "(does not point to target)" ), new_url); in svn_wc_relocate4()
164 SVN_ERR(validator(validator_baton, uuid, new_url, new_repos_root, in svn_wc_relocate4()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Drelocate.c91 const char *new_repos_root, *new_url; in svn_wc_relocate4() local
149 new_url = to; in svn_wc_relocate4()
151 new_url = apr_pstrcat(scratch_pool, to, old_url + from_len, SVN_VA_NULL); in svn_wc_relocate4()
152 if (! svn_path_is_url(new_url)) in svn_wc_relocate4()
155 "(not a URL)"), new_url); in svn_wc_relocate4()
157 new_repos_root = url_remove_final_relpath(new_url, repos_relpath, in svn_wc_relocate4()
162 "(does not point to target)" ), new_url); in svn_wc_relocate4()
164 SVN_ERR(validator(validator_baton, uuid, new_url, new_repos_root, in svn_wc_relocate4()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Drelocate.c91 const char *new_repos_root, *new_url; in svn_wc_relocate4() local
149 new_url = to; in svn_wc_relocate4()
151 new_url = apr_pstrcat(scratch_pool, to, old_url + from_len, SVN_VA_NULL); in svn_wc_relocate4()
152 if (! svn_path_is_url(new_url)) in svn_wc_relocate4()
155 "(not a URL)"), new_url); in svn_wc_relocate4()
157 new_repos_root = url_remove_final_relpath(new_url, repos_relpath, in svn_wc_relocate4()
162 "(does not point to target)" ), new_url); in svn_wc_relocate4()
164 SVN_ERR(validator(validator_baton, uuid, new_url, new_repos_root, in svn_wc_relocate4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/sync/
H A Dtyped_url_sync_bridge.cc541 URLRow* new_url, in MergeUrls() argument
543 DCHECK(new_url); in MergeUrls()
567 new_url->set_title(url.title()); in MergeUrls()
573 new_url->set_title(url.title()); in MergeUrls()
708 URLRow* new_url) { in UpdateURLRowFromTypedUrlSpecifics() argument
711 if (!new_url->url().is_valid()) { in UpdateURLRowFromTypedUrlSpecifics()
828 URLRow new_url(it->second); in MergeURLWithSync() local
834 it->second = new_url; in MergeURLWithSync()
883 bool existing_url = history_backend_->GetURL(new_url.url(), &new_url); in UpdateFromSync()
902 updated_urls->push_back(new_url); in UpdateFromSync()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/browser/sync/
H A Dtyped_url_sync_bridge.cc554 URLRow* new_url, in MergeUrls() argument
556 DCHECK(new_url); in MergeUrls()
580 new_url->set_title(url.title()); in MergeUrls()
586 new_url->set_title(url.title()); in MergeUrls()
719 URLRow* new_url) { in UpdateURLRowFromTypedUrlSpecifics() argument
722 if (!new_url->url().is_valid()) { in UpdateURLRowFromTypedUrlSpecifics()
844 URLRow new_url(it->second); in MergeURLWithSync() local
850 it->second = new_url; in MergeURLWithSync()
899 bool existing_url = history_backend_->GetURL(new_url.url(), &new_url); in UpdateFromSync()
918 updated_urls->push_back(new_url); in UpdateFromSync()
[all …]

12345678910>>...56