Home
last modified time | relevance | path

Searched refs:mode (Results 1851 – 1875 of 2447) sorted by last modified time

1...<<71727374757677787980>>...98

/plugin/syntaxmantis/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('~~Mantis:[0-9]+~~',$mode,'plugin_syntaxmantis');
39 function render($mode, Doku_Renderer $renderer, $data) { argument
40 if($mode == 'xhtml'){
/plugin/mediasyntax/syntax/
H A Dlistblock.php20 function connectTo($mode)
25 $mode,
68 function render($mode, Doku_Renderer $renderer, $data)
31 connectTo($mode) global() argument
80 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/flattr/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('<flattr>.*?</flattr>', $mode, 'plugin_flattr');
35 $this->Lexer->addSpecialPattern('<flattr\s*/>', $mode, 'plugin_flattr');
79 function render($mode, Doku_Renderer $renderer, $data) { argument
83 if ($mode == 'xhtml') {
/plugin/avatar/
H A DCOPYING
H A Dsyntax.php24 function connectTo($mode) {
25 $this->Lexer->addSpecialPattern("{{(?:gr|)avatar>.+?}}",$mode,'plugin_avatar'); argument
54 function render($mode, Doku_Renderer $renderer, $data) {
55 if ($mode == 'xhtml') {
52 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/sqlcomp/
H A Dsyntax.php36 * @param string $mode Parser mode
38 public function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('\[\[mysql\:.*?\]\]', $mode, 'plugin_sqlcomp');
41 $this->Lexer->addSpecialPattern('\[\[mssql\:.*?\]\]', $mode, 'plugin_sqlcomp');
42 $this->Lexer->addSpecialPattern('\[\[oracle\:.*?\]\]', $mode, 'plugin_sqlcomp');
43 $this->Lexer->addSpecialPattern('\[\[sqlite\:.*?\]\]', $mode, 'plugin_sqlcomp');
44 $this->Lexer->addSpecialPattern('\[\[sqlaccess\:.*?\]\]', $mode, 'plugin_sqlcomp');
46 $this->Lexer->addSpecialPattern('\[\[sqlcsv\:.*?\]\]', $mode, 'plugin_sqlcomp');
117 * @param string $mode Renderer mode (supported modes: xhtml)
122 public function render($mode, Doku_Renderer $renderer, $data) { argument
[all …]
/plugin/definitionlist/
H A Dsyntax.php65 public function connectTo($mode) { argument
67 $this->Lexer->addEntryPattern('\n {2,}'.DL_DT, $mode, 'plugin_definitionlist');
68 $this->Lexer->addEntryPattern('\n\t{1,}'.DL_DT, $mode, 'plugin_definitionlist');
/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/jenkins/
H A Dsyntax.php29 function connectTo($mode) { argument
30 $this->Lexer->addSpecialPattern('<jenkins[^>]*/>', $mode, 'plugin_jenkins');
88 function render($mode, Doku_Renderer $renderer, $data) { argument
89 if($mode != 'xhtml') return false;
/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/database2/
H A Dsyntax.php42 * @param string $mode Parser mode
44 public function connectTo($mode) { argument
45 … $this->Lexer->addEntryPattern("<database2.*?>(?=.*?</database2>)", $mode, 'plugin_database2');
113 * @param string $mode Renderer mode (supported modes: xhtml)
118 public function render($mode, Doku_Renderer $renderer, $data) { argument
119 if ($mode == 'xhtml') {
146 elseif ($mode == 'metadata') {
H A Ddatabase2.php2914 $mode = ( $out[0] !== '' ) ? $filter['mode'] : 'WHERE';
2950 $out[0] .= sprintf( $opMap[$filter['op']], $mode,
3122 $mode = $index ? $modeMap[$filter['mode']] : '';
3130 $mode
4619 …final protected function attachmentLink( $mode, $authorization, $forDownload = true, $rowACL = nul… argument
4662 return DOKU_BASE . DB2_PATH . "media.php?a=$source&b=$hash&m=$mode&d=" . ( $forDownload ? 1 : 0 );
5756 $mode = '<select name="' . $this->varname( '____nav' ) .
5764 $mode = null;
5771 …'" value="' . ( $readOnly ? $name : ( $mode ? $this->getLang( 'cmdnosave' ) : $this->getLang( 'cmd…
5774 if ( $mode )
[all …]
/plugin/rrdgraph/
H A Daction.php99 if (! (isset ( $cache->page ) && isset ( $cache->mode )))
133 $mode = $INPUT->str('mode', helper_plugin_rrdgraph::MODE_GRAPH_EMBEDDED, true);
137 …$rrdGraphHelper->sendRrdImage($mediaPath->pageId, $mediaPath->imageId, $rangeNr, $mode, $bindingSo…
H A Dhelper.php386 …* @param string $mode Mode to use for generating the graph (MODE_GRAPH_EMBEDDED, MODE_GRAPH_FULLSC…
391 …public function sendRrdImage($pageId, $graphId, $rangeNr = 0, $mode = helper_plugin_rrdgraph::MODE… argument
402 …if (($mode != helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN) && ($mode != helper_plugin_rrdgraph::…
405 if ($mode == helper_plugin_rrdgraph::MODE_BINDSVG) {
411 …getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", …
428 … $rpncomp->addConst("fullscreen", $mode == helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN);
436 if ($mode == helper_plugin_rrdgraph::MODE_BINDSVG) $svgBinding = new SvgBinding();
540 if ($mode != helper_plugin_rrdgraph::MODE_BINDSVG)
567 …getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", …
573 switch ($mode) {
[all …]
H A Dsyntax.php69 * @param string $mode Parser mode
71 public function connectTo($mode) { argument
72 $this->Lexer->addEntryPattern('<rrd.*?>(?=.*?</rrd>)', $mode, 'plugin_rrdgraph');
281 * @param String $mode Renderer mode (supported modes: xhtml)
286 public function render($mode, Doku_Renderer $renderer, $data) { argument
295 if ($mode == 'metadata') {
300 } else if ($mode == 'xhtml') {
/plugin/nsindex/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('{{nsindex[^}]*}}',$mode,'plugin_nsindex');
77 * @param string $mode Renderer mode (supported modes: xhtml)
82 public function render($mode, Doku_Renderer $renderer, $data) { argument
83 if($mode != 'xhtml') return false;
/plugin/konsole/
H A Dsyntax.php76 public function connectTo($mode) argument
78 $this->Lexer->addEntryPattern('<konsole.*?>(?=.*?</konsole>)',$mode,'plugin_konsole');
130 public function render($mode, Doku_Renderer $renderer, $indata) argument
134 if($mode == 'xhtml')
/plugin/yuml/
H A Dusecase.php51 * @param string $mode Parser mode
54 public function connectTo($mode) argument
56 …$this->Lexer->addSpecialPattern($this->special_pattern, $mode, 'plugin_yuml_' . $this->getPluginCo…
85 * @param string $mode Renderer mode (supported modes: xhtml)
90 public function render($mode, Doku_Renderer $renderer, $data) argument
92 if ($mode != 'xhtml') return false;
/plugin/wikistats/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php103 public function connectTo($mode) { argument
104 $this->Lexer->addSpecialPattern('\{\{wikistats>[^}]*\}\}',$mode,'plugin_wikistats');
172 * @param string $mode Renderer mode (supported modes: xhtml)
177 public function render($mode, Doku_Renderer &$renderer, $data) { argument
182 if ($mode != 'xhtml') return false;
/plugin/issuetracker/
H A Dprototype.js3997 var parts = [], m, set, checkSet, check, mode, extra, prune = true, contextXML = isXML(context),
5920 overlap: function(mode, element) { argument
5921 if (!mode) return 0;
5922 if (mode == 'vertical')
5925 if (mode == 'horizontal')
H A Dsyntax.php38 function connectTo($mode){ argument
39 $this->Lexer->addSpecialPattern('\{\{issuetracker>[^}]*\}\}',$mode,'plugin_issuetracker');
101 function render($mode,Doku_Renderer &$renderer, $data) { argument
107 if ($mode == 'xhtml'){
/plugin/inclform/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php67 function connectTo($mode) { argument
68 $this->Lexer->addSpecialPattern('~~INCLFORM[^~]*~~',$mode,'plugin_inclform');
86 function render($mode, Doku_Renderer $renderer, $data) { argument
87 if($mode == 'xhtml'){

1...<<71727374757677787980>>...98