Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 2553) sorted by relevance

12345678910>>...103

/plugin/datepicker/
Dsyntax.php39 function connectTo($mode){ argument
40 $this->Lexer->addSpecialPattern("<datepicker[^>]*>",$mode,'plugin_datepicker');
41 $this->Lexer->addSpecialPattern("<weekpicker[^>]*>",$mode,'plugin_datepicker');
48 $mode=trim(substr($match,1,10));
57 if($mode === "datepicker"){
60 else if($mode === "weekpicker"){
64 $opts["mode"]=$mode;
79 function render($mode, Doku_Renderer $renderer, $opt) { argument
82 if($mode == 'metadata') return false;
83 if($mode == 'xhtml') {
[all …]
/plugin/fastwiki/
Dtemplates.js15 makeShowRowLI: function(pagetools, mode) { argument
22 m_showRow = $('<li>' + m_utils.makeShowLink(link.href) + '</li>').toggle(mode != 'show');
29 fixButtons: function(showParent, allButtons, mode) { argument
37 $(elt).prepend(newBtn.toggle(mode!='show'));
53 'fastwiki:init': function(e, mode) { argument
54 m_utils.makeShowRowLI($("#dokuwiki__pagetools ul"), mode);
56 'fastwiki:afterSwitch': function(e, mode, isSectionEdit, prevMode) { argument
59 $("#dokuwiki__top").toggleClass("showSidebar hasSidebar", mode == 'show');
60 $("#dokuwiki__aside").css('display', mode == 'show' ? '' : 'none');
62 m_showRow.toggle(mode != 'show');
[all …]
/plugin/darkmodetoggle/
Dstyle.css1 /* Button styling (light mode, Bootstrap-friendly) */
19 /* Dark mode button styling */
20 body.dark-mode .darkmode-btn {
26 body.dark-mode .darkmode-btn:hover {
30 /* Dark mode core styles */
31 body.dark-mode {
37 body.dark-mode #dokuwiki__site,
38 body.dark-mode #dokuwiki__header,
39 body.dark-mode #dokuwiki__content,
40 body.dark-mode #dokuwiki__footer {
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcode2D.php95 $mode = explode(',', $type);
96 $qrtype = strtoupper($mode[0]);
107 if (!isset($mode[1]) OR ($mode[1] === '')) {
110 $aspectratio = floatval($mode[1]);
112 if (!isset($mode[2]) OR ($mode[2] === '')) {
115 $ecl = intval($mode[2]);
119 …if (isset($mode[3]) AND ($mode[3] !== '') AND isset($mode[4]) AND ($mode[4] !== '') AND isset($mod…
120 $macro['segment_total'] = intval($mode[3]);
121 $macro['segment_index'] = intval($mode[4]);
122 $macro['file_id'] = strtr($mode[5], "\xff", ',');
[all …]
/plugin/markdowku/
Descapespecialchars.php18 function connectTo($mode) { argument
21 $mode,
25 $mode,
29 $mode,
33 $mode,
37 $mode,
41 $mode,
45 $mode,
49 $mode,
53 $mode,
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.archive.tar.php60 $mode = octdec(isset($attr['mode'] ) ? trim($attr['mode'] ) : '');
104 'mode_raw' => $mode,
105 'mode' => self::display_perms($mode),
128 * @param int $mode
132 public function display_perms($mode) { argument
134 if ($mode & 0x1000) $type='p'; // FIFO pipe
135 elseif ($mode & 0x2000) $type='c'; // Character special
136 elseif ($mode & 0x4000) $type='d'; // Directory
137 elseif ($mode & 0x6000) $type='b'; // Block special
138 elseif ($mode & 0x8000) $type='-'; // Regular
[all …]
/plugin/highlightjs/highlight/
Dhighlight.js24 function compileSubModes(mode, language) { argument
25 mode.sub_modes = [];
26 for (var i = 0; i < mode.contains.length; i++) {
28 if (language.modes[j].className == mode.contains[i]) {
29 mode.sub_modes[mode.sub_modes.length] = language.modes[j];
35 function subMode(lexem, mode) { argument
36 if (!mode.contains) {
39 if (!mode.sub_modes) {
40 compileSubModes(mode, language);
42 for (var i = 0; i < mode.sub_modes.length; i++) {
[all …]
/plugin/dirtylittlehelper/syntax/
Dtablewiki.php46 * @param string $mode Parser mode
48 public function connectTo($mode) argument
50 …$this->Lexer->addSpecialPattern('\<dlh\.table\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$th…
51 …$this->Lexer->addSpecialPattern('\<\/dlh\.table\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->…
53 …$this->Lexer->addSpecialPattern('\<dlh\.caption\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$…
54 …$this->Lexer->addSpecialPattern('\<\/dlh\.caption\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this…
56 …$this->Lexer->addSpecialPattern('\<dlh\.th\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this-…
57 …$this->Lexer->addSpecialPattern('\<\/dlh\.th\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->get…
59 …$this->Lexer->addSpecialPattern('\<dlh\.tr\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this-…
60 …$this->Lexer->addSpecialPattern('\<\/dlh\.tr\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->get…
[all …]
/plugin/strata/syntax/
Dtable.php15 function connectTo($mode) { argument
16 …table'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</table>',$mode, 'plugin_strata_tab…
27 function render($mode, Doku_Renderer $R, $data) { argument
29 if($mode == 'xhtml' || $mode == 'odt') {
33 $this->displayError($mode, $R, $data);
59 if($mode == 'xhtml' || $mode == 'odt') {
61 … $this->ui_container_open($mode, $R, $data, array('strata-container', 'strata-container-table'));
63 if($mode == 'xhtml') { $R->doc .= '<thead>'.DOKU_LF; }
69 …if($mode == 'xhtml') { $R->doc .= '<span class="strata-caption" data-field="'.hsc($f['variable']).…
71 if($mode == 'xhtml') { $R->doc .= '</span>'.DOKU_LF; }
[all …]
Dlist.php15 function connectTo($mode) { argument
16 …'<list'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</list>',$mode, 'plugin_strata_lis…
23 function render($mode, Doku_Renderer $R, $data) { argument
25 if($mode == 'xhtml' || $mode == 'odt') {
29 $this->displayError($mode, $R, $data);
44 if($mode == 'xhtml' || $mode == 'odt') {
74 if($mode == 'xhtml' || $mode == 'odt') {
76 … $this->ui_container_open($mode, $R, $data, array('strata-container', 'strata-container-list'));
78 $this->util->renderCaptions($mode, $R, $fields);
85 if($mode == 'xhtml') {
[all …]
/plugin/zip/pear/
DPEAR.php297 * @param int $mode
329 function setErrorHandling($mode = null, $options = null) argument
339 switch ($mode) {
346 $setmode = $mode;
351 $setmode = $mode;
492 * @param int $mode One of PEAR_ERROR_RETURN, PEAR_ERROR_PRINT,
520 $mode = null, argument
539 $mode = PEAR_ERROR_RETURN;
543 if ($mode === null) {
546 $mode = $this->_default_error_mode;
[all …]
/plugin/strata/helper/
Dutil.php160 * @param mode the rendering mode
165 function renderPredicate($mode, &$R, &$T, $p) { argument
167 $this->renderField($mode, $R, $T, $p, $typename, $hint);
175 * @param mode the rendering mode
183 function renderValue($mode, &$R, &$T, $value, $typename, $hint=null, &$type=null) { argument
188 $this->openValue($mode, $R, $typename);
189 $type->render($mode, $R, $T, $value, $hint);
190 $this->closeValue($mode, $R);
198 * @param mode the rendering mode
208 …function renderField($mode, &$R, &$T, $values, $typename, $hint=null, &$type=null, $field=null, $s… argument
[all …]
/plugin/commentsyntax/syntax/
Dcstyle.php33 protected $mode, $pattern;
38 $this->mode = substr(__CLASS__, 7);
47 public function accepts($mode) argument
49 if ($this->getConf('use_cstyle_nest') && $mode == $this->mode) return true;
50 return parent::accepts($mode);
54 public function connectTo($mode) argument
56 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
59 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
65 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
/plugin/colorswatch/syntax/
Dcolorswatch.php45 * @param string $mode Parser mode
47 public function connectTo($mode) argument
50 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{6}>', $mode, 'plugin_colorswatch_colors…
51 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{6}:[\p{Xwd}_ -]+>', $mode, 'plugin_colo…
54 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{8}>', $mode, 'plugin_colorswatch_colors…
55 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{8}:[\p{Xwd}_ -]+>', $mode, 'plugin_colo…
58 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{3}>', $mode, 'plugin_colorswatch_colors…
59 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{3}:[\p{Xwd}_ -]+>', $mode, 'plugin_colo…
62 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{4}>', $mode, 'plugin_colorswatch_colors…
63 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{4}:[\p{Xwd}_ -]+>', $mode, 'plugin_colo…
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
DLexerModeAction.php13 private $mode; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerModeAction
18 * @param int $mode The mode value to pass to {@see Lexer::mode()}.
20 public function __construct(int $mode) argument
22 $this->mode = $mode;
32 return $this->mode;
63 $lexer->mode($this->mode);
68 return Hasher::hash($this->getActionType(), $this->mode);
81 return $this->mode === $other->mode;
86 return \sprintf('mode(%d)', $this->mode);
DLexerPushModeAction.php19 private $mode; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPushModeAction
21 public function __construct(int $mode) argument
23 $this->mode = $mode;
33 return $this->mode;
64 $lexer->pushMode($this->mode);
69 return Hasher::hash($this->getActionType(), $this->mode);
82 return $this->mode === $other->mode;
87 return \sprintf('pushMode(%d)', $this->mode);
/plugin/publist/bib2tpl/lib/
DPEAR.php276 * @param int $mode
307 function setErrorHandling($mode = null, $options = null) argument
317 switch ($mode) {
324 $setmode = $mode;
329 $setmode = $mode;
450 * @param int $mode One of PEAR_ERROR_RETURN, PEAR_ERROR_PRINT,
478 $mode = null, argument
503 $mode = PEAR_ERROR_RETURN;
508 if ($mode === null) {
511 $mode = $this->_default_error_mode;
[all …]
/plugin/publistx/bib2tpl/lib/
DPEAR.php276 * @param int $mode
307 function setErrorHandling($mode = null, $options = null) argument
317 switch ($mode) {
324 $setmode = $mode;
329 $setmode = $mode;
450 * @param int $mode One of PEAR_ERROR_RETURN, PEAR_ERROR_PRINT,
478 $mode = null, argument
503 $mode = PEAR_ERROR_RETURN;
508 if ($mode === null) {
511 $mode = $this->_default_error_mode;
[all …]
/plugin/publistf/bib2tpl/lib/
DPEAR.php276 * @param int $mode
307 function setErrorHandling($mode = null, $options = null) argument
317 switch ($mode) {
324 $setmode = $mode;
329 $setmode = $mode;
450 * @param int $mode One of PEAR_ERROR_RETURN, PEAR_ERROR_PRINT,
478 $mode = null, argument
503 $mode = PEAR_ERROR_RETURN;
508 if ($mode === null) {
511 $mode = $this->_default_error_mode;
[all …]
/plugin/refnotes/syntax/
Dnotes.php14 private $mode; variable in syntax_plugin_refnotes_notes
20 $this->mode = substr(get_class($this), 7);
41 public function connectTo($mode) { argument
42 $this->Lexer->addSpecialPattern('~~REFNOTES.*?~~', $mode, $this->mode);
43 $this->Lexer->addSpecialPattern('<refnotes[^>]*?\/>', $mode, $this->mode);
44 … $this->Lexer->addSpecialPattern('<refnotes(?:[^>]*?[^/>])?>.*?<\/refnotes>', $mode, $this->mode);
65 public function render($mode, Doku_Renderer $renderer, $data) { argument
67 if($mode == 'xhtml') {
78 $this->renderNotes($mode, $renderer, $data[1]);
88 elseif ($mode == 'odt') {
[all …]
/plugin/mathjax/syntax/
Dprotecttex.php66 * @param string $mode
68 public function connectTo($mode) { argument
69 …$this->Lexer->addEntryPattern('(?<!\\\\)\$(?=[^\$][^\r\n]*?\$)',$mode,'plugin_mathjax_protecttex');
70 $this->Lexer->addEntryPattern('\$\$(?=.*?\$\$)',$mode,'plugin_mathjax_protecttex');
71 $this->Lexer->addEntryPattern('\\\\\((?=.*?\\\\\))',$mode,'plugin_mathjax_protecttex');
72 $this->Lexer->addEntryPattern('\\\\\[(?=.*?\\\\])',$mode,'plugin_mathjax_protecttex');
74 …r->addEntryPattern('\\\\begin{' . $env . '}(?=.*?\\\\end{' . $env . '})',$mode,'plugin_mathjax_pro…
79 $this->Lexer->addEntryPattern('`(?=.*?`)',$mode,'plugin_mathjax_protecttex');
88 …$this->Lexer->addEntryPattern('<' . $tag . '.*?>(?=.*?</' . $tag . '>)',$mode,'plugin_mathjax_prot…
141 public function render($mode, Doku_Renderer $renderer, $data) { argument
[all …]
/plugin/katex/syntax/
Dprotect.php71 * @param string $mode
73 public function connectTo( $mode ) argument
75 … $this->Lexer->addEntryPattern( '(?<!\\\\)\$(?=[^\$][^\r\n]*?\$)', $mode, 'plugin_katex_protect' );
76 $this->Lexer->addEntryPattern( '\$\$(?=.*?\$\$)', $mode, 'plugin_katex_protect' );
77 $this->Lexer->addEntryPattern( '\\\\\((?=.*?\\\\\))', $mode, 'plugin_katex_protect' );
78 $this->Lexer->addEntryPattern( '\\\\\[(?=.*?\\\\])', $mode, 'plugin_katex_protect' );
80 …>addEntryPattern( '\\\\begin{' . $env . '}(?=.*?\\\\end{' . $env . '})', $mode, 'plugin_katex_prot…
85 $this->Lexer->addEntryPattern( '`(?=.*?`)', $mode, 'plugin_katex_protect' );
94 …$this->Lexer->addEntryPattern( '<' . $tag . '.*?>(?=.*?</' . $tag . '>)', $mode, 'plugin_katex_pro…
150 public function render( $mode, Doku_Renderer $renderer, $data ) argument
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorSpaceRestrictor.php29 private $mode; variable in Mpdf\\Color\\ColorSpaceRestrictor
39 * @param int $mode
41 public function __construct(Mpdf $mpdf, ColorModeConverter $colorModeConverter, $mode) argument
45 $this->mode = $mode;
61 $mode = (int) $c[0];
62 switch ($mode) {
96 if ($this->mode != 3) {
100 } elseif ($this->mode == 1) {
117 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
122 } elseif ($this->mode == 1) {
[all …]
/plugin/pagenav/
Dsyntax.php30 public function connectTo($mode) argument
32 $this->Lexer->addSpecialPattern('\[<\d*>(?: [^\]]+)?\]', $mode, 'plugin_pagenav');
41 list($mode, $glob) = explode(' ', $match, 2);
42 $mode = (int)substr($mode, 1, -1);
43 if (!$mode) $mode = 2 + 4 + 8;
45 return array(strtolower(trim($glob)), $mode);
55 list($glob, $mode) = $data;
108 if ($mode & 4) $renderer->doc .= $this->buildImgLink($first, 'first');
109 if ($mode & 2) $renderer->doc .= $this->buildImgLink($prev, 'prev');
110 if ($mode & 8) $renderer->doc .= $this->buildImgLink($start, 'up');
[all …]
/plugin/htmldetailstag/syntax/
Ddetails.php27 * @param string $mode The mode to check
31 function accepts($mode) { argument
32 if ($mode == substr(get_class($this), 7)) return true;
33 return parent::accepts($mode);
63 * @param string $mode Parser mode
65 public function connectTo($mode) argument
67 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_htmldetailstag_details');
94 * @param string $mode Renderer mode (supported modes: xhtml)
100 public function render($mode, Doku_Renderer $renderer, $data) argument
102 if ($mode !== 'xhtml') {

12345678910>>...103