Home
last modified time | relevance | path

Searched refs:mode (Results 2301 – 2325 of 2447) sorted by last modified time

1...<<9192939495969798

/plugin/latex/syntax/
H A Ddollar.php15 function connectTo($mode) { argument
16 $this->Lexer->addEntryPattern('\$(?=.*\$)',$mode,'plugin_latex_dollar');
/plugin/asiansearch/
H A DCOPYING313 when it starts in an interactive mode:
/plugin/zoom/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('\{\{zoom>[^}]*\}\}',$mode,'plugin_zoom');
139 function render($mode, &$R, $data) { argument
140 if($mode != 'xhtml') return false;
/plugin/signhere/
H A Dsyntax.php49 function connectTo($mode) { argument
50 $this->Lexer->addSpecialPattern("-_.*?_-", $mode ,'plugin_signhere');
65 function render($mode, &$renderer, $data) { argument
68 if($mode == 'xhtml'){
/plugin/directions/syntax/
H A Dglobaldirections.php145 * <dd>ordinary text encountered within the plugin's syntax mode
205 function render($mode, &$renderer, $data) { argument
207 if($mode == 'xhtml'){
H A Dlocaldirections.php149 * <dd>ordinary text encountered within the plugin's syntax mode
209 function render($mode, &$renderer, $data) { argument
211 if($mode == 'xhtml'){
/plugin/scriptheader/
H A DCOPYING314 when it starts in an interactive mode:
/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/floatdiv/syntax/
H A Dfloathead.php32 public function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('~\$+ .+? \$+~',$mode,'plugin_floatdiv_floathead');
46 public function render($mode, &$renderer, $data) { argument
47 if($mode != 'xhtml') return false;
H A Dfloat.php36 public function connectTo($mode) { argument
38 $this->Lexer->addEntryPattern('\[float.*?\]',$mode,'plugin_floatdiv_float');
70 public function render($mode, &$renderer, $data) { argument
71 if($mode != 'xhtml') return false;
/plugin/shorturl/
H A Dsyntax.php35 function connectTo($mode) { argument
36 $this->Lexer->addSpecialPattern('\~\~SHORTURL\~\~',$mode,'plugin_shorturl');
45 function render($mode, &$renderer, $data) { argument
48 if($mode != 'xhtml') return false;
/plugin/progrecss/
H A Dstyle.css149 * Caption is not displayed with this 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) {
/plugin/translator/syntax/
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/translation3/
H A Dsyntax.php46 function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_translation');
/plugin/literal_entities/
H A Dsyntax.php141 function render($mode, &$renderer, $data) { argument
/plugin/doctree2filelist/
H A Dadmin.php494 function _read_status($mode = "statonly") { argument
503 if ($mode == "statonly" ) {
521 function _div_warning($mode) { argument
522 if($mode == "start") {
/plugin/dokugitviewer/
H A Dsyntax.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('<dokugitviewer:.+?>',$mode,'plugin_dokugitviewer');
56 function render($mode, &$renderer, $data) { argument
59 if($mode == 'xhtml'){
/plugin/seqdia/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('<seqdia.*?>\n.*?\n</seqdia>',$mode,'plugin_seqdia');
/plugin/linkbonus/syntax/
H A Dbase.php44 function connectTo($mode) { argument
57 $REGEX,$mode,'plugin_linkbonus_base');
167 function render($mode, &$renderer, $data) { argument
168 return DW_common_linkbonus::syntax_render($mode, $renderer, $data, 'external');
H A Dexternal.php43 function connectTo($mode) { argument
56 $REGEX,$mode,'plugin_linkbonus_external');
164 function render($mode, &$renderer, $data) { argument
165 return DW_common_linkbonus::syntax_render($mode, $renderer, $data, 'external');
H A Dinterwiki.txt60 function connectTo($mode) {
67 $REGEX,$mode,'plugin_powerlinks_interwiki');
194 function render($mode, &$renderer, $data) {
196 ($mode, $renderer, $data, 'interwiki');
/plugin/itemtable/
H A Dsyntax.php166 … $td="<td class='dbtables-td_0'>".p_render($mode,p_get_instructions($TableData),$data)."</td>";
180 function render($mode, &$renderer, $data) { argument
182 if($mode == 'xhtml'){
219 $renderer->doc.=$this->render_tables($match,$mode,$data);
/plugin/clock/
H A Dsyntax.php35 function connectTo($mode) {
37 '^\{\{clock\}\}$', $mode, 'plugin_clock');
55 function render($mode, Doku_Renderer $renderer, $data) {
58 if ($mode == 'xhtml') {
69 } else if ($mode == 'odt') {
72 else if ($mode == 'text') {
79 connectTo($mode) global() argument
106 render($mode, & $renderer, $data) global() argument

1...<<9192939495969798