Searched refs:zeros (Results 1 – 22 of 22) sorted by relevance
39 * [pad-right](https://github.com/jonschlinkert/pad-right): Right pad a string with zeros or a speci…40 * [pad-left](https://github.com/jonschlinkert/pad-left): Left pad a string with zeros or a specifie…
34 - As default now JSON preserve trailing zeros when serializing a float
1 …, 'reshape', 'break', 'zeros', 'default', 'margin', 'round', 'ones',\n 'rand', 'syn', 'ceil', '…
204 - `\IPLib\Range\Type::T_UNSPECIFIED` if the address is all zeros (`0.0.0.0` or `::`)
898 * Fixed issue [#297](https://github.com/jakubpawlowicz/clean-css/issues/297) - `box-shadow` zeros m…990 * Fixed issue [#215](https://github.com/jakubpawlowicz/clean-css/issues/215) - leading zeros in num…1141 …issue [#112](https://github.com/jakubpawlowicz/clean-css/issues/112) - reducing `box-shadow` zeros.1214 * Fixed issue [#52](https://github.com/jakubpawlowicz/clean-css/issues/52) - strip fraction zeros i…1256 * Added better zeros processing for `rect(...)` syntax (clip property).
363 replaceMultipleZeros: true, // contols removing redundant zeros; defaults to `true`
587 This can be useful if you need to preserve leading zeros in an input.
1334 EditorUi.prototype.anonymizeString = function(text, zeros) argument1348 result.push((zeros) ? '0' : Math.round(Math.random() * 9));1480 EditorUi.prototype.anonymizeAttributes = function(node, zeros) argument1489 this.anonymizeString(node.attributes[i].value, zeros));1498 this.anonymizeAttributes(node.childNodes[i], zeros);1506 EditorUi.prototype.anonymizeNode = function(node, zeros) argument
53 * Fraction sizes without leading zeros allowed for font sizes (#973, thanks @peterdevpl)
29818 …var zeros = ['', '0', '00', '000', '0000', '00000', '000000', '0000000', '00000000', '000000000', …29838 out = zeros[6 - word.length] + word + out;29880 out = zeros[groupSize - r.length] + r + out;33441 …var zeros = ['', '0', '00', '000', '0000', '00000', '000000', '0000000', '00000000', '000000000', …33461 out = zeros[6 - word.length] + word + out;33503 out = zeros[groupSize - r.length] + r + out;38491 var zeros = Buffer.alloc(q.byteLength() - x.length);38492 x = Buffer.concat([zeros, x]);38523 var zeros = Buffer.alloc(q.byteLength() - out.length);38524 out = Buffer.concat([zeros, out]);[all …]
1203 ¤ ID3v2 track number now returned as string (with leading zeros,1336 Ø ID3v2 track number now returned as string (with leading zeros,
1 …zeros as needed to get to length 4. Used to produce\n * fixed-length hexadecimal values.\n *\n * @…
378 * Preserve zeros while doing float serialization to JSON. [#1635](https://github.com/ruflin/Elastic…
META-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
1 …abel|xlim|xlsfinfo|xlsread|xlswrite|xmlread|xmlwrite|xor|xslt|ylabel|ylim|zeros|zip|zlabel|zlim|zo…
1 …its\n const delta = totalBits - bits;\n // All ones, expect `delta` zeros aligned to the rig…
1 …zeros.\"\n },\n {\n \"name\": \"stacked-fractions…
1 …zeros, but make sure to not forget the extra bytes\n if (extraBytes === 1) {\n tmp = uint8[len…
1 …h - 1;\n if (s[i] !== '0') {\n return s;\n }\n\n // Remove trailing zeros.\n do {\n i--;…
1 …zeros, but make sure to not forget the extra bytes\n\t\t\tswitch (extraBytes) {\n\t\t\t\tcase 1:\n…
1 …zeros, e.g., replaces 1.2000k with 1.2k.\nexport default function(s) {\n out: for (var n = s.leng…