Home
last modified time | relevance | path

Searched refs:mode (Results 2301 – 2325 of 2447) sorted by path

1...<<9192939495969798

/plugin/webcomponent/syntax/
H A Drelated.php75 * @param string $mode
77 function connectTo($mode) argument
80 …$this->Lexer->addSpecialPattern('<' . self::getElementName(). '[^>]*>', $mode, 'plugin_' . webcomp…
85 …$this->Lexer->addSpecialPattern($extraPattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
135 * @param string $mode
140 function render($mode, Doku_Renderer $renderer, $data) argument
152 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') {
H A Dunit.php71 public function connectTo($mode) argument
75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
137 * @param string $mode
142 public function render($mode, Doku_Renderer $renderer, $data) argument
148 if ($mode == 'xhtml') {
/plugin/webcomponent/
H A Dwebcomponent.php126 mkdir($conf['datadir'], $mode = 0777, $recursive = true);
132 mkdir($conf['cachedir'], $mode = 0777, $recursive = 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/webmaster/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/whoisonline/
H A Dsyntax.php93 * @param string $mode Parser mode
95 public function connectTo($mode) { argument
96 …pecialPattern('~~whoisonline[\#\;\:]?(?:NOLIST|NOSHOW|noshow|nolist)?~~',$mode,'plugin_whoisonline…
118 * @param string $mode Renderer mode (supported modes: xhtml)
123 public function render($mode, &$renderer, $data) { argument
124 if($mode != 'xhtml') return false;
/plugin/wideredit/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/wikicalendar/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/wikiformatstyling/
H A Dnwtag.php27 function connectTo($mode) { argument
28 … $this->Lexer->addEntryPattern('<nowiki>(?=.*</nowiki>)',$mode,'plugin_wikiformatstyling_nwtag');
H A Dpcnt.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('%%(?=.*%%)',$mode,'plugin_wikiformatstyling_pcnt');
/plugin/wikipediasnippet/
H A Dsyntax.php19 function connectTo($mode) { argument
20 … $this->Lexer->addSpecialPattern('{{wp(?:\:[a-z-]+)?>[^}]+}}',$mode,'plugin_wikipediasnippet');
47 function render($mode, Doku_Renderer $renderer, $data) { argument
48 if($mode == 'xhtml') {
/plugin/wikistats/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php103 public function connectTo($mode) { argument
104 $this->Lexer->addSpecialPattern('\{\{wikistats>[^}]*\}\}',$mode,'plugin_wikistats');
172 * @param string $mode Renderer mode (supported modes: xhtml)
177 public function render($mode, Doku_Renderer &$renderer, $data) { argument
182 if ($mode != 'xhtml') return false;
/plugin/wikistyle2html/syntax/
H A Dnwtag.php27 function connectTo($mode) { argument
28 … $this->Lexer->addEntryPattern('<nowiki>(?=.*</nowiki>)',$mode,'plugin_wikistyle2html_nwtag');
H A Dpcnt.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('%%(?=.*%%)',$mode,'plugin_wikistyle2html_pcnt');
/plugin/workflow/syntax/
H A Dbox.php19 public function connectTo($mode) { argument
20 $this->Lexer->addEntryPattern('<box.*?>(?=.*?</box>)', $mode, 'plugin_workflow_box');
32 public function render($mode, &$renderer, $indata) { argument
33 if($mode != 'xhtml') return false;
H A Ddecision.php37 public function connectTo($mode) { argument
38 … $this->Lexer->addEntryPattern('<decision.*?>(?=.*?</decision>)',$mode,'plugin_workflow_decision');
51 public function render($mode, &$renderer, $indata) { argument
52 if($mode != 'xhtml') return false;
/plugin/wrap/
H A DCOPYING319 when it starts in an interactive mode:
H A Dhelper.php126 function buildAttributes($data, $addClass='', $mode='xhtml') {
131 if ($mode=='xhtml') {
377 $properties ['writing-mode'] = 'lr';
381 $properties ['writing-mode'] = 'rl';
112 buildAttributes($data, $addClass = '', $mode = 'xhtml') global() argument
/plugin/wrap/syntax/
H A Ddiv.php19 function accepts($mode) { argument
20 if ($mode == substr(get_class($this), 7)) return true;
21 return parent::accepts($mode);
27 function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
29 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
H A Dspan.php19 function accepts($mode) { argument
20 if ($mode == substr(get_class($this), 7)) return true;
21 return parent::accepts($mode);
27 function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
29 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
/plugin/wst/syntax/
H A Dincludeonly.php38 * @param string $mode Parser mode
40 public function connectTo($mode) { argument
41 …$this->Lexer->addSpecialPattern('<includeonly>.*?</includeonly>', $mode, 'plugin_wst_includeonly');
66 * @param string $mode Renderer mode (supported modes: xhtml)
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
72 if($mode != 'xhtml') return false;
H A Dnoinclude.php38 * @param string $mode Parser mode
40 public function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('<noinclude>|</noinclude>', $mode, 'plugin_wst_noinclude');
66 * @param string $mode Renderer mode (supported modes: xhtml)
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
72 if($mode != 'xhtml') return false;
H A Dtemplate.php37 * @param string $mode Parser mode
39 public function connectTo($mode) { argument
40 …SpecialPattern('\{\{[W|w][S|s][T|t]>(?:(?:[^\}]*?\{.*?\}\})|.*?)+?\}\}', $mode, 'plugin_wst_templa…
88 * @param string $mode Renderer mode (supported modes: xhtml)
93 public function render($mode, Doku_Renderer $renderer, $data) { argument
94 if($mode != 'xhtml') return false;

1...<<9192939495969798