Home
last modified time | relevance | path

Searched refs:url_set (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/
H A Dnavigation_entry_remover.cc99 const base::flat_set<GURL>& url_set) { in DeleteTabNavigationEntries() argument
105 std::cref(url_set)); in DeleteTabNavigationEntries()
114 std::cref(url_set)); in DeleteTabNavigationEntries()
183 const base::flat_set<GURL>& url_set) { in DeleteTabRestoreEntries() argument
195 url_set); in DeleteTabRestoreEntries()
222 base::flat_set<GURL> url_set; in RemoveNavigationEntries() local
224 url_set = CreateUrlSet(deletion_info.deleted_rows()); in RemoveNavigationEntries()
227 deletion_info.restrict_urls(), url_set); in RemoveNavigationEntries()
229 deletion_info.restrict_urls(), url_set); in RemoveNavigationEntries()
/dports/irc/bitlbee/bitlbee-3.6/tests/
H A Dcheck_util.c48 fail_if(0 == url_set(&url, "http://host/"));
60 fail_if(0 == url_set(&url, "https://ahost/AimeeMann"));
72 fail_if(0 == url_set(&url, "https://ahost:200/Lost/In/Space"));
84 fail_if(0 == url_set(&url, "socks4://user@ahost/Space"));
96 fail_if(0 == url_set(&url, "socks5://user:pass@ahost/"));
/dports/www/newsboat/newsboat-2.22.1/test/
H A Ditemlistformaction.cpp217 std::unordered_set<std::string> url_set; variable
235 url_set.insert(test_url + std::to_string(i));
261 REQUIRE(url_set.count(line) == 1);
262 url_set.erase(url_set.find(line));
283 REQUIRE(url_set.count(line) == 1);
284 url_set.erase(url_set.find(line));
301 std::unordered_set<std::string> url_set; variable
344 REQUIRE(url_set.count(line) == 1);
345 url_set.erase(url_set.find(line));
368 REQUIRE(url_set.count(line) == 1);
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/html/
H A Dhtml.cxx694 khash_t (rspamd_url_hash) *url_set;
731 khash_t (rspamd_url_hash) *url_set, in html_process_query_url()
738 qcbd.url_set = url_set; in html_process_query_url()
804 khash_t (rspamd_url_hash) *url_set, in html_process_img_tag()
958 khash_t (rspamd_url_hash) *url_set, in html_process_link_tag()
1090 exceptions, url_set, in html_process_displayed_href_tag()
1230 hc, cld, exceptions, url_set); in html_append_tag_content()
1271 url_set, initial_parsed_offset); in html_append_tag_content()
1316 khash_t (rspamd_url_hash) *url_set, in html_process_input()
1445 if (url_set != NULL) { in html_process_input()
[all …]
H A Dhtml_url.hxx53 void *url_set,
H A Dhtml_url.cxx225 void *url_set, in html_check_displayed_url() argument
269 if (displayed_url && url_set) { in html_check_displayed_url()
270 turl = rspamd_url_set_add_or_return((khash_t (rspamd_url_hash) *)url_set, displayed_url); in html_check_displayed_url()
H A Dhtml.h75 khash_t (rspamd_url_hash) *url_set,
H A Dhtml.hxx133 khash_t (rspamd_url_hash) *url_set,
/dports/mail/rspamd/rspamd-3.1/src/libserver/html/
H A Dhtml.cxx694 khash_t (rspamd_url_hash) *url_set;
731 khash_t (rspamd_url_hash) *url_set, in html_process_query_url()
738 qcbd.url_set = url_set; in html_process_query_url()
804 khash_t (rspamd_url_hash) *url_set, in html_process_img_tag()
958 khash_t (rspamd_url_hash) *url_set, in html_process_link_tag()
1090 exceptions, url_set, in html_process_displayed_href_tag()
1230 hc, cld, exceptions, url_set); in html_append_tag_content()
1271 url_set, initial_parsed_offset); in html_append_tag_content()
1316 khash_t (rspamd_url_hash) *url_set, in html_process_input()
1443 if (url_set != NULL) { in html_process_input()
[all …]
H A Dhtml_url.cxx225 void *url_set, in html_check_displayed_url() argument
269 if (displayed_url && url_set) { in html_check_displayed_url()
270 turl = rspamd_url_set_add_or_return((khash_t (rspamd_url_hash) *)url_set, displayed_url); in html_check_displayed_url()
H A Dhtml_url.hxx53 void *url_set,
H A Dhtml.h75 khash_t (rspamd_url_hash) *url_set,
H A Dhtml.hxx133 khash_t (rspamd_url_hash) *url_set,
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/Apps/NetGet/
H A DNetGet.cpp54 bool url_set = false; in main() local
95 } else if (!url_set) { in main()
101 url_set = true; in main()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Apps/NetGet/
H A DNetGet.cpp54 bool url_set = false; in main() local
95 } else if (!url_set) { in main()
101 url_set = true; in main()
/dports/devel/monotone/monotone-1.1/extra/mtn-hooks/
H A Dmonotone-ciabot.py143 url_set = False
146 url_set = True
147 if not url_set:
/dports/security/snort3/snort3-3.1.19.0/src/file_api/
H A Dfile_lib.h63 bool is_url_set() const { return url_set; } in is_url_set()
100 bool url_set = false; variable
H A Dfile_lib.cc120 url_set = other.url_set; in copy()
165 url_set = true; in set_url()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/v2/
H A Doffline_page_spy.cc162 [](const base::flat_set<GURL>& url_set, in RequestOfflinePageStatus()
164 return url_set.count(item.GetOriginalUrl()) > 0; in RequestOfflinePageStatus()
/dports/irc/bitlbee/bitlbee-3.6/lib/
H A Durl.h44 int url_set(url_t *url, const char *set_url);
H A Durl.c29 int url_set(url_t *url, const char *set_url) in url_set() function
/dports/net/py-python-glanceclient/python-glanceclient-3.5.0/glanceclient/v2/
H A Dimages.py494 def delete_locations(self, image_id, url_set): argument
504 missing_locs = url_set.difference(set(current_urls))
511 url_indices = [current_urls.index(url) for url in url_set]
/dports/irc/bitlbee-mastodon/bitlbee-mastodon-1.4.5/src/
H A Dmastodon-http.c106 if (!url_set(base_url, url_string)) { in mastodon_http()
/dports/net/py-python-glanceclient/python-glanceclient-3.5.0/glanceclient/tests/unit/v2/
H A Dtest_images.py1429 url_set = set(['http://foo.com/', 'http://bar.com/'])
1432 self.controller.delete_locations(image_id, url_set)
1439 url_set = set(['http://spam.ham/'])
1440 err_str = 'Unknown URL(s): %s' % list(url_set)
1444 image_id, url_set)
/dports/net-im/folks/folks-0.15.3/backends/telepathy/lib/
H A Dtpf-persona-store-cache.vala327 var url_set = new SmallSet<UrlFieldDetails> (
356 url_set.add (new UrlFieldDetails (v, p));
364 phone_number_set, url_set);

123