Home
last modified time | relevance | path

Searched refs:mode (Results 926 – 950 of 2447) sorted by relevance

1...<<31323334353637383940>>...98

/plugin/autotranslation/syntax/
H A Dnotrans.php43 function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_autotranslation_notrans');
/plugin/task/syntax/
H A Dtasks.php23 function connectTo($mode) { argument
24 $this->Lexer->addSpecialPattern('\{\{tasks>.+?\}\}', $mode, 'plugin_task_tasks');
43 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if($mode != 'xhtml') return true;
91 if ($mode == 'xhtml') {
144 } elseif ($mode == 'metadata') {
/plugin/todo/syntax/
H A Dtodo.php76 * @param $mode String The desired rendermode.
80 public function connectTo($mode) {
81 $this->Lexer->addEntryPattern('<todo[\s]*?.*?>(?=.*?</todo>)', $mode, 'plugin_todo_todo');
82 $this->Lexer->addSpecialPattern(self::TODO_UNCHECK_ALL, $mode, 'plugin_todo_todo');
83 $this->Lexer->addSpecialPattern('~~NOTODO~~', $mode, 'plugin_todo_todo');
153 * @param $mode String The output format to generate. argument
158 public function render($mode, Doku_Renderer $renderer, $data) {
167 if($mode == 'xhtml') {
78 connectTo($mode) global() argument
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php93 * @param int $mode The value passed to mkdir().
97 public function mkdir($path, $mode, $options); argument
/plugin/refnotes/
H A Drendering.php53 abstract public function renderReference($mode, $reference); argument
63 abstract public function renderNote($mode, $note, $reference); argument
116 public function renderReference($mode, $reference) { argument
117 return $this->referenceRenderer->renderReference($mode, $reference);
146 public function renderNote($mode, $note, $reference) { argument
147 return $this->noteRenderer->renderNote($mode, $note, $reference);
262 public function renderReference($mode, $reference) { argument
267 $doc = $this->renderRegularReference($mode, $reference);
295 public function renderNote($mode, $note, $reference) { argument
298 switch ($mode) {
365 renderRegularReference($mode, $reference) global() argument
[all...]
H A Dscope.php141 public function renderNotes($mode, $limit) { argument
154 $doc .= $note->render($mode);
157 if ($mode == 'xhtml' && $doc != '') {
/plugin/translation3/
H A Dsyntax.php46 function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_translation');
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.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,…
/plugin/plantuml/
H A Dsyntax.php34 function connectTo($mode) { argument
35 $this->Lexer->addSpecialPattern('<uml.*?>\n.*?\n</uml>', $mode, 'plugin_plantuml');
112 function render($mode, &$renderer, $data) { argument
113 if ($mode == 'xhtml') {
141 } else if ($mode == 'odt') {
/plugin/timetrack/
H A Dsyntax.php35 function connectTo($mode) { argument
36 $this->Lexer->addSpecialPattern('\{\{timetrack>?.*?\}\}',$mode,'plugin_timetrack');
58 function render($mode, Doku_Renderer $r, $data) { argument
76 if($mode === 'xhtml'){
174 } else if ($mode === 'metadata') {
/plugin/repo/
H A Dsyntax.php34 function connectTo($mode) { argument
35 $this->Lexer->addSpecialPattern("{{repo>.+?}}", $mode, 'plugin_repo');
62 function render($mode, Doku_Renderer $renderer, $data) { argument
70 if ($mode == 'xhtml') {
89 } elseif ($mode == 'metadata') {
/plugin/blog/syntax/
H A Darchive.php19 function connectTo($mode) { argument
20 $this->Lexer->addSpecialPattern('\{\{archive>.*?\}\}', $mode, 'plugin_blog_archive');
92 function render($mode, Doku_Renderer $renderer, $data) { argument
112 if ($mode == 'xhtml') {
143 } elseif ($mode == 'metadata') {
H A Dautoarchive.php19 function connectTo($mode) { argument
20 $this->Lexer->addSpecialPattern('\{\{autoarchive>.*?\}\}', $mode, 'plugin_blog_autoarchive');
39 function render($mode, Doku_Renderer $renderer, $data) { argument
41 if ($mode != 'xhtml') return false;
/plugin/divalign2/syntax/
H A Dcenter.php22 function connectTo($mode) { argument
24 $mode,'plugin_divalign2_center');
H A Djustify.php22 function connectTo($mode) { argument
24 $mode,'plugin_divalign2_justify');
H A Dleft.php22 function connectTo($mode) { argument
24 $mode,'plugin_divalign2_left');
H A Dright.php22 function connectTo($mode) { argument
24 $mode,'plugin_divalign2_right');
/plugin/bootswrapper/syntax/
H A Dwell.php27 public function render($mode, Doku_Renderer $renderer, $data) argument
34 if ($mode !== 'xhtml') {
/plugin/translation/syntax/
H A Dnotrans.php37 public function connectTo($mode)
39 $this->Lexer->addSpecialPattern('~~NOTRANS~~', $mode, 'plugin_translation_notrans');
36 connectTo($mode) global() argument
/plugin/mapillary/
H A Dsyntax.php70 public function connectTo($mode) { argument
71 $this->Lexer->addSpecialPattern('\{\{\s?mapillary>[^}\s]*\s?\}\}', $mode, 'plugin_mapillary');
125 public function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/directions/syntax/
H A Dlocaldirections.php149 * <dd>ordinary text encountered within the plugin's syntax mode
209 function render($mode, &$renderer, $data) { argument
211 if($mode == 'xhtml'){
/plugin/plaintext/
H A Dinline.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('<text>.*?</text>', $mode, 'plugin_plaintext_inline');
/plugin/uncmap/
H A Dsyntax.php91 function connectTo($mode) { argument
94 … . strtolower($letters) . strtoupper($letters) . ']{1}\:[\\\/]{1}.+?\]\]', $mode, 'plugin_uncmap');
146 function render($mode, Doku_Renderer $renderer, $data) { argument
147 if($mode == 'xhtml'){
/plugin/pagetemplate/
H A Dsyntax.php20 function connectTo($mode) { argument
21 $this->Lexer->addEntryPattern('\[\[\[.*?(?=.*?\]\]\])',$mode,'plugin_pagetemplate');
165 function accepts($mode) { argument
182 return parent::accepts($mode);
/plugin/vshare/syntax/
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

1...<<31323334353637383940>>...98