Home
last modified time | relevance | path

Searched refs:_setting (Results 1 – 3 of 3) sorted by last modified time

/plugin/edittable/lib/
H A Dhandsontable.full.js14043 var _setting = __webpack_require__(68);
15787 … priv.columnSettings[j] = (0, _setting.columnFactory)(GridSettings, priv.columnsSettingConflicts);
16431 …priv.columnSettings[physicalColumn] = (0, _setting.columnFactory)(GridSettings, priv.columnsSettin…
16475 …priv.columnSettings[physicalColumn] = (0, _setting.columnFactory)(GridSettings, priv.columnsSettin…
33257 var _setting = __webpack_require__(68);
33546 constructor = (0, _setting.columnFactory)(this.GridSettings, this.priv.columnsSettingConflicts);
36232 var _setting = __webpack_require__(68);
36234 var settingHelpers = _interopRequireWildcard(_setting);
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php33 $this->_old_val = $this->_setting->_local;
34 $changed = $this->_setting->update($val);
35 if ($this->_setting->_error){
39 if ($this->_setting->_local !== null && $this->_setting->_local === $this->_setting->_default){
40 $this->_setting->_local = null;
42 $this->_value = $this->_setting->_local;
57 $this->_setting->initialize(
67 return $this->_setting->_local === null ? $this->_setting->_default : $this->_setting->_local;
84 if ($this->_setting->_error){
98_setting->caution() ? '<img src="'.DOKU_PLUGIN_IMAGES.$this->_setting->caution().'.png" alt="'.$th…
[all …]
/plugin/facebooklike/
H A Dsyntax.php119 . 'layout="'.$this->_setting('layout', $conf).'" '
120 . 'show_faces="'.$this->_setting('faces', $conf).'" '
121 . 'width="'.$this->_setting('width', $conf).'" '
122 . 'action="'.$this->_setting('action', $conf).'" '
123 . 'font="'.$this->_setting('font', $conf).'" '
124 . 'colorscheme="'.$this->_setting('colorscheme', $conf).'"'