Home
last modified time | relevance | path

Searched refs:mode (Results 26 – 50 of 2447) sorted by path

12345678910>>...98

/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 …
H A Dmovedirection.txt10    * [[?do=accscounter_datatransfer&mode=move|Mova os arquivos para o novo destino]]
12    * [[?do=accscounter_datatransfer&mode=delete|Não mova os arquivos, apenas exclua-os]]
/plugin/accscounter/syntax/
H A Dcounter.php325 function connectTo($mode) { argument
326 $this->Lexer->addSpecialPattern('\{\{counter[^}]*\}\}',$mode,'plugin_accscounter_counter');
336 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dpopularity.php39 function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('\{\{POPULAR[^}]*\}\}',$mode,'plugin_accscounter_popularity');
50 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/aceeditor/
H A DNEWS112 * Wrap mode: adapts to editor width if limit is empty
H A Dbuild.js1mode))}.bind(this)),this.$mode||this.$onChangeMode(this.$modes["ace/mode/text"],!0)},this.$onChang…
/plugin/achart/assets/
H A Dapexcharts.css610 animation-fill-mode: forwards;
H A Dapexcharts.min.js6mode:"light",palette:"palette1",monochrome:{enabled:!1,color:"#008FFB",shadeTo:"light",shadeIntens…
10 …{this.attr("in",t)}}});var e={blend:function(t,e,i){this.attr({in:t,in2:e,mode:i||"normal"})},colo…
/plugin/achart/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('<achart.+?</achart>',$mode,'plugin_achart');
82 * @param string $mode Renderer mode (supported modes: xhtml)
87 public function render($mode, Doku_Renderer $renderer, $data) { argument
88 if($mode != 'xhtml') return false;
/plugin/acknowledge/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/acknowledge/syntax/
H A Dassign.php32 public function connectTo($mode)
34 $this->Lexer->addSpecialPattern('~~ACK:.*?~~', $mode, 'plugin_acknowledge_assign');
46 public function render($mode, Doku_Renderer $renderer, $data)
50 if ($mode === 'metadata') {
57 if ($mode !== 'xhtml') {
30 connectTo($mode) global() argument
44 render($mode, Doku_Renderer $renderer, $data) global() argument
H A Dlisting.php32 public function connectTo($mode)
34 $this->Lexer->addSpecialPattern('~~ACKNOWLEDGE.*?~~', $mode, 'plugin_acknowledge_listing');
46 public function render($mode, Doku_Renderer $renderer, $data)
48 if ($mode !== 'xhtml') {
30 connectTo($mode) global() argument
41 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/aclauditor/
H A DCOPYING314 when it starts in an interactive mode:
H A Dadmin.php17 var $mode = 'single'; variable in admin_plugin_aclauditor
/plugin/aclinfo/
H A Dsyntax.php43 function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('~~ACLINFO!?[^~]*?~~',$mode,'plugin_aclinfo');
/plugin/aclplusregex/
H A DLICENSE313 when it starts in an interactive mode:
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/acmenu/
H A Dsyntax.php47 * added: the mode with the lowest sort number will win.
65 * @param string $mode
66 * name for the format mode of the final output
68 public function connectTo($mode)
70 $this->Lexer->addSpecialPattern("<acmenu.*?>", $mode, "plugin_acmenu"); argument
102 * @param string $mode
103 * name for the format mode of the final output
109 public function render($mode, Doku_Renderer $renderer, $data)
111 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/acronym/
H A DCOPYING314 when it starts in an interactive mode:
H A DREADME35 … SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to 'base'.
/plugin/actickets/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php61 public function connectTo($mode) { argument
66 ,$mode,'plugin_actickets');
88 public function render($mode, &$renderer, $data) { argument
89 if($mode != 'xhtml') return false;
/plugin/actionrenderer/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/addnewpage/
H A Dsyntax.php42 * @param string $mode
44 public function connectTo($mode) { argument
45 $this->Lexer->addSpecialPattern('\{\{NEWPAGE[^\}]*\}\}', $mode, 'plugin_addnewpage');
/plugin/addressbook/
H A DLICENSE313 when it starts in an interactive mode:

12345678910>>...98