Home
last modified time | relevance | path

Searched refs:digit (Results 1 – 25 of 50) sorted by path

12

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …are no alphanumerics) in the\n\t * string. Incrementing a digit always results in another digit, a…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php330 foreach ($digits as $digit) {
331 $bits .= sprintf('%032b', $digit);
335 foreach ($digits as $digit) {
336 $bits .= sprintf('%064b', $digit);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php1187 $digit = (int) floor($x / static::BASE);
1190 if (!isset($this->value[$digit])) {
1239 return array_map(function ($digit) {
1241 $temp->value = $digit != 0 ? [$digit] : [];
1252 $digit = [];
1260 $digit[] = $temp & $mask;
1276 $temp = $digit[$j] & $mask;
1277 $digit[$j] = ($digit[$j] >> $overflow) | ($newbits << $remaining);
1284 $temp->value = static::trim($digit);
1309 $digit = $val[$i] & $mask;
[all …]
H A DPHP32.php81 list(, $digit) = unpack('N', substr($val, $i, 4));
84 $digit >>= 2 * $step;
87 $digit &= static::MAX_DIGIT;
90 $vals[] = $digit;
H A DPHP64.php81 list(, $digit) = unpack('N', substr($val, $i, 4));
84 $digit &= static::MAX_DIGIT;
88 $digit >>= $shift;
90 $digit &= (1 << $shift) - 1;
92 $digit |= ($temp << $shift) & 0x7F000000;
94 $vals[] = $digit;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php605 $digit = self::$basicToDigit[$bytes[$in++] & 0xFF];
607 if ($digit < 0) {
611 if ($digit > intdiv(self::MAX_INT - $i, $w)) {
615 $i += $digit * $w;
625 if ($digit < $t) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php649 $digit = $code{$i};
650 if (!isset($chr[$digit])) {
654 $seq .= $chr[$digit];
692 $digit = $code{$i};
697 $seq .= $chr[$digit];
1747 $digit = $code{$i};
1748 if ($digit == '-') {
1751 $dval = intval($digit);
1769 $digit = $code{$i};
1770 if ($digit == '-') {
[all …]
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1digit","on","maybeClearPrefix","maybeDuplicateInput","prefixPreservingKeys","Alt-G","Ctrl-X","Ctrl…
/plugin/codemirror/dist/modes/
H A Dcobol.min.js1digit:/\d/,digit_or_colon:/[\d:]/,hex:/[0-9a-f]/i,sign:/[+-]/,exponent:/e/i,keyword_char:/[^\s\(\[… property in AnonymousFunction62d85bf80200.n
H A Dcobol.min.js.map1digit","digit_or_colon","hex","sign","exponent","keyword_char","symbol","isNumber","ch","stream","…
H A Dmathematica.min.js.map1 …the V10 named slots #name). I have never seen someone using more than one digit after #, so we mat…
H A Druby.min.js.map1 …{\n return \"atom\";\n }\n\n // Symbols can't start by a digit\n if (stream.…
/plugin/combo/ComboStrap/
H A DUnit.php30 $digit = (double)$m[1];
46 $digit = $digit * (float)$conversions[$unit];
49 return $digit;
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1074 digit;
1078digit = (key !== BACKSPACE && key !== DEL) ? String.fromCharCode((_KEY0 <= key && key <= _KEY9) ? …
1082 digit = '_';
1089 val = val.substr(0, pos) + digit + val.substr(pos + 1);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/math/config/
H A DAccessible-full.js73digit:/[0-9.]/,number:/^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)*|\.[0-9]+)/,special:{"\\":"Control…
H A DAccessible.js70digit:/[0-9.]/,number:/^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)*|\.[0-9]+)/,special:{"\\":"Control…
H A DTeX-MML-AM_HTMLorMML-full.js70digit:/[0-9.]/,number:/^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)*|\.[0-9]+)/,special:{"\\":"Control…
H A DTeX-MML-AM_HTMLorMML.js67digit:/[0-9.]/,number:/^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)*|\.[0-9]+)/,special:{"\\":"Control…
H A DTeX-MML-AM_SVG-full.js63digit:/[0-9.]/,number:/^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)*|\.[0-9]+)/,special:{"\\":"Control…

12