/plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
H A D | TestResult.php | 73 var $_errors = array(); variable in PHPUnit_TestResult 114 $this->_errors[] = new PHPUnit_TestFailure($test, $t); 179 return sizeof($this->_errors); 189 return $this->_errors; 332 if (empty($this->_errors) && empty($this->_failures)) {
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Auth.php | 110 private $_errors = array(); variable in OneLogin_Saml2_Auth 205 $this->_errors = array(); 226 $this->_errors[] = 'invalid_response'; 230 $this->_errors[] = 'invalid_binding'; 253 $this->_errors = array(); 259 $this->_errors[] = 'invalid_logout_response'; 262 $this->_errors[] = 'logout_not_success'; 277 $this->_errors[] = 'invalid_logout_request'; 310 $this->_errors[] = 'invalid_binding'; 439 return $this->_errors;
|
H A D | Settings.php | 86 private $_errors = array(); variable in OneLogin_Saml2_Settings 116 array(implode(', ', $this->_errors)) 125 array(implode(', ', $this->_errors)) 132 array(implode(', ', $this->_errors)) 139 array(implode(', ', $this->_errors)) 264 $this->_errors = array(); 296 $this->_errors = $errors; 1053 return $this->_errors;
|
/plugin/remotescript/lib/JsHttpRequest/mini/ |
H A D | JsHttpRequest-script-xml.js | 24 t._errors={inv_form_el:"Invalid FORM element detected: name=%, tag=%",must_be_single_el:"If used, <… class in t 142 var i=0,p=0,msg=this._errors[_18[0]]; 306 JsHttpRequest.extend(req._errors,{script_only_get:"Cannot use SCRIPT loader: it supports only GET m… 360 JsHttpRequest.extend(req._errors,{xml_no:"Cannot use XMLHttpRequest or ActiveX loader: not supporte…
|
H A D | JsHttpRequest.js | 24 t._errors={inv_form_el:"Invalid FORM element detected: name=%, tag=%",must_be_single_el:"If used, <… class in t 142 var i=0,p=0,msg=this._errors[_18[0]]; 306 JsHttpRequest.extend(req._errors,{xml_no:"Cannot use XMLHttpRequest or ActiveX loader: not supporte… 411 JsHttpRequest.extend(req._errors,{script_only_get:"Cannot use SCRIPT loader: it supports only GET m… 465 JsHttpRequest.extend(req._errors,{form_el_not_belong:"Element \"%\" does not belong to any form!",f…
|
H A D | JsHttpRequest-script.js | 24 t._errors={inv_form_el:"Invalid FORM element detected: name=%, tag=%",must_be_single_el:"If used, <… class in t 142 var i=0,p=0,msg=this._errors[_18[0]]; 306 JsHttpRequest.extend(req._errors,{script_only_get:"Cannot use SCRIPT loader: it supports only GET m…
|
H A D | JsHttpRequest-xml.js | 24 t._errors={inv_form_el:"Invalid FORM element detected: name=%, tag=%",must_be_single_el:"If used, <… class in t 142 var i=0,p=0,msg=this._errors[_18[0]]; 306 JsHttpRequest.extend(req._errors,{xml_no:"Cannot use XMLHttpRequest or ActiveX loader: not supporte…
|
H A D | JsHttpRequest-form.js | 24 t._errors={inv_form_el:"Invalid FORM element detected: name=%, tag=%",must_be_single_el:"If used, <… class in t 142 var i=0,p=0,msg=this._errors[_18[0]]; 306 JsHttpRequest.extend(req._errors,{form_el_not_belong:"Element \"%\" does not belong to any form!",f…
|
/plugin/remotescript/lib/JsHttpRequest/debug/ |
H A D | JsHttpRequest-script-xml.js | 30 t._errors = { class in t 200 var i = 0, p = 0, msg = this._errors[args[0]]; 442 JsHttpRequest.extend(req._errors, { 501 JsHttpRequest.extend(req._errors, {
|
H A D | JsHttpRequest.js | 31 t._errors = { class in t 201 var i = 0, p = 0, msg = this._errors[args[0]]; 444 JsHttpRequest.extend(req._errors, { 570 JsHttpRequest.extend(req._errors, { 630 JsHttpRequest.extend(req._errors, {
|
H A D | JsHttpRequest-script.js | 30 t._errors = { class in t 200 var i = 0, p = 0, msg = this._errors[args[0]]; 442 JsHttpRequest.extend(req._errors, {
|
H A D | JsHttpRequest-xml.js | 30 t._errors = { class in t 200 var i = 0, p = 0, msg = this._errors[args[0]]; 443 JsHttpRequest.extend(req._errors, {
|
H A D | JsHttpRequest-form.js | 30 t._errors = { class in t 200 var i = 0, p = 0, msg = this._errors[args[0]]; 443 JsHttpRequest.extend(req._errors, {
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | JsHttpRequest.js | 24 t._errors={inv_form_el:"Invalid FORM element detected: name=%, tag=%",must_be_single_el:"If used, <… class in t 142 var i=0,p=0,msg=this._errors[_18[0]]; 306 JsHttpRequest.extend(req._errors,{xml_no:"Cannot use XMLHttpRequest or ActiveX loader: not supporte… 411 JsHttpRequest.extend(req._errors,{script_only_get:"Cannot use SCRIPT loader: it supports only GET m… 465 JsHttpRequest.extend(req._errors,{form_el_not_belong:"Element \"%\" does not belong to any form!",f…
|
/plugin/remotescript/ |
H A D | script.js | 9 …_errors={inv_form_el:"Invalid FORM element detected: name=%, tag=%",must_be_single_el:"If used, <f… class in i
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | File.php | 189 private $_errors = array(); variable in PHP_CodeSniffer_File 442 $this->_errors = array(); 497 $this->_errors = array(); 598 $this->_errors = array(); 1079 $this->_errors[$line] = 0; 1082 $this->_errors[$line]++; 1097 if (isset($this->_errors[$line]) === false) { 1098 $this->_errors[$line] = array(); 1102 $this->_errors[$line][$column] = array(); 1105 $this->_errors[$line][$column][] = array( [all …]
|
/plugin/adfs/phpsaml/ |
H A D | README.md | 930 $this->_errors[] = 'invalid_logout_response'; 932 $this->_errors[] = 'logout_not_success'; 950 $this->_errors[] = 'invalid_logout_request';
|