Home
last modified time | relevance | path

Searched refs:onoff (Results 1 – 8 of 8) sorted by relevance

/plugin/autoindentcontrol/
H A Dscript.js80 onoff;
86 onoff = 'OFF';
91 onoff = 'ON';
99 .attr('title', 'Auto-Indent: ' + onoff)
100 .attr('class', 'autoIndent' + onoff)
101 .html('<span>Auto-Indent: ' + onoff + '</span>');
176 onoff;
202 onoff = auto.enabled ? 'ON' : 'OFF';
204 button.title = 'Auto-Indent: ' + onoff;
205 button.innerHTML = '<span>Auto-Indent: ' + onoff + '</span>';
[all …]
/plugin/fedauth/classes/
H A Dfa_provider.class.php63 * @param mixed $onoff true - enable, false - disable, null - automatic change
66 public function toggle($onoff=null) { argument
67 if (is_null($onoff)) {
72 $this->data['disabled'] = $onoff ? 0 : 1;
/plugin/tbt/
H A Dscript.js35 function setXhtml(onoff) { argument
36 xhtml=onoff?true:false;
39 function setRowCarriageReturn(onoff) { argument
40 rowcr=onoff?true:false;
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md41 * onoff values are `true` or `false` (Issue #3)
/plugin/snippets/
H A Daction.php54 $onoff = get_doku_pref('snippets_old_rev', $old_rev);
59 if($onoff == 'on') {
/plugin/ckgdoku/action/
H A Dmeta.php758 $onoff = $this->getConf('dblclk');
759 if($onoff == 'off') $JSINFO['ckg_dbl_click'] = "";
/plugin/ckgedit/action/
H A Dmeta.php786 $onoff = $this->getConf('dblclk');
787 if($onoff == 'off') $JSINFO['ckg_dbl_click'] = "";
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki113 | ::: | onoff, default: | **true** |
115 | ::: | onoff, default: | **true** |