Home
last modified time | relevance | path

Searched refs:mode (Results 276 – 300 of 2447) sorted by path

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

/plugin/blog/syntax/
H A Dblog.php17 function connectTo($mode) { argument
18 $this->Lexer->addSpecialPattern('\{\{blog>.*?\}\}',$mode,'plugin_blog_blog');
48 function render($mode, Doku_Renderer $renderer, $data) { argument
77 if ($mode == 'xhtml') {
83 if ((auth_quickaclcheck($ns.':*') >= AUTH_CREATE) && ($mode == 'xhtml')) {
106 if ($mode == 'xhtml') {
125 if ($mode == 'xhtml' || $mode == 'code') {
134 } elseif ($mode == 'metadata') {
140 if ($mode
[all...]
H A Ddraft.php14 function connectTo($mode) { argument
15 $this->Lexer->addSpecialPattern('~~DRAFT~~', $mode, 'plugin_blog_draft');
25 function render($mode, Doku_Renderer $renderer, $data) { argument
26 if ($mode == 'xthml') {
28 } elseif ($mode == 'metadata') {
/plugin/bloglinks/
H A DCOPYING319 when it starts in an interactive mode:
/plugin/blogmeta/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/blogtng/
H A DCOPYING314 when it starts in an interactive mode:
H A Dstyle.css8 /*____________ edit mode ____________*/
/plugin/blogtng/syntax/
H A Dblog.php76 * @param string $mode
78 function connectTo($mode) { argument
79 $this->Lexer->addSpecialPattern('<blog ?[^>]*>.*?</blog>', $mode, 'plugin_blogtng_blog');
H A Dcommentreply.php31 * @param string $mode
33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('@#\d+:', $mode, 'plugin_blogtng_commentreply');
H A Dreadmore.php40 * @param string $mode
42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('~~READMORE~~', $mode, 'plugin_blogtng_readmore');
/plugin/bookcreator/syntax/
H A Dbookmanager.php28 * @param string $mode
30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('~~\w*?BOOK.*?~~', $mode, 'plugin_bookcreator_bookmanager');
104 * @param string $format render mode e.g. text, xhtml, meta,...
H A Dexportsaved.php12 * @param string $mode
14 public function connectTo($mode) argument
16 $this->Lexer->addSpecialPattern('~~EXPORT.*?~~', $mode, 'plugin_bookcreator_exportsaved');
88 * @param string $format render mode e.g. text, xhtml, meta,...
/plugin/booking/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) argument
39 $this->Lexer->addSpecialPattern('{{booking}}', $mode, 'plugin_booking');
62 * @param string $mode Renderer mode (supported modes: xhtml)
68 public function render($mode, Doku_Renderer $renderer, $data) argument
70 if ($mode !== 'xhtml') {
/plugin/bookmark2wiki/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/bookmarkfile/
H A Dsyntax.php51 public function connectTo($mode) argument
53 $this->Lexer->addSpecialPattern('\<BOOKMARKFILE .*?\>',$mode,'plugin_bookmarkfile');
113 public function render($mode, Doku_Renderer $renderer, $data) argument
116 if ($mode == 'xhtml') {
/plugin/bootnote/
H A Dsyntax.php33 function connectTo($mode) { argument
35 $this->Lexer->addEntryPattern('<note[^>]*>(?=.*</note>)', $mode,'plugin_bootnote');
37 … $this->Lexer->addEntryPattern('<bootnote[^>]*>(?=.*</bootnote>)', $mode,'plugin_bootnote');
78 function render($mode, Doku_Renderer $renderer, $data) { argument
79 if($mode != 'xhtml') return false;
/plugin/bootswrapper/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/bootswrapper/syntax/
H A Daccordion.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode !== 'xhtml') {
H A Daffix.php67 public function render($mode, Doku_Renderer $renderer, $data) argument
74 if ($mode !== 'xhtml') {
H A Dalert.php38 public function render($mode, Doku_Renderer $renderer, $data) argument
45 if ($mode !== 'xhtml') {
H A Dbootstrap.php196 public function connectTo($mode) argument
198 …$this->Lexer->addEntryPattern($this->pattern_start, $mode, 'plugin_bootswrapper_' . $this->getPlug…
268 public function render($mode, Doku_Renderer $renderer, $data) argument
275 if ($mode !== 'xhtml') {
H A Dbutton.php63 public function render($mode, Doku_Renderer $renderer, $data) argument
70 if ($mode !== 'xhtml') {
H A Dcallout.php45 public function render($mode, Doku_Renderer $renderer, $data) argument
52 if ($mode !== 'xhtml') {
H A Dcarousel.php45 public function render($mode, Doku_Renderer $renderer, $data) argument
52 if ($mode !== 'xhtml') {
H A Dcollapse.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode !== 'xhtml') {

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