Searched refs:last_error (Results 1 – 2 of 2) sorted by relevance
| /plugin/const/ |
| D | class.evalmath.php | 48 public $last_error = ''; variable in EvalMath 174 $this->last_error = ''; 652 $this->last_error = $this->get_error_string( $message, $error_data );
|
| /plugin/metaeditor/ |
| D | jstree.js | 143 last_error : {}, property 1355 …this._data.core.last_error = { 'error' : 'ajax', 'plugin' : 'core', 'id' : 'core_04', 'reason' : '… 1356 this.settings.core.error.call(this, this._data.core.last_error); 1361 …this._data.core.last_error = { 'error' : 'ajax', 'plugin' : 'core', 'id' : 'core_04', 'reason' : '… 1362 this.settings.core.error.call(this, this._data.core.last_error); 1372 …this._data.core.last_error = { 'error' : 'nodata', 'plugin' : 'core', 'id' : 'core_05', 'reason' :… 1373 this.settings.core.error.call(this, this._data.core.last_error); 1385 …this._data.core.last_error = { 'error' : 'nodata', 'plugin' : 'core', 'id' : 'core_06', 'reason' :… 1386 this.settings.core.error.call(this, this._data.core.last_error); 3494 this.settings.core.error.call(this, this._data.core.last_error); [all …]
|