Home
last modified time | relevance | path

Searched refs:mode (Results 1176 – 1200 of 2447) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/wikistats/
H A Dsyntax.php103 public function connectTo($mode) { argument
104 $this->Lexer->addSpecialPattern('\{\{wikistats>[^}]*\}\}',$mode,'plugin_wikistats');
172 * @param string $mode Renderer mode (supported modes: xhtml)
177 public function render($mode, Doku_Renderer &$renderer, $data) { argument
182 if ($mode != 'xhtml') return false;
/plugin/redproject/
H A Dsyntax.php34 function connectTo($mode) { argument
35 $this->Lexer->addSpecialPattern('<redproject[^>]*/>', $mode,'plugin_redproject');
36 … $this->Lexer->addEntryPattern('<redproject[^>]*>(?=.*</redproject>)', $mode,'plugin_redproject');
310 function render($mode, Doku_Renderer $renderer, $data) { argument
312 if($mode != 'xhtml') return false;
/plugin/structat/action/
H A Dcache.php41 if ($cache->mode != 'xhtml') return true;
85 if ($cache->mode != 'xhtml') return true;
/plugin/latex/
H A DREADME9 PHP safe mode will almost always break the plugin.
19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
/plugin/html2pdf/multilingual/
H A Dsyntax.php53 function connectTo($mode) { argument
54 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_multilingual');
/plugin/abbrlist/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('\{\{abbrlist>[^}]*\}\}',$mode,'plugin_abbrlist');
/plugin/linksenhanced/syntax/
H A Dtable.php42 function connectTo($mode) { argument
43 …$this->Lexer->addSpecialPattern('\{\{linksenhanced>[^}]*\}\}',$mode,'plugin_linksenhanced_table');
/plugin/accscounter/lang/de/
H A Dmovedirection.txt10 * [[?do=accscounter_datatransfer&mode=move|Verschiebe die Dateien an das neue Ziel]]
12 * [[?do=accscounter_datatransfer&mode=delete|Verschiebe die Dateien nicht, lösche sie einfach]]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php142 $mode = isset($this->fileMode) ? $this->fileMode : (0666 & ~umask());
143 @chmod($fileName, $mode);
/plugin/nslist/
H A Dsyntax.php46 function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('{{nslist>[^}]*}}',$mode,'plugin_nslist');
/plugin/combo/syntax/
H A Dhighlightmd.php69 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
77 public function connectTo($mode) argument
80 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Ditext.php24 * Needs to return one of the mode types defined in {@link $PARSER_MODES} in parser.php
53 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
67 function connectTo($mode) argument
72 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
147 // unsupported $mode
H A Dxmlprotectedtag.php58 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
88 function connectTo($mode) argument
94 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcite.php47 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
63 function connectTo($mode) argument
67 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
156 // unsupported $mode
H A Dmedia.php39 * Takes over the {@link \dokuwiki\Parsing\ParserMode\Media media mode}
209 function connectTo($mode) argument
218 $enable = in_array($mode, $modes);
222 if ($mode !== PluginUtility::getModeFromPluginName(ThirdPartyPlugins::IMAGE_MAPPING_NAME)) {
223 $this->Lexer->addSpecialPattern(self::MEDIA_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
314 // unsupported $mode
/plugin/latex-was/
H A DREADME9 PHP safe mode will almost always break the plugin.
19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
/plugin/calendoku/syntax/
H A Dshowtable.php24 function connectTo($mode) { argument
27 $mode,
175 function render($mode, &$renderer, $data) { argument
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php140 $mode = $this->source->getData(8);
168 empty($gid) || empty($mode) || empty($size)) {
174 2 => $mode,
175 'mode' => $mode,
/plugin/dokumicrobugtracker/
H A Dsyntax.php34 function connectTo($mode){ argument
35 …$this->Lexer->addSpecialPattern('\{\{dokumicrobugtracker>[^}]*\}\}',$mode,'plugin_dokumicrobugtrac…
87 function render($mode, &$renderer, $data) { argument
89 if ($mode == 'xhtml'){
/plugin/pdb/
H A Dsyntax.php34 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{pdb>[^}]*\}\}',$mode,'plugin_pdb'… argument
47 function render($mode, Doku_Renderer $renderer, $data){ argument
48 if($mode != 'xhtml'){return false;}
/plugin/register/
H A Dsyntax.php21 public function connectTo($mode) argument
23 $this->Lexer->addEntryPattern("<register>", $mode, "plugin_register");
225 public function render($mode, &$renderer, $data) argument
227 if ($mode != "xhtml")
/plugin/schulzevote/syntax/
H A Dvote.php29 function connectTo($mode) { argument
30 … $this->Lexer->addSpecialPattern('<vote\b.*?>\n.*?\n</vote>',$mode,'plugin_schulzevote_vote');
87 function render($mode, Doku_Renderer $renderer, $data) { argument
89 if ($mode != 'xhtml') return false;
/plugin/odt/
H A Dsyntax.php44 * @param string $mode
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('~~ODT~~', $mode, 'plugin_odt');
48 $this->Lexer->addSpecialPattern('{{odt>.+?}}', $mode, 'plugin_odt');
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js13mode=d;break a}a.msg="invalid literal/length code",e.mode=c;break a}x=65535&v,w&=15,w&&(w>q&&(p+=B…
14mode=hb;break}if(32&rb){c.back=-1,c.mode=V;break}if(64&rb){a.msg="invalid literal/length code",c.m…
/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) {

1...<<41424344454647484950>>...98