Home
last modified time | relevance | path

Searched refs:mode (Results 901 – 925 of 2447) sorted by relevance

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

/plugin/gchart/
H A Dsyntax.php50 public function connectTo($mode)
52 $this->Lexer->addSpecialPattern('<gchart.*?>\n.*?\n</gchart>', $mode, 'plugin_gchart');
135 public function render($mode, Doku_Renderer $R, $data)
137 if ($mode != 'xhtml') {
53 connectTo($mode) global() argument
136 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php60 * @param string $mode
64 private static function getEncryptionMode($mode) argument
66 switch ($mode) {
72 return $mode;
/plugin/combo/syntax/
H A Dtooltip.php58 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
92 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
99 public function accepts($mode): bool argument
101 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
110 function connectTo($mode) argument
114 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
269 // unsupported $mode
/plugin/dbquery/syntax/
H A Dquery.php30 public function connectTo($mode) argument
32 $this->Lexer->addSpecialPattern('{{QUERY:\w+}}', $mode, 'plugin_dbquery_query');
42 public function render($mode, Doku_Renderer $renderer, $data) argument
44 if ($mode !== 'xhtml') {
/plugin/latex/syntax/
H A Dddollar.php18 function connectTo($mode) { argument
19 $this->Lexer->addEntryPattern('\$\$(?=.*\$\$)',$mode,'plugin_latex_ddollar');
/plugin/poem/
H A Dblock.php19 function connectTo($mode) { argument
20 $this->Lexer->addEntryPattern('<poem>\n?',$mode,'plugin_poem_block');
/plugin/latex-was/syntax/
H A Deqnarray.php14 function connectTo($mode) { argument
16 $mode,'plugin_latex_eqnarray');
H A Ddisplaymath.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_displaymath');
H A Deqnarraystar.php14 function connectTo($mode) { argument
16 $mode,'plugin_latex_eqnarraystar');
H A Dequation.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_equation');
H A Dequationstar.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_equationstar');
H A Dlatex.php23 function connectTo($mode) { argument
24 $this->Lexer->addEntryPattern('\x3Clatex\x3E(?=.*\x3C/latex\x3E)',$mode,'plugin_latex_latex');
H A Dddollar.php18 function connectTo($mode) { argument
19 $this->Lexer->addEntryPattern('\$\$(?=.*\$\$)',$mode,'plugin_latex_ddollar');
/plugin/wikiformatstyling/
H A Dpcnt.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('%%(?=.*%%)',$mode,'plugin_wikiformatstyling_pcnt');
H A Dnwtag.php27 function connectTo($mode) { argument
28 … $this->Lexer->addEntryPattern('<nowiki>(?=.*</nowiki>)',$mode,'plugin_wikiformatstyling_nwtag');
/plugin/wikistyle2html/syntax/
H A Dpcnt.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('%%(?=.*%%)',$mode,'plugin_wikistyle2html_pcnt');
H A Dnwtag.php27 function connectTo($mode) { argument
28 … $this->Lexer->addEntryPattern('<nowiki>(?=.*</nowiki>)',$mode,'plugin_wikistyle2html_nwtag');
/plugin/diagramsnet/lib/js/diagramly/
H A DRemoteFile.js9 this.mode = null;
31 return this.mode;
/plugin/embeddedphp/syntax/
H A Dphpblock.php23 public function render($mode, Doku_Renderer $renderer, $data) argument
25 if ($mode === 'xhtml') {
/plugin/creole/syntax/
H A Dmonospace.php19 function connectTo($mode) { argument
22 $mode,
81 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/directions/syntax/
H A Dglobaldirections.php145 * <dd>ordinary text encountered within the plugin's syntax mode
205 function render($mode, &$renderer, $data) { argument
207 if($mode == 'xhtml'){
/plugin/emphasis/syntax/
H A Dfont.php56 * @param string $mode Parser mode
58 function connectTo($mode) { argument
59 $this->Lexer->addEntryPattern(':{2,}(?=.*?:{2,})', $mode, 'plugin_emphasis_font');
125 * @param string $format Renderer mode (supported modes: xhtml, latex and metadata)
/plugin/tag/syntax/
H A Dcount.php30 * @param string $mode Parser mode
32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('\{\{count>.*?\}\}', $mode, 'plugin_tag_count');
78 * @param string $format Renderer mode (supported modes: xhtml and metadata)
/plugin/struct/syntax/
H A Dtable.php22 /** @var string Config options that are not allowed for this syntax mode */
26 * @return string Syntax mode type
52 * @param string $mode Parser mode
54 public function connectTo($mode)
56 $this->Lexer->addSpecialPattern('----+ *struct table *-+\n.*?\n----+', $mode, 'plugin_struct_table');
91 * @param string $format Renderer mode (supported modes: xhtml)
49 connectTo($mode) global() argument
/plugin/changes/
H A Dsyntax.php45 * @param string $mode
47 public function connectTo($mode)
49 $this->Lexer->addSpecialPattern('\{\{changes>[^}]*\}\}', $mode, 'plugin_changes');
43 connectTo($mode) global() argument
177 render($mode, Doku_Renderer $R, $data) global() argument

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