Home
last modified time | relevance | path

Searched refs:mode (Results 1201 – 1225 of 2447) sorted by relevance

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

/plugin/randominc/
H A Daction.php41 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
/plugin/multilingual/
H A Dsyntax.php53 function connectTo($mode) { argument
54 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_multilingual');
/plugin/accscounter/lang/pt-br/
H A Dmovedirection.txt10    * [[?do=accscounter_datatransfer&mode=move|Mova os arquivos para o novo destino]]
12    * [[?do=accscounter_datatransfer&mode=delete|Não mova os arquivos, apenas exclua-os]]
/plugin/fksnewsfeed/syntax/
H A Dfeed.php35 public function connectTo($mode): void { argument
36 $this->Lexer->addSpecialPattern('{{news-feed>.+?}}', $mode, 'plugin_newsfeed_feed');
/plugin/dokutexit/
H A Dlatex.php1729 function put($text, $mode=0) { argument
1730 if ($mode == -1) {
1738 'size' => $mode == 0 ? strlen($text) : $mode
1747 function putent($text, $mode=0) { argument
1748 if ($mode != -1)
1749 $mode = strlen($text);
1752 function putcmd($cmd, $mode=1) { argument
1758 function putcmdnl($cmd, $mode=1) { argument
1759 $this->putcmd($cmd . DOKU_LF, $mode);
1771 $this->put($text, $mode);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_fa.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
H A Dlocale_sk.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
H A Dlocale_es.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
H A Dlocale_hu.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
H A Dlocale_pt.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
H A Dlocale_ro.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
H A Dlocale_tr.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
/plugin/twofactorgoogleauth/
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/move/helper/
H A Drewrite.php250 foreach($modes as $mode) {
251 $Parser->addMode($mode['mode'], $mode['obj']);
/plugin/docnavigation/syntax/
H A Dtoc.php20 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
49 * Sort for applying this mode
59 * @param string $mode argument
61 public function connectTo($mode)
63 $this->Lexer->addSpecialPattern('<doctoc\b.*?>', $mode, 'plugin_docnavigation_toc');
/plugin/codemirror/dist/modes/
H A Djsx.min.js.map1mode/jsx/jsx.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","Context…
/plugin/indexnumber/
H A Dsyntax.php65 function connectTo($mode) { argument
66 $this->Lexer->addEntryPattern('<idxnum .*?>',$mode,'plugin_indexnumber');
/plugin/aclinfo/
H A Dsyntax.php43 function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('~~ACLINFO!?[^~]*?~~',$mode,'plugin_aclinfo');
/plugin/formatplus2/
H A Dformatting.php88 function connectTo($mode) { argument
90 …$this->Lexer->addEntryPattern($this->pattern, $mode, 'plugin_formatplus2_'.$this->getPluginCompone…
/plugin/formatplus/
H A Dformatting.php88 function connectTo($mode) { argument
90 …$this->Lexer->addEntryPattern($this->pattern, $mode, 'plugin_formatplus_'.$this->getPluginComponen…
/plugin/searchform/
H A Dsyntax.php20 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
36 * @param $mode
38 public function connectTo($mode) {
39 $this->Lexer->addSpecialPattern('\{searchform\b.*?\}', $mode, 'plugin_searchform'); argument
/plugin/bootswrapper/syntax/
H A Daffix.php67 public function render($mode, Doku_Renderer $renderer, $data) argument
74 if ($mode !== 'xhtml') {
/plugin/combo/syntax/
H A Dmetadata.php87 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
116 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
129 function connectTo($mode) argument
134 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
184 // unsupported $mode
/plugin/yearbox/
H A Dsyntax.php55 public function connectTo($mode) argument
57 $this->Lexer->addSpecialPattern('{{yearbox>.*?}}', $mode, 'plugin_yearbox');
129 public function render($mode, Doku_Renderer $renderer, $opt) argument
131 if ($mode == 'xhtml') {
/plugin/lvhpacket/
H A Dsyntax.php71 function connectTo($mode) { argument
72 $this->Lexer->addEntryPattern('{{lvh_packet.*?(?=.*?}})',$mode,'plugin_lvhpacket');
424 function render($mode, &$renderer, $data) argument
427 if($mode == 'xhtml')

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