Home
last modified time | relevance | path

Searched refs:mode (Results 601 – 625 of 2447) sorted by relevance

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

/plugin/indobible/
H A Dsyntax.php38 public function connectTo($mode) { argument
39 $this->Lexer->addSpecialPattern('\!\*[a-zA-Z0-9:;\-\s]+\*\!', $mode, 'plugin_indobible');
60 public function render($mode, Doku_Renderer &$renderer, $data) { argument
61 if ($mode != 'xhtml') {
/plugin/sketchcanvas/
H A Dsyntax.php25 function connectTo($mode) { $this->Lexer->addEntryPattern('<skcanvas.*?>(?=.*?</skcanvas>)',$mode,'plugin_sketchcanvas'); } argument
48 function render($mode, Doku_Renderer $renderer, $data) { argument
49 if($mode == 'xhtml'){
/plugin/unblink/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('\[\[user>.+?\]\]',$mode,'plugin_unblink');
45 function render($mode, Doku_Renderer $R, $data) { argument
50 if($mode != 'xhtml' || is_null($auth)){
/plugin/konsole/
H A Dsyntax.php76 public function connectTo($mode) argument
78 $this->Lexer->addEntryPattern('<konsole.*?>(?=.*?</konsole>)',$mode,'plugin_konsole');
130 public function render($mode, Doku_Renderer $renderer, $indata) argument
134 if($mode == 'xhtml')
/plugin/select/
H A Dsyntax.php17 function connectTo($mode) { argument
18 $this->Lexer->addSpecialPattern('<select.+?</select>', $mode, 'plugin_select');
37 function render($mode, Doku_Renderer $renderer, $data) { argument
39 if($mode == 'xhtml'){
/plugin/eshop/
H A Dsyntax.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('\{\{eshop>[^}]*\}\}', $mode, 'plugin_eshop');
53 function render($mode, &$renderer, $data) { argument
54 if ($data === false || $mode != 'xhtml') return false;
/plugin/avbarchart/
H A Dsyntax.php57 public function connectTo($mode) argument
59 $this->Lexer->addEntryPattern('\<barchart\>', $mode, 'plugin_avbarchart');
125 public function render($mode, Doku_Renderer $renderer, $data) argument
127 if ($mode == 'xhtml') {
/plugin/combo/syntax/
H A Dunit.php65 public function accepts($mode) argument
68 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
84 public function connectTo($mode) argument
88 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
152 // $mode = 'xhtml' means that we output html
153 // There is other mode such as metadata, odt
/plugin/nosecedit/
H A Dsyntax.php61 function connectTo($mode) argument
63 $this->Lexer->addSpecialPattern("~~NOSECTIONEDIT~~",$mode,'plugin_nosecedit');
79 function render($mode, &$renderer, $opt) argument
/plugin/structjoin/types/
H A DJoin.php23 * @param string $mode
26 public function renderValue($value, \Doku_Renderer $R, $mode) { argument
29 return $column->getType()->renderValue($value, $R, $mode);
37 * @param string $mode
40 public function renderMultiValue($values, \Doku_Renderer $R, $mode) { argument
43 return $column->getType()->renderMultiValue($values, $R, $mode);
/plugin/canvas/
H A Dcanvas.php26 protected $mode; variable in syntax_plugin_canvas_canvas
31 $this->mode = substr(get_class($this), 7);
37 function connectTo($mode) { argument
38 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, $this->mode);
41 $this->Lexer->addExitPattern($this->exit_pattern, $this->mode);
/plugin/clipboardutils/
H A Dsyntax.php39 * @param string $mode Parser mode
41 public function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('<(?:clipb?)\b.*?>.*?</clipb>', $mode, 'plugin_clipboardutils');
213 * @param string $mode Renderer mode
218 public function render($mode, Doku_Renderer $renderer, $data) { argument
221 if ( $mode != 'xhtml' ) return false;
/plugin/adhoctags/syntax/
H A Dabstract.php36 function accepts($mode) { argument
37 if ($mode == substr(get_class($this), 7)) {
40 return parent::accepts($mode);
52 function connectTo($mode) { argument
57 if ($mode == 'plugin_adhoctags_pre')
61 $this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
64 $this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
/plugin/authorstats/
H A Dsyntax.php41 public function connectTo($mode) argument
43 $this->Lexer->addSpecialPattern("<AUTHORSTATS>", $mode, "plugin_authorstats");
44 $this->Lexer->addSpecialPattern("<AUTHORSTATS [0-9]+>", $mode, "plugin_authorstats");
45 $this->Lexer->addSpecialPattern("<AUTHORSTATS YEARGRAPH>", $mode, "plugin_authorstats");
46 …$this->Lexer->addSpecialPattern("<AUTHORSTATS YEARGRAPH\s+\d*\s*\w*>", $mode, "plugin_authorstats"…
54 public function render($mode, Doku_Renderer $renderer, $data) argument
57 if ($mode == "metadata") {
62 if ($mode == "xhtml") {
/plugin/bbcode/
H A Demail.php21 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\[email.+?\[/email\]',$mode,'plugin_b… argument
43 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js5 const mode = process.env.NODE_ENV || 'development'; constant
6 const prod = mode === 'production';
62 mode,
/plugin/markdowku/
H A Dgithubcodeblocks.php21 function connectTo($mode) { argument
24 $mode,
44 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dimagesinline.php16 function connectTo($mode) { argument
22 $mode,
39 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Ditalicunderline.php22 function connectTo($mode) { argument
25 $mode,
43 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('~~forceTOC~~', $mode, 'plugin_nodetailsxhtml_forcetoc');
41 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/randominc/
H A Dsyntax.php27 function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern("{{randominc>.+?}}", $mode, 'plugin_randominc');
29 $this->Lexer->addSpecialPattern("{{randomincsec>.+?}}", $mode, 'plugin_randominc');
117 $mode = 'section';
121 $mode = 'page';
137 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
188 …$instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $sec…
/plugin/textinsert/
H A Dsyntax.php48 function connectTo($mode) { argument
49 $this->Lexer->addSpecialPattern('#@\!?[\w\-\._]+\!?@#',$mode,'plugin_textinsert');
50 $this->Lexer->addSpecialPattern('#@\!\![\w\-\._]+@#',$mode,'plugin_textinsert');
51 $this->Lexer->addSpecialPattern('#@[\w\-\._]+~.*?~@#',$mode,'plugin_textinsert');
52 … $this->Lexer->addSpecialPattern('#@[\w\-\._]+[\r\n]+~[^\r\n]+~@#',$mode,'plugin_textinsert');
147 function render($mode, Doku_Renderer $renderer, $data) { argument
149 if($mode == 'xhtml'){
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_ca.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
H A Dlocale_nb.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
H A Dlocale_ru.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…

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