Home
last modified time | relevance | path

Searched refs:getServerHTTPS (Results 1 – 6 of 6) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Utils/
H A DHttpAdapter.php15 public function getServerHTTPS() function in SimpleSAML\\Utils\\HttpAdapter
17 return HTTP::getServerHTTPS();
H A DHTTP.php84 public static function getServerHTTPS() function in SimpleSAML\\Utils\\HTTP
111 $default_port = self::getServerHTTPS() ? '443' : '80';
611 $protocol .= (self::getServerHTTPS()) ? 's' : '';
803 $protocol .= (self::getServerHTTPS()) ? 's' : '';
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Utils/
H A DHttpAdapter.php16 public function getServerHTTPS() function in SimpleSAML\\Utils\\HttpAdapter
18 return HTTP::getServerHTTPS();
H A DHTTP.php89 public static function getServerHTTPS() function in SimpleSAML\\Utils\\HTTP
116 $default_port = self::getServerHTTPS() ? '443' : '80';
656 $protocol .= (self::getServerHTTPS()) ? 's' : '';
850 $protocol = self::getServerHTTPS() ? 'https' : 'http';
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Auth/
H A DSimple.php382 $scheme = $scheme ? : (Utils\HTTP::getServerHTTPS() ? 'https' : 'http');
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Auth/
H A DSimple.php380 $scheme = $scheme ?: (HTTP::getServerHTTPS() ? 'https' : 'http');