Home
last modified time | relevance | path

Searched refs:PROTO_HTTPS (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/GlobalFunctions/
H A DWfExpandUrlTest.php39 'https' => PROTO_HTTPS,
121 PROTO_HTTPS,
142 PROTO_HTTPS,
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/GlobalFunctions/
H A DWfExpandUrlTest.php39 'https' => PROTO_HTTPS,
122 PROTO_HTTPS,
143 PROTO_HTTPS,
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/GlobalFunctions/
H A DWfExpandUrlTest.php39 'https' => PROTO_HTTPS,
121 PROTO_HTTPS,
142 PROTO_HTTPS,
/dports/www/http_get/http_get/
H A Dhttp_get.c43 #define PROTO_HTTPS 1 macro
187 protocol = PROTO_HTTPS; in getURL()
214 if ( protocol == PROTO_HTTPS ) in getURL()
247 if ( protocol == PROTO_HTTPS ) in getURLbyParts()
304 if ( protocol == PROTO_HTTPS ) in getURLbyParts()
317 if ( protocol == PROTO_HTTPS ) in getURLbyParts()
430 if ( protocol == PROTO_HTTPS ) in getURLbyParts()
442 if ( protocol == PROTO_HTTPS ) in getURLbyParts()
/dports/www/http_post/http_post/
H A Dhttp_post.c71 #define PROTO_HTTPS 1 macro
204 protocol = PROTO_HTTPS; in postURL()
231 if ( protocol == PROTO_HTTPS ) in postURL()
269 if ( protocol == PROTO_HTTPS ) in postURLbyParts()
438 if ( protocol == PROTO_HTTPS ) in postURLbyParts()
445 if ( protocol == PROTO_HTTPS ) in postURLbyParts()
457 if ( protocol == PROTO_HTTPS ) in postURLbyParts()
536 if ( protocol == PROTO_HTTPS ) in postURLbyParts()
548 if ( protocol == PROTO_HTTPS ) in postURLbyParts()
/dports/net/http_ping/http_ping/
H A Dhttp_ping.c65 #define PROTO_HTTPS 1 macro
347 url_protocol = PROTO_HTTPS; in parse_url()
371 if ( url_protocol == PROTO_HTTPS ) in parse_url()
420 if ( url_protocol == PROTO_HTTPS ) in start_connection()
458 url_protocol == PROTO_HTTPS ? "https" : "http", url_host, in start_connection()
475 if ( url_protocol == PROTO_HTTPS ) in start_connection()
649 if ( url_protocol == PROTO_HTTPS ) in handle_read()
1129 if ( url_protocol == PROTO_HTTPS ) in close_connection()
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/bookshelfwizard/
H A Dcswordsetupinstallsourcesdialog.cpp36 const QString PROTO_HTTPS( QObject::tr("Remote HTTPS") ); variable
78 m_protocolCombo->addItem( PROTO_HTTPS); in CSwordSetupInstallSourcesDialog()
230 else if (m_protocolCombo->currentText() == PROTO_HTTPS) { in getSource()
252 sourceType == PROTO_HTTP || sourceType == PROTO_HTTPS; in isRemote()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/
H A DTitleUrlTest.php163 $title->getLinkURL( [], false, PROTO_HTTPS ),
657 'getFullURL( array ) with PROTO_HTTPS'
859 $title->getFullURL( [], false, PROTO_HTTPS ),
920 $title->getLinkURL( $query, false, PROTO_HTTPS ),
1009 'getFullUrlForRedirect() with PROTO_HTTPS'
1021 'getLinkURL() with PROTO_HTTPS'
/dports/irc/bitlbee/bitlbee-3.6/lib/
H A Durl.c45 url->proto = PROTO_HTTPS; in url_set()
93 } else if (url->proto == PROTO_HTTPS) { in url_set()
H A Durl.h29 #define PROTO_HTTPS 5 macro
/dports/net-mgmt/py-dnsdiag/dnsdiag-2.0.2/util/
H A Ddns.py48 PROTO_HTTPS = 3 variable
72 PROTO_HTTPS: 'HTTPS',
124 elif proto is PROTO_HTTPS:
/dports/www/squid/squid-4.15/src/tests/
H A DtestUriScheme.cc64 AnyP::UriScheme https_scheme(AnyP::PROTO_HTTPS); in testAssignFromprotocol_t()
65 scheme = AnyP::PROTO_HTTPS; in testAssignFromprotocol_t()
/dports/net-mgmt/py-dnsdiag/dnsdiag-2.0.2/
H A Ddnsping.py42 from util.dns import PROTO_UDP, PROTO_TCP, PROTO_TLS, PROTO_HTTPS, proto_to_text, unsupported_featu…
152 proto = PROTO_HTTPS
227 elif proto is PROTO_HTTPS:
H A Ddnseval.py47 from util.dns import PROTO_UDP, PROTO_TCP, PROTO_TLS, PROTO_HTTPS, setup_signal_handler, flags_to_t…
163 proto = PROTO_HTTPS
/dports/www/squid/squid-4.15/src/anyp/
H A DProtocolType.h27 PROTO_HTTPS, enumerator
H A DUriScheme.cc78 case AnyP::PROTO_HTTPS: in defaultPort()
/dports/irc/bitlbee/bitlbee-3.6/tests/
H A Dcheck_util.c65 fail_unless(url.proto == PROTO_HTTPS);
77 fail_unless(url.proto == PROTO_HTTPS);
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/helpers/
H A DLoginHelper.php89 $proto = PROTO_HTTPS;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/helpers/
H A DLoginHelper.php89 $proto = PROTO_HTTPS;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/helpers/
H A DLoginHelper.php89 $proto = PROTO_HTTPS;
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/linker/
H A DLinkRendererFactoryTest.php63 PROTO_HTTPS
/dports/www/mediawiki137/mediawiki-1.37.1/includes/linker/
H A DLinkRendererFactory.php118 $linkRenderer->setExpandURLs( PROTO_HTTPS );
/dports/www/http_load/http_load-09Mar2016/
H A Dhttp_load.c104 #define PROTO_HTTPS 1 macro
580 urls[num_urls].protocol = PROTO_HTTPS; in read_url_file()
604 if ( urls[num_urls].protocol == PROTO_HTTPS ) in read_url_file()
958 if ( urls[url_num].protocol == PROTO_HTTPS ) in handle_connect()
1014 urls[url_num].protocol == PROTO_HTTPS ? "https" : "http", in handle_connect()
1038 if ( urls[url_num].protocol == PROTO_HTTPS ) in handle_connect()
1077 if ( urls[connections[cnum].url_num].protocol == PROTO_HTTPS ) in handle_read()
1655 if ( urls[connections[cnum].url_num].protocol == PROTO_HTTPS ) in close_connection()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/linker/
H A DLinkRendererFactory.php118 $linkRenderer->setExpandURLs( PROTO_HTTPS );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/linker/
H A DLinkRendererFactory.php118 $linkRenderer->setExpandURLs( PROTO_HTTPS );

1234