Home
last modified time | relevance | path

Searched refs:mode (Results 476 – 500 of 2447) sorted by last modified time

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

/plugin/latexcaption/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/latexcaption/syntax/
H A Dcaption.php51 public function connectTo($mode) { argument
52 … $this->Lexer->addSpecialPattern('{{setcounter>[a-z0-9=]+?}}',$mode,'plugin_latexcaption_caption');
53 … $this->Lexer->addEntryPattern('<figure.*?>(?=.*</figure>)',$mode,'plugin_latexcaption_caption');
54 … $this->Lexer->addEntryPattern('<table.*?>(?=.*</table>)',$mode,'plugin_latexcaption_caption');
55 …$this->Lexer->addEntryPattern('<codeblock.*?>(?=.*</codeblock>)',$mode,'plugin_latexcaption_captio…
200 public function render($mode, Doku_Renderer $renderer, $data) { argument
210 if (!in_array($mode, ['metadata', 'xhtml','odt', 'latex'])) {
216 if ($mode == 'metadata') {
224 elseif ($mode == 'xhtml') {
294 elseif ($mode == 'latex') {
[all …]
H A Dreference.php37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('{{ref>.+?}}',$mode,'plugin_latexcaption_reference');
48 public function render($mode, Doku_Renderer $renderer, $data) { argument
65 if ($mode == 'xhtml') {
94 if ($mode == 'latex') {
99 if ($mode == 'odt') {
H A Dsubtype.php13 public function connectTo($mode) { argument
14 …$this->Lexer->addEntryPattern('<subfigure.*?>(?=.*</subfigure>)',$mode, 'plugin_latexcaption_capti…
15 …$this->Lexer->addEntryPattern('<subtable.*?>(?=.*</subtable>)',$mode, 'plugin_latexcaption_caption…
/plugin/bulletodo/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/highlight2wiki/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/imagepreview/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/dokudrawingboard/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/ocr/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/structnotification/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/color/
H A Dsyntax.php21 …function connectTo($mode) { $this->Lexer->addEntryPattern('<color.*?>(?=.*?</color>)',$mode,'plugi… argument
51 function render($mode, Doku_Renderer $renderer, $data) { argument
52 if($mode == 'xhtml'){
65 if($mode == 'odt'){
87 if($mode == 'metadata'){
/plugin/qrcodescanner/
H A Dsyntax.php24 public function connectTo($mode) { argument
25 $this->Lexer->addSpecialPattern('\{\{QRCODESCANNER\}\}',$mode,'plugin_qrcodescanner');
32 public function render($mode, Doku_Renderer $renderer, $data) { argument
34 if($mode == 'xhtml'){
/plugin/code39/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php47 * @param string $mode Parser mode
49 public function connectTo($mode) argument
51 $this->Lexer->addEntryPattern('<code39.*?>(?=.*?</code39>)', $mode, 'plugin_code39');
82 * @param string $mode Renderer mode (supported modes: xhtml)
88 public function render($mode, Doku_Renderer $renderer, $data) argument
91 if ($mode == 'xhtml') {
/plugin/scrollticker/
H A Dsyntax.php41 * @param string $mode Parser mode
43 public function connectTo($mode) { argument
44 … $this->Lexer->addEntryPattern('<scrollticker>(?=.*?</scrollticker>)',$mode,'plugin_scrollticker');
68 * @param string $mode Renderer mode (supported modes: xhtml)
73 public function render($mode, Doku_Renderer $renderer, $data) { argument
74 if($mode != 'xhtml') return false;
/plugin/dokutts/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/folded/syntax/
H A Ddiv.php22 function connectTo($mode) { $this->Lexer->addEntryPattern('\+\+\+\+.*?\|(?=.*\+\+\+\+)',$mode,'plugin_folded_div'); } argument
41 function render($mode, Doku_Renderer $renderer, $data) { argument
45 if($mode == 'xhtml') {
H A Dheader.php20 function connectTo($mode) { argument
21 if ($mode != 'plugin_folded_div') return;
26 $mode,
47 function render($mode, Doku_Renderer $renderer, $data) { argument
48 if($mode != 'xhtml') return;
H A Dspan.php23 function connectTo($mode) { $this->Lexer->addEntryPattern('\+\+.*?\|(?=.*\+\+)',$mode,'plugin_folded_span'); } argument
42 function render($mode, Doku_Renderer $renderer, $data) { argument
46 if($mode == 'xhtml') {
/plugin/bookmark2wiki/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/achart/assets/
H A Dapexcharts.css610 animation-fill-mode: forwards;
H A Dapexcharts.min.js6mode:"light",palette:"palette1",monochrome:{enabled:!1,color:"#008FFB",shadeTo:"light",shadeIntens…
10 …{this.attr("in",t)}}});var e={blend:function(t,e,i){this.attr({in:t,in2:e,mode:i||"normal"})},colo…
/plugin/achart/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('<achart.+?</achart>',$mode,'plugin_achart');
82 * @param string $mode Renderer mode (supported modes: xhtml)
87 public function render($mode, Doku_Renderer $renderer, $data) { argument
88 if($mode != 'xhtml') return false;
/plugin/snippets/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('<snippet>(?=.*?</snippet>)',$mode,'plugin_snippets');
29 $this->Lexer->addSpecialPattern('~~SNIPPET_O\d*~~.*?~~',$mode,'plugin_snippets');
30 $this->Lexer->addSpecialPattern('~~SNIPPET_C~~.*?~~',$mode,'plugin_snippets');
63 function render($mode, Doku_Renderer $renderer, $indata) { argument
65 if($mode == 'xhtml'){

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