Home
last modified time | relevance | path

Searched refs:_changed (Results 1 – 6 of 6) sorted by relevance

/plugin/txtconf/
H A Dadmin.php46 var $_changed = false; variable in admin_plugin_txtconf
95 $this->_changed = true;
103 … if( $this->_myconf->add_local_setting($_POST['newkey'],$_POST['newval'])) $this->_changed = true;
106 if ($this->_changed && !$this->_error) {
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php14 …protected $_changed = false; // we mark a field for change (e.g. save failed, we want to show f… variable in settingswrapper
66 if ($this->_changed) return $this->_old_val;
70 $this->_changed = true;
97 …$errorclass = ($this->_setting->error() ? ' value error' : ' value'). ($this->_changed ? " changed…
144 …$errorclass = ($this->_setting->error() ? ' value error' : ' value'). ($this->_changed ? " changed…
/plugin/subconfhelper/
H A Dadmin.php60 $_changed = false;
69 $_changed = true;
73 if( $_changed && !$_error && $_config->save_settings( $vhost )) {
145 elseif ($this->_changed)
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …(t){this._endnm=!!t},t.prototype.enablePartialDataSend=function(t){this._changed=!!t},t.prototype.…
H A Ddhtmlxgantt.js.map1_changed","dnd","findRow","existing","set_invalid","is_invalid","markRow","_methods","details","ge…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8304 this._changed = !!mode;