/plugin/ajaxedit/ |
H A D | helper.php | 44 function _error($type,$exit = true){ function in helper_plugin_ajaxedit 70 if(!checkSecurityToken()) $this->_error(self::ERROR_SECTOC); 73 $this->_error(self::ERROR_ACL); 78 $this->_error(self::ERROR_MODIFIED); 82 $this->_error(self::ERROR_LOCK); 86 $this->_error(self::ERROR_READ);
|
/plugin/mimetex/ |
H A D | mimetexrender.php | 59 var $_error = ""; variable in mimetexRender 89 $this->_error = "could not locate 'mimetex' command"; 131 $this->_error = "can't execute [$command] "; 137 $this->_error = "can't rename [$img] to [$cachefilename]";
|
/plugin/dirtylittlehelper/mermaid/editor/src/components/ |
H A D | Error.svelte | 5 errorStore.subscribe((_error) => { 6 if (_error) { 7 error = _error.toString();
|
H A D | View.svelte | 79 const unsubscribeError = codeErrorStore.subscribe((_error) => { 80 if (typeof _error === 'undefined') { 84 console.log('code error: ', _error); 87 const unsubscribeConfigError = configErrorStore.subscribe((_error) => { 88 if (typeof _error === 'undefined') { 92 console.log('conf error: ', _error);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/ |
H A D | HttpException.php | 21 protected $_error = 0; variable in Elastica\\Exception\\Connection\\HttpException 30 $this->_error = $error; 73 return $this->_error;
|
/plugin/autogroup/conf/ |
H A D | settings.class.php | 61 $this->_error = true; 67 $this->_error = true; 73 $this->_error = true; 98 if ($echo && $this->_error) {
|
/plugin/subconfhelper/ |
H A D | admin.php | 61 $_error = false; 71 if ($_config->setting[$key]->error()) $_error = true; 73 if( $_changed && !$_error && $_config->save_settings( $vhost )) { 143 elseif ($this->_error) 154 list($label,$input) = $setting->html($this, $this->_error);
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | LogoutResponse.php | 37 private $_error; variable in OneLogin_Saml2_LogoutResponse 121 $this->_error = null; 206 $this->_error = $e->getMessage(); 209 echo htmlentities($this->_error); 289 return $this->_error;
|
H A D | LogoutRequest.php | 31 private $_error; variable in OneLogin_Saml2_LogoutRequest 331 $this->_error = null; 422 $this->_error = $e->getMessage(); 425 echo htmlentities($this->_error); 438 return $this->_error;
|
/plugin/remotescript/lib/JsHttpRequest/mini/ |
H A D | JsHttpRequest-xml.js | 78 return this._error("unk_loader",_c); 102 return this._error(_12); 105 return _f?this._error("no_loader_matched",_d.join("\n")):this._error("no_loaders"); 150 t._error=function(msg){ function 186 return this._error("inv_form_el",(v.name||""),v.tagName); 201 return this._error("must_be_single_el"); 382 return req._error("js_invalid",req.responseText);
|
H A D | JsHttpRequest-script.js | 78 return this._error("unk_loader",_c); 102 return this._error(_12); 105 return _f?this._error("no_loader_matched",_d.join("\n")):this._error("no_loaders"); 150 t._error=function(msg){ function 186 return this._error("inv_form_el",(v.name||""),v.tagName); 201 return this._error("must_be_single_el");
|
H A D | JsHttpRequest-script-xml.js | 78 return this._error("unk_loader",_c); 102 return this._error(_12); 105 return _f?this._error("no_loader_matched",_d.join("\n")):this._error("no_loaders"); 150 t._error=function(msg){ function 186 return this._error("inv_form_el",(v.name||""),v.tagName); 201 return this._error("must_be_single_el"); 436 return req._error("js_invalid",req.responseText);
|
H A D | JsHttpRequest-form.js | 78 return this._error("unk_loader",_c); 102 return this._error(_12); 105 return _f?this._error("no_loader_matched",_d.join("\n")):this._error("no_loaders"); 150 t._error=function(msg){ function 186 return this._error("inv_form_el",(v.name||""),v.tagName); 201 return this._error("must_be_single_el");
|
H A D | JsHttpRequest.js | 78 return this._error("unk_loader",_c); 102 return this._error(_12); 105 return _f?this._error("no_loader_matched",_d.join("\n")):this._error("no_loaders"); 150 t._error=function(msg){ function 186 return this._error("inv_form_el",(v.name||""),v.tagName); 201 return this._error("must_be_single_el"); 382 return req._error("js_invalid",req.responseText);
|
/plugin/remotescript/lib/JsHttpRequest/debug/ |
H A D | JsHttpRequest-xml.js | 117 if (loader && !JsHttpRequest.LOADERS[loader]) return this._error('unk_loader', loader); 144 return this._error(error); 149 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders'); 213 t._error = function(msg) { function 253 return this._error('inv_form_el', (v.name||''), v.tagName); 265 return this._error('must_be_single_el'); 508 return req._error('js_invalid', req.responseText)
|
H A D | JsHttpRequest-script.js | 117 if (loader && !JsHttpRequest.LOADERS[loader]) return this._error('unk_loader', loader); 144 return this._error(error); 149 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders'); 213 t._error = function(msg) { function 253 return this._error('inv_form_el', (v.name||''), v.tagName); 265 return this._error('must_be_single_el');
|
H A D | JsHttpRequest-script-xml.js | 117 if (loader && !JsHttpRequest.LOADERS[loader]) return this._error('unk_loader', loader); 144 return this._error(error); 149 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders'); 213 t._error = function(msg) { function 253 return this._error('inv_form_el', (v.name||''), v.tagName); 265 return this._error('must_be_single_el'); 566 return req._error('js_invalid', req.responseText)
|
H A D | JsHttpRequest-form.js | 117 if (loader && !JsHttpRequest.LOADERS[loader]) return this._error('unk_loader', loader); 144 return this._error(error); 149 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders'); 213 t._error = function(msg) { function 253 return this._error('inv_form_el', (v.name||''), v.tagName); 265 return this._error('must_be_single_el');
|
H A D | JsHttpRequest.js | 118 if (loader && !JsHttpRequest.LOADERS[loader]) return this._error('unk_loader', loader); 145 return this._error(error); 150 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders'); 214 t._error = function(msg) { function 254 return this._error('inv_form_el', (v.name||''), v.tagName); 266 return this._error('must_be_single_el'); 509 return req._error('js_invalid', req.responseText)
|
/plugin/sqlcomp/ |
H A D | syntax.php | 170 private function _error($text){ function in syntax_plugin_sqlcomp 226 msg($this->_error($this->getLang("wrong")), -1); 239 msg($this->_error($this->getLang("cachedir")), -1); 261 default: msg($this->_error($this->getLang("nohandler")), -1); return; 264 msg($this->_error($this->getLang("problem")), -1); 266 msg($this->_error($this->getLang("cache")), -1); 273 return $this->_error($this->getLang("empty") ); 304 return $this->_error($this->getLang("problem"));
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/ |
H A D | ElasticsearchException.php | 21 protected $_error = []; variable in Elastica\\Exception\\ElasticsearchException 66 return $this->_error;
|
/plugin/sphinxsearch-was/ |
H A D | sphinxapi.php | 389 var $_error; ///< last error message variable in SphinxClient 456 return $this->_error; 575 $this->_error = "failed to send client protocol version"; 615 $this->_error = $len 628 $this->_error = "searchd error: " . substr($response, 4); 636 $this->_error = "unknown status code '$status'"; 922 $this->_error = $results[0]["error"]; 1336 $this->_error = "incomplete reply"; 1422 $this->_error = "incomplete reply"; 1515 $this->_error = 'already connected'; [all …]
|
/plugin/sphinxsearch/ |
H A D | sphinxapi.php | 407 var $_error; ///< last error message variable in SphinxClient 474 return $this->_error; 604 $this->_error = "failed to send client protocol version"; 649 $this->_error = $len 664 $this->_error = "searchd error: " . substr ( $response, 4 ); 674 $this->_error = "unknown status code '$status'"; 958 $this->_error = $results[0]["error"]; 1370 $this->_error = "incomplete reply"; 1457 $this->_error = "incomplete reply"; 1557 $this->_error = 'already connected'; [all …]
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | JsHttpRequest.js | 78 return this._error("unk_loader",_c); 102 return this._error(_12); 105 return _f?this._error("no_loader_matched",_d.join("\n")):this._error("no_loaders"); 150 t._error=function(msg){ function 186 return this._error("inv_form_el",(v.name||""),v.tagName); 201 return this._error("must_be_single_el"); 382 return req._error("js_invalid",req.responseText);
|
/plugin/remotescript/ |
H A D | script.js | 9 …_error("unk_loader",_);}var c=[];var C=JsHttpRequest.LOADERS;for(var e in C){var v=C[e].loader;if(… function
|