Home
last modified time | relevance | path

Searched refs:url (Results 1 – 25 of 17038) sorted by relevance

12345678910>>...682

/dports/security/lego/lego-4.5.3/vendor/github.com/nrdcg/namesilo/
H A Dparams.go5 Amount string `url:"amount"`
6 PaymentID string `url:"payment_id"`
46 NameServer3 string `url:"ns3"`
47 NameServer4 string `url:"ns4"`
48 NameServer5 string `url:"ns5"`
49 NameServer6 string `url:"ns6"`
50 NameServer7 string `url:"ns7"`
51 NameServer8 string `url:"ns8"`
52 NameServer9 string `url:"ns9"`
185 ID string `url:"rrid"`
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/nrdcg/namesilo/
H A Dparams.go5 Amount string `url:"amount"`
6 PaymentID string `url:"payment_id"`
46 NameServer3 string `url:"ns3"`
47 NameServer4 string `url:"ns4"`
48 NameServer5 string `url:"ns5"`
49 NameServer6 string `url:"ns6"`
50 NameServer7 string `url:"ns7"`
51 NameServer8 string `url:"ns8"`
52 NameServer9 string `url:"ns9"`
185 ID string `url:"rrid"`
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/library/uri/
H A Dplus_spec.rb51 url.to_s.should == 'g:h'
54 url.to_s.should == 'g:h'
63 url.to_s.should == 'g'
73 url.to_s.should == 'g'
82 url.to_s.should == 'g/'
101 url.to_s.should == '//g'
112 url.to_s.should == '?y'
130 url.to_s.should == '#s'
157 url.to_s.should == ';x'
185 url.to_s.should == './'
[all …]
/dports/www/py-yarl/yarl-1.7.2/tests/
H A Dtest_url.py222 assert url.host == url.raw_host
234 assert url.host == url.raw_host
240 assert url.host == url.raw_host
247 assert url.host == url.raw_host
433 assert url.raw_parts == url.raw_parts
1093 assert url == URL(str(url))
1099 assert url == URL(str(url))
1109 assert URL(url) == url
1125 assert url is url.parent
1202 url = URL(url)
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/urlparse-0.7.3/tests/
H A Dtest_urlparse.rs10 assert_eq!(url.scheme, "mailto"); in test_urlparse_rfc2368()
11 assert_eq!(url.netloc, ""); in test_urlparse_rfc2368()
13 assert_eq!(url.username, None); in test_urlparse_rfc2368()
14 assert_eq!(url.hostname, None); in test_urlparse_rfc2368()
15 assert_eq!(url.port, None); in test_urlparse_rfc2368()
22 assert_eq!(url.scheme, "http"); in test_urlparse_rfc2732()
24 assert_eq!(url.path, "/foo/"); in test_urlparse_rfc2732()
174 assert_eq!(url.path, ""); in test_urlparse_noslash()
188 assert_eq!(url.path, ""); in test_urlparse_withoutscheme()
192 assert_eq!(url.path, ""); in test_urlparse_withoutscheme()
[all …]
/dports/net/nng/nng-1.5.2/src/core/
H A Durl_test.c18 nng_url *url; in test_url_host() local
37 nng_url *url; in test_url_host_port() local
55 nng_url *url; in test_url_host_port_path() local
75 nng_url *url; in test_url_user_info() local
94 nng_url *url; in test_url_path_query_param() local
113 nng_url *url; in test_url_query_param_anchor() local
133 nng_url *url; in test_url_path_anchor() local
152 nng_url *url; in test_url_anchor() local
170 nng_url *url; in test_url_query_param() local
188 nng_url *url; in test_url_v6_host() local
[all …]
/dports/math/cvc4/CVC4-1.7/test/regress/regress2/strings/
H A Dcmu-prereg-fmf.smt26 (declare-fun url () String)
8url 0 (- (str.indexof url ":" 0) 0)) 0 (- (+ (str.indexof (str.substr url 0 (- (str.indexof url ":…
12 ;(get-value (url))
H A Dcmu-repl-len-nterm.smt26 (declare-fun url () String)
8url 0 (- (str.indexof url ":" 0) 0)) 0 (- (+ (str.indexof (str.substr url 0 (- (str.indexof url ":…
12 ;(get-value (url))
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/compat/
H A Durl-test.c++33 KJ_EXPECT(kj::str(url) == expectedRestringified, url, originalText, expectedRestringified);
35 auto clone = url.clone();
37 return url;
53 KJ_EXPECT(url.scheme == "https");
56 KJ_EXPECT(url.path == nullptr);
58 KJ_EXPECT(url.query == nullptr);
67 KJ_EXPECT(url.path == nullptr);
69 KJ_EXPECT(url.query == nullptr);
78 KJ_EXPECT(url.path == nullptr);
79 KJ_EXPECT(url.hasTrailingSlash);
[all …]
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/compat/
H A Durl-test.c++33 KJ_EXPECT(kj::str(url) == expectedRestringified, url, originalText, expectedRestringified);
35 auto clone = url.clone();
37 return url;
53 KJ_EXPECT(url.scheme == "https");
56 KJ_EXPECT(url.path == nullptr);
58 KJ_EXPECT(url.query == nullptr);
67 KJ_EXPECT(url.path == nullptr);
69 KJ_EXPECT(url.query == nullptr);
78 KJ_EXPECT(url.path == nullptr);
79 KJ_EXPECT(url.hasTrailingSlash);
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/uri/
H A Dtest_generic.rb45 assert_kind_of(URI::FTP, url)
52 ary = uri_to_ary(url)
56 assert_kind_of(URI::FTP, url)
63 ary = uri_to_ary(url)
77 ary = uri_to_ary(url)
91 ary = uri_to_ary(url)
103 ary = uri_to_ary(url)
117 ary = uri_to_ary(url)
131 ary = uri_to_ary(url)
185 map.each { |url, result|
[all …]
/dports/www/kcgi/kcgi-0.13.0/regress/
H A Dtest-urlpart.c35 char *url; in main() local
44 free(url); in main()
52 free(url); in main()
60 free(url); in main()
68 free(url); in main()
76 free(url); in main()
84 free(url); in main()
92 free(url); in main()
100 free(url); in main()
108 free(url); in main()
[all …]
H A Dtest-urlpartx.c35 char *url; in main() local
44 free(url); in main()
52 free(url); in main()
60 free(url); in main()
68 free(url); in main()
77 free(url); in main()
86 free(url); in main()
97 free(url); in main()
108 free(url); in main()
117 free(url); in main()
[all …]
/dports/security/i2pd/i2pd-2.40.0/tests/
H A Dtest-http-url.cpp8 URL *url; in main() local
10 url = new URL; in main()
20 delete url; in main()
22 url = new URL; in main()
31 delete url; in main()
42 delete url; in main()
53 delete url; in main()
72 delete url; in main()
83 delete url; in main()
94 delete url; in main()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/System/Classes/
H A Durl.hpp29 class url { class
34 url ();
46 inline url as_url (tree t) { return url(t); } in as_url()
76 url operator * (url u1, url u2); // concatenation of url with rootless url
77 url operator * (url u1, const char* name);
78 url operator * (url u1, string name);
79 url operator | (url u1, url u2); // disjunction of urls like in file paths
132 url unblank (url u); // a/b/ -> a/b
133 url relative (url base, url u); // a/b, c -> a/c
134 url delta (url base, url u); // relative (a, delta (a, b)) == b
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dhelp_url.c32 GString *url = g_string_new(""); in user_guide_url() local
55 if (url->len == 0) { in user_guide_url()
58 return g_string_free(url, FALSE); in user_guide_url()
64 gchar *url; in topic_action_url() local
69 url = g_strdup(WS_HOME_PAGE_URL); in topic_action_url()
72 url = g_strdup(WS_WIKI_HOME_URL); in topic_action_url()
75 url = g_strdup(WS_DOWNLOAD_URL); in topic_action_url()
78 url = g_strdup(WS_DOCS_URL); in topic_action_url()
84 url = g_strdup(WS_FAQ_URL); in topic_action_url()
87 url = g_strdup(WS_Q_AND_A_URL); in topic_action_url()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dhelp_url.c32 GString *url = g_string_new(""); in user_guide_url() local
55 if (url->len == 0) { in user_guide_url()
58 return g_string_free(url, FALSE); in user_guide_url()
64 gchar *url; in topic_action_url() local
69 url = g_strdup(WS_HOME_PAGE_URL); in topic_action_url()
72 url = g_strdup(WS_WIKI_HOME_URL); in topic_action_url()
75 url = g_strdup(WS_DOWNLOAD_URL); in topic_action_url()
78 url = g_strdup(WS_DOCS_URL); in topic_action_url()
84 url = g_strdup(WS_FAQ_URL); in topic_action_url()
87 url = g_strdup(WS_Q_AND_A_URL); in topic_action_url()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dhelp_url.c32 GString *url = g_string_new(""); in user_guide_url() local
55 if (url->len == 0) { in user_guide_url()
58 return g_string_free(url, FALSE); in user_guide_url()
64 gchar *url; in topic_action_url() local
69 url = g_strdup(WS_HOME_PAGE_URL); in topic_action_url()
72 url = g_strdup(WS_WIKI_HOME_URL); in topic_action_url()
75 url = g_strdup(WS_DOWNLOAD_URL); in topic_action_url()
78 url = g_strdup(WS_DOCS_URL); in topic_action_url()
84 url = g_strdup(WS_FAQ_URL); in topic_action_url()
87 url = g_strdup(WS_Q_AND_A_URL); in topic_action_url()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dhelp_url.c32 GString *url = g_string_new(""); in user_guide_url() local
55 if (url->len == 0) { in user_guide_url()
58 return g_string_free(url, FALSE); in user_guide_url()
64 gchar *url; in topic_action_url() local
69 url = g_strdup(WS_HOME_PAGE_URL); in topic_action_url()
72 url = g_strdup(WS_WIKI_HOME_URL); in topic_action_url()
75 url = g_strdup(WS_DOWNLOAD_URL); in topic_action_url()
78 url = g_strdup(WS_DOCS_URL); in topic_action_url()
84 url = g_strdup(WS_FAQ_URL); in topic_action_url()
87 url = g_strdup(WS_Q_AND_A_URL); in topic_action_url()
[all …]
/dports/www/osticket/upload/scp/
H A Dajax.php71 url('^add$', 'add'),
106 url('^/lookup$', 'getUser'),
110 url('^/import$', 'importUsers'),
226 url('^(?P<tid>\d+)/close', 'close'),
231 url('^add$', 'add'),
232 url('^(?P<tid>\d+)/add', 'add'),
233 url('^lookup', 'lookup'),
256 url('^(?P<id>\w+)/check$', 'check')
284 url('^/team$', 'addTeam'),
285 url('^/role$', 'addRole'),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/url_formatter/
H A Durl_fixer_unittest.cc24 namespace url { namespace
35 const url::Component scheme;
36 const url::Component username;
37 const url::Component password;
38 const url::Component host;
39 const url::Component port;
40 const url::Component path;
41 const url::Component query;
42 const url::Component ref;
269 url::Parsed parts; in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/url_formatter/
H A Durl_fixer_unittest.cc24 namespace url { namespace
35 const url::Component scheme;
36 const url::Component username;
37 const url::Component password;
38 const url::Component host;
39 const url::Component port;
40 const url::Component path;
41 const url::Component query;
42 const url::Component ref;
269 url::Parsed parts; in TEST()
[all …]
/dports/www/py-urlobject/URLObject-2.4.3/test/
H A Durlobject_test.py29 url = URLObject(self.url_string)
68 assert self.url.relative('') == self.url.without_fragment()
71 … assert self.url.relative('?name=value') == self.url.without_fragment().with_query('name=value')
74 assert self.url.relative('#foobar') == self.url.with_fragment('foobar')
103 assert self.url.port is None
138 assert url.username == 'zack'
139 assert url.password == '12345'
144 assert url.username == 'zack'
145 assert url.password is None
150 assert url.username is None
[all …]
/dports/net/pear-Horde_Url/Horde_Url-2.2.6/test/Horde/Url/
H A DAddTest.php15 $url->add('foo', 1);
17 $url->add('bar', 2);
19 $url->add('baz', 3);
21 $url->add('fez');
24 $url->setAnchor('boo');
52 $url->add('baz', 3);
61 $url->add('x', 'y');
63 $url->raw = true;
64 $url->add('x', 'y');
72 $url->add('x', 'y')
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dsettings.go232 …AdminMode *bool `url:"admin_mode,omitempty" json:"admi…
282 …EnforceTerms *bool `url:"enforce_terms,omitempty" json:"e…
298 …GrafanaURL *string `url:"grafana_url,omitempty" json:"gra…
304 …HelpText *string `url:"help_text,omitempty" json:"help_…
306 …HomePageURL *string `url:"home_page_url,omitempty" json:"h…
320 …MetricsHost *string `url:"metrics_host,omitempty" json:"me…
324 …MetricsPort *int `url:"metrics_port,omitempty" json:"me…
339 …PlantumlURL *string `url:"plantuml_url,omitempty" json:"pl…
362 …SignInText *string `url:"sign_in_text,omitempty" json:"si…
365 …SlackAppID *string `url:"slack_app_id,omitempty" json:"sl…
[all …]

12345678910>>...682