Home
last modified time | relevance | path

Searched refs:mode (Results 326 – 350 of 2447) sorted by path

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

/plugin/bugzillaint/syntax/
H A Dlink.php42 * @param string $mode
44 public function connectTo($mode) { argument
45 …$this->Lexer->addSpecialPattern('[Bb]ug\s[0-9]+(?:\s<[a-z_,^>]+>)?', $mode, 'plugin_bugzillaint_li…
71 * @param string $mode
76 public function render($mode, Doku_Renderer $renderer, $data) { argument
77 if ($mode != 'xhtml') return false;
H A Dlist.php42 * @param string $mode
44 public function connectTo($mode) { argument
45 $this->Lexer->addSpecialPattern('<[Bb]uglist\s+[^>]*>', $mode, 'plugin_bugzillaint_list');
72 * @param string $mode
77 public function render($mode, Doku_Renderer $renderer, $data) { argument
78 if ($mode != 'xhtml') return false;
H A Dtree.php42 * @param string $mode
44 public function connectTo($mode) { argument
45 $this->Lexer->addSpecialPattern('<[Bb]ugtree\s+[0-9]+[^>]*>', $mode, 'plugin_bugzillaint_tree');
73 * @param string $mode
78 public function render($mode, Doku_Renderer $renderer, $data) { argument
79 if ($mode != 'xhtml') return false;
/plugin/bugzillalinks/
H A Dsyntax.php44 * @param string $mode
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('[Bb]ug\s*\d+', $mode, 'plugin_bugzillalinks');
69 * @param string $mode
74 public function render($mode, &$renderer, $data) { argument
76 if($mode != 'xhtml') return false;
/plugin/bugzillaxmlrpc/
H A Dsyntax.php194 function render($mode, &$renderer, $data) { argument
195 if($mode == 'xhtml'){
/plugin/bulletodo/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/bureaucracy-au/
H A Dsyntax.php57 * @param string $mode
59 public function connectTo($mode) { argument
60 $this->Lexer->addSpecialPattern('<form>.*?</form>', $mode, 'plugin_bureaucracyau');
/plugin/bureaucracy/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php62 * @param string $mode
64 public function connectTo($mode) { argument
65 $this->Lexer->addSpecialPattern('<form>.*?</form>', $mode, 'plugin_bureaucracy');
/plugin/bureaucracyau/
H A DREADME19 template mode has been tested by me. Feedback appreciated.
H A Dsyntax.php57 * @param string $mode
59 public function connectTo($mode) { argument
60 $this->Lexer->addSpecialPattern('<form>.*?</form>', $mode, 'plugin_bureaucracyau');
/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/c3chart/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('<c3.+?</c3>',$mode,'plugin_c3chart');
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/calendoku/syntax/
H A Dshowicalendar.php21 function connectTo($mode) { argument
24 $mode,
88 function render($mode, &$renderer, $data) { argument
H A Dshowtable.php24 function connectTo($mode) { argument
27 $mode,
175 function render($mode, &$renderer, $data) { argument
/plugin/callflow/
H A Dsyntax.php15 …function connectTo($mode){$this->Lexer->addEntryPattern('<callflow>(?=.*?</callflow>)',$mode,'plug… argument
35 function render($mode, Doku_Renderer $renderer, $data) argument
38 if($mode == 'xhtml'){
/plugin/canvas/
H A Dcanvas.php26 protected $mode; variable in syntax_plugin_canvas_canvas
31 $this->mode = substr(get_class($this), 7);
37 function connectTo($mode) { argument
38 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, $this->mode);
41 $this->Lexer->addExitPattern($this->exit_pattern, $this->mode);
/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/catlist/
H A Dsyntax.php462 function render ($mode, Doku_Renderer $renderer, $data) {
465 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/cellbg/
H A Dsyntax.php80 function render($mode, Doku_Renderer $renderer, $data) { argument
81 if($mode == 'xhtml'){
/plugin/cellbg2/
H A Dsyntax.php80 function render($mode, Doku_Renderer $renderer, $data) { argument
81 if($mode == 'xhtml'){
/plugin/changemarks/
H A Ddeleted.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('<del[^\r\n]*?>(?=.*?</del>)', $mode, $this->ins);
29 $this->Lexer->addEntryPattern('\-\-[^\r\n]*?>(?=.*?\-\-)', $mode, $this->ins);
67 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if ($mode == 'xhtml') {
85 if ($mode == 'odt') {

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