Home
last modified time | relevance | path

Searched refs:mode (Results 501 – 525 of 2447) sorted by last modified time

1...<<21222324252627282930>>...98

/plugin/ckgedit/action/
H A Dedit.php1059 $mode = 'ckgedit';
1087 $file = DOKU_INC."inc/parser/$mode.php";
1092 $rclass = "Doku_Renderer_$mode";
1096 msg("Renderer for $mode not valid",-1);
1103 $Renderer = plugin_load('renderer',$mode);
1105 msg("No renderer for $mode found",-1);
1189 $data = array($mode,& $Renderer->doc);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md10 …[Justification](https://ckeditor.com/cke4/addon/justify) for styled content in BR mode is disabled.
82mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKE…
952mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKE…
1008mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKE…
1175 … [IE9] Fixed: The caret jumps out of the editable area when resizing the editor in the source mode.
1247 …https://dev.ckeditor.com/ticket/11677): Fixed: Undo/Redo keystrokes are blocked in the source mode.
1276 …ed: [Menu button](https://ckeditor.com/cke4/addon/menubutton) panel not showing in the source mode.
1305 * [#11121](https://dev.ckeditor.com/ticket/11121): [Firefox] Fixed: High Contrast mode is enabled w…
1352 …itor.com/ticket/11202): Fixed: No newline in [BBCode](https://ckeditor.com/cke4/addon/bbcode) mode.
1634 …or.com/ticket/9893): [IE] Fixed broken toolbar when editing mixed direction content in Quirks mode.
[all …]
H A Dckeditor.js.unc5694 this.on("mode", c);
6024 mode: b,
7347 b.mode = "wysiwyg";
7348 b.fire("mode");
7470 if (d.mode) {
7482 d.mode = ""
7485 d.mode = a;
13656 a.mode && this._.state != CKEDITOR.TRISTATE_DISABLED && (n[a.mode] =
15318 a.on("mode", h);
17873 a.on("mode",
[all …]
H A Dckeditor.js213 ….disable(),!0;this.startDisabled||this.enable();this.modes&&!this.modes[a.mode]&&this.disable();re…
272 …){b[b.startDisabled?"disable":a.readOnly&&!b.readOnly?"disable":b.modes[a.mode]?"enable":"disable"…
365mode&&k&&k[a]){d.fire("beforeSetMode",a);if(d.mode){var h=d.checkDirty(),k=d._.previousModeData,p,…
685 …};CKEDITOR.ui.button.prototype={render:function(a,b){function c(){var f=a.mode;f&&(f=this.modes[f]…
687 …odes?(p={},a.on("beforeModeUnload",function(){a.mode&&this._.state!=CKEDITOR.TRISTATE_DISABLED&&(p…
714 …"))return b.unlock(),!1;b.unlock();return!0}function n(b){if("wysiwyg"==a.mode)switch(b.data.keyCo…
1057mode)switch(c.data.getKeystroke()){case 2228240:case 16:b.hiddenMode=1,b.line.detach()}}),d.attach…
1058mode&&(b.line.detach(),t.webkit&&(b.hiddenMode=1,clearTimeout(e),e=setTimeout(function(){b.mouseDo…
1101 …on(c){"wysiwyg"==c.mode&&c.fire("saveSnapshot");c.getCommand("source").setState(CKEDITOR.TRISTATE_…
1113 …=!1,f=!1,h=!0;b.data.name in c.options.disablingCommandExec&&"wysiwyg"==a.mode?d&&(c.destroy(a),a.…
[all …]
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified353 "windowMode": "Window mode",
H A Den.js-4.9.merged5 … empty.","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque"…
H A Den.js.4.95 … empty.","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque"…
H A Den.js.unc5 … empty.","validateVSpace":"VSpace must be a number.","windowMode":"Window mode","windowModeOpaque"…
H A Dlang_array.txt273 "windowMode": "Window mode",
/plugin/ckgedit/syntax/
H A Dfont.php28 …function connectTo($mode) { $this->Lexer->addEntryPattern('<font.*?>(?=.*?</font>)',$mode,'plugin_… argument
63 function render($mode, Doku_Renderer $renderer, $data) { argument
64 if($mode == 'xhtml'){
H A Dspecials.php54 function connectTo($mode) { argument
56 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_OPEN~~',$mode,'plugin_ckgedit_specials');
57 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_CLOSE~~',$mode,'plugin_ckgedit_specials');
58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_ckgedit_specials');
59 … $this->Lexer->addSpecialPattern('~~NO_STYLING~~',$mode,'plugin_ckgedit_specials');
60 …$this->Lexer->addEntryPattern('~~START_HTML_BLOCK~~(?=.*?~~CLOSE_HTML_BLOCK~~)',$mode,'plugin_ckge…
61 … $this->Lexer->addSpecialPattern('~~AUTO_INTERNAL_LINKS~~',$mode,'plugin_ckgedit_specials');
99 function render($mode, Doku_Renderer $renderer, $data) { argument
100 if($mode == 'xhtml'){
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified353 "windowMode": "Window mode",
/plugin/ckgedit/scripts/
H A Dcss6.php241 if(is_array($data['stylesheets'])) foreach($data['stylesheets'] as $file => $mode){
242 $stylesheets[$mode][$incbase.$file] = $webbase;
259 …'stylesheets']) && is_array($data['stylesheets'])) foreach($data['stylesheets'] as $file => $mode){
260 $stylesheets[$mode][$incbase.$file] = $webbase;
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc170 // Register a filter to displaying placeholders after mode change.
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php751 function mkdir_rek($dir, $mode = 0777) argument
756 mkdir_rek(dirname($dir), $mode);
757 mkdir($dir, $mode);
/plugin/ckgedit/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twofactortelegram/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/epub/
H A Drenderer.php438 $mode ='xhtml';
439 $renderer =p_get_renderer($mode );
442 $plugin->render($mode,$renderer,$data);
/plugin/epub/scripts/
H A Dcss2.php47 foreach($ini['stylesheets'] as $file => $mode){
48 $tplstyles[$mode][$tplinc.$file] = $tpldir;
152 function css_pluginstyles($mode='screen'){ argument
157 if($mode == 'all'){
159 }elseif($mode == 'print'){
161 }elseif($mode == 'feed'){
H A Dcss3.php234 if(is_array($data['stylesheets'])) foreach($data['stylesheets'] as $file => $mode){
235 $stylesheets[$mode][$incbase.$file] = $webbase;
252 …'stylesheets']) && is_array($data['stylesheets'])) foreach($data['stylesheets'] as $file => $mode){
253 $stylesheets[$mode][$incbase.$file] = $webbase;
H A Debook.php20 $mode ='epub';
21 $Renderer =& plugin_load('renderer',$mode);
26 msg("No renderer for $mode found",-1);
71 $data = array($mode,& $Renderer->doc);
/plugin/tagfilter/syntax/
H A Dcompare.php42 function connectTo($mode) argument
44 $this->Lexer->addSpecialPattern("\{\{tagcompare>.*?\}\}", $mode, 'plugin_tagfilter_compare');
H A Dfilter.php70 public function connectTo($mode) argument
72 $this->Lexer->addSpecialPattern("\{\{tagfilter>.*?\}\}", $mode, 'plugin_tagfilter_filter');
/plugin/tagfilter/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/html5video2/script/
H A Dvideo.min.js20mode]||"disabled",n=e.default;"metadata"!==e.kind&&"chapters"!==e.kind||(i="hidden"),(t=u.call(thi…

1...<<21222324252627282930>>...98