Home
last modified time | relevance | path

Searched refs:mode (Results 2276 – 2300 of 2447) sorted by path

1...<<9192939495969798

/plugin/vote/
H A Dsyntax.php25 function connectTo( $mode ) { argument
26 $this->Lexer->addSpecialPattern( '<vote.*?>.+?</vote>', $mode, 'plugin_vote' );
64 function render( $mode, &$renderer, $data ) { argument
68 if ( $mode != 'xhtml' ){ return FALSE; }
/plugin/vshare/syntax/
H A Ddebug.php32 public function connectTo($mode)
35 $this->Lexer->addSpecialPattern('~~vshare-debug~~', $mode, 'plugin_vshare_debug');
46 public function render($mode, Doku_Renderer $renderer, $handlerdata)
48 if ($mode !== 'xhtml') {
64 $syntax->render($mode, $renderer, $data);
29 connectTo($mode) global() argument
44 render($mode, Doku_Renderer $renderer, $handlerdata) global() argument
H A Dvideo.php58 public function connectTo($mode)
61 $this->Lexer->addSpecialPattern('\{\{\s?(?:' . $pattern . ')>[^}]*\}\}', $mode, 'plugin_vshare_video');
111 public function render($mode, Doku_Renderer $R, $data)
113 if ($mode != 'xhtml') return false;
56 connectTo($mode) global() argument
109 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/watchcycle/
H A Dsyntax.php17 * @return string Syntax mode type
35 * @param string $mode Parser mode
37 public function connectTo($mode) argument
39 $this->Lexer->addSpecialPattern('~~WATCHCYCLE.*?~~', $mode, 'plugin_watchcycle');
85 * @param string $mode Renderer mode (supported modes: xhtml)
92 public function render($mode, Doku_Renderer $renderer, $data) argument
98 $method = "render_$mode";
/plugin/wavedrom/
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.php32 * @param string $mode Parser mode
34 function connectTo($mode) { argument
35 $this->Lexer->addEntryPattern('<wavedrom>(?=.*?</wavedrom>)',$mode,'plugin_wavedrom');
64 function render($mode, Doku_Renderer $renderer, $indata) { argument
65 if($mode == 'xhtml'){
/plugin/webcode/syntax/
H A Dbasis.php51 private static function p_render($mode, array $instructions, array &$info) argument
56 $Renderer = p_get_renderer($mode);
81 $data = array($mode, & $Renderer->doc);
120 function accepts($mode) argument
122 if ($mode == "code" || $mode == "plugin_combo_code") {
125 return parent::accepts($mode);
151 * @param string $mode
156 public function connectTo($mode) argument
342 * @param string $mode
351 public function render($mode, Doku_Renderer $renderer, $data) argument
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3137 }var parts=[],m,set,checkSet,check,mode,extra,prune=true,contextXML=isXML(context),soFar=selector;
/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/webcomponent/_test/
H A DREADME.md29 mkdir($conf['datadir'], $mode = 0777, $recursive = true);
35 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
/plugin/webcomponent/_test/data/pages/
H A Dmath.txt9 It means than in editing mode, you may also not see the formulas.
/plugin/webcomponent/syntax/
H A Dblockquote.php79 * @param string $mode
81 function connectTo($mode) argument
85 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
161 * @param string $mode
166 function render($mode, Doku_Renderer $renderer, $data) argument
169 if ($mode == 'xhtml') {
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 Dbutton.php90 * @param string $mode
92 function connectTo($mode) argument
98 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
185 * @param string $mode
190 function render($mode, Doku_Renderer $renderer, $data) argument
193 switch ($mode) {
H A Dcard.php91 * @param string $mode
93 function connectTo($mode) argument
99 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
191 * @param string $mode
196 function render($mode, Doku_Renderer $renderer, $data) argument
199 if ($mode == 'xhtml') {
H A Dcardcolumns.php74 * @param string $mode
76 function connectTo($mode) argument
80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
137 * @param string $mode
142 function render($mode, Doku_Renderer $renderer, $data) argument
145 if ($mode == 'xhtml') {
H A Dcite.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 Dcollapse.php74 * @param string $mode
76 function connectTo($mode) argument
80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
131 * @param string $mode
136 function render($mode, Doku_Renderer $renderer, $data) argument
139 if ($mode == 'xhtml') {
H A Dconsole.php64 public function connectTo($mode) argument
68 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
112 public function render($mode, Doku_Renderer $renderer, $data) argument
118 if ($mode == 'xhtml') {
H A Dcontainer.php74 * @param string $mode
76 function connectTo($mode) argument
80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
131 * @param string $mode
136 function render($mode, Doku_Renderer $renderer, $data) argument
139 if ($mode == 'xhtml') {
H A Ddropdown.php82 * @param string $mode
84 function connectTo($mode) argument
89 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
178 * @param string $mode
183 function render($mode, Doku_Renderer $renderer, $data) argument
186 if ($mode == 'xhtml') {
H A Dgroup.php74 * @param string $mode
76 function connectTo($mode) argument
80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
131 * @param string $mode
136 function render($mode, Doku_Renderer $renderer, $data) argument
139 if ($mode == 'xhtml') {
H A Dheading.php81 * @param string $mode
83 function connectTo($mode) argument
88 …$this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $th…
148 * @param string $mode
153 function render($mode, Doku_Renderer $renderer, $data) argument
H A Dmath.php66 * @param string $mode
68 public function connectTo($mode) argument
75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
121 public function render($mode, Doku_Renderer $renderer, $data) argument
125 switch ($mode) {
H A Dnavbar.php74 * @param string $mode
76 function connectTo($mode) argument
80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
131 * @param string $mode
136 function render($mode, Doku_Renderer $renderer, $data) argument
139 if ($mode == 'xhtml') {

1...<<9192939495969798