Home
last modified time | relevance | path

Searched refs:mode (Results 151 – 175 of 2447) sorted by last modified time

12345678910>>...98

/plugin/sql/
H A Dsyntax.php56 function connectTo($mode) { argument
57 $this->Lexer->addEntryPattern('<sql [^>]*>',$mode,'plugin_sql');
97 function render($mode, Doku_Renderer $renderer, $data) { argument
100 if($mode == 'xhtml'){
/plugin/tagging/
H A Dsyntax.php28 function connectTo($mode) { argument
29 $this->Lexer->addSpecialPattern('{{tagging::\w+(?:>[^}\?]+)?(?:\?[0-9]+)?}}', $mode, 'plugin_tagging');
68 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if ($mode !== 'xhtml') {
/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/caption/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/caption/syntax/
H A Dcaption.php55 public function connectTo($mode) {
56 $this->Lexer->addSpecialPattern('{{setcounter [a-z0-9=]+?}}',$mode,'plugin_caption_caption');
57 $this->Lexer->addEntryPattern('<figure.*?>(?=.*</figure>)',$mode,'plugin_caption_caption');
58 $this->Lexer->addEntryPattern('<table.*?>(?=.*</table>)',$mode,'plugin_caption_caption');
59 $this->Lexer->addEntryPattern('<codeblock.*?>(?=.*</codeblock>)',$mode,'plugin_caption_caption');
60 $this->Lexer->addEntryPattern('<fileblock.*?>(?=.*</fileblock>)',$mode,'plugin_caption_caption');
92 public function render($mode, Doku_Renderer $renderer, $data) {
93 if ($mode == 'xhtml') {
317 if ($mode == 'latex') {
381 * WARNING: The odt mode seem
64 connectTo($mode) global() argument
101 render($mode, Doku_Renderer $renderer, $data) global() argument
[all...]
H A Dreference.php39 public function connectTo($mode) {
40 $this->Lexer->addSpecialPattern('{{ref>.+?}}',$mode,'plugin_caption_reference');
50 public function render($mode, Doku_Renderer $renderer, $data) {
51 if ($mode == 'xhtml') {
70 if ($mode == 'latex') {
82 if ($mode == 'odt') {
101 // unsupported $mode
48 connectTo($mode) global() argument
59 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js36964 this._mode = mode;
37069 this._mode = mode;
37207 this._mode = mode;
37867 this._mode = mode;
37937 mode: suite
37948 mode: suite,
61986 _mode = mode === ~~mode ? mode : mode === true ? Z_FINISH : Z_NO_FLUSH; // Convert data if needed
62377 …_mode = mode === ~~mode ? mode : mode === true ? c.Z_FINISH : c.Z_NO_FLUSH; // Convert data if nee…
65956 this.mode = 0;
66098 state.mode = HEAD;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4824 _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);
5190 _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);
8367 state.mode = HEAD;
8592 if (state.mode === TYPE) { state.mode = TYPEDO; } /* skip check */
8712 state.mode = TIME;
8739 state.mode = OS;
9279 state.mode = LEN;
9533 state.mode = LEN;
9629 state.mode = MEM;
9644 (state.mode === LEN_ || state.mode === COPY_ ? 256 : 0);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15160 function default_margins(margins/*:Margins*/, mode/*:?string*/) { argument
15163 if(mode == 'xlml') defs = [1, 1, 1, 1, 0.5, 0.5];
22965 o.push(' <style:table-properties table:display="true" style:writing-mode="lr-tb"/>\n');
25052 ['WTF', false] /* WTF mode (throws errors) */
25066 ['WTF', false] /* WTF mode (throws errors) */
/plugin/gallery/
H A Dsyntax.php
/plugin/dev/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/dev/skel/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php32 public function connectTo($mode)
34 $this->Lexer->addSpecialPattern('<FIXME>', $mode, '@@SYNTAX_COMPONENT_NAME@@');
35 // $this->Lexer->addEntryPattern('<FIXME>', $mode, '@@SYNTAX_COMPONENT_NAME@@');
53 public function render($mode, Doku_Renderer $renderer, $data)
55 if ($mode !== 'xhtml') {
29 connectTo($mode) global() argument
50 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/structtasks/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/orphanswanted/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php52 function connectTo($mode) { argument
53 … $this->Lexer->addSpecialPattern('~~ORPHANSWANTED:[\w:@!-]+~~', $mode, 'plugin_orphanswanted');
/plugin/button/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php92 function connectTo($mode)
94 $this->Lexer->addSpecialPattern('\[\[{conf[^}]*}[^\]]*\]\]', $mode, 'plugin_button');
95 $this->Lexer->addEntryPattern('\[\[{[^}]*}[^\]\|]*\|?', $mode, 'plugin_button');
232 function render($mode, Doku_Renderer $renderer, $data)
239 if ($mode == 'xhtml') {
322 } elseif ($mode == 'metadata') {
70 connectTo($mode) global() argument
202 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/bibtex4dw/syntax/
H A Dbibtex.php8 * Parse <bibtex>...</bibtex> blocks in xhtml mode.bibtex
43 public function connectTo($mode) { argument
44 $this->Lexer->addEntryPattern('<bibtex(?=.*?>.*?</bibtex>)', $mode, 'plugin_bibtex4dw_bibtex');
65 public function render($mode, Doku_Renderer $renderer, $data) { argument
67 if($mode == 'xhtml') {
137 if($mode == 'odt') {
H A Dcite.php43 public function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('\{\[.+?\]\}', $mode, 'plugin_bibtex4dw_cite');
53 public function render($mode, Doku_Renderer $renderer, $data) { argument
64 if($mode == 'xhtml') {
86 if($mode == 'latex') {
98 if($mode == 'odt') {
/plugin/bibtex4dw/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/copycode/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/tag/syntax/
H A Dcount.php30 * @param string $mode Parser mode
32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('\{\{count>.*?\}\}', $mode, 'plugin_tag_count');
78 * @param string $format Renderer mode (supported modes: xhtml and metadata)
H A Dsearchtags.php30 * @param string $mode Parser mode
32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('\{\{searchtags}}', $mode,'plugin_tag_searchtags');
35 $this->Lexer->addSpecialPattern('\{\{searchtags&.*?\}\}',$mode,'plugin_tag_searchtags');
56 * @param string $format Renderer mode (supported modes: xhtml and metadata)

12345678910>>...98