Home
last modified time | relevance | path

Searched refs:mode (Results 2226 – 2250 of 2447) sorted by path

1...<<81828384858687888990>>...98

/plugin/translator/syntax/
H A Dlabel.php43 function connectTo($mode){ argument
44 $this->Lexer->addSpecialPattern('\$\$label\(.*?\)\$\$',$mode,'plugin_translator_label');
57 function render($mode, &$renderer, $data) { argument
60 if ($mode == 'xhtml') {
H A Dtranslator.php46 function connectTo($mode){ argument
47 $this->Lexer->addSpecialPattern('~~TRANSLATOR~~',$mode,'plugin_translator_translator');
60 function render($mode, &$renderer, $data) { argument
63 if ($mode == 'xhtml') {
/plugin/tuxquote/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/twcheckliste/
H A Dsyntax.php39 function accepts($mode) { argument
40 if ($mode == substr(get_class($this), 7))
42 return parent::accepts($mode);
45 function connectTo($mode) { argument
46 …$this -> Lexer -> addEntryPattern('<checkliste.*?>(?=.*?</checkliste>)', $mode, 'plugin_twchecklis…
85 function render($mode, &$renderer, $data) { argument
87 if ($mode == 'xhtml') {
/plugin/twistienav/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twistienav4bootstrap3/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twitter/
H A DLICENSE112 …gram is interactive, make it output a short notice like this when it starts in an interactive mode:
H A Daction.php34 if (!isset($cache->mode) || !in_array($cache->mode, array('i', 'metadata'))) {
H A Dsyntax.php170 function connectTo($mode) { argument
171 $this->Lexer->addSpecialPattern('\[TWITTER\:USER\:.*?\]', $mode, 'plugin_twitter');
172 $this->Lexer->addSpecialPattern('{{twitter>user\:.*?}}', $mode, 'plugin_twitter');
174 $this->Lexer->addSpecialPattern('\[TWITTER\:SEARCH\:.*?\]', $mode, 'plugin_twitter');
175 $this->Lexer->addSpecialPattern('{{twitter>search\:.*?}}', $mode, 'plugin_twitter');
319 function render($mode, Doku_Renderer $renderer, $data) { argument
320 if ($mode == 'xhtml') {
325 } elseif ($mode == 'metadata') {
/plugin/twofactor/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twofactoraltemail/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twofactoremail/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twofactorgoogleauth/
H A DLICENSE313 when it starts in an interactive mode:
H A DQRCode.php110 list($mode, $vers, $ec, $data) = $this->qr_encode_data($data, $ecl);
125 $mode = $this->qr_detect_mode($data);
126 $version = $this->qr_detect_version($data, $mode, $ecl);
130 $max_chars = $this->qr_capacity[$version - 1][$ecl][$mode];
131 if ($mode == 3) $max_chars <<= 1;
134 switch ($mode) {
171 return array($mode, $version, $ec_params, $data);
185 protected function qr_detect_version($data, $mode, $ecl) argument
188 if ($mode == 3) $length >>= 1;
190 if ($length <= $this->qr_capacity[$v][$ecl][$mode]) {
/plugin/twofactorsmsappliance/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twofactorsmsgateway/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twofactortelegram/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/twofactoryubiauth/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/txt2tags/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addEntryPattern('<t2t>(?=.*</t2t>)', $mode, 'plugin_txt2tags');
56 function render($mode, &$renderer, $data) { argument
59 if ($mode == 'xhtml') {
70 }else if ($mode == 'metadata') {
/plugin/typography/syntax/
H A Dbase.php24 protected $mode, $pattern;
29 $this->mode = substr(get_class($this), 7);
36 public function connectTo($mode) argument
38 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
43 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
52 public function accepts($mode) argument
54 if ($mode == $this->mode) return true;
55 return parent::accepts($mode);
H A Dbgcolor.php20 $this->mode = substr(get_class($this), 7);
H A Dfontcolor.php22 $this->mode = substr(get_class($this), 7);
29 public function connectTo($mode) argument
32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dfontfamily.php22 $this->mode = substr(get_class($this), 7);
29 public function connectTo($mode) argument
32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dfontsize.php22 $this->mode = substr(get_class($this), 7);
29 public function connectTo($mode) argument
32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dfontweight.php20 $this->mode = substr(get_class($this), 7);

1...<<81828384858687888990>>...98