Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php4234 private $_rebroadcast_nodes = array(); variable in CAS_Client
4277 $this->_rebroadcast_nodes[] = $rebroadcastNodeUrl;
4339 for ($i = 0; $i < sizeof($this->_rebroadcast_nodes); $i++) {
4340 …($this->_getNodeType($this->_rebroadcast_nodes[$i]) == self::HOSTNAME) && !empty($dns) && (stripos…
4341 …|| (($this->_getNodeType($this->_rebroadcast_nodes[$i]) == self::IP) && !empty($ip) && (stripos($t…
4344 'Rebroadcast target URL: '.$this->_rebroadcast_nodes[$i]
4350 $url = $this->_rebroadcast_nodes[$i].$_SERVER['REQUEST_URI'];
4374 .$this->_rebroadcast_nodes[$i].' == '.(!empty($ip)?$ip:'')