Lines Matching refs:text_response

1629                 $text_response = '';
1639 $validate_url, $text_response, $tree_response, $renew
1655 $validate_url, $text_response, $tree_response, $renew
1662 $validate_url, $text_response, $tree_response
1684 $validate_url, $text_response, $tree_response, $renew
2192 public function validateCAS10(&$validate_url,&$text_response,&$tree_response,$renew=false) argument
2207 if ( !$this->_readURL($validate_url, $headers, $text_response, $err_msg) ) {
2217 if (preg_match('/^no\n/', $text_response)) {
2221 false/*$bad_response*/, $text_response
2223 } else if (!preg_match('/^yes\n/', $text_response)) {
2227 false/*$no_response*/, true/*$bad_response*/, $text_response
2231 $arr = preg_split('/\n/', $text_response);
2270 public function validateSA(&$validate_url,&$text_response,&$tree_response,$renew=false) argument
2285 if ( !$this->_readURL($validate_url, $headers, $text_response, $err_msg) ) {
2304 if (!($dom->loadXML($text_response))) {
2309 $text_response
2318 $text_response
2329 $text_response
2338 $this->_setSessionAttributes($text_response);
2345 $text_response
2361 * @param string $text_response the SAML payload.
2365 private function _setSessionAttributes($text_response) argument
2377 if (($dom->loadXML($text_response))) {
2856 * @param string $text_response the response of the CAS server, as is
2868 private function _validatePGT(&$validate_url,$text_response,$tree_response) argument
2877 $text_response
2892 false/*$bad_response*/, $text_response
2901 $text_response
3432 public function validateCAS20(&$validate_url,&$text_response,&$tree_response, $renew=false) argument
3435 phpCAS::trace($text_response);
3456 if ( !$this->_readURL($validate_url, $headers, $text_response, $err_msg) ) {
3473 if ( !($dom->loadXML($text_response))) {
3477 false/*$no_response*/, true/*$bad_response*/, $text_response
3484 false/*$no_response*/, true/*$bad_response*/, $text_response
3491 false/*$no_response*/, true/*$bad_response*/, $text_response
3500 $text_response,
3512 false/*$no_response*/, true/*$bad_response*/, $text_response
3536 $text_response
3546 $text_response