Home
last modified time | relevance | path

Searched refs:mode (Results 401 – 425 of 2447) sorted by last modified time

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

/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/blogtng/
H A DCOPYING314 when it starts in an interactive mode:
H A Dstyle.css8 /*____________ edit mode ____________*/
/plugin/navi/
H A Daction.php25 if ($cache->mode != 'i') return;
H A Dsyntax.php35 public function connectTo($mode) argument
37 $this->Lexer->addSpecialPattern('{{navi>[^}]+}}', $mode, 'plugin_navi');
/plugin/structautolink/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/orphanmedia2/
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.php35 function connectTo($mode) { argument
36 … $this->Lexer->addSpecialPattern('~~ORPHANMEDIA:[0-9a-zA-Z_:!;|]+~~',$mode,'plugin_orphanmedia2');
/plugin/do/syntax/
H A Ddo.php55 public function connectTo($mode) argument
57 $this->Lexer->addEntryPattern('<do.*?>(?=.*?</do>)', $mode, 'plugin_do_do');
183 public function render($mode, Doku_Renderer $R, $data) argument
188 if ($mode == 'qc') {
201 if ($mode === 'metadata') {
207 if ($mode != 'xhtml') {
H A Ddolist.php33 public function connectTo($mode) argument
35 $this->Lexer->addSpecialPattern('{{dolist>.*?}}', $mode, 'plugin_do_dolist');
93 * @param string $mode output format being rendered
99 public function render($mode, Doku_Renderer $R, $data) argument
101 if ($mode != 'xhtml') {
/plugin/iframeinterwiki/
H A Dsyntax.php23 function connectTo($mode) { $this->Lexer->addSpecialPattern('{{url>.*?}}',$mode,'plugin_iframeinterwiki'); }
102 function render($mode, Doku_Renderer $R, $data) {
103 if($mode != 'xhtml') return false;
24 connectTo($mode) global() argument
95 render($mode, Doku_Renderer $R, $data) global() argument
H A DLICENSE313 when it starts in an interactive mode:
/plugin/acmenu/
H A Dsyntax.php47 * added: the mode with the lowest sort number will win.
65 * @param string $mode
66 * name for the format mode of the final output
68 public function connectTo($mode)
70 $this->Lexer->addSpecialPattern("<acmenu.*?>", $mode, "plugin_acmenu"); argument
102 * @param string $mode
103 * name for the format mode of the final output
109 public function render($mode, Doku_Renderer $renderer, $data)
111 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/autoindex/
H A Dsyntax.php33 public function connectTo($mode) argument
35 $this->Lexer->addSpecialPattern('{{autoindex}}', $mode, 'plugin_autoindex');
H A DLICENSE313 when it starts in an interactive mode:
/plugin/ifauthex/
H A Dsyntax.php59 function accepts($mode) { argument
61 if ($mode === 'plugin_ifauthex') {
64 return parent::accepts($mode);
80 public function connectTo($mode) argument
82 $this->Lexer->addEntryPattern('<ifauth\b.*?>(?=.*?</ifauth>)', $mode, 'plugin_ifauthex');
118 public function render($mode, Doku_Renderer $renderer, $data) argument
H A DLICENSE313 when it starts in an interactive mode:
/plugin/feedmod/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/semantic/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php23 public function connectTo($mode) argument
27 $this->Lexer->addSpecialPattern($macro, $mode, 'plugin_semantic');
37 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode == 'metadata') {
/plugin/odtsupport/
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.php49 * @param string $mode Parser mode
51 public function connectTo($mode) argument
53 $this->Lexer->addSpecialPattern('{{hash>[-.:\d\w]+?}}', $mode, 'plugin_odtsupport');
54 $this->Lexer->addSpecialPattern('{{hash4>[-.:\d\w]+?}}', $mode, 'plugin_odtsupport');
55 $this->Lexer->addSpecialPattern('{{pagehash}}', $mode, 'plugin_odtsupport');
56 $this->Lexer->addSpecialPattern('{{pagehash4}}', $mode, 'plugin_odtsupport');
138 * @param string $mode Renderer mode (supported modes: xhtml)
144 public function render($mode, Doku_Renderer $renderer, $data) argument
148 if ($mode == 'xhtml') {
158 } elseif ($mode == 'text') {
[all …]
/plugin/usecounter/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:

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