Home
last modified time | relevance | path

Searched refs:mode (Results 526 – 550 of 2447) sorted by relevance

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

/plugin/bbcode/
H A Ditalic.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[i\](?=.*?\x5B/i\x5D)',$mode,'emphasis… argument
35 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dmonospace.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[m\](?=.*?\x5B/m\x5D)',$mode,'monospac… argument
35 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dunderline.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[u\](?=.*?\x5B/u\x5D)',$mode,'underlin… argument
35 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dcode.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[code\](?=.*?\x5B/code\x5D)',$mode,'pr… argument
35 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/picasawebalbum/
H A Dscript.js4 function on_document_ready(div_id, username, mode, album) { argument
8 mode: mode,
/plugin/mikioplugin/syntax/
H A Dhr.php20 public function connectTo($mode) argument
22 $this->Lexer->addSpecialPattern('----[\r\n]', $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
23 parent::connectTo($mode);
/plugin/dbquery/syntax/
H A Dmacro.php30 public function connectTo($mode) argument
32 $this->Lexer->addSpecialPattern('~~DBQUERY:.*?~~', $mode, 'plugin_dbquery_macro');
43 public function render($mode, Doku_Renderer $renderer, $data) argument
/plugin/publist/
H A Dsyntax.php31 function connectTo($mode) { argument
32 $this->Lexer->addSpecialPattern('\[publist\|.+?\]',$mode,'plugin_publist');
85 function render($mode, Doku_Renderer $renderer, $data) { argument
86 if($mode != 'xhtml') return false;
113 $code = p_render($mode, p_get_instructions($code), $info);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.js75 /******/ __webpack_require__.t = function(value, mode) { argument
76 /******/ if(mode & 1) value = __webpack_require__(value);
77 /******/ if(mode & 8) return value;
78 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
H A Draphael.no-deps.js75 /******/ __webpack_require__.t = function(value, mode) { argument
76 /******/ if(mode & 1) value = __webpack_require__(value);
77 /******/ if(mode & 8) return value;
78 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
/plugin/bootnote/
H A Dsyntax.php33 function connectTo($mode) { argument
35 $this->Lexer->addEntryPattern('<note[^>]*>(?=.*</note>)', $mode,'plugin_bootnote');
37 … $this->Lexer->addEntryPattern('<bootnote[^>]*>(?=.*</bootnote>)', $mode,'plugin_bootnote');
78 function render($mode, Doku_Renderer $renderer, $data) { argument
79 if($mode != 'xhtml') return false;
/plugin/log/
H A Dsyntax.php26 function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('{{log(?:>[^}]+)?}}',$mode,'plugin_log');
99 function render($mode, Doku_Renderer $renderer, $data) { argument
100 if($mode === 'metadata'){
105 if($mode !== 'xhtml') return false;
/plugin/markdownextra/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addEntryPattern('<markdown>(?=.*</markdown>)', $mode, 'plugin_markdownextra');
47 function render($mode, Doku_Renderer $renderer, $data) { argument
50 if ($mode == 'xhtml') {
61 }else if ($mode == 'metadata') {
/plugin/gh/
H A Dsyntax.php63 * @param string $mode Parser mode
65 public function connectTo($mode) argument
67 $this->Lexer->addSpecialPattern('{{gh>[^}]*}}', $mode, 'plugin_gh');
94 public function render($mode, Doku_Renderer $renderer, $data) argument
96 if ($mode != 'xhtml') return false;
/plugin/notification/syntax/
H A Dlist.php30 public function connectTo($mode)
32 $this->Lexer->addSpecialPattern('----+ *notification list *-+\n.*?----+', $mode, 'plugin_notification_list');
67 * @param string $mode Renderer mode (supported modes: xhtml)
74 public function render($mode, Doku_Renderer $renderer, $data)
80 $method = 'render' . ucfirst($mode);
28 connectTo($mode) global() argument
70 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/markdowku/
H A Dcodespans2.php16 function connectTo($mode) { argument
19 $mode,
27 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dcodespans3.php16 function connectTo($mode) { argument
19 $mode,
27 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dcodespans4.php16 function connectTo($mode) { argument
19 $mode,
27 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dcodespans5.php16 function connectTo($mode) { argument
19 $mode,
27 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/include/syntax/
H A Dreadmore.php23 function render($mode, Doku_Renderer $renderer, $data) { argument
26 if ($mode == 'xhtml') {
34 if ($mode == 'xhtml') {
/plugin/gitlab/
H A Dsyntax.php15 public function connectTo($mode) { argument
16 …$this->Lexer->addSpecialPattern('\[\[gitlabapi>[a-zA-Z0-9.-]+>[a-z0-9]+\]\]', $mode, 'plugin_gitla…
28 public function render($mode, Doku_Renderer &$renderer, $data) { argument
30 if($mode == 'xhtml'){
/plugin/revealjs/syntax/
H A Dfragmentblock.php26 public function connectTo($mode) { argument
27 …$this->Lexer->addSpecialPattern('<\/?(?:no-)?fragment-(?:block|list)\b.*?>', $mode, 'plugin_reveal…
69 public function render($mode, Doku_Renderer $renderer, $data) { argument
70 if($mode == 'xhtml' && is_a($renderer, 'renderer_plugin_revealjs')) {
/plugin/ckgdoku/syntax/
H A Dfont.php28 …function connectTo($mode) { $this->Lexer->addEntryPattern('<font.*?>(?=.*?</font>)',$mode,'plugin_… argument
63 function render($mode, Doku_Renderer $renderer, $data) { argument
64 if($mode == 'xhtml'){
/plugin/wysiwyg/
H A Dsyntax.php24 function connectTo($mode) { argument
25 $this->Lexer->addSpecialPattern('<wysiwyg.*?'.$wysiwyg_GUID.'<<<<< />',$mode,'plugin_wysiwyg');
84 function render($mode, &$renderer, $data){ argument
86 if ($mode != "xhtml") return true;
/plugin/iframe/
H A Dsyntax.php21 function connectTo($mode) { $this->Lexer->addSpecialPattern('{{url>.*?}}',$mode,'plugin_iframe'); }
78 function render($mode, Doku_Renderer $R, $data) {
79 if($mode != 'xhtml') return false;
22 connectTo($mode) global() argument
75 render($mode, Doku_Renderer $R, $data) global() argument

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