/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/GlobalFunctions/ |
H A D | WfExpandUrlTest.php | 39 'https' => PROTO_HTTPS, 121 PROTO_HTTPS, 142 PROTO_HTTPS,
|
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/GlobalFunctions/ |
H A D | WfExpandUrlTest.php | 39 'https' => PROTO_HTTPS, 122 PROTO_HTTPS, 143 PROTO_HTTPS,
|
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/GlobalFunctions/ |
H A D | WfExpandUrlTest.php | 39 'https' => PROTO_HTTPS, 121 PROTO_HTTPS, 142 PROTO_HTTPS,
|
/dports/www/http_get/http_get/ |
H A D | http_get.c | 43 #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 D | http_post.c | 71 #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 D | http_ping.c | 65 #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 D | cswordsetupinstallsourcesdialog.cpp | 36 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 D | TitleUrlTest.php | 163 $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 D | url.c | 45 url->proto = PROTO_HTTPS; in url_set() 93 } else if (url->proto == PROTO_HTTPS) { in url_set()
|
H A D | url.h | 29 #define PROTO_HTTPS 5 macro
|
/dports/net-mgmt/py-dnsdiag/dnsdiag-2.0.2/util/ |
H A D | dns.py | 48 PROTO_HTTPS = 3 variable 72 PROTO_HTTPS: 'HTTPS', 124 elif proto is PROTO_HTTPS:
|
/dports/www/squid/squid-4.15/src/tests/ |
H A D | testUriScheme.cc | 64 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 D | dnsping.py | 42 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 D | dnseval.py | 47 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 D | ProtocolType.h | 27 PROTO_HTTPS, enumerator
|
H A D | UriScheme.cc | 78 case AnyP::PROTO_HTTPS: in defaultPort()
|
/dports/irc/bitlbee/bitlbee-3.6/tests/ |
H A D | check_util.c | 65 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 D | LoginHelper.php | 89 $proto = PROTO_HTTPS;
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/helpers/ |
H A D | LoginHelper.php | 89 $proto = PROTO_HTTPS;
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/helpers/ |
H A D | LoginHelper.php | 89 $proto = PROTO_HTTPS;
|
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/linker/ |
H A D | LinkRendererFactoryTest.php | 63 PROTO_HTTPS
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/linker/ |
H A D | LinkRendererFactory.php | 118 $linkRenderer->setExpandURLs( PROTO_HTTPS );
|
/dports/www/http_load/http_load-09Mar2016/ |
H A D | http_load.c | 104 #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 D | LinkRendererFactory.php | 118 $linkRenderer->setExpandURLs( PROTO_HTTPS );
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/linker/ |
H A D | LinkRendererFactory.php | 118 $linkRenderer->setExpandURLs( PROTO_HTTPS );
|