Home
last modified time | relevance | path

Searched refs:validate_url (Results 1 – 25 of 90) sorted by relevance

1234

/dports/multimedia/neolink/neolink-cf54129/cargo-crates/validator-0.10.1/src/validation/
H A Durls.rs6 pub fn validate_url<'a, T>(val: T) -> bool in validate_url() function
17 use super::validate_url;
29 assert_eq!(validate_url(url), expected); in test_validate_url()
36 assert_eq!(validate_url(test), true); in test_validate_url_cow()
38 assert_eq!(validate_url(test), true); in test_validate_url_cow()
40 assert_eq!(validate_url(test), false); in test_validate_url_cow()
42 assert_eq!(validate_url(test), false); in test_validate_url_cow()
/dports/devel/py-pydantic/pydantic-1.8.2/tests/
H A Dtest_networks.py114 def validate_url(s): function
122 url = validate_url('http://example.org')
134 …url = validate_url('http://user:password@example.org:1234/the/path/?query=here#fragment=is;this=bi…
153 url = validate_url('ftp://123.45.67.8:8329/')
163 url = validate_url('wss://[2001:db8::ff00:42]:8329')
171 url = validate_url('https://£££.org')
178 url = validate_url('http://example.co.uk')
187 url = validate_url('http://user:@example.org')
194 url = validate_url('http://:password@example.org')
201 url = validate_url('https://twitter.com/@handle')
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/CAS/lib/CAS/
H A DClient.php1409 $validate_url = '';
2041 $validate_url,
2052 $validate_url,
2063 $validate_url,
2130 $validate_url,
2689 $validate_url,
3291 $validate_url,
3309 $validate_url,
3321 $validate_url,
3333 $validate_url,
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/CAS/lib/CAS/
H A DClient.php1409 $validate_url = '';
2041 $validate_url,
2052 $validate_url,
2063 $validate_url,
2130 $validate_url,
2689 $validate_url,
3291 $validate_url,
3309 $validate_url,
3321 $validate_url,
3333 $validate_url,
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jasig/phpcas/source/CAS/
H A DClient.php1397 $validate_url = '';
1995 $validate_url = $this->getServerServiceValidateURL()
2000 $validate_url .= '&renew=true';
2023 $this, 'Ticket not validated', $validate_url,
2072 $validate_url = $this->getServerSamlValidateURL();
2076 $validate_url .= '&renew=true';
2102 $this, 'SA not validated', $validate_url,
2111 $this, 'SA not validated', $validate_url,
2122 $this, 'SA not validated', $validate_url,
2138 $this, 'SA not validated', $validate_url,
[all …]
/dports/www/moodle310/moodle/auth/cas/CAS/CAS/
H A DClient.php1397 $validate_url = '';
1995 $validate_url = $this->getServerServiceValidateURL()
2000 $validate_url .= '&renew=true';
2023 $this, 'Ticket not validated', $validate_url,
2072 $validate_url = $this->getServerSamlValidateURL();
2076 $validate_url .= '&renew=true';
2102 $this, 'SA not validated', $validate_url,
2111 $this, 'SA not validated', $validate_url,
2122 $this, 'SA not validated', $validate_url,
2138 $this, 'SA not validated', $validate_url,
[all …]
/dports/www/moodle311/moodle/auth/cas/CAS/CAS/
H A DClient.php1397 $validate_url = '';
1995 $validate_url = $this->getServerServiceValidateURL()
2000 $validate_url .= '&renew=true';
2023 $this, 'Ticket not validated', $validate_url,
2072 $validate_url = $this->getServerSamlValidateURL();
2076 $validate_url .= '&renew=true';
2102 $this, 'SA not validated', $validate_url,
2111 $this, 'SA not validated', $validate_url,
2122 $this, 'SA not validated', $validate_url,
2138 $this, 'SA not validated', $validate_url,
[all …]
/dports/www/moodle39/moodle/auth/cas/CAS/CAS/
H A DClient.php1397 $validate_url = '';
1995 $validate_url = $this->getServerServiceValidateURL()
2000 $validate_url .= '&renew=true';
2023 $this, 'Ticket not validated', $validate_url,
2072 $validate_url = $this->getServerSamlValidateURL();
2076 $validate_url .= '&renew=true';
2102 $this, 'SA not validated', $validate_url,
2111 $this, 'SA not validated', $validate_url,
2122 $this, 'SA not validated', $validate_url,
2138 $this, 'SA not validated', $validate_url,
[all …]
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/vendor/jasig/phpcas/source/CAS/
H A DClient.php1556 $validate_url = '';
2154 $validate_url = $this->getServerServiceValidateURL()
2159 $validate_url .= '&renew=true';
2182 $this, 'Ticket not validated', $validate_url,
2231 $validate_url = $this->getServerSamlValidateURL();
2235 $validate_url .= '&renew=true';
2261 $this, 'SA not validated', $validate_url,
2270 $this, 'SA not validated', $validate_url,
2281 $this, 'SA not validated', $validate_url,
2297 $this, 'SA not validated', $validate_url,
[all …]
/dports/www/R-cran-httr/httr/R/
H A Doauth-token-utils.R53 validate_url <- endpoint_validation_url(endpoint, credentials) functionVar
54 response <- GET(validate_url, accept_json())
59 validate_url <- endpoint_validation_url(endpoint, credentials) functionVar
60 response <- GET(validate_url, accept_json())
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/bulk_imports/projects/pipelines/
H A Dsnippets_repository_pipeline.rb21 validate_url(oauth2_url)
54 def validate_url(url) method in BulkImports.Projects.Pipelines.SnippetsRepositoryPipeline
/dports/www/py-django-cms/django-cms-3.7.1/cms/forms/
H A Dvalidators.py17 def validate_url(value): function
30 validate_url(path)
H A Dfields.py8 from cms.forms.validators import validate_url
82 default_validators = [validate_url]
/dports/www/py-werkzeug/Werkzeug-2.0.2/examples/shorty/
H A Dviews.py10 from .utils import validate_url
19 if not validate_url(url):
/dports/devel/py-azure-identity/azure-identity-1.5.0/tests/
H A Dtest_authn_client.py215 def validate_url(url): function
222 validate_url(request.url)
228 validate_url(request.url)
235 validate_url(request.url)
/dports/www/py-quilt3/quilt3-3.6.0/tests/
H A Dtest_util.py64 util.validate_url('http://foo:bar')
67 util.validate_url('blah')
/dports/www/py-werkzeug/Werkzeug-2.0.2/examples/couchy/
H A Dviews.py9 from .utils import validate_url
18 if not validate_url(url):
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/bulk_imports/
H A Dfile_download_service.rb30 validate_url
91 def validate_url method in BulkImports.FileDownloadService
/dports/devel/py-flit/flit-3.5.1/flit/
H A Dvalidate.py239 def validate_url(url): function
260 probs.extend(validate_url(url))
293 validate_url(i.metadata.get('home_page', None)),
/dports/www/moinmoin/moin-1.9.11/MoinMoin/auth/
H A Dcas.py48 def validate_url(self, service, ticket): member in PyCAS
57 f = urllib2.urlopen(self.validate_url(service, ticket))
/dports/security/py-python3-saml/python3-saml-1.12.0/src/onelogin/saml2/
H A Dsettings.py54 def validate_url(url, allow_single_label_domain=False):
379 elif not validate_url(idp['singleSignOnService']['url'], allow_single_domain_urls):
383 if slo_url and not validate_url(slo_url, allow_single_domain_urls):
440 … elif not validate_url(sp['assertionConsumerService']['url'], allow_single_domain_urls):
469 if slo_url and not validate_url(slo_url, allow_single_domain_urls):
/dports/www/moodle311/moodle/lib/classes/oauth2/
H A Dendpoint.php67 protected function validate_url($value) { function in core\\oauth2\\endpoint
/dports/www/moodle310/moodle/lib/classes/oauth2/
H A Dendpoint.php67 protected function validate_url($value) { function in core\\oauth2\\endpoint
/dports/www/moodle39/moodle/lib/classes/oauth2/
H A Dendpoint.php67 protected function validate_url($value) { function in core\\oauth2\\endpoint
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dhttp.h22 bool validate_url(t_session *session);

1234