/plugin/asciidocjs/node_modules/acorn/src/ |
D | identifier.js | 47 function isInAstralSet(code, set) { argument 51 if (pos > code) return false 53 if (pos >= code) return true 59 export function isIdentifierStart(code, astral) { argument 60 if (code < 65) return code === 36 61 if (code < 91) return true 62 if (code < 97) return code === 95 63 if (code < 123) return true 64 if (code <= 0xffff) return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) 66 return isInAstralSet(code, astralIdentifierStartCodes) [all …]
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
D | identifier.js | 48 function isInAstralSet(code, set) { argument 52 if (pos > code) return false 54 if (pos >= code) return true 60 export function isIdentifierStart(code, astral) { argument 61 if (code < 65) return code === 36 62 if (code < 91) return true 63 if (code < 97) return code === 95 64 if (code < 123) return true 65 if (code <= 0xffff) return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) 67 return isInAstralSet(code, astralIdentifierStartCodes) [all …]
|
/plugin/code2/ |
D | style.css | 1 /* Cascading Style Sheet for 'code' syntax plugin - 2010-02-21 4 div.dokuwiki pre.code,pre.code,div.dokuwiki pre.console,pre.console{border:thin dotted #ccc;margin:… 5 div.dokuwiki pre.code,pre.code{background:#fcfdfe none;color:#000;padding:0.4ex;} 6 .code .diff_addedline{background:#cfc none;color:#000;} 7 .code .diff_blockheader{background:#ccf none;color:#000;} 8 .code .diff_deletedline{background:#fcc none;color:#000;} 9 .code .br0{background:inherit;color:#369;} 10 .code .co1,.code .co2,.code .coMULTI,.code .kw2,.code .lno{font-style:italic;} 11 .code .br0,.code .co2,.code .es0,.code .kw1,.code .kw2,.code .kw3,.code .lno{font-weight:600;} 12 .code .co1,.code .co2,.code .coMULTI{background:inherit;color:#666;} [all …]
|
D | syntax_plugin_code.css | 16 /* The main preformatted block containing the highlighted code. 18 div.dokuwiki pre.code, 19 pre.code, 26 text-indent: 0; /* for code snippets in footnotes */ 30 div.dokuwiki pre.code, 31 pre.code { 37 /* The various code parts */ 42 .code .diff_addedline { 46 .code .diff_blockheader { 50 .code .diff_deletedline { [all …]
|
/plugin/twofactorgoogleauth/ |
D | QRCode.php | 73 $code = $this->dispatch_encode($this->data, $this->options); 74 …intf('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 %d %d">', $code['s'][0], $code['s'][1]); 75 foreach ($code['b'] as $y => $row) { 136 $code = $this->qr_encode_numeric($data, $version_group); 139 $code = $this->qr_encode_alphanumeric($data, $version_group); 142 $code = $this->qr_encode_binary($data, $version_group); 145 $code = $this->qr_encode_kanji($data, $version_group); 148 for ($i = 0; $i < 4; $i++) $code[] = 0; 149 while (count($code) % 8) $code[] = 0; 152 for ($i = 0, $n = count($code); $i < $n; $i += 8) { [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | Barcode.php | 8 …public function getBarcodeArray($code, $type, $pr = '', $quiet_zone_left = null, $quiet_zone_right… argument 10 $barcode = $this->getBarcode($code, $type, $pr, $quiet_zone_left, $quiet_zone_right); 14 public function getChecksum($code, $type) argument 16 $barcode = $this->getBarcode($code, $type); 21 * @param string $code 27 …public function getBarcode($code, $type, $pr = 0.0, $quiet_zone_left = null, $quiet_zone_right = n… argument 33 return new Barcode\EanUpc($code, 13, 11, 7, 0.33, 25.93); 36 return new Barcode\EanUpc($code, 12, 9, 9, 0.33, 25.91); 39 return new Barcode\EanUpc($code, 6, 9, 7, 0.33, 25.93); 42 return new Barcode\EanUpc($code, 8, 7, 7, 0.33, 21.64); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | encoding.inc.php | 8 function hex_to_utf8($code) { argument 9 return code_to_utf8(hexdec($code)); 17 $code = 0; 21 $code = 28 $code = 35 $code = 40 $code = ord($utf8); 43 return $code; 49 function code_to_utf8($code) { argument 50 if ($code < 128) { [all …]
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
D | Barcode1D.php | 77 public function __construct($code, $type) { argument 78 $this->setBarcode($code, $type); 97 public function setBarcode($code, $type) { argument 100 $arrcode = $this->barcode_code39($code, false, false); 104 $arrcode = $this->barcode_code39($code, false, true); 108 $arrcode = $this->barcode_code39($code, true, false); 112 $arrcode = $this->barcode_code39($code, true, true); 116 $arrcode = $this->barcode_code93($code); 120 $arrcode = $this->barcode_s25($code, false); 124 $arrcode = $this->barcode_s25($code, true); [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
D | Code128.php | 15 * @param string $code 19 …public function __construct($code, $type = 'B', $ean = false, $quiet_zone_left = null, $quiet_zone… argument 21 $this->init($code, $type, $ean); 31 * @param string $code 35 protected function init($code, $type, $ean) argument 37 …$code = UtfString::strcode2utf($code); // mPDF 5.7.1 Allows e.g. <barcode code="5432
1068" ty… 157 foreach (explode(" ", $code) as $v) { 168 …df\Barcode\BarcodeException(sprintf('Invalid CODE128RAW barcode value "%s". 0-105 needed', $code)); 174 …df\Barcode\BarcodeException(sprintf('Invalid CODE128RAW barcode value "%s". 0-105 needed', $code)); 189 $code=$newCode; [all …]
|
D | EanUpc.php | 15 * @param string $code 22 public function __construct($code, $length, $leftMargin, $rightMargin, $xDim, $barHeight) argument 24 $this->init($code, $length); 33 * @param string $code 36 private function init($code, $length) argument 38 if (preg_match('/[\D]+/', $code)) { 39 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid EAN UPC barcode value "%s"', $code)); 52 $code = str_pad($code, $dataLength, '0', STR_PAD_LEFT); 53 $codeLength = strlen($code); 58 $sum_a += $code[$i]; [all …]
|
D | S25.php | 14 * @param string $code 17 …public function __construct($code, $checksum = false, $quiet_zone_left = null, $quiet_zone_right =… argument 19 $this->init($code, $checksum); 29 * @param string $code 32 private function init($code, $checksum) argument 51 $checkdigit = $this->checksum($code); 52 $code .= $checkdigit; 55 if ((strlen($code) % 2) != 0) { 57 $code = '0' . $code; 61 $clen = strlen($code); [all …]
|
D | I25.php | 14 * @param string $code 19 …public function __construct($code, $topBottomMargin, $printRatio, $checksum = false, $quiet_zone_l… argument 21 $this->init($code, $printRatio, $checksum); 31 * @param string $code 35 private function init($code, $printRatio, $checksum) argument 55 $checkdigit = $this->checksum($code); 56 $code .= $checkdigit; 58 if ((strlen($code) % 2) != 0) { 60 $code = '0' . $code; 63 $code = 'AA' . strtolower($code) . 'ZA'; [all …]
|
D | Code39.php | 12 * @param string $code 17 …public function __construct($code, $printRatio, $extended = false, $checksum = false, $quiet_zone_… argument 19 $this->init($code, $printRatio, $extended, $checksum); 29 * @param string $code 36 private function init($code, $printRatio, $extended, $checksum) argument 85 $code = strtoupper($code); 90 $code = $this->encodeExt($code); 93 if ($code === false) { 94 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid CODE39 barcode value "%s"', $code)); 99 $checkdigit = $this->checksum($code); [all …]
|
D | EanExt.php | 14 * @param string $code 22 …public function __construct($code, $length, $leftMargin, $rightMargin, $xDim, $barHeight, $separat… argument 24 $this->init($code, $length); 34 * @param string $code 37 private function init($code, $length = 5) argument 40 $code = str_pad($code, $length, '0', STR_PAD_LEFT); 44 $r = $code % 4; 46 $r = (3 * ($code[0] + $code[2] + $code[4])) + (9 * ($code[1] + $code[3])); 49 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid EAN barcode value "%s"', $code)); 98 $seq .= $codes[$p[0]][$code[0]]; [all …]
|
/plugin/gitbacked/lang/de/ |
D | mail_command_error.txt | 3 * **Repo Pfad:** <code>@GIT_REPO_PATH@</code> 5 * **Aktuelles Arbeitsverzeichnis:** <code>@GIT_CWD@</code> 7 * **Befehl:** <code>@GIT_COMMAND@</code> 9 * **Exitcode:** <code>@GIT_COMMAND_EXITCODE@</code> 11 * **Fehler:** <code>@GIT_ERROR_MESSAGE@</code> 13 * **Anwender:** <code>@NAME@</code> 15 * **eMail:** <code>@MAIL@</code> 17 * **Browser:** <code>@BROWSER@</code> 19 * **Wiki:** <code>@TITLE@ @DOKUWIKIURL@</code>
|
D | mail_create_new_error.txt | 3 * **Repo Pfad:** <code>@GIT_REPO_PATH@</code> 5 * **Referenz:** <code>@GIT_REFERENCE@</code> 7 * **Fehler:** <code>@GIT_ERROR_MESSAGE@</code> 9 * **Anwender:** <code>@NAME@</code> 11 * **eMail:** <code>@MAIL@</code> 13 * **Browser:** <code>@BROWSER@</code> 15 * **Wiki:** <code>@TITLE@ @DOKUWIKIURL@</code>
|
D | mail_command_success.txt | 3 * **Repo Pfad:** <code>@GIT_REPO_PATH@</code> 5 * **Aktuelles Arbeitsverzeichnis:** <code>@GIT_CWD@</code> 7 * **Befehl:** <code>@GIT_COMMAND@</code> 9 * **Anwender:** <code>@NAME@</code> 11 * **eMail:** <code>@MAIL@</code> 13 * **Browser:** <code>@BROWSER@</code> 15 * **Wiki:** <code>@TITLE@ @DOKUWIKIURL@</code>
|
/plugin/gitbacked/lang/en/ |
D | mail_command_error.txt | 3 * **Repo path:** <code>@GIT_REPO_PATH@</code> 5 * **Current working dir:** <code>@GIT_CWD@</code> 7 * **Command:** <code>@GIT_COMMAND@</code> 9 * **Exitcode:** <code>@GIT_COMMAND_EXITCODE@</code> 11 * **Error:** <code>@GIT_ERROR_MESSAGE@</code> 13 * **User:** <code>@NAME@</code> 15 * **eMail:** <code>@MAIL@</code> 17 * **Browser:** <code>@BROWSER@</code> 19 * **Wiki:** <code>@TITLE@ @DOKUWIKIURL@</code>
|
D | mail_create_new_error.txt | 3 * **Repo path:** <code>@GIT_REPO_PATH@</code> 5 * **Reference:** <code>@GIT_REFERENCE@</code> 7 * **Error:** <code>@GIT_ERROR_MESSAGE@</code> 9 * **User:** <code>@NAME@</code> 11 * **eMail:** <code>@MAIL@</code> 13 * **Browser:** <code>@BROWSER@</code> 15 * **Wiki:** <code>@TITLE@ @DOKUWIKIURL@</code>
|
D | mail_command_success.txt | 3 * **Repo path:** <code>@GIT_REPO_PATH@</code> 5 * **Current working dir:** <code>@GIT_CWD@</code> 7 * **Command:** <code>@GIT_COMMAND@</code> 9 * **User:** <code>@NAME@</code> 11 * **eMail:** <code>@MAIL@</code> 13 * **Browser:** <code>@BROWSER@</code> 15 * **Wiki:** <code>@TITLE@ @DOKUWIKIURL@</code>
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
D | EvalBarrett.php | 66 $code = ' 75 eval('$func = function ($x) { ' . $code . '};'); 106 $code = ' 120 $code .= self::generateInlineTrim('msd'); 121 $code .= self::generateInlineMultiply('msd', $m1, 'temp', $class); 122 $code .= self::generateInlineAdd('lsd', 'temp', 'n', $class); 124 $code .= '$temp = array_slice($n, ' . (count($m) - 1) . ');'; 125 $code .= self::generateInlineMultiply('temp', $u, 'temp2', $class); 126 $code .= self::generateInlineTrim('temp2'); 128 $code .= $class::BASE == 26 ? [all …]
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
D | LanguageFactory.php | 85 * @param bool|string $code Code to override configuration with. Private parameter. 88 public function create($config, $context, $code = false) argument 91 if ($code === false) { 92 $code = $this->validator->validate( 98 $code = $this->validator->validate($code, $config, $context); 100 if ($code === false) { 101 $code = 'en'; // malformed code becomes English 104 $pcode = str_replace('-', '_', $code); // make valid PHP classname 107 if ($code == 'en') { 111 $file = $this->dir . '/Language/classes/' . $code . '.php'; [all …]
|
/plugin/xssnipper/ |
D | config.ini | 1 code=<code [type] [filename]> insert_code_here </code> key 3 php=<code php [filename]> insert_code_here </code> 4 css=<code css [filename]> insert_code_here </code> 5 html=<code html [filename]> insert_code_here </code> 6 js=<code js [filename]> insert_code_here </code> 7 txt=<code txt [filename]> insert_code_here </code> 8 xml=<code xml [filename]> insert_code_here </code>
|
/plugin/xcom/scripts/ |
D | safeFN_class.js | 175 chr: function (code) argument 177 return String.fromCharCode(code); 183 code2utf: function (code) argument 185 if (code < 128) return this.chr(code); 186 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63)); 187 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c… 188 …if (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128… 196 var code,code2,code3,code4,j = 0; 198 code = utf8str.charCodeAt(i++); 201 if (code > 127) code2 = utf8str.charCodeAt(i++); [all …]
|
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/ |
D | SMTP.php | 180 $code = $this->getCode(); 181 if ($code !== '220'){ 182 throw new CodeException('220', $code, array_pop($this->resultStack)); 197 $code = $this->pushStack($in); 198 if ($code !== '220'){ 199 throw new CodeException('220', $code, array_pop($this->resultStack)); 216 $code = $this->pushStack($in); 217 if ($code !== '250'){ 218 throw new CodeException('250', $code, array_pop($this->resultStack)); 241 $code = $this->pushStack($in); [all …]
|