Home
last modified time | relevance | path

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

/plugin/htmlokay/
H A Dsyntax.php488 $error_string = "";
501 $error_string .= compact_string(preg_replace ('/</', '&lt;', $match)) . '<br />';
508 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
511 $error_string .= $this->get_JSErrString($js);
515 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
517 $error_string .= $this->get_JSErrString($js);
523 $error_string .= $this->get_JSErrString($js);
529 $error_string .= $this->htmlOK_errors[$TYPE] . ':<BR />';
539 $error_string .= $name_errs;
551 $error_string .= $this->get_JSErrString($js);
[all …]
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php486 $error_string = ($code != 200) ? curl_error($ch) : '';
489 return array('code' => $code, 'response' => $data, 'error_string' => $error_string);
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php171 var $error_string = ''; variable in PclZip
1358 return($this->errorName(true)." : ".$this->error_string);
1361 return($this->error_string." [code ".$this->error_code."]");
5286 $this->error_string = $p_error_string;
5303 $this->error_string = '';
/plugin/indexmenu/inc/
H A Dpclzip.lib.php174 public $error_string = '';
1260 return($this->errorName(true) . " : " . $this->error_string);
1262 return($this->error_string . " [code " . $this->error_code . "]");
5095 $this->error_string = $p_error_string;
5111 $this->error_string = '';
171 var $error_string = ''; global() variable in PclZip