Home
last modified time | relevance | path

Searched refs:digits (Results 51 – 67 of 67) sorted by path

123

/plugin/onlineordering/
H A Dsend_form.php6 * @param digits number of digits the ticket number should have.
10 function ticketNumber($digits) { argument
12 for ($index = 0; $index < $digits; $index++) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dscript.js30 digits: /\d/.test(pass), property in AnonymousFunction81b8ea730100.scorePassword.variations
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js1044 var digits = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
1065 buffer += digits[d1] + digits[d2] + digits[d3] + digits[d4];
H A Dpdf.js.map1digits","forceDataSchema","URL","blob","type","buffer","b1","b2","b3","d1","d2","d3","d4","globalS…
H A Dpdf.worker.js2213 var digits = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
2234 buffer += digits[d1] + digits[d2] + digits[d3] + digits[d4];
H A Dpdf.worker.js.map1digits","URL","blob","buffer","b1","b2","b3","d1","d2","d3","d4","globalScope","isNodeJS","hasDOM"…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt400 letters, digits, and the underscore character. This is done to facilitate
518 first four characters are digits that give the year, the next character is a
519 period, the next two characters are digits that give the month, the next
520 character is a period, and the final two characters are digits that give the
522 marks are used in place of the digits.
654 A move number indication is composed of one or more adjacent digits (an integer
1015 is a letter from "A" to "E" and the "D" positions are digits; this is used for
1394 characters in a Date tag value will be treated as zero digits for collation
2038 are represented by the digits one through eight; the digit used represents the
2178 are represented by the digits one through eight; the digit used represents the
[all …]
/plugin/processing/
H A Dscript.js3579 if (digits === 0) {
3580 digits = 1;
3581 } else if (digits === -1) {
3582 digits = (big + "").length;
3585 return digits;
4109 … var output = "" + p.nfs(this.elements[0], digits, 4) + " " + p.nfs(this.elements[1], digits, 4) +
4110 … " " + p.nfs(this.elements[2], digits, 4) + " " + p.nfs(this.elements[3], digits, 4) +
4111 … "\n" + p.nfs(this.elements[4], digits, 4) + " " + p.nfs(this.elements[5], digits, 4) +
4112 … " " + p.nfs(this.elements[6], digits, 4) + " " + p.nfs(this.elements[7], digits, 4) +
4113 … "\n" + p.nfs(this.elements[8], digits, 4) + " " + p.nfs(this.elements[9], digits, 4) +
[all …]
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt112 - URL-allowed characters (e.g. letters, digits etc.) remain unchanged.
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1digits referencing an existent capturing group, inserts\n * backreference n/nn.\n * <li>…
/plugin/tablecalc/
H A Dscript.js167 function round(num,digits) { argument
169 for (var i=0;i<digits;i++) {
173 return n.toFixed(digits);
/plugin/userimportextended/
H A Dadmin.php113 $digits = strlen(count($this->_import_failures));
131 ptln(' <td class="lineno"> '.sprintf('%0'.$digits.'d',$line).' </td>');
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md237 * Fixed: Throwing exceptions on invalid HTTP status codes (not 3 digits).
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js29216 … return this.reporter.error('Encoding of string type: numstr supports ' + 'only digits and space');
29222 …pe: printstr supports ' + 'only latin upper and lower case letters, ' + 'digits, space, apostrophe…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs507 /* General Exponential always shows 2 digits exp and trims the mantissa */
22019 …+ (parsexmlbool(y["forced-exponent-sign"]) ? "+" : "") + fill("0", +y["min-exponent-digits"] || 2);
22025 if(!+y["min-integer-digits"]) NF += "#";
22026 else NF += fill("0", +y["min-integer-digits"]);
22028 NF += fill("?", +y["min-numerator-digits"] || 1);
22031 else NF += fill("?", +y["min-denominator-digits"] || 1);
22066 tNF += fill("0", +y["min-integer-digits"] || 1);
22697 … writextag("number:fraction", null, {"number:min-integer-digits":0, "number:min-numerator-digits":…
22698 … writextag("number:fraction", null, {"number:min-integer-digits":0, "number:min-numerator-digits":…
22792 …' number:min-integer-digits="' + (base.indexOf("0") == -1 ? "0" : base.length - base.indexOf("0"))…
[all …]

123