Home
last modified time | relevance | path

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

123

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D55.55.js.map1digits: /\\d+(_+\\d+)*/,\n hexdigits: /[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,\n // C# style string…
H A D6.6.js.map1digits: tsLanguage.digits,\n octaldigits: tsLanguage.octaldigits,\n binarydigits: tsLanguage…
H A D66.66.js1digits:/\d+(_+\d+)*/,octaldigits:/[0-7]+(_+[0-7]+)*/,binarydigits:/[0-1]+(_+[0-1]+)*/,hexdigits:/[… property in AnonymousFunctionc78f69130100.i
H A D66.66.js.map1digits: /\\d+(_+\\d+)*/,\n octaldigits: /[0-7]+(_+[0-7]+)*/,\n binarydigits: /[0-1]+(_+[0-1]…
H A D8.8.js1digits:/\d+(_+\d+)*/,octaldigits:/[0-7]+(_+[0-7]+)*/,binarydigits:/[0-1]+(_+[0-1]+)*/,hexdigits:/[… property in AnonymousFunction4f0f136b0100.i
H A D8.8.js.map1digits: /\\d+(_+\\d+)*/,\n octaldigits: /[0-7]+(_+[0-7]+)*/,\n binarydigits: /[0-1]+(_+[0-1]…
H A Dbundle.js.map1digits\n var strLen = string.length\n if (strLen % 2 !== 0) throw new TypeError('Invalid hex str…
H A Djson.worker.js.map1digits = 0;\n var value = 0;\n while (digits < count || !exact) {\n var c…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1digits p, where x is positive and p is in [1, 21] or undefined.\n// For example, formatDecimal(1.2…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php127 $digits = 1;
133 $zero = $i === 0 ? $position - 1 : $position + $i - $digits;
137 $digits++;
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md150 `digits($value, $message = '')` | Check that a string contains digits only
151 …$value, $message = '')` | Check that a string contains letters and digits only
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php716 public static function digits($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php85 $digits = 1;
91 $zero = ($i == 0) ? $position - 1 : $position + $i - $digits;
93 $digits++;
H A DphpHyphenation.class.php228 $digits = 1;
234 $zero = ($i==0)?$position-1:$position+$i-$digits;
236 $digits++;
/plugin/idcount/
H A DREADME.md3 …e used as unique ids) in the text. A prefix can be configured, also the amount of (minimum) digits.
/plugin/jmol2/jmol/
H A DCHANGES.txt4683 # [syncId] (optional) a unique string of digits -- brackets included
4702 # random digits and no space characters. (A number is good.)
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15 …);var digits=intval.toString(radix);rem=remDiv;if(rem.isZero()){return digits+result}else{while(di…
H A Dopus.js23 …);var digits=intval.toString(radix);rem=remDiv;if(rem.isZero()){return digits+result}else{while(di…
H A Dvorbis.js19 …);var digits=intval.toString(radix);rem=remDiv;if(rem.isZero()){return digits+result}else{while(di…
/plugin/judge/helper/
H A Dnumbers.php14 $digits = Array();
16 $digits[$i] = $this->ordutf8(mb_substr($number, $i, 1, "UTF-8"));
17 if (1776 <= $digits[$i] && $digits[$i] < 1786) {
18 $digits[$i] = $digits[$i] - 1776 + 48;
20 $digits[$i] = chr($digits[$i]);
22 return implode($digits);
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1digits:/^[0-9]+/,"-9.,9":/^[+\-]?(?:[0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\.[0-9]+))/,"-9.,9 no missing 0…
/plugin/lists/
H A Dsyntax_plugin_lists.css39 margin: 0 0 0 3.5ex; /* room enough for three digits plus dot */
/plugin/minimap/
H A DREADME.md37 …/manual/en/function.preg-replace.php). Actually in the pattern, letters, digits and the following …
/plugin/odt/ODT/
H A DODTDocument.php227 $digits = ODTUnits::getDigits($value);
H A DODTUnits.php45 $digits = NULL;
53 $digits .= $value [$index];
55 return $digits;

123