Home
last modified time | relevance | path

Searched refs:Url (Results 1 – 25 of 7643) sorted by relevance

12345678910>>...306

/dports/www/wwwoffle/wwwoffle-2.9j/src/
H A Dmiscurl.c320 Url->host=Url->hostport; in CreateURL()
332 strcpy(Url->name,Url->proto); in CreateURL()
338 Url->hostp=Url->name+n; in CreateURL()
343 Url->pathp=Url->name+n; in CreateURL()
345 strcpy(Url->name+n,Url->path); in CreateURL()
365 n=Url->hostp-Url->name; in CreateURL()
390 Url->file=Url->name; in CreateURL()
425 if(Url->private_dir && Url->private_dir!=Url->hostport) in FreeURL()
431 if(Url->private_link && Url->private_link!=Url->name) in FreeURL()
434 if(Url->file!=Url->name) in FreeURL()
[all …]
H A Dwwwoffles.c560 Url->proto,Url->hostport,Url->path,Url->args,Url->user,Url->pass); in wwwoffles()
824 AddPasswordURL(newUrl,Url->user,Url->pass); in wwwoffles()
831 Url->proto,Url->hostport,Url->path,Url->args,Url->user,Url->pass); in wwwoffles()
1066 if(Url->user && ConfigBooleanURL(TryWithoutPassword,Url)) in wwwoffles()
1068 Urlpw=Url; in wwwoffles()
1069 Url=CreateURL(Url->proto,Url->hostport,Url->path,Url->args,NULL,NULL); in wwwoffles()
1284 FreeURL(Url); in wwwoffles()
1285 Url=Urlpw; in wwwoffles()
1311 else if(Url->args && *Url->args=='!') in wwwoffles()
2987 Url=Urlpw; in wwwoffles()
[all …]
H A Dwwwoffle.h54 int ExistsOutgoingSpoolFile(URL *Url);
58 int OpenWebpageSpoolFile(int rw,URL *Url);
61 time_t ExistsWebpageSpoolFile(URL *Url);
63 void CreateBackupWebpageSpoolFile(URL *Url);
66 int OpenBackupWebpageSpoolFile(URL *Url);
68 int CreateLockWebpageSpoolFile(URL *Url);
69 void DeleteLockWebpageSpoolFile(URL *Url);
70 int ExistsLockWebpageSpoolFile(URL *Url);
72 int CreateLastTimeSpoolFile(URL *Url);
140 void IndexPage(int fd,URL *Url);
[all …]
H A Dspool.c196 *Url=NULL; in OpenExistingOutgoingSpoolFile()
374 if(Url) in DeleteOutgoingSpoolFile()
1010 sprintf(name,"../%s/%s/%s",Url->proto,URLToDirName(Url),file); in CreateLastTimeSpoolFile()
1018 sprintf(name,"../%s/%s/%s",Url->proto,URLToDirName(Url),file); in CreateLastTimeSpoolFile()
1548 if(Url) in DeleteMonitorSpoolFile()
1601 URL *Url; in FileNameToURL() local
1646 return(Url); in FileNameToURL()
1702 Url->private_dir=(char*)malloc(strlen(Url->hostport)+1); in URLToDirName()
1708 Url->private_dir[i]=Url->hostport[i]; in URLToDirName()
1713 Url->private_dir=Url->hostport; in URLToDirName()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/qtbindings/
H A DCoreUrl.cpp23 Url::Url() in Url() function in Url
27 Url::Url(const QUrl &copy) : QUrl(copy) in Url() function in Url
31 Url::Url(const Url &copy) : QObject(), QUrl(copy) in Url() function in Url
35 Url::Url(const QString &url, QUrl::ParsingMode mode) : QUrl(url, mode) in Url() function in Url
39 Url::Url(QUrl &&other) : QUrl(other) in Url() function in Url
53 void Url::clear() in clear()
58 void Url::detach() in detach()
83 bool Url::hasQuery() const in hasQuery()
98 bool Url::isEmpty() const in isEmpty()
118 bool Url::isValid() const in isValid()
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dtest_request.erl23 copy(Url) ->
24 copy(Url, []).
26 copy(Url, Headers) ->
32 get(Url) ->
33 get(Url, []).
35 get(Url, Headers) ->
41 post(Url, Body) ->
50 put(Url, Body) ->
59 delete(Url) ->
60 delete(Url, []).
[all …]
/dports/www/monolith/monolith-2.6.1/src/tests/utils/
H A Ddetect_media_type.rs16 let dummy_url: Url = Url::parse("data:,").unwrap(); in image_gif87()
22 let dummy_url: Url = Url::parse("data:,").unwrap(); in image_gif89()
28 let dummy_url: Url = Url::parse("data:,").unwrap(); in image_jpeg()
37 let dummy_url: Url = Url::parse("data:,").unwrap(); in image_png()
46 let dummy_url: Url = Url::parse("data:,").unwrap(); in image_svg()
55 let dummy_url: Url = Url::parse("data:,").unwrap(); in image_webp()
64 let dummy_url: Url = Url::parse("data:,").unwrap(); in image_icon()
88 let dummy_url: Url = Url::parse("data:,").unwrap(); in audio_mpeg()
94 let dummy_url: Url = Url::parse("data:,").unwrap(); in audio_mpeg_2()
103 let dummy_url: Url = Url::parse("data:,").unwrap(); in audio_mpeg_3()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Policy/
H A DUrlTest.cs45 Url u = new Url (null); in Url_Null()
52 Url u = new Url (String.Empty); in Url_Empty()
58 Url u = new Url ("index.html"); in Url_NoProtocol()
66 Url u2 = new Url ("ftp://www.go-mono.com"); in Url_WellKnownProtocol()
79 Url u = new Url (url); in Url_UnknownProtocol()
95 Url u = new Url (url); in Url_GoMonoWebUrl()
100 Url u2 = (Url) u.Copy (); in Url_GoMonoWebUrl()
108 Url u3 = new Url ("go-mono.com"); in Url_GoMonoWebUrl()
146 Url u = new Url ("*"); in Url_LoneStar()
149 Url u2 = (Url) u.Copy (); in Url_LoneStar()
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/test/eunit/
H A Dchttpd_db_attachment_size_tests.erl34 create_db(Url),
36 Url.
39 teardown(Url) ->
40 delete_db(Url),
67 put_inline(Url) ->
75 put_simple(Url) ->
103 put_mp_related(Url) ->
126 create_db(Url) ->
136 delete_db(Url) ->
182 put_req(Url, Body) ->
[all …]
H A Dchttpd_db_test.erl35 create_db(Url),
36 Url.
38 teardown(Url) ->
39 delete_db(Url),
42 create_db(Url) ->
47 create_doc(Url, Id) ->
51 delete_db(Url) ->
165 Url ++ "/notadoc",
176 Url ++ "/testdoc3",
194 Url ++ "/testdoc4",
[all …]
H A Dchttpd_purge_tests.erl33 create_db(Url),
34 Url.
37 teardown(Url) ->
38 delete_db(Url),
42 create_db(Url) ->
47 create_doc(Url, Id) ->
51 create_doc(Url, Id, Content) ->
56 create_docs(Url, Docs) ->
61 delete_db(Url) ->
93 test_empty_purge_request(Url) ->
[all …]
H A Dchttpd_security_tests.erl49 create_db(Url),
50 create_design_doc(Url),
53 set_security(Url),
54 [Url, UsersUrl].
57 delete_db(Url),
61 create_db(Url) ->
65 create_design_doc(Url) ->
70 set_security(Url) ->
81 delete_db(Url) ->
89 Url = lists:concat([
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/test/
H A Dremote-url.cpp13 Url::Ptr url = new Url("http://icinga.com/foo/bar/baz?hurr=durr"); in BOOST_AUTO_TEST_CASE()
29 Url::Ptr url = new Url(); in BOOST_AUTO_TEST_CASE()
69 Url::Ptr url = new Url("https://icinga.com/hya/?rair=robert&rain=karl&foo[]=bar"); in BOOST_AUTO_TEST_CASE()
87 Url::Ptr url = new Url("http://foo.bar/baz/?hop=top&flop=sop#iLIKEtrains"); in BOOST_AUTO_TEST_CASE()
88 Url::Ptr url2; in BOOST_AUTO_TEST_CASE()
94 url = new Url("/foo/bar/index.php?blaka"); in BOOST_AUTO_TEST_CASE()
98 url = new Url("/"); in BOOST_AUTO_TEST_CASE()
112 Url::Ptr url; in BOOST_AUTO_TEST_CASE()
121 BOOST_CHECK(url = new Url("/")); in BOOST_AUTO_TEST_CASE()
122 BOOST_CHECK(url = new Url("///////")); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/www/tclhttpd/tclhttpd3.5.1/lib/
H A Durl.tcl148 global Url
186 global Url
222 global Url
300 global Url
312 global Url
314 set Url(accessHooks) [concat $proc $Url(accessHooks)]
329 global Url
332 set Url(accessHooks) [lreplace $Url(accessHooks) $ix $ix]
363 global Url
443 global Url
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/test/eunit/
H A Dcouch_db_mpr_tests.erl37 Url.
40 teardown(Url) ->
41 catch delete_db(Url),
45 create_db(Url) ->
50 delete_db(Url) ->
58 delete_doc(Url, Id, Rev) ->
81 recreate_with_mpr(Url) ->
86 create_db(Url),
89 delete_db(Url),
91 create_db(Url),
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]
/dports/www/websocat/websocat-1.9.0/cargo-crates/url-1.7.2/tests/
H A Dunit.rs24 assert_eq!(size_of::<Url>(), size_of::<Option<Url>>()); in size()
151 fn check_eq(a: &Url, b: &Url) { in test_equality() argument
161 fn url(s: &str) -> Url { in test_equality() argument
183 let a: Url = url("http://foo.com/"); in test_equality()
184 let b: Url = url("http://bar.com/"); in test_equality()
188 let a: Url = url("http://foo.com"); in test_equality()
499 let url = Url::options() in test_old_log_violation_option()
512 let url = Url::options() in test_syntax_violation_callback()
528 let url = Url::options() in test_syntax_violation_callback_lifetimes()
534 let url = Url::options() in test_syntax_violation_callback_lifetimes()
[all …]

12345678910>>...306