Home
last modified time | relevance | path

Searched refs:removeStandardPort (Results 1 – 3 of 3) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ServiceBaseUrl/
H A DAllowedListDiscovery.php71 $this->_list[] = $this->removeStandardPort($url);
140 $result = $this->removeStandardPort($this->discover());
H A DStatic.php51 $this->_name = $this->removeStandardPort($name);
H A DBase.php79 protected function removeStandardPort($url) { function in CAS_ServiceBaseUrl_Base