| /plugin/ajaxedit/ |
| 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/ |
| 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/ |
| 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);
|
| D | Error.svelte | 5 errorStore.subscribe((_error) => { 6 if (_error) { 7 error = _error.toString();
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/ |
| D | HttpException.php | 21 protected $_error = 0; variable in Elastica\\Exception\\Connection\\HttpException 30 $this->_error = $error; 73 return $this->_error;
|
| /plugin/autogroup/conf/ |
| D | settings.class.php | 61 $this->_error = true; 67 $this->_error = true; 73 $this->_error = true; 98 if ($echo && $this->_error) {
|
| /plugin/subconfhelper/ |
| 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/saml/phpsaml/lib/Saml2/ |
| 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;
|
| 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/adfs/phpsaml/lib/Saml2/ |
| 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;
|
| 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/ |
| 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);
|
| 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");
|
| 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);
|
| 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");
|
| 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/ |
| 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)
|
| 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');
|
| 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)
|
| 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');
|
| /plugin/sqlcomp/ |
| 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/ |
| 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 437 $this->_error = ""; // per-reply fields (for single-query case) 456 return $this->_error; 501 $this->_error = 'connection unexpectedly closed (timed out?)'; 564 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)"; 575 $this->_error = "failed to send client protocol version"; 584 $this->_error = "expected searchd protocol version 1+, got version '$v'"; 615 $this->_error = $len 628 $this->_error = "searchd error: " . substr($response, 4); 632 $this->_error = "temporary searchd error: " . substr($response, 4); [all …]
|
| /plugin/sphinxsearch/ |
| D | sphinxapi.php | 407 var $_error; ///< last error message variable in SphinxClient 455 $this->_error = ""; // per-reply fields (for single-query case) 474 return $this->_error; 523 $this->_error = 'connection unexpectedly closed (timed out?)'; 592 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)"; 604 $this->_error = "failed to send client protocol version"; 614 $this->_error = "expected searchd protocol version 1+, got version '$v'"; 649 $this->_error = $len 664 $this->_error = "searchd error: " . substr ( $response, 4 ); 669 $this->_error = "temporary searchd error: " . substr ( $response, 4 ); [all …]
|
| /plugin/remotescript/lib/JsHttpRequest/ |
| 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);
|