Home
last modified time | relevance | path

Searched refs:mode (Results 551 – 575 of 2447) sorted by relevance

1...<<21222324252627282930>>...98

/plugin/codedoc/
H A Dspecials.php25 function connectTo($mode) { argument
26 $this->Lexer->addSpecialPattern('~~codedoc:.*?~~',$mode,'plugin_codedoc_specials');
38 function render($mode, Doku_Renderer $renderer, $data) { argument
40 if($mode == 'xhtml'){
/plugin/inlineedit/
H A Dsyntax.php66 function connectTo($mode) { argument
67 $this->Lexer->addEntryPattern('<inlineedit>',$mode,'plugin_inlineedit');
100 function render($mode, Doku_Renderer $renderer, $data) argument
106 if($mode == 'xhtml' && $opts['pageid'] === $INFO['id']) {
/plugin/confsearch/
H A Dsyntax.php23 public function connectTo($mode) { argument
24 $this->Lexer->addSpecialPattern('\{confsearch[^\}]*\}',$mode,'plugin_confsearch');
74 public function render($mode, Doku_Renderer $renderer, $data) { argument
79 if ($mode == 'xhtml') {
/plugin/webcomponent/syntax/
H A Dbrand.php30 function connectTo($mode) { argument
33 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
66 function render($mode, Doku_Renderer $renderer, $data) { argument
68 if ($mode == 'xhtml') {
H A Dsearch.php30 function connectTo($mode) { argument
32 …$this->Lexer->addSpecialPattern('<' . self::getTag() . '[^>]*>',$mode,'plugin_' . webcomponent::PL…
54 function render($mode, Doku_Renderer $renderer, $data) { argument
56 if ($mode == 'xhtml') {
/plugin/rtmchecklist/
H A Dsyntax.php56 function connectTo($mode) { argument
57 … $this->Lexer->addSpecialPattern('<rtmchecklist>.*?</rtmchecklist>',$mode,'plugin_rtmchecklist');
138 function render($mode, Doku_Renderer $renderer, $data) { argument
139 if($mode == 'xhtml'){
/plugin/skipentity/
H A Dsyntax.php25 function connectTo($mode) { argument
26 $this->Lexer->addEntryPattern('```?(?=.*?```?)',$mode,'plugin_skipentity');
51 function render($mode, Doku_Renderer $renderer, $data) { argument
54 if($mode == 'xhtml'){
/plugin/ckgedit/syntax/
H A Dfont.php28 …function connectTo($mode) { $this->Lexer->addEntryPattern('<font.*?>(?=.*?</font>)',$mode,'plugin_… argument
63 function render($mode, Doku_Renderer $renderer, $data) { argument
64 if($mode == 'xhtml'){
/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') {
/plugin/bez/syntax/
H A Dnav.php15 public function connectTo($mode) { argument
16 $this->Lexer->addSpecialPattern('~~BEZNAV~~',$mode,'plugin_bez_nav');
23 public function render($mode, Doku_Renderer $r, $data) { argument
24 if ($mode != 'xhtml') return;
/plugin/textrotate/
H A Dstyle.css9 -ms-writing-mode: tb-rl;
10 -webkit-writing-mode: vertical-rl;
11 writing-mode: vertical-rl;
/plugin/markdowku/
H A Dcodespans1.php17 function connectTo($mode) { argument
20 $mode,
28 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/mediasyntax/syntax/
H A Dpreblock.php15 function connectTo($mode)
19 $mode,
46 function render($mode, Doku_Renderer $renderer, $data)
26 connectTo($mode) global() argument
57 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/creole/syntax/
H A Dpreinline.php18 function connectTo($mode) { argument
21 $mode,
48 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/blogtng/syntax/
H A Dreadmore.php40 * @param string $mode
42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('~~READMORE~~', $mode, 'plugin_blogtng_readmore');
/plugin/fileshare/syntax/
H A DFileshare.php44 * @param string $mode Parser mode
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern ( '\{\{FileSharing\}\}', $mode, 'plugin_fileshare_Fileshare' );
48 … $this->Lexer->addSpecialPattern ( '\{\{FileSharing>.+\}\}', $mode, 'plugin_fileshare_Fileshare' );
74 * @param string $mode Renderer mode (supported modes: xhtml)
79 public function render($mode, Doku_Renderer $renderer, $data) { argument
93 if($mode != 'xhtml') return false;
/plugin/htmlokalt/syntax/
H A Dhtml.php13 function connectTo ($mode) { argument
14 $this->Lexer->addEntryPattern('<html>(?=.*</html>)', $mode, 'plugin_htmlok_html');
21 function render ($mode, Doku_Renderer $renderer, $data) { argument
/plugin/confightmlok/syntax/
H A Dhtml.php13 function connectTo ($mode) { argument
14 $this->Lexer->addEntryPattern('<html>(?=.*</html>)', $mode, 'plugin_confightmlok_html');
21 function render ($mode, Doku_Renderer $renderer, $data) { argument
29 //if(in_array($mode, ['xhtml', 's5'], true)) {
/plugin/webdav/core/
H A DUtils.php80 * @param string $mode
84 public static function saveWikiText($id, $text, $mode = 'edit') argument
87 if ($mode == 'create' && strlen($text) == 0) {
94 'mode' => $mode,
99 if ($mode == 'create') {
112 switch ($mode) {
/plugin/combo/syntax/
H A Dmenubar.php61 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
79 public function accepts($mode) argument
82 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
86 if ($mode == "eol") {
111 * the mode with the lowest sort number will win out
122 * @param string $mode
125 function connectTo($mode) argument
130 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/columns/
H A Dsyntax.php13 private $mode; variable in syntax_plugin_columns
23 $this->mode = substr(get_class($this), 7);
66 public function connectTo($mode) { argument
67 $this->Lexer->addSpecialPattern($this->lexerSyntax['enter'], $mode, $this->mode);
68 $this->Lexer->addSpecialPattern($this->lexerSyntax['newcol'], $mode, $this->mode);
69 $this->Lexer->addSpecialPattern($this->lexerSyntax['exit'], $mode, $this->mode);
95 public function render($mode, Doku_Renderer $renderer, $data) { argument
96 $columnsRenderer = $this->getRenderer($mode, $renderer);
108 private function getRenderer($mode, Doku_Renderer $renderer) { argument
109 switch ($mode) {
/plugin/revealjs/syntax/
H A Dfragment.php27 public function connectTo($mode) { argument
28 …$this->Lexer->addEntryPattern('<fragment\b.*?>(?=[\s\S]*?<\/fragment>)', $mode, 'plugin_revealjs_f…
77 public function render($mode, Doku_Renderer $renderer, $data) { argument
78 if($mode == 'xhtml') {
/plugin/floatdiv/syntax/
H A Dfloat.php36 public function connectTo($mode) { argument
38 $this->Lexer->addEntryPattern('\[float.*?\]',$mode,'plugin_floatdiv_float');
70 public function render($mode, &$renderer, $data) { argument
71 if($mode != 'xhtml') return false;
/plugin/webcomics/
H A Dsyntax.php37 public function connectTo ($mode) argument
39 $this->Lexer->addSpecialPattern('<comic=".*?">', $mode, 'plugin_webcomics');
88 public function render($mode, Doku_Renderer $renderer, $data) argument
90 if ($mode == 'xhtml')
/plugin/barcode/
H A Dsyntax.php31 function connectTo($mode) { argument
32 $this->Lexer->addSpecialPattern('~~BARCODE.*?~~', $mode, 'plugin_barcode');
75 function render($mode, Doku_Renderer $renderer, $data) { argument
78 if ($mode == 'xhtml') {

1...<<21222324252627282930>>...98