Home
last modified time | relevance | path

Searched refs:_error (Results 1 – 25 of 50) sorted by relevance

12

/plugin/ajaxedit/
H A Dhelper.php44 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 Dmimetexrender.php59 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 DError.svelte5 errorStore.subscribe((_error) => {
6 if (_error) {
7 error = _error.toString();
H A DView.svelte79 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 DHttpException.php21 protected $_error = 0; variable in Elastica\\Exception\\Connection\\HttpException
30 $this->_error = $error;
73 return $this->_error;
/plugin/autogroup/conf/
H A Dsettings.class.php61 $this->_error = true;
67 $this->_error = true;
73 $this->_error = true;
98 if ($echo && $this->_error) {
/plugin/subconfhelper/
H A Dadmin.php61 $_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 DLogoutResponse.php37 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 DLogoutRequest.php31 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 DJsHttpRequest-xml.js78 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 DJsHttpRequest-script.js78 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 DJsHttpRequest-script-xml.js78 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 DJsHttpRequest-form.js78 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 DJsHttpRequest.js78 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 DJsHttpRequest-xml.js117 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 DJsHttpRequest-script.js117 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 DJsHttpRequest-script-xml.js117 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 DJsHttpRequest-form.js117 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 DJsHttpRequest.js118 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 Dsyntax.php170 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 DElasticsearchException.php21 protected $_error = []; variable in Elastica\\Exception\\ElasticsearchException
66 return $this->_error;
/plugin/sphinxsearch-was/
H A Dsphinxapi.php389 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 Dsphinxapi.php407 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 DJsHttpRequest.js78 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 Dscript.js9_error("unk_loader",_);}var c=[];var C=JsHttpRequest.LOADERS;for(var e in C){var v=C[e].loader;if(… function

12