Home
last modified time | relevance | path

Searched refs:mode (Results 351 – 375 of 2447) sorted by last modified time

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

/plugin/randomtables/syntax/
H A Droller.php30 public function connectTo($mode): void argument
32 $this->Lexer->addEntryPattern('\<ROLL_ON\s+', $mode, 'plugin_randomtables_roller');
56 public function render($mode, Doku_Renderer $renderer, $data): bool argument
58 if ($mode !== 'xhtml') {
H A Dsource.php29 public function connectTo($mode): void argument
31 $this->Lexer->addEntryPattern('\<RANDOMTABLE\s+[A-Za-z0-9_]+>', $mode, 'plugin_randomtables_source');
75 public function render($mode, Doku_Renderer $renderer, $data): bool argument
77 if ($mode !== 'xhtml') {
/plugin/upgrade/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php22 protected $mode = 0664; variable in splitbrain\\PHPArchive\\FileInfo
220 // default mode for directories
221 if ($isdir && $this->mode === 0664) {
222 $this->mode = 0775;
232 return $this->mode;
236 * @param int $mode
238 public function setMode($mode) argument
240 $this->mode = $mode;
/plugin/sortablejs/
H A DREADME.md4 JavaScript-based (client-side) DokuWiki table sorting plugin. In semi-maintenance mode now - only b…
H A Dsyntax.php37 function connectTo( $mode ) { argument
38 … $this->Lexer->addEntryPattern( '<sortable[^>]*>(?=.*?</sortable>)', $mode, 'plugin_sortablejs' );
64 function render( $mode, Doku_Renderer $renderer, $data ) { argument
66 if ( $mode == 'xhtml' ) {
83 } else if ( $mode == 'odt' ) {
/plugin/embeddedphp/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/embeddedphp/syntax/
H A Dphpblock.php23 public function render($mode, Doku_Renderer $renderer, $data) argument
25 if ($mode === 'xhtml') {
H A Dphpinline.php51 public function connectTo($mode) argument
55 $this->Lexer->addEntryPattern($p, $mode, $m);
85 public function render($mode, Doku_Renderer $renderer, $data) argument
87 if ($mode === 'xhtml') {
/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
H A Dhtmlblock.php13 function connectTo ($mode) { argument
14 $this->Lexer->addEntryPattern('<HTML>(?=.*</HTML>)', $mode, 'plugin_htmlok_htmlblock');
21 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/htmlokalt/
H A DLICENSE108 …ial or non-consumer uses, unless such uses represent the only significant mode of use of the produ…
222 …erminal interaction, make it output a short notice like this when it starts in an interactive mode:
H A Dcommon.php25 function html_sanitize ($html, $mode, $wrapper='code') { argument
49 function render ($mode, Doku_Renderer $renderer, $data) { } argument
/plugin/const/
H A Daction.php210 if ((isset($cache->page) === true) && ($cache->mode === "i")) {
H A Dclass.evalmath.php965 public static function mode( ...$args ) { function in EvalMath_Functions
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php25 function connectTo($mode) { argument
26 $this->Lexer->addSpecialPattern('<const[^>]*>[^<]*</const>',$mode,'plugin_const');
33 function render($mode, Doku_Renderer $renderer, $data) { argument
35 if($mode == 'xhtml'){
/plugin/sql2wiki/syntax/
H A Dquery.php32 public function connectTo($mode) argument
34 $this->Lexer->addSpecialPattern('<sql2wiki.*?>.*?</sql2wiki>',$mode,'plugin_sql2wiki_query');
97 public function render($mode, Doku_Renderer $renderer, $data) argument
101 if ($mode == 'metadata') {
108 if ($mode == 'xhtml') {
159 $parser->renderValue($td, $renderer, $mode);
/plugin/sql2wiki/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/approve/syntax/
H A Dtable.php25 function connectTo($mode) {
26 $this->Lexer->addSpecialPattern('----+ *approve table *-+\n.*?----+', $mode,'plugin_approve_table');
79 * @param string $mode Renderer mode (supported modes: xhtml)
86 public function render($mode, Doku_Renderer $renderer, $data)
88 $method = 'render' . ucfirst($mode);
23 connectTo($mode) global() argument
84 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/approve/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/approve/action/
H A Dcache.php32 if($cache->mode != 'xhtml') return;
/plugin/btable2/
H A Dsyntax.php43 function connectTo($mode){ argument
44 $this->Lexer->addSpecialPattern('<btable.*?>.+?</btable>', $mode, 'plugin_btable2');
99 function render($mode, Doku_Renderer $renderer, $data) { argument
101 if ($mode == 'xhtml') {
H A DLICENSE313 when it starts in an interactive mode:
/plugin/stellarium/
H A Dsyntax.php27 public function connectTo($mode) { argument
30 ->addSpecialPattern('<stellarium>.*?</stellarium>', $mode, 'plugin_stellarium');
42 public function render($mode, Doku_Renderer $renderer, $data) { argument
43 if ($mode !== 'xhtml') {

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