Home
last modified time | relevance | path

Searched defs:https (Results 51 – 75 of 776) sorted by relevance

12345678910>>...32

/dports/lang/swi-pl/swipl-8.2.3/library/clp/
H A Dclpfd.pl72 https://github.com/triska/clpz label
5702 https://www.metalevel.at/prolog/dcg label
5708 https://www.metalevel.at/scc.pl label
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/share/
H A Dmail-dmarc.ini75 [https] section
76 port = 8443
77 ssl_crt =
78 ssl_key =
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/
H A DGNUmakefile65 git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO) target
75 git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO) target
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/httpie/
H A Dhttpie.plugin.zsh6 alias https='http --default-scheme=https' alias
/dports/devel/py-pdm/pdm-1.11.0/tests/fixtures/projects/demo-package/
H A Drequirements.ini2 --extra-index-url https://test.pypi.org/simple key
/dports/devel/p5-IO-All-LWP/IO-All-LWP-0.14/lib/IO/All/
H A DHTTPS.pm9 sub https { my $self=shift;$self->lwp_init(__PACKAGE__, @_) } subroutine
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DRequestBuilderTest.java125 URI https = URI.create("https://foo.com"); in testURI() local
126 assertEquals(newBuilder(https).build().uri(), https); in testURI() local
127 assertEquals(newBuilder().uri(https).build().uri(), https); in testURI() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/
H A DRequestBuilderTest.java124 URI https = URI.create("https://foo.com"); in testURI() local
125 assertEquals(newBuilder(https).build().uri(), https); in testURI() local
126 assertEquals(newBuilder().uri(https).build().uri(), https); in testURI() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DRequestBuilderTest.java125 URI https = URI.create("https://foo.com"); in testURI() local
126 assertEquals(newBuilder(https).build().uri(), https); in testURI() local
127 assertEquals(newBuilder().uri(https).build().uri(), https); in testURI() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/httpclient/
H A DRequestBuilderTest.java124 URI https = URI.create("https://foo.com"); in testURI() local
125 assertEquals(newBuilder(https).build().uri(), https); in testURI() local
126 assertEquals(newBuilder().uri(https).build().uri(), https); in testURI() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/
H A DRequestBuilderTest.java124 URI https = URI.create("https://foo.com"); in testURI() local
125 assertEquals(newBuilder(https).build().uri(), https); in testURI() local
126 assertEquals(newBuilder().uri(https).build().uri(), https); in testURI() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/
H A DRequestBuilderTest.java124 URI https = URI.create("https://foo.com"); in testURI() local
125 assertEquals(newBuilder(https).build().uri(), https); in testURI() local
126 assertEquals(newBuilder().uri(https).build().uri(), https); in testURI() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/
H A DRequestBuilderTest.java124 URI https = URI.create("https://foo.com"); in testURI() local
125 assertEquals(newBuilder(https).build().uri(), https); in testURI() local
126 assertEquals(newBuilder().uri(https).build().uri(), https); in testURI() local
/dports/lang/swi-pl/swipl-8.2.3/packages/ssl/
H A Dcrypto.pl296 https://pythonhosted.org/passlib/modular_crypt_format.html label
300 https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md label
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyper-tls-0.3.2/examples/
H A Dclient.rs11 let https = hyper_tls::HttpsConnector::new(4).unwrap(); in main() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/doc/admin/
H A Dhttps.rst1 .. _https: target
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/hyper-tls-0.3.2/examples/
H A Dclient.rs11 let https = hyper_tls::HttpsConnector::new(4).unwrap(); in main() localVariable
/dports/security/krb5/krb5-1.19.2/doc/admin/
H A Dhttps.rst1 .. _https: target
/dports/www/apache24/httpd-2.4.53/test/modules/md/data/store_migrate/1.0/sample1/
H A Dhttpd.json4 "https": true boolean
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/hyper-tls-0.3.2/examples/
H A Dclient.rs11 let https = hyper_tls::HttpsConnector::new(4).unwrap(); in main() localVariable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DBasicHttpsSecurity.cs130 …internal static void EnableTransportSecurity(HttpsTransportBindingElement https, HttpTransportSecu… in EnableTransportSecurity()
140 internal void EnableTransportSecurity(HttpsTransportBindingElement https) in EnableTransportSecurity()
/dports/www/py-django-reversion-compare/django-reversion-compare-0.14.0/
H A DREADME.rst600 .. _https://github.com/jedie/django-reversion-compare: https://github.com/jedie/django-reversion-co… target
601 .. _https://pypi.org/project/django-reversion-compare/: https://pypi.org/project/django-reversion-c… target
/dports/textproc/py-creole/python-creole-1.4.9/
H A DREADME.rst682 .. _https://github.com/jedie/python-creole: https://github.com/jedie/python-creole target
683 .. _https://pypi.org/project/python-creole/: https://pypi.org/project/python-creole/ target
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DProtocol.h20 https enumerator
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DProtocol.h20 https enumerator

12345678910>>...32