Home
last modified time | relevance | path

Searched refs:mode (Results 351 – 375 of 2447) sorted by path

1...<<11121314151617181920>>...98

/plugin/changemarks/
H A Dhighlighted.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('\!\![^\r\n]*?>(?=.*?\!\!)', $mode, $this->ins);
64 function render($mode, Doku_Renderer $renderer, $data) { argument
66 if (($mode == 'xhtml') && (is_array($data))) {
82 if ($mode == 'odt') {
H A Dinserted.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('<ins[^\r\n]*?>(?=.*?</ins>)', $mode, $this->ins);
29 $this->Lexer->addEntryPattern('\+\+[^\r\n]*?>(?=.*?\+\+)', $mode, $this->ins);
67 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if ($mode == 'xhtml') {
85 if ($mode == 'odt') {
/plugin/changes/
H A Daction.php37 if (isset($cache->mode) && ($cache->mode == 'xhtml')) {
H A Dsyntax.php45 * @param string $mode
47 public function connectTo($mode)
49 $this->Lexer->addSpecialPattern('\{\{changes>[^}]*\}\}', $mode, 'plugin_changes');
43 connectTo($mode) global() argument
177 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/charter/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/chat/
H A Dsyntax.php114 function render($mode, &$renderer, $data) { argument
116 if ($mode == 'xhtml') {
/plugin/chem/
H A Dsyntax.php9 …function connectTo($mode) { $this->Lexer->addEntryPattern('<chem>(?=.*?</chem>)',$mode,'plugin_che… argument
21 function render($mode, Doku_Renderer $renderer, $data) { argument
22 if($mode == 'xhtml' || $mode=='odt'){
27 if($mode=='xhtml'){
/plugin/chordsheets/
H A Dsyntax.php19 public function connectTo($mode) argument
21 … $this->Lexer->addEntryPattern('<chordSheet.*?>(?=.*?</chordSheet>)',$mode,'plugin_chordsheets');
22 $this->Lexer->addSpecialPattern('%.*?\[\w+\]', $mode,'plugin_chordsheets');
50 public function render($mode, Doku_Renderer $renderer, $data) { argument
52 if($mode == 'xhtml'){
/plugin/cite/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/ckgdoku/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/ckgdoku/action/
H A Dedit.php1029 $mode = 'ckgdoku';
1055 $file = DOKU_INC."inc/parser/$mode.php";
1060 $rclass = "Doku_Renderer_$mode";
1064 msg("Renderer for $mode not valid",-1);
1071 $Renderer = plugin_load('renderer',$mode);
1073 msg("No renderer for $mode found",-1);
1148 $data = array($mode,& $Renderer->doc);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md532mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKE…
588mode, then (ii) paste a specially crafted HTML code, prepared by the attacker, into the opened CKE…
640 …: Workaround for Blink bug with `document.title` which breaks updating title in the full HTML mode.
755 … [IE9] Fixed: The caret jumps out of the editable area when resizing the editor in the source mode.
827 …(http://dev.ckeditor.com/ticket/11677): Fixed: Undo/Redo keystrokes are blocked in the source mode.
856 …): Fixed: [Menu button](http://ckeditor.com/addon/menubutton) panel not showing in the source mode.
885 * [#11121](http://dev.ckeditor.com/ticket/11121): [Firefox] Fixed: High Contrast mode is enabled wh…
932 …v.ckeditor.com/ticket/11202): Fixed: No newline in [BBCode](http://ckeditor.com/addon/bbcode) mode.
1214 …or.com/ticket/9893): [IE] Fixed broken toolbar when editing mixed direction content in Quirks mode.
1247 …tor.com/ticket/9706): Context menu generates a JavaScript error in inline mode when the editor is …
[all …]
H A Dckeditor.js246 !b.readOnly?"disable":b.modes[a.mode]?"enable":"disable"]()}function l(a,b,c){if(b){var d,e,g=a.com…
328mode&&k&&k[a]){f.fire("beforeSetMode",a);if(f.mode){var d=f.checkDirty(),k=f._.previousModeData,h,…
626 …){var u={};a.on("beforeModeUnload",function(){a.mode&&this._.state!=CKEDITOR.TRISTATE_DISABLED&&(u…
667 return!0}function r(a){if("wysiwyg"==b.mode)switch(a.data.keyCode){case CKEDITOR.CTRL+86:case CKEDI…
847 …ide=function(c){this.element.removeClass(k);h.setState(h.modes&&h.modes[a.mode]?CKEDITOR.TRISTATE_…
898 function(a){if("wysiwyg"==b.mode&&a.data.keyCode==this.indentKey){var c=this.getContext(b.elementPa…
980mode)switch(b.data.getKeystroke()){case 2228240:case 16:l.hiddenMode=1,l.line.detach()}}),k.attach…
990 CKEDITOR.instances,c;for(c in b){var e=b[c];"wysiwyg"!=e.mode||e.readOnly||(e=e.document.getBody(),…
1029 …=!1,g=!1,k=!0;b.data.name in f.options.disablingCommandExec&&"wysiwyg"==a.mode?c&&(f.destroy(a),a.…
1078 …,10"});f.on("mode",function(){f.getCommand("source").setState("source"==f.mode?CKEDITOR.TRISTATE_O…
[all …]
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified269 windowMode: "Window mode",
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/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc170 // Register a filter to displaying placeholders after mode change.
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php756 function mkdir_rek($dir, $mode = 0777) argument
761 mkdir_rek(dirname($dir), $mode);
762 mkdir($dir, $mode);
/plugin/ckgdoku/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_ckgdoku_specials');
57 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_CLOSE~~',$mode,'plugin_ckgdoku_specials');
58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_ckgdoku_specials');
59 … $this->Lexer->addSpecialPattern('~~NO_STYLING~~',$mode,'plugin_ckgdoku_specials');
60 … $this->Lexer->addSpecialPattern('~~AUTO_INTERNAL_LINKS~~',$mode,'plugin_ckgdoku_specials');
62 …$this->Lexer->addEntryPattern('~~START_HTML_BLOCK~~(?=.*?~~CLOSE_HTML_BLOCK~~)',$mode,'plugin_ckgd…
100 function render($mode, Doku_Renderer $renderer, $data) { argument
101 if($mode == 'xhtml'){
/plugin/ckgedit/
H A DLICENSE313 when it starts in an interactive mode:
/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.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 …]
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 …]

1...<<11121314151617181920>>...98