Home
last modified time | relevance | path

Searched refs:mode (Results 426 – 450 of 2447) sorted by relevance

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

/plugin/googletrends/
H A Dsyntax.php36 public function connectTo($mode) { argument
37 $this->Lexer->addSpecialPattern('{{googletrends>.*?}}',$mode,'plugin_googletrends');
58 public function render($mode, Doku_Renderer $renderer, $data) { argument
59 if($mode != 'xhtml') return false;
/plugin/alphalist2/
H A Dsyntax.php17 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<alphalist.*?>(?=.*?</alphalist>… argument
38 public function render($mode, Doku_Renderer $renderer, $data) { argument
40 if($mode == 'xhtml'){
/plugin/ggb/
H A Dsyntax.php24 …function connectTo($mode) { $this->Lexer->addEntryPattern('<ggb.*?>(?=.*?</ggb>)',$mode,'plugin_gg… argument
50 function render($mode, Doku_Renderer $renderer, $data) { argument
51 if($mode == 'xhtml'){
/plugin/cli/
H A Dsyntax.php89 function accepts($mode) { argument
90 if ($mode == substr(get_class($this), 7)) return true;
91 return parent::accepts($mode);
98 * @param string $mode Parser mode
100 public function connectTo($mode) { argument
108 ,$mode,'plugin_cli');
262 public function render($mode, Doku_Renderer $renderer, $data) { argument
263 if($mode !== 'xhtml' && $mode !== 'odt' && $mode !== 'odt_pdf') {
277 if( $mode != 'xhtml' ) // odt needs an additional CR. bug ?
304 if( $mode == 'xhtml' ) {
[all …]
/plugin/refnotes/
H A Dbibtex.php48 private function addBibtexMode($mode) { argument
49 $this->addMode($mode->getName(), $mode);
88 list($unmatched, $matched, $mode) = $parsed;
90 if (!$this->dispatchTokens($unmatched, $matched, $mode, 0, 0)) {
116 $mode = $this->modeStack->getCurrent();
117 $handler = isset($this->mode_handlers[$mode]) ? $this->mode_handlers[$mode] : $mode;
161 public function connectTo($mode) { argument
200 connectTo($mode) global() argument
[all...]
/plugin/styler/syntax/
H A Dverse.php50 public function connectTo($mode) argument
52 … $this->Lexer->addEntryPattern('<verse.*?>(?=.*?\x3C/verse\x3E)', $mode, 'plugin_styler_verse');
98 public function render($mode, Doku_Renderer $renderer, $data) argument
104 if ($mode == 'xhtml') {
/plugin/function/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('<function=.*?>',$mode,'plugin_function');
45 function render($mode, &$renderer, $indata) { argument
47 if($mode == 'xhtml'){
/plugin/dnsresolver/
H A Dsyntax.php33 public function connectTo($mode) argument
35 $this->Lexer->addEntryPattern('<dns>', $mode, 'plugin_dnsresolver');
68 public function render($mode, Doku_Renderer &$renderer, $data) argument
70 if ( $mode != 'xhtml' ) return false;
/plugin/bbcode/
H A Dolist.php23 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[list=.*?\]\s*?\[\*\](?=.*?\x5B/list\x… argument
50 function render($mode, Doku_Renderer $renderer, $data) { argument
51 if($mode == 'xhtml') {
/plugin/numberof/
H A Dsyntax.php16 public function connectTo($mode) { argument
17 $this->Lexer->addSpecialPattern('\{\{NUMBEROF[^\}]*\}\}',$mode,'plugin_numberof');
42 public function render($mode, Doku_Renderer $renderer, $data) {
43 if($mode != 'xhtml') return false;
41 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/autolink2/syntax/
H A Dshow.php40 function connectTo($mode) { argument
41 …$this->Lexer->addEntryPattern('<autolink>(?=.*?\x3C/autolink\x3E)',$mode,'plugin_autolink2_show');
55 function render($mode, &$renderer, $data) { argument
56 if($mode == 'xhtml'){
/plugin/youtrack/syntax/
H A Dlist.php37 * @param string $mode Parser mode
39 public function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('{{youtrack-list>.*?}}',$mode,'plugin_youtrack_list');
111 * @param string $mode Renderer mode (supported modes: xhtml)
116 public function render($mode, Doku_Renderer &$renderer, $data) { argument
/plugin/autotooltip/
H A Dsyntax.php46 * @param $mode
48 function connectTo($mode) {
49 $this->Lexer->addSpecialPattern('<autott[^>]*>(?:[\s\S]*?</autott>)', $mode, 'plugin_autotooltip'); argument
108 * @param string $mode
113 function render($mode, Doku_Renderer $renderer, $data) {
114 if ($mode == 'xhtml') { argument
/plugin/pgsqlquery/
H A Dsyntax.php22 public function connectTo($mode) argument
24 $this->Lexer->addEntryPattern('<pgsql>', $mode, 'plugin_pgsqlquery');
68 * @param string $mode Renderer mode (supported modes: xhtml)
73 public function render($mode, Doku_Renderer $renderer, $data) argument
75 if ( $mode != 'xhtml' ) return false;
/plugin/bible/
H A Dsyntax.php36 public function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern($bibleBook . ' \d+:\d+-\d+',$mode,'plugin_bible');
54 $this->Lexer->addSpecialPattern($bibleBook . ' \d+:\d+',$mode,'plugin_bible');
73 public function render($mode, &$renderer, $data) { argument
74 … if($mode != 'xhtml') return false; # If mode is not html, like if it is metadata, just return.
/plugin/combo/syntax/
H A Dxmlinlinetag.php60 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
80 public function accepts($mode): bool argument
83 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
103 * the mode with the lowest sort number will win out
116 * @param string $mode
119 function connectTo($mode) argument
125 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
/plugin/bibtex4dw/syntax/
H A Dbibtex.php8 * Parse <bibtex>...</bibtex> blocks in xhtml mode.bibtex
43 public function connectTo($mode) { argument
44 $this->Lexer->addEntryPattern('<bibtex(?=.*?>.*?</bibtex>)', $mode, 'plugin_bibtex4dw_bibtex');
65 public function render($mode, Doku_Renderer $renderer, $data) { argument
67 if($mode == 'xhtml') {
137 if($mode == 'odt') {
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js390 var mode = null;
423 return mode;
1667 this.mode = App.mode;
2593 mode = (file != null) ? file.getMode() : mode;
3906 mode = (mode != null) ? mode : this.mode;
4060 mode = (mode != null) ? mode : this.mode;
4062 if (mode == App.MODE_GOOGLE || mode == App.MODE_DROPBOX || mode == App.MODE_ONEDRIVE ||
4063 mode == App.MODE_GITHUB || mode == App.MODE_GITLAB || mode == App.MODE_TRELLO ||
4223 mode = (mode != null) ? mode : this.mode;
4544 null, mode, done, this.mode == null, folderId);
[all …]
/plugin/structgantt/
H A Dsyntax.php22 * @param string $mode Parser mode
24 public function connectTo($mode) { argument
25 $this->Lexer->addSpecialPattern('----+ *struct gantt *-+\n.*?\n----+', $mode, 'plugin_structgantt');
/plugin/structodt/syntax/
H A Dglobal.php23 * @param string $mode Parser mode
25 public function connectTo($mode) argument
27 $this->Lexer->addSpecialPattern('----+ *struct odt global *-+\n.*?\n----+', $mode, 'plugin_structodt_global');
H A Dserial.php23 * @param string $mode Parser mode
25 public function connectTo($mode) argument
27 $this->Lexer->addSpecialPattern('----+ *struct odt serial *-+\n.*?\n----+', $mode, 'plugin_structodt_serial');
/plugin/groupmatrix/syntax/
H A Dtable.php41 * @param string $mode Parser mode
43 public function connectTo($mode) argument
45 …$this->Lexer->addSpecialPattern('---+ *groupmatrix *-+\n.*?\n----+', $mode, 'plugin_groupmatrix_ta…
103 * @param string $mode Renderer mode (supported modes: xhtml)
109 public function render($mode, Doku_Renderer $renderer, $data) argument
111 if ($mode !== 'xhtml') {
/plugin/a2s/
H A Dsyntax.php57 * @param string $mode Parser mode
59 public function connectTo($mode) { argument
60 $this->Lexer->addEntryPattern('< *a2s *>(?=.*?</a2s>)',$mode,'plugin_a2s');
110 * @param string $mode Renderer mode (supported modes: xhtml, odt)
115 public function render($mode, Doku_Renderer $renderer, $data) { argument
136 switch($mode) {
/plugin/latexcaption/syntax/
H A Dsubtype.php13 public function connectTo($mode) { argument
14 …$this->Lexer->addEntryPattern('<subfigure.*?>(?=.*</subfigure>)',$mode, 'plugin_latexcaption_capti…
15 …$this->Lexer->addEntryPattern('<subtable.*?>(?=.*</subtable>)',$mode, 'plugin_latexcaption_caption…
/plugin/googlepagerank/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('\{\{pagerank>[^}]*\}\}',$mode,'plugin_googlepagerank');
49 function render($mode, &$renderer, $data) { argument
50 if($mode == 'xhtml'){

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