Home
last modified time | relevance | path

Searched refs:mode (Results 726 – 750 of 2447) sorted by relevance

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

/plugin/datedifference/
H A Dsyntax.php49 function connectTo($mode) { argument
50 $this->Lexer->addSpecialPattern('{{datedifference.*?}}',$mode,'plugin_datedifference');
111 function render($mode, &$renderer, $data) { argument
112 if ($mode == 'xhtml'){
/plugin/magnifier/
H A Dsyntax.php28 function connectTo($mode) { argument
30 $this->Lexer->addSpecialPattern('{{magnifier>[^}]+}}', $mode, 'plugin_magnifier');
46 function render($mode, Doku_Renderer $renderer, $data) { argument
58 if ($mode == 'xhtml') {
/plugin/glossary/syntax/
H A Ddiv.php25 function connectTo ($mode) { argument
26 $this->Lexer->addSpecialPattern ('\{\{glossary[^}]*\}\}', $mode, 'plugin_glossary_div');
39 function render ($mode, Doku_Renderer $renderer, $indata) { argument
40 if ($mode != 'xhtml')
/plugin/zoom/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('\{\{zoom>[^}]*\}\}',$mode,'plugin_zoom');
139 function render($mode, &$R, $data) { argument
140 if($mode != 'xhtml') return false;
/plugin/linkbonus/syntax/
H A Dbase.php44 function connectTo($mode) { argument
57 $REGEX,$mode,'plugin_linkbonus_base');
167 function render($mode, &$renderer, $data) { argument
168 return DW_common_linkbonus::syntax_render($mode, $renderer, $data, 'external');
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php43 public function connectTo($mode) argument
45 …$this->Lexer->addEntryPattern('<sxh(?=[^\r\n]*?>.*?</sxh>)', $mode, 'plugin_syntaxhighlighter3_syn…
82 public function render($mode, &$renderer, $data) argument
84 if ($mode != 'xhtml') {
/plugin/backlinks2/
H A Dsyntax.php57 function connectTo($mode) { argument
58 $this->Lexer->addSpecialPattern('\{\{backlinks>.+?\}\}', $mode, 'plugin_backlinks');
81 function render($mode, Doku_Renderer $renderer, $data) { argument
97 if ($mode == 'xhtml') {
/plugin/csv/syntax/
H A Dtable.php37 public function connectTo($mode) argument
39 $this->Lexer->addSpecialPattern('<csv[^>]*>.*?(?:<\/csv>)', $mode, 'plugin_csv_table');
55 public function render($mode, Doku_Renderer $renderer, $opt) argument
57 if ($mode == 'metadata') return false;
/plugin/docnavigation/syntax/
H A Dpagenav.php36 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
65 * Sort for applying this mode
75 * @param string $mode
77 public function connectTo($mode)
79 $this->Lexer->addSpecialPattern('<-[^\n]*\^[^\n]*\^[^\n]*->', $mode, 'plugin_docnavigation_pagenav');
80 $this->Lexer->addSpecialPattern('<<[^\n]*\^[^\n]*\^[^\n]*>>', $mode, 'plugin_docnavigation_pagenav');
74 connectTo($mode) global() argument
/plugin/iframeinterwiki/
H A Dsyntax.php23 function connectTo($mode) { $this->Lexer->addSpecialPattern('{{url>.*?}}',$mode,'plugin_iframeinterwiki'); }
102 function render($mode, Doku_Renderer $R, $data) {
103 if($mode != 'xhtml') return false;
24 connectTo($mode) global() argument
95 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/webcomponent/syntax/
H A Dcard.php91 * @param string $mode
93 function connectTo($mode) argument
99 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
191 * @param string $mode
196 function render($mode, Doku_Renderer $renderer, $data) argument
199 if ($mode == 'xhtml') {
/plugin/aclplusregex/
H A Daction.php25 * 10a) in BEFORE mode use that permission and stop processing
26 * 10b) in AFTER mode apply the permission if it's higher than what DokuWiki decided
51 $mode = $this->getConf('run');
52 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handleAcl', $mode);
59 * @param string $mode BEFORE|AFTER argument
62 public function handleAcl(Event $event, $mode)
82 // in BEFORE mode also prevent additional checks
83 if ($mode === 'BEFORE') {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php395 * @param int $mode Mode (in octal!).
398 public function changeMode($mode) argument
400 return chmod($this->getStreamName(), $mode);
513 * @param string $mode Open mode. Please, see the child::MODE_*
517 protected function setMode($mode) argument
520 $this->_mode = $mode;
/plugin/annotate/
H A Danno.php48 public function connectTo($mode) { argument
50 '<@anno:\d\d?>(?=.*?</@anno>)',$mode,
54 '<@anno:\[\d\d?;;\w+\]>(?=.*?</@anno>)',$mode,
58 '<anno:\d\d?>.*?</anno>',$mode,'plugin_annotate_anno');
104 function render($mode, Doku_Renderer $renderer, $data) { argument
106 if($mode == 'xhtml'){
/plugin/combo/syntax/
H A Dbrand.php49 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
89 function accepts($mode): bool argument
91 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
98 * @param string $mode
101 function connectTo($mode) argument
105 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
110 $this->Lexer->addSpecialPattern(PluginUtility::getEmptyTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
255 // unsupported $mode
/plugin/geotag/syntax/
H A Dgeotag.php61 final public function connectTo($mode): void
63 $this->Lexer->addSpecialPattern('\{\{geotag>.*?\}\}', $mode, 'plugin_geotag_geotag');
57 connectTo($mode) global() argument
130 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/daummovie/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
39 ('\{\{daummovie>[^}]*\}\}',$mode,'plugin_daummovie');
/plugin/markdowku/
H A Danchorsreference.php20 function connectTo($mode) { argument
26 $mode,
34 function render($mode, Doku_Renderer$renderer, $data) { argument
H A Dcodeblocks.php18 function connectTo($mode) { argument
21 $mode,
59 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/dw2pdf/
H A DDokuPDF.class.php49 $mode = '+aCJK';
52 $mode = 'UTF-8-s';
56 'mode' => $mode,
/plugin/struct/types/
H A DAbstractBaseType.php314 * @param string $mode The mode the output is rendered in (eg. XHTML)
315 * @return bool true if $mode could be satisfied
317 public function renderValue($value, \Doku_Renderer $R, $mode)
329 * @param string $mode The mode the output is rendered in (eg. XHTML)
330 * @return bool true if $mode could be satisfied
332 public function renderMultiValue($values, \Doku_Renderer $R, $mode)
336 $this->renderValue($values[$i], $R, $mode);
349 * @param string $mode Th
316 renderValue($value, \\Doku_Renderer $R, $mode) global() argument
331 renderMultiValue($values, \\Doku_Renderer $R, $mode) global() argument
353 renderTagCloudLink($value, \\Doku_Renderer $R, $mode, $page, $filter, $weight) global() argument
[all...]
/plugin/countdown/
H A Dsyntax.php47 function connectTo($mode) { argument
48 $this->Lexer->addSpecialPattern('\<COUNTDOWN\:.+?\>',$mode,'plugin_countdown');
68 function render($mode, Doku_Renderer $renderer, $data) { argument
106 if ('xhtml' === $mode) {
130 else if ('text' === $mode) {
/plugin/goto/
H A Dscript.js4 function goto_redirect(which,mode) { argument
6 if(mode == 'extern') {
15 if(mode == 'user') {
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php58 function connectTo($mode){ argument
62 $this->Lexer->addSpecialPattern($this->pattern,$mode,'acronym');
70 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/caption/syntax/
H A Dcaption.php55 public function connectTo($mode) {
56 $this->Lexer->addSpecialPattern('{{setcounter [a-z0-9=]+?}}',$mode,'plugin_caption_caption');
57 $this->Lexer->addEntryPattern('<figure.*?>(?=.*</figure>)',$mode,'plugin_caption_caption');
58 $this->Lexer->addEntryPattern('<table.*?>(?=.*</table>)',$mode,'plugin_caption_caption');
59 $this->Lexer->addEntryPattern('<codeblock.*?>(?=.*</codeblock>)',$mode,'plugin_caption_caption');
60 $this->Lexer->addEntryPattern('<fileblock.*?>(?=.*</fileblock>)',$mode,'plugin_caption_caption');
92 public function render($mode, Doku_Renderer $renderer, $data) {
93 if ($mode == 'xhtml') {
317 if ($mode == 'latex') {
381 * WARNING: The odt mode seem
64 connectTo($mode) global() argument
101 render($mode, Doku_Renderer $renderer, $data) global() argument
[all...]

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