Home
last modified time | relevance | path

Searched refs:mode (Results 176 – 200 of 2447) sorted by path

12345678910>>...98

/plugin/authlinotp/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authloginapi/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authmantis/
H A DLICENSE.md308 mode of use of the product.
/plugin/authnc/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authorlist/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php93 function render($mode, Doku_Renderer $renderer, $data) { argument
95 if($mode == 'xhtml' && !$data['off']){
/plugin/authorstats/
H A Daction.php139 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
H A Dsyntax.php41 public function connectTo($mode) argument
43 $this->Lexer->addSpecialPattern("<AUTHORSTATS>", $mode, "plugin_authorstats");
44 $this->Lexer->addSpecialPattern("<AUTHORSTATS [0-9]+>", $mode, "plugin_authorstats");
45 $this->Lexer->addSpecialPattern("<AUTHORSTATS YEARGRAPH>", $mode, "plugin_authorstats");
46 …$this->Lexer->addSpecialPattern("<AUTHORSTATS YEARGRAPH\s+\d*\s*\w*>", $mode, "plugin_authorstats"…
54 public function render($mode, Doku_Renderer $renderer, $data) argument
57 if ($mode == "metadata") {
62 if ($mode == "xhtml") {
/plugin/authowncloud/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/authphpbb3/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authplaincas/
H A Dlicense313 when it starts in an interactive mode:
/plugin/authsqlite/
H A Dauth.php405 * @param string $mode could be 'READ' or 'WRITE'
408 protected function _lockTables($mode) { argument
/plugin/authyubikey/lib/
H A DREADME56 two-factor mode. It requires a database to store the username and
/plugin/autogallery/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('\{\{NEWGALLERY[^\}]*\}\}',$mode,'plugin_autogallery');
72 * @param string $mode Renderer mode (supported modes: xhtml)
77 public function render($mode, Doku_Renderer $renderer, $data) { argument
79 if ($mode == 'xhtml') {
/plugin/autogroup/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
/plugin/autoindentcontrol/
H A DCOPYING313 when it starts in an interactive mode:
/plugin/autoindex/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php33 public function connectTo($mode) argument
35 $this->Lexer->addSpecialPattern('{{autoindex}}', $mode, 'plugin_autoindex');
/plugin/autolink2/syntax/
H A Dadd.php42 function connectTo($mode) { argument
45 $this->Lexer->addSpecialPattern('\{\{autolink>.*?\}\}',$mode,'plugin_autolink2_add');
67 function render($mode, &$renderer, $data) { argument
71 if ($mode == 'xhtml'){
74 } elseif ($mode == 'metadata'){
H A Dshow.php40 function connectTo($mode) { argument
41 …$this->Lexer->addEntryPattern('<autolink>(?=.*?\x3C/autolink\x3E)',$mode,'plugin_autolink2_show');
55 function render($mode, &$renderer, $data) { argument
56 if($mode == 'xhtml'){
/plugin/autolink3/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/autolink4/syntax/
H A Dallwords.php65 * @param $mode
67 function connectTo($mode) {
86 //$this->Lexer->addSpecialPattern('(?:[\w\'\-]+ *)+?', $mode, 'plugin_autolink4_allwords');
134 * @param string $mode
139 function render($mode, Doku_Renderer $renderer, $data) {
147 else if ($mode == 'xhtml') {
71 connectTo($mode) global() argument
143 render($mode, Doku_Renderer $renderer, $data) global() argument
H A Dregex.php63 * @param $mode
65 function connectTo($mode) {
70 $this->Lexer->addSpecialPattern($s[self::$MATCH], $mode, 'plugin_autolink4_regex');
93 * @param string $mode
98 function render($mode, Doku_Renderer $renderer, $data) {
102 else if ($mode == 'xhtml') {
71 connectTo($mode) global() argument
141 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/autonumbering/
H A Dsyntax.php73 public function connectTo($mode) { argument
74 $this->Lexer->addSpecialPattern($this->PLUGIN_PATTERN, $mode, 'plugin_autonumbering');
156 public function render($mode, Doku_Renderer $renderer, $data) { argument
157 if(($mode == 'xhtml') && (!empty($data))) {

12345678910>>...98