Searched refs:err_msg (Results 1 – 7 of 7) sorted by relevance
| /plugin/imapmarkers/syntax/ |
| D | map.php | 102 $err_msg = ""; 128 $err_msg = sprintf("Invalid area! AREA='%s'", $match); 147 $err_msg = sprintf("Invalid number of coordinates! COUNT=%d", count($a_coords)); 165 …$args = array($state, self::MATCH_IS_AREA, $is_correct, $err_msg, $link, $loc_id, $text, $num_coor… 175 $args = array($state, self::MATCH_IS_CONFIG, $is_correct, $err_msg, $cfg); 178 $err_msg = sprintf("Invalid JSON in configuration! JSON='%s'", $cfg); 181 $err_msg = sprintf("Invalid configuration! CONFIG='%s'", $match); 185 $err_msg = sprintf("Invalid expression! EXPRESSION='%s'", $match); 188 $args = array($state, self::MATCH_IS_UNKNOWN, $is_correct, $err_msg); 235 $err_msg = ""; [all …]
|
| D | reference.php | 62 $err_msg = ""; 72 … $args = array($state, self::MATCH_IS_LOCATION, $is_correct, $err_msg, $loc_id, $loc_title); 74 $err_msg = sprintf("Malformed location! LOCATION='%s'", $match); 75 $args = array($state, self::MATCH_IS_UNKNOWN, $is_correct, $err_msg); 102 $err_msg = ""; 103 list($state, $match_type, $is_correct, $err_msg) = $data; 107 list($state, $match_type, $is_correct, $err_msg, $loc_id, $loc_title) = $data; 112 … <br /><span style="color:white; background-color:red;">ERROR -- %s</span>%s', $err_msg, DOKU_LF);
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | AuthenticationException.php | 66 * @param string $err_msg the error message given by the CAS server 69 $bad_response=false,$cas_response='',$err_code=-1,$err_msg='' argument 101 phpCAS::trace($messages[] = 'Reason: ['.$err_code.'] CAS error: '.$err_msg);
|
| H A D | Client.php | 2205 $err_msg = ''; 2207 if ( !$this->_readURL($validate_url, $headers, $text_response, $err_msg) ) { 2209 'could not open URL \''.$validate_url.'\' to validate ('.$err_msg.')' 2283 $err_msg = ''; 2285 if ( !$this->_readURL($validate_url, $headers, $text_response, $err_msg) ) { 2287 'could not open URL \''.$validate_url.'\' to validate ('.$err_msg.')' 2922 public function retrievePT($target_service,&$err_code,&$err_msg) argument 2934 $err_msg = ''; 2943 if ( !$this->_readURL($cas_url, $headers, $cas_response, $err_msg) ) { 2945 'could not open URL \''.$cas_url.'\' to validate ('.$err_msg.')' [all …]
|
| /plugin/fedauth/Auth/OpenID/ |
| D | Message.php | 746 $err_msg = sprintf("Namespace must be Auth_OpenID_BARE_NS, ". 749 return new Auth_OpenID_FailureResponse(null, $err_msg); 815 $err_msg = sprintf("Namespace %s missing required field %s", 817 return new Auth_OpenID_FailureResponse(null, $err_msg);
|
| /plugin/openid/Auth/OpenID/ |
| D | Message.php | 820 $err_msg = sprintf("Namespace must be Auth_OpenID_BARE_NS, ". 823 return new Auth_OpenID_FailureResponse(null, $err_msg); 895 $err_msg = sprintf("Namespace %s missing required field %s", 897 return new Auth_OpenID_FailureResponse(null, $err_msg);
|
| /plugin/authssocas/vendor/apereo/phpcas/source/ |
| H A D | CAS.php | 1014 public static function serviceMail($url, $service, $flags, & $err_code, & $err_msg, & $pt) argument 1020 … $res = self::$_PHPCAS_CLIENT->serviceMail($url, $service, $flags, $err_code, $err_msg, $pt); 1661 public static function retrievePT($target_service, & $err_code, & $err_msg) argument 1666 return (self::$_PHPCAS_CLIENT->retrievePT($target_service, $err_code, $err_msg));
|