Home
last modified time | relevance | path

Searched refs:mode (Results 201 – 225 of 2447) sorted by path

12345678910>>...98

/plugin/autotooltip/
H A Dsyntax.php46 * @param $mode
48 function connectTo($mode) {
49 $this->Lexer->addSpecialPattern('<autott[^>]*>(?:[\s\S]*?</autott>)', $mode, 'plugin_autotooltip'); argument
108 * @param string $mode
113 function render($mode, Doku_Renderer $renderer, $data) {
114 if ($mode == 'xhtml') { argument
/plugin/autotranslation/syntax/
H A Dnotrans.php43 function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_autotranslation_notrans');
H A Dtrans.php29 function connectTo($mode) { argument
30 $this->Lexer->addSpecialPattern('~~TRANS~~', $mode, 'plugin_autotranslation_trans');
/plugin/autotweet/syntax/
H A Dautotweet.php45 * @param mode Rendering mode.
47 public function connectTo($mode) { argument
48 $this->Lexer->addSpecialPattern('~~AUTOTWEET:.*?~~', $mode, 'plugin_autotweet_autotweet');
95 * @param mode rendering mode.
100 public function render($mode, &$renderer, $data) { argument
107 if ( $mode == 'metadata') {
114 else if ( $mode == 'xhtml')
/plugin/avatar/
H A DCOPYING
H A Dsyntax.php24 function connectTo($mode) {
25 $this->Lexer->addSpecialPattern("{{(?:gr|)avatar>.+?}}",$mode,'plugin_avatar'); argument
54 function render($mode, Doku_Renderer $renderer, $data) {
55 if ($mode == 'xhtml') {
52 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/avbarchart/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php57 public function connectTo($mode) argument
59 $this->Lexer->addEntryPattern('\<barchart\>', $mode, 'plugin_avbarchart');
125 public function render($mode, Doku_Renderer $renderer, $data) argument
127 if ($mode == 'xhtml') {
/plugin/avtaskbox/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php66 public function connectTo($mode) argument
68 $this->Lexer->addEntryPattern('\<task\>', $mode, 'plugin_avtaskbox');
146 public function render($mode, Doku_Renderer $renderer, $data) argument
148 if ($mode == 'xhtml') {
/plugin/backlinks/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php52 public function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern('\{\{backlinks>.+?\}\}', $mode, 'plugin_backlinks');
79 public function render($mode, Doku_Renderer $renderer, $data) { argument
95 if($mode == 'xhtml') {
/plugin/backlinks2/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php57 function connectTo($mode) { argument
58 $this->Lexer->addSpecialPattern('\{\{backlinks>.+?\}\}', $mode, 'plugin_backlinks');
81 function render($mode, Doku_Renderer $renderer, $data) { argument
97 if ($mode == 'xhtml') {
/plugin/backup/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/barcode/
H A DCOPYING308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
H A Dplugin.info.txt6 desc 2D-Barcode Plugin. Syntax: ~~BARCODE~id=css_id~class=css_class~mode=0~size=M~caption=x~url=h…
H A Dsyntax.php31 function connectTo($mode) { argument
32 $this->Lexer->addSpecialPattern('~~BARCODE.*?~~', $mode, 'plugin_barcode');
75 function render($mode, Doku_Renderer $renderer, $data) { argument
78 if ($mode == 'xhtml') {
/plugin/barcode/api/inigma/
H A Dbarcode.inc17 if ($p['mode'] == 1) {
18 $mode = 'DMtrx';
21 $mode = 'QRCode';
26 $resultStr = 'http://encode.i-nigma.com/' . $mode . '/img.php?';
/plugin/barcodes/
H A DLICENSE.md26 Defining a subclass of a class defined by the Library is deemed a mode
H A Dsyntax.php39 public function connectTo($mode) argument
41 $this->Lexer->addSpecialPattern('<barcode[^>]*/?>', $mode, 'plugin_barcodes');
74 public function render($mode, Doku_Renderer $renderer, $data) argument
76 if ($mode == 'xhtml') {
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A 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]);
125 if (isset($mode[$o]) AND ($mode[$o] !== '')) {
[all …]
H A DDatamatrix.php464 protected function isCharMode($chr, $mode) { argument
466 switch ($mode) {
511 protected function lookAheadTest($data, $pos, $mode) { argument
514 return $mode;
518 if ($mode == self::ENC_ASCII) {
522 $numch[$mode] = 0;
641 protected function getSwitchEncodingCodeword($mode) { argument
642 switch ($mode) {
H A DPDF417.php864 protected function getCompaction($mode, $code, $addmode=true) { argument
866 switch($mode) {
978 array_unshift($cw, $mode);

12345678910>>...98