/plugin/datepicker/ |
H A D | syntax.php | 39 function connectTo($mode){ argument 48 $mode=trim(substr($match,1,10)); 57 if($mode === "datepicker"){ 60 else if($mode === "weekpicker"){ 64 $opts["mode"]=$mode; 82 if($mode == 'metadata') return false; 83 if($mode == 'xhtml') { 91 $mode ='week'; 95 $mode ='date'; 110 …$renderer->doc .="<a class='".$mode."picker' style='cursor:pointer;' id='".$mode."picker__button__… [all …]
|
/plugin/fastwiki/ |
H A D | templates.js | 15 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')); 50 // Only show is supported as a start mode, because otherwise, we'd have to add pagetools for each action and check for actions being allowed. 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 70 AnonymousFunction8a7865a80400(e, mode) global() argument 89 AnonymousFunction8a7865a80600(e, mode, isSectionEdit, prevMode) global() argument 100 AnonymousFunction8a7865a80700(e, mode) global() argument 105 AnonymousFunction8a7865a80800(e, mode, isSectionEdit, prevMode) global() argument 121 AnonymousFunction8a7865a80a00(e, mode) global() argument 130 AnonymousFunction8a7865a80b00(e, mode, isSectionEdit, prevMode) global() argument [all...] |
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | Barcode2D.php | 74 * @param $type (string) type of barcode: <ul><li>DATAMATRIX : Datamatrix (ISO/IEC 16022)</li><li>PDF417 : PDF417 (ISO/IEC 15438:2006)</li><li>PDF417,a,e,t,s,f,o0,o1,o2,o3,o4,o5,o6 : PDF417 with parameters: a = aspect ratio (width/height); e = error correction level (0-8); t = total number of macro segments; s = macro segment index (0-99998); f = file ID; o0 = File Name (text); o1 = Segment Count (numeric); o2 = Time Stamp (numeric); o3 = Sender (text); o4 = Addressee (text); o5 = File Size (numeric); o6 = Checksum (numeric). NOTES: Parameters t, s and f are required for a Macro Control Block, all other parametrs are optional. To use a comma character ',' on text options, replace it with the character 255: "\xff".</li><li>QRCODE : QRcode Low error correction</li><li>QRCODE,L : QRcode Low error correction</li><li>QRCODE,M : QRcode Medium error correction</li><li>QRCODE,Q : QRcode Better error correction</li><li>QRCODE,H : QR-CODE Best error correction</li><li>RAW: raw mode - comma-separad list of array rows</li><li>RAW2: raw mode - array rows are surrounded by square parenthesis.</li><li>TEST : Test matrix</li></ul> 91 * @param $type (string) type of barcode: <ul><li>DATAMATRIX : Datamatrix (ISO/IEC 16022)</li><li>PDF417 : PDF417 (ISO/IEC 15438:2006)</li><li>PDF417,a,e,t,s,f,o0,o1,o2,o3,o4,o5,o6 : PDF417 with parameters: a = aspect ratio (width/height); e = error correction level (0-8); t = total number of macro segments; s = macro segment index (0-99998); f = file ID; o0 = File Name (text); o1 = Segment Count (numeric); o2 = Time Stamp (numeric); o3 = Sender (text); o4 = Addressee (text); o5 = File Size (numeric); o6 = Checksum (numeric). NOTES: Parameters t, s and f are required for a Macro Control Block, all other parametrs are optional. To use a comma character ',' on text options, replace it with the character 255: "\xff".</li><li>QRCODE : QRcode Low error correction</li><li>QRCODE,L : QRcode Low error correction</li><li>QRCODE,M : QRcode Medium error correction</li><li>QRCODE,Q : QRcode Better error correction</li><li>QRCODE,H : QR-CODE Best error correction</li><li>RAW: raw mode - comma-separad list of array rows</li><li>RAW2: raw mode - array rows are surrounded by square parenthesis.</li><li>TEST : Test matrix</li></ul> 95 $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[ [all...] |
/plugin/markdowku/ |
H A D | escapespecialchars.php | 21 $mode, 25 $mode, 29 $mode, 33 $mode, 37 $mode, 41 $mode, 45 $mode, 49 $mode, 53 $mode, 57 $mode, [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.archive.tar.php | 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 136 elseif ($mode & 0x4000) $type='d'; // Directory 138 elseif ($mode & 0x8000) $type='-'; // Regular 140 elseif ($mode & 0xC000) $type='s'; // Socket 144 $owner['read'] = (($mode & 00400) ? 'r' : '-'); 145 $owner['write'] = (($mode & 00200) ? 'w' : '-'); [all …]
|
/plugin/highlightjs/highlight/ |
H A D | highlight.js | 25 mode.sub_modes = []; 29 mode.sub_modes[mode.sub_modes.length] = language.modes[j]; 36 if (!mode.contains) { 61 return mode.illegalRe && mode.illegalRe.test(lexem); 73 if (mode.contains) 102 mode.terminators = compileTerminators(mode, language); 127 if (!mode.keywords || !mode.lexems) 157 if (mode.subLanguage && selected_languages[mode.subLanguage]) { 168 var markup = mode.noMarkup?'':'<span class="' + mode.className + '">'; 455 mode.keywordGroups = mode.keywords; [all …]
|
/plugin/dirtylittlehelper/syntax/ |
H A D | tablewiki.php | 46 * @param string $mode Parser mode 48 public function connectTo($mode) argument 53 …$this->Lexer->addSpecialPattern('\<dlh\.caption\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$… 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… 62 …$this->Lexer->addSpecialPattern('\<dlh\.td\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this-… 97 * @param string $mode Renderer mode (supported modes: xhtml) 103 public function render($mode, Doku_Renderer $renderer, $data) argument [all …]
|
/plugin/commentsyntax/syntax/ |
H A D | cstyle.php | 33 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/strata/syntax/ |
H A D | table.php | 15 function connectTo($mode) { argument 16 $this->Lexer->addSpecialPattern('<table'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</table>',$mode, 'plugin_strata_table'); 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 [all...] |
H A D | list.php | 15 function connectTo($mode) { argument 16 $this->Lexer->addSpecialPattern('<list'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</list>',$mode, 'plugin_strata_list'); 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 [all...] |
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ |
H A D | LexerModeAction.php | 13 private $mode; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerModeAction 16 * Constructs a new `mode` action with the specified mode value. 18 * @param int $mode The mode value to pass to {@see Lexer::mode()}. 20 public function __construct(int $mode) argument 22 $this->mode = $mode; 26 * Get the lexer mode thi [all...] |
H A D | LexerPushModeAction.php | 12 * with the assigned mode. 19 private $mode; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPushModeAction 21 public function __construct(int $mode) argument 23 $this->mode = $mode; 27 * Get the lexer mode this action should transition the lexer to. 29 * @return int The lexer mode for this `pushMode` command. 33 return $this->mode; 64 $lexer->pushMode($this->mode); 69 return Hasher::hash($this->getActionType(), $this->mode); [all...] |
/plugin/strata/helper/ |
H A D | util.php | 160 * @param mode the rendering mode 165 function renderPredicate($mode, &$R, &$T, $p) { argument 167 $this->renderField($mode, $R, $T, $p, $typename, $hint); 171 * Renders a single value. If the mode is xhtml, this also surrounds the value with 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, 208 renderField($mode, & $R, & $T, $values, $typename, $hint = null, & $type = null, $field = null, $separator = ', ') global() argument 226 openField($mode, & $R, $field = null) global() argument 230 closeField($mode, & $R) global() argument 234 openValue($mode, & $R, $typename) global() argument 238 closeValue($mode, & $R) global() argument 242 renderCaptions($mode, & $R, $fields) global() argument [all...] |
/plugin/colorswatch/syntax/ |
H A D | colorswatch.php | 45 * @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… 62 …$this->Lexer->addSpecialPattern('<colorswatch #[0-9a-fA-F]{4}>', $mode, 'plugin_colorswatch_colors… 93 * @param string $mode Renderer mode (supported modes: xhtml) 99 public function render($mode, Doku_Renderer $renderer, $data) argument [all …]
|
/plugin/zip/pear/ |
H A D | PEAR.php | 297 * @param int $mode 339 switch ($mode) { 346 $setmode = $mode; 351 $setmode = $mode; 543 if ($mode === null) { 601 switch ($mode) { 638 switch ($mode) { 645 $setmode = $mode; 854 if ($mode === null) { 859 $this->mode = $mode; [all …]
|
/plugin/publist/bib2tpl/lib/ |
H A D | PEAR.php | 276 * @param int $mode 317 switch ($mode) { 324 $setmode = $mode; 329 $setmode = $mode; 508 if ($mode === null) { 576 switch ($mode) { 613 switch ($mode) { 620 $setmode = $mode; 833 if ($mode === null) { 838 $this->mode = $mode; [all …]
|
/plugin/publistf/bib2tpl/lib/ |
H A D | PEAR.php | 276 * @param int $mode 317 switch ($mode) { 324 $setmode = $mode; 329 $setmode = $mode; 508 if ($mode === null) { 576 switch ($mode) { 613 switch ($mode) { 620 $setmode = $mode; 833 if ($mode === null) { 838 $this->mode = $mode; [all …]
|
/plugin/publistx/bib2tpl/lib/ |
H A D | PEAR.php | 276 * @param int $mode 317 switch ($mode) { 324 $setmode = $mode; 329 $setmode = $mode; 508 if ($mode === null) { 576 switch ($mode) { 613 switch ($mode) { 620 $setmode = $mode; 833 if ($mode === null) { 838 $this->mode = $mode; [all …]
|
/plugin/refnotes/syntax/ |
H A D | notes.php | 14 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_Rendere argument 202 renderNotes($mode, $renderer, $attribute) global() argument [all...] |
/plugin/mathjax/syntax/ |
H A D | protecttex.php | 66 * @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'); 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 142 if ($mode == 'xhtml' || $mode == 'odt') { [all …]
|
/plugin/katex/syntax/ |
H A D | protect.php | 71 * @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' ); 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 152 if ( $mode == 'xhtml' || $mode == 'odt' ) { [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
H A D | ColorSpaceRestrictor.php | 29 private $mode; variable in Mpdf\\Color\\ColorSpaceRestrictor 32 * Process $mode settings 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 [all...] |
/plugin/pagenav/ |
H A D | syntax.php | 30 public function connectTo($mode) argument 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'); 111 if ($mode & 2) $renderer->doc .= $this->buildImgLink($next, 'next'); [all …]
|
/plugin/htmldetailstag/syntax/ |
H A D | details.php | 27 * @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') {
|
/plugin/latexit/syntax/ |
H A D | mathjax.php | 79 * @param string $mode Parser mode 81 public function connectTo($mode) { argument 82 … $this->Lexer->addEntryPattern('(?<!\\\\)\$(?=[^\$][^\r\n]*?\$)', $mode, 'plugin_latexit_mathjax'); 83 $this->Lexer->addEntryPattern('\$\$(?=.*?\$\$)', $mode, 'plugin_latexit_mathjax'); 84 $this->Lexer->addEntryPattern('\\\\\((?=.*?\\\\\))', $mode, 'plugin_latexit_mathjax'); 85 $this->Lexer->addEntryPattern('\\\\\[(?=.*?\\\\])', $mode, 'plugin_latexit_mathjax'); 87 …->addEntryPattern('\\\\begin{' . $env . '}(?=.*?\\\\end{' . $env . '})', $mode, 'plugin_latexit_ma… 126 * @param string $mode Renderer mode (supported modes: xhtml) 131 public function render($mode, Doku_Renderer $renderer, $data) { argument 132 if ($mode == 'latex') {
|