Home
last modified time | relevance | path

Searched refs:mode (Results 1826 – 1850 of 2447) sorted by path

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

/plugin/qna/syntax/
H A Dblock.php12 private $mode; variable in syntax_plugin_qna_block
20 $this->mode = substr(get_class($this), 7);
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('\n\?{3}.*?(?=\n)', $mode, $this->mode);
48 $this->Lexer->addSpecialPattern('\n!{3}', $mode, $this->mode);
82 public function render($mode, Doku_Renderer $renderer, $data) { argument
83 if ($mode == 'xhtml') {
101 elseif ($mode == 'metadata') {
H A Dheader.php12 private $mode; variable in syntax_plugin_qna_header
18 $this->mode = substr(get_class($this), 7);
42 public function connectTo($mode) { argument
43 …this->Lexer->addSpecialPattern('[ \t]*=\?={1,4}[^=\n][^\n]+={3,}[ \t]*(?=\n)', $mode, $this->mode);
67 function render($mode, Doku_Renderer $renderer, $data) { argument
68 if ($mode == 'xhtml') {
81 elseif ($mode == 'metadata') {
H A Dtoc.php12 private $mode; variable in syntax_plugin_qna_toc
18 $this->mode = substr(get_class($this), 7);
42 public function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('~~(?:QNA|FAQ)(?:\s[^\n]*?)?~~', $mode, $this->mode);
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
74 if ($mode == 'xhtml') {
90 elseif ($mode == 'metadata') {
/plugin/qrcode/syntax/
H A Di_nigmacode.php139 case 'mode':
H A Dqrcode.php199 function render($mode, & $renderer, $data) argument
201 if ($mode == 'xhtml')
/plugin/qrcode2/
H A Dphpqrcode.php179 if (!is_array($mode))
180 $mode = explode(',', $mode);
184 if (count($mode) > 1) {
185 $eccLevel = $mode[1];
1046 public $mode; variable in QRinputItem
1064 $this->mode = $mode;
1216 switch($this->mode) {
1515 switch($mode) {
1563 switch($mode) {
2042 if($mode == QR_MODE_8) {
[all …]
H A Dsyntax.php47 function connectTo($mode) { argument
48 $this->Lexer->addSpecialPattern('\{\{QRCODE>[^}]*\}\}',$mode,'plugin_qrcode2');
63 public function render($mode, Doku_Renderer $renderer, $data) { argument
67 if($mode == 'xhtml'){
/plugin/qrcodescanner/
H A Dsyntax.php24 public function connectTo($mode) { argument
25 $this->Lexer->addSpecialPattern('\{\{QRCODESCANNER\}\}',$mode,'plugin_qrcodescanner');
32 public function render($mode, Doku_Renderer $renderer, $data) { argument
34 if($mode == 'xhtml'){
/plugin/qstat/
H A Dsyntax.php108 * <dd>ordinary text encountered within the plugin's syntax mode
149 function render($mode, &$renderer, $data) { argument
152 if($mode == 'xhtml') {
/plugin/quickedit/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/quickstats/GEOIP/
H A Dgeoip.inc3 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
/plugin/quiz/
H A Dclass_quiz.php34 var $mode; variable in quiz
50 $this->mode = $param['learning'];
58 if (!($this->mode < 0 || $this->mode > 1 )) {
59 …$this->error = 'Error: "' . $this->mode .'" is not a valid quiz mode. Valid modes are "test (0)" a…
100 $html .= '<input type="hidden" name="quiz_learning" value="' . $this->mode. '">' . "\n";
218 if ($this->mode == 1 && $question_num > 1) {
H A Dsyntax.php27 function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern('{{quiz>.+?}}', $mode, 'plugin_quiz');
54 function render($mode, &$renderer, $data) { argument
58 if ($mode == 'xhtml') {
/plugin/quizlib/
H A Dsyntax.php29 public function connectTo($mode) { argument
30 $this->Lexer->addEntryPattern($this->pattern_start, $mode, 'plugin_quizlib');
67 public function render($mode, Doku_Renderer $renderer, $data) { argument
69 if($mode == 'xhtml'){
/plugin/rack/
H A Dprint.css12 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
H A Dstyle.css17 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
H A Dsyntax.php144 function render($mode, &$renderer, $opt) { argument
145 if($mode == 'metadata') return false;
/plugin/randominc/
H A DCOPYING314 when it starts in an interactive mode:
H A Daction.php41 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
H A Dsyntax.php27 function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern("{{randominc>.+?}}", $mode, 'plugin_randominc');
29 $this->Lexer->addSpecialPattern("{{randomincsec>.+?}}", $mode, 'plugin_randominc');
117 $mode = 'section';
121 $mode = 'page';
137 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
188 …$instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $sec…
/plugin/randompage2/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php19 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<randompage_link>(?=.*?</randomp… argument
40 public function render($mode, Doku_Renderer $renderer, $data) { argument
43 if($mode == 'xhtml'){
/plugin/randomquote/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('<randomquote>',$mode,'plugin_randomquote');
57 * @param string $mode Renderer mode (supported modes: xhtml)
62 public function render($mode, Doku_Renderer $renderer, $data) { argument
63 if($mode != 'xhtml') return false;
/plugin/randomtables/
H A DLICENSE313 when it starts in an interactive mode:

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