Home
last modified time | relevance | path

Searched refs:mode (Results 376 – 400 of 2447) sorted by path

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

/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/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/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/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/cleanoldips/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/clearfloat/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php37 function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('~~CLEARFLOAT~~',$mode,'plugin_clearfloat');
39 $this->Lexer->addSpecialPattern('~~CL~~',$mode,'plugin_clearfloat');
52 function render($mode, Doku_Renderer $renderer, $data) { argument
53 if($mode == 'xhtml'){
/plugin/cli/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php89 function accepts($mode) { argument
90 if ($mode == substr(get_class($this), 7)) return true;
91 return parent::accepts($mode);
98 * @param string $mode Parser mode
100 public function connectTo($mode) { argument
108 ,$mode,'plugin_cli');
262 public function render($mode, Doku_Renderer $renderer, $data) { argument
263 if($mode !== 'xhtml' && $mode !== 'odt' && $mode !== 'odt_pdf') {
277 if( $mode != 'xhtml' ) // odt needs an additional CR. bug ?
304 if( $mode == 'xhtml' ) {
[all …]
/plugin/clipboardutils/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
H A Dsyntax.php39 * @param string $mode Parser mode
41 public function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('<(?:clipb?)\b.*?>.*?</clipb>', $mode, 'plugin_clipboardutils');
213 * @param string $mode Renderer mode
218 public function render($mode, Doku_Renderer $renderer, $data) { argument
221 if ( $mode != 'xhtml' ) return false;
/plugin/clippy/
H A Dsyntax.php44 * @param string $mode Parser mode
46 public function connectTo( $mode ) { argument
47 $this->Lexer->addSpecialPattern( '<clippy>.*?</clippy>', $mode, 'plugin_clippy' );
110 * @param string $mode Renderer mode (supported modes: xhtml)
115 public function render( $mode, Doku_Renderer $renderer, $data ) { argument
116 if ( $mode != 'xhtml' ) return false;
/plugin/clock/
H A Dsyntax.php35 function connectTo($mode) {
37 '^\{\{clock\}\}$', $mode, 'plugin_clock');
55 function render($mode, Doku_Renderer $renderer, $data) {
58 if ($mode == 'xhtml') {
69 } else if ($mode == 'odt') {
72 else if ($mode == 'text') {
79 connectTo($mode) global() argument
106 render($mode, & $renderer, $data) global() argument
/plugin/cloud/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php26 function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('~~\w*?CLOUD.*?~~', $mode, 'plugin_cloud');
/plugin/cnmap/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php49 * @param string $mode Parser mode
51 public function connectTo($mode) argument
53 $this->Lexer->addSpecialPattern('{{cnmap>.*?}}',$mode,'plugin_cnmap');
81 * @param string $mode Renderer mode (supported modes: xhtml)
87 public function render($mode, Doku_Renderer $renderer, $data) argument
89 if ($mode !== 'xhtml') {
/plugin/code2/
H A Dsyntax.php536 * <dd>ordinary text encountered within the plugin's syntax mode

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