Searched +full:off +(+path:plugin +path:ckgedit) -(+path:plugin +path:ckgedit +path:lang) (Results 1 – 16 of 16) sorted by relevance
/plugin/ckgedit/conf/ |
H A D | metadata.php | 19 $meta['scayt_auto'] = array('multichoice','_choices' => array('on','off','disable')); 36 $meta['dblclk'] = array('multichoice','_choices' => array('on','off'));
|
H A D | default.php | 20 $conf['scayt_auto']= 'off';
|
/plugin/ckgedit/action/ |
H A D | meta.php | 748 … setcookieSameSite('FCKG_USE','_false_', $expire, '/'); //turn off ckeditor 787 if($onoff == 'off') $JSINFO['ckg_dbl_click'] = ""; 810 $JSINFO['ckgEdPaste'] = 'off'; 942 if($this->getConf('scayt_auto') != 'off') return;
|
H A D | edit.php | 883 …$paste_value = (isset($_COOKIE['ckgEdPaste']) && $_COOKIE['ckgEdPaste'] == 'off' ) ? 'on' : 'off';
|
/plugin/ckgedit/ckeditor/plugins/image/ |
H A D | plugin.js.unc | 140 * Padding text to set off the image in preview area.
|
/plugin/ckgedit/ |
H A D | helper.php | 136 …e_pastebase64 = (isset($_COOKIE['ckgEdPaste']) && $_COOKIE['ckgEdPaste'] == 'on' ) ? 'on' : 'off';
|
H A D | script.js | 283 which = 'off'
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 118 // Turn off all error reporting.
|
H A D | utf8.php | 119 * @param string $suffix If the name component ends in suffix this will also be cut off
|
/plugin/ckgedit/ckeditor/ |
H A D | config.js.unc | 21 /* turn off ALT to avoid conflict with AltGr */
|
H A D | CHANGES.md | 342 …st/api/CKEDITOR.fileTools.uploadWidgetDefinition.html), allowing to switch off default notificatio… 477 …off and without the [Iframe Dialog](http://ckeditor.com/cke4/addon/iframe) plugin. The issue was … 652 * [#13756](http://dev.ckeditor.com/ticket/13756): [Edge] Fixed: Context menus are cut-off. 707 …://dev.ckeditor.com/ticket/13883): Fixed: Copying a table using the context menu strips off styles.
|
H A D | ckeditor.js | 237 a.forEach(function(a){if(a.type==CKEDITOR.NODE_ELEMENT){if("off"==a.attributes["data-cke-filter"])r… 688 …off");var n;if(this.directional)a.on("contentDirChanged",function(b){var c=CKEDITOR.document.getBy… 808 …c,l=g==CKEDITOR.TRISTATE_ON?"on":g==CKEDITOR.TRISTATE_DISABLED?"disabled":"off";this.role in{menui… 1135 …s.buildSuggestionMenuItems(a,CKEDITOR.plugins.scayt.suggestions,l));if(l&&"off"==a.config.scayt_co… 1270 contenteditable:"false","data-cke-widget-wrapper":1,"data-cke-filter":"off","class":"cke_widget_wra…
|
H A D | ckeditor.js.unc | 4898 if ("off" == a.attributes["data-cke-filter"]) return !1; 7148 if (b.off) return !0; 7257 off: !1, 7261 a.off || "off" != this.attributes["data-cke-processor"] || b.push("off", !0); 13660 …state == CKEDITOR.TRISTATE_ON ? "on" : d.state == CKEDITOR.TRISTATE_DISABLED ? "disabled" : "off"); 13670 …andKeystroke(d)) && (l = CKEDITOR.tools.keystrokeToString(a.lang.common.keyboard, k)) : g += "off"; 15982 … f, c, l = g == CKEDITOR.TRISTATE_ON ? "on" : g == CKEDITOR.TRISTATE_DISABLED ? "disabled" : "off"; 22456 "off" == a.config.scayt_contextCommands) return e; 25293 "data-cke-filter": "off",
|
/plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
H A D | link-cmpr.js | 1 …inkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></div><div id="l…
|
H A D | link.js | 1 …inkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></div><div id="l…
|
H A D | link.js.unc | 1565 …>'+LANG.linkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></div>'+
|