Home
last modified time | relevance | path

Searched refs:mode (Results 101 – 125 of 2447) sorted by relevance

12345678910>>...98

/plugin/struct/meta/
H A DAggregationCloud.php17 if ($this->mode !== 'xhtml') return;
67 if ($this->mode == 'xhtml') {
73 $value->renderAsTagCloudLink($this->renderer, $this->mode, $target, $filter, $weight, $showCount);
75 if ($this->mode == 'xhtml') {
15 protected $mode; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationCloud
52 __construct($id, $mode, \\Doku_Renderer $renderer, SearchCloud $searchConfig) global() argument
/plugin/blog/syntax/
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/htmlmetatags/syntax/
H A Dsyntax.php17 * @return string Syntax mode type
40 * @param string $mode
41 * Parser mode
43 public function connectTo($mode) {
44 if ($mode == 'base') {
45 $this->Lexer->addSpecialPattern ( '{{htmlmetatags>.+?}}', $mode, 'plugin_htmlmetatags_syntax' );
47 // $this->Lexer->addEntryPattern('<FIXME>',$mode,'plugin_htmlmetatags_syntax');
84 * @param string $mode
85 * Renderer mode (supported modes: xhtml)
92 public function render($mode, Doku_Rendere
46 connectTo($mode) global() argument
95 render($mode, Doku_Renderer $renderer, $data) global() argument
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DFilter.php147 * @param int $mode `self::READ`, `self::WRITE` or
155 $mode = self::READ, argument
166 $mode
173 $mode,
185 * @param int $mode self::READ, self::WRITE or
193 $mode = self::READ, $parameters = null argument
203 $mode
210 $mode,
/plugin/listusergroup/
H A Dsyntax.php33 * @param string $mode Parser mode
35 public function connectTo($mode) { argument
37 $this->Lexer->addSpecialPattern('{{listusergroup>[^}]+}}',$mode,'plugin_listusergroup');
68 * @param string $mode Renderer mode (supported modes: xhtml)
74 public function render($mode, Doku_Renderer $renderer, $data){ argument
75 if ($mode == 'xhtml') {
/plugin/bugzillaint/syntax/
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 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;
/plugin/shorty/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('~~shorty\b.*?~~',$mode,'plugin_shorty');
68 * @param string $mode Renderer mode (supported modes: xhtml)
73 public function render($mode, Doku_Renderer $renderer, $data) { argument
77 if($mode != 'xhtml') return false;
/plugin/schemadata/
H A Dsyntax.php44 * @param string $mode Parser mode
46 public function connectTo($mode) argument
49 $this->Lexer->addEntryPattern('<doi>', $mode, 'plugin_schemadata');
86 * @param string $mode Renderer mode (supported modes: xhtml)
92 public function render($mode, Doku_Renderer $renderer, $data) argument
95 if ($mode != 'xhtml') return false;
/plugin/dirtylittlehelper/syntax/
H A Dmermaid.php45 * @param string $mode Parser mode
47 public function connectTo($mode) argument
49 …$this->Lexer->addEntryPattern('\<dlh\.mm\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComp…
95 * @param string $mode Renderer mode (supported modes: xhtml)
101 public function render($mode, Doku_Renderer $renderer, $data) argument
103 if ($mode == 'xhtml') {
H A Dstyle.php45 * @param string $mode Parser mode
47 public function connectTo($mode) argument
49 …$this->Lexer->addEntryPattern('\<dlh\.style\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginC…
95 * @param string $mode Renderer mode (supported modes: xhtml)
101 public function render($mode, Doku_Renderer $renderer, $data) argument
103 if ($mode == 'xhtml') {
H A Ddivhtml.php45 * @param string $mode Parser mode
47 public function connectTo($mode) argument
49 …$this->Lexer->addEntryPattern('\<dlh\.div\.html[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->…
98 * @param string $mode Renderer mode (supported modes: xhtml)
104 public function render($mode, Doku_Renderer $renderer, $data) argument
106 if ($mode == 'xhtml') {
H A Dtablehtml.php45 * @param string $mode Parser mode
47 public function connectTo($mode) argument
49 …$this->Lexer->addEntryPattern('\<dlh\.table\.html[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this…
98 * @param string $mode Renderer mode (supported modes: xhtml)
104 public function render($mode, Doku_Renderer $renderer, $data) argument
106 if ($mode == 'xhtml') {
/plugin/fontawesome/syntax/
H A Dfontawesome.php37 * @param string $mode Parser mode
39 public function connectTo($mode) { argument
40 $this->Lexer->addEntryPattern('<fa',$mode,'plugin_fontawesome_fontawesome');
73 * @param string $mode Renderer mode (supported modes: xhtml)
78 public function render($mode, Doku_Renderer $renderer, $data) { argument
79 if($mode != 'xhtml') return false;
/plugin/advrack/
H A Dsyntax.php33 * @param string $mode Parser mode
35 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<advrack>(?=.*?</advrack>)',$mod… argument
60 * @param string $mode Renderer mode (supported modes: xhtml)
65 public function render($mode, Doku_Renderer &$renderer, $data) { argument
66 if($mode == 'xhtml') {
/plugin/scrollticker/
H A Dsyntax.php41 * @param string $mode Parser mode
43 public function connectTo($mode) { argument
44 … $this->Lexer->addEntryPattern('<scrollticker>(?=.*?</scrollticker>)',$mode,'plugin_scrollticker');
68 * @param string $mode Renderer mode (supported modes: xhtml)
73 public function render($mode, Doku_Renderer $renderer, $data) { argument
74 if($mode != 'xhtml') return false;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DPatchRollout.php27 public $mode; variable in Google\\Service\\OSConfig\\PatchRollout
46 public function setMode($mode) argument
48 $this->mode = $mode;
55 return $this->mode;
/plugin/refnotes/syntax/
H A Dreferences.php17 private $mode; variable in syntax_plugin_refnotes_references
29 $this->mode = substr(get_class($this), 7);
83 * What modes are allowed within our mode?
101 public function connectTo($mode) { argument
104 $this->Lexer->addEntryPattern($this->entryPattern, $mode, $this->mode);
108 $this->Lexer->addExitPattern($this->exitPattern, $this->mode);
139 public function render($mode, Doku_Renderer $renderer, $data) { argument
143 switch ($mode) {
146 $result = $this->renderReferences($mode,
191 renderReferences($mode, $renderer, $data) global() argument
208 renderReference($mode, $renderer, $attributes, $data) global() argument
[all...]
/plugin/fckg/syntax/
H A Dspecials.php54 function connectTo($mode) { argument
56 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_OPEN~~',$mode,'plugin_fckg_specials');
57 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_CLOSE~~',$mode,'plugin_fckg_specials');
58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_fckg_specials');
88 function render($mode, Doku_Renderer $renderer, $data) { argument
89 if($mode == 'xhtml'){
/plugin/cssperpage/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('~~cssp_openDIV~~',$mode,'plugin_cssperpage');
34 $this->Lexer->addSpecialPattern('~~cssp_closeDIV~~',$mode,'plugin_cssperpage');
35 $this->Lexer->addSpecialPattern('~~cssp_\w+_openDIV~~',$mode,'plugin_cssperpage');
55 function render($mode, Doku_Renderer $renderer, $data) { argument
56 if($mode == 'xhtml'){
/plugin/drawio/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) argument
39 $this->Lexer->addSpecialPattern("\{\{drawio>.+?\}\}",$mode,'plugin_drawio');
60 * @param string $mode Renderer mode (supported modes: xhtml)
66 public function render($mode, Doku_Renderer $renderer, $data) argument
68 if ($mode !== 'xhtml') {
/plugin/sectiontoggle/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('~~stoggle_buttons~~',$mode,'plugin_sectiontoggle');
34 $this->Lexer->addSpecialPattern('~~stoggle_openDIV~~',$mode,'plugin_sectiontoggle');
35 $this->Lexer->addSpecialPattern('~~stoggle_closeDIV~~',$mode,'plugin_sectiontoggle');
49 function render($mode, Doku_Renderer $renderer, $data) { argument
50 if($mode == 'xhtml'){
/plugin/snippets/
H A Dsyntax.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('<snippet>(?=.*?</snippet>)',$mode,'plugin_snippets');
29 $this->Lexer->addSpecialPattern('~~SNIPPET_O\d*~~.*?~~',$mode,'plugin_snippets');
30 $this->Lexer->addSpecialPattern('~~SNIPPET_C~~.*?~~',$mode,'plugin_snippets');
63 function render($mode, Doku_Renderer $renderer, $indata) { argument
65 if($mode == 'xhtml'){
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php37 * @param string $mode Parser mode
39 public function connectTo($mode) { argument
46 $mode,
51 $mode,
98 * @param string $mode Renderer mode (supported modes: xhtml)
103 public function render($mode, Doku_Renderer $renderer, $_data) { argument
107 if ($mode == 'xhtml') {
/plugin/imagereference/syntax/
H A Dimgref.php43 * @param string $mode Parser mode
45 function connectTo($mode) {
46 $this->Lexer->addSpecialPattern('<imgref.*?>', $mode, 'plugin_imagereference_imgref');
47 $this->Lexer->addSpecialPattern('<tabref.*?>', $mode, 'plugin_imagereference_imgref');
48 $this->Lexer->addSpecialPattern('<ggbref.*?>', $mode, 'plugin_imagereference_imgref');
84 * @param string $mode Renderer mode (supported modes: xhtml and metadata)
89 function render($mode, Doku_Renderer $renderer, $data) {
93 switch($mode) {
44 connectTo($mode) global() argument
87 render($mode, Doku_Renderer $renderer, $data) global() argument
[all...]

12345678910>>...98