Home
last modified time | relevance | path

Searched refs:mode (Results 1026 – 1050 of 2447) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/approve/syntax/
H A Dtable.php21 function connectTo($mode) {
22 $this->Lexer->addSpecialPattern('----+ *approve table *-+\n.*?----+', $mode,'plugin_approve_table');
75 * @param string $mode Renderer mode (supported modes: xhtml)
82 public function render($mode, Doku_Renderer $renderer, $data)
84 $method = 'render' . ucfirst($mode); argument
23 connectTo($mode) global() argument
/plugin/poldek/
H A Dsyntax.php37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('\{\{poldek>.+?\}\}', $mode, 'plugin_poldek');
/plugin/pagebox/
H A Dsyntax.php43 function render($mode, &$renderer, $data){ argument
48 if($mode == 'xhtml'){
/plugin/syntaxhighlightjs/
H A Dhelper.php56 function buildAttributes($data, $addClass='', $mode='xhtml') { argument
61 if ($mode=='xhtml') {
/plugin/abbr/syntax/
H A Dhtmltag.php25 public function connectTo($mode) { argument
26 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,substr(get_class($this), 7));
/plugin/chat/
H A Dsyntax.php114 function render($mode, &$renderer, $data) { argument
116 if ($mode == 'xhtml') {
/plugin/markdowku/
H A Dheadersetext.php21 function connectTo($mode) { argument
52 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dheaderatx.php19 function connectTo($mode) { argument
53 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/include/syntax/
H A Dwrap.php31 function render($mode, Doku_Renderer $renderer, $data) { argument
32 if ($mode == 'xhtml') {
/plugin/bootswrapper/syntax/
H A Dbutton.php63 public function render($mode, Doku_Renderer $renderer, $data) argument
70 if ($mode !== 'xhtml') {
/plugin/combo/syntax/
H A Dxmlblockemptytag.php61 function connectTo($mode) argument
66 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/accscounter/lang/pt-br/
H A Dmngintro.txt14    * [[?do=admin&page=accscounter&action=mng&mode=existente|Mostrar o log de páginas existentes]]
16    * [[?do=admin&page=accscounter&action=mng&mode=deletado|Mostrar o log de páginas inexistentes]]
18    * [[?do=admin&page=accscounter&action=mng&mode=all|Mostrar o log de todas as páginas (incluindo …
/plugin/ldapsearch/
H A Dsyntax.php148 function render($mode, &$renderer, $indata) { argument
149 if($mode == 'xhtml'){
166 // unsupported $mode
/plugin/pagelist/
H A Dsyntax.php31 * @param string $mode
33 public function connectTo($mode) argument
35 $this->Lexer->addSpecialPattern('<pagelist.+?</pagelist>', $mode, 'plugin_pagelist');
/plugin/codemirror/dist/modes/
H A Dhtmlembedded.min.js1 …,mode:{token:function(a){a.skipTo(d)||a.skipToEnd();return"comment"}}},{open:c.open||c.scriptStart…
H A Dscheme.min.js.map1mode/scheme/scheme.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","d…
/plugin/vamr/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('{vamr.*?}',$mode,'plugin_vamr');
/plugin/confightmlok/
H A Dcommon.php30 function html_sanitize ($html, $mode, $wrapper='code') { argument
61 function render ($mode, Doku_Renderer $renderer, $data) { } argument
/plugin/aichat/
H A Dsyntax.php
/plugin/credits/
H A Dsyntax.php21 function connectTo($mode) { argument
22 $this->Lexer->addSpecialPattern('<<CREDITS:.*?>>',$mode,'plugin_credits'); }
34 function render($mode, Doku_Renderer $renderer, $data) { argument
35 if($mode == 'xhtml'){
/plugin/panoview/
H A Dsyntax.php41 function connectTo($mode) { argument
42 $this->Lexer->addSpecialPattern('\{\{panoview>[^}]*\}\}', $mode, 'plugin_panoview');
102 function render($mode, Doku_Renderer $R, $data) { argument
103 if($mode != 'xhtml') return false;
/plugin/graphgear/
H A Dsyntax.php38 function connectTo($mode) { argument
39 $this->Lexer->addSpecialPattern('<graphgear.*?>\n.*?\n</graphgear>',$mode,'plugin_graphgear');
81 function render($mode, Doku_Renderer $R, $data) { argument
82 if($mode != 'xhtml') return false;
/plugin/monthcal/
H A Dsyntax.php51 function connectTo($mode) { argument
52 $this->Lexer->addSpecialPattern('{{monthcal.*?}}',$mode,'plugin_monthcal');
186 function render($mode, Doku_Renderer $renderer, $data) { argument
187 if ($mode == 'xhtml'){
/plugin/dwinsect/
H A Dsyntax.php109 function connectTo($mode) { argument
111 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_dwinsect' );
209 function render($mode, &$renderer, $data) { argument
211 if($mode == 'xhtml'){
/plugin/zul/syntax/
H A Dzirkelundlineal.php84 function connectTo($mode) { argument
85 $this->Lexer->addSpecialPattern("<ZirkelUndLineal.*?/>",$mode,'plugin_zul_zirkelundlineal');
124 function render($mode, &$renderer, $data) { argument
125 if($mode == 'xhtml'){

1...<<41424344454647484950>>...98