Home
last modified time | relevance | path

Searched refs:number (Results 576 – 600 of 1459) sorted by path

1...<<21222324252627282930>>...59

/plugin/dokutts/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/dontfeedtemplates/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/doodle3/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/doodle3toolbar/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/doodle4/
H A DLICENSE570 Each version is given a distinguishing version number. If the
575 Foundation. If the Program does not specify a version number of the
/plugin/drawio/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/dropfiles/
H A Dyarn.lock1025 is-number "^2.1.0"
1434 number-is-nan "^1.0.0"
1440 number-is-nan "^1.0.0"
1452 is-number@^2.1.0:
1454 …resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce1…
1458 is-number@^3.0.0:
1460 …resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276…
1930 number-is-nan@^1.0.0:
2264 is-number "^3.0.0"
2772 uid-number "^0.0.6"
[all …]
/plugin/dw2pdf/tpl/default/
H A DREADME.txt42 * ''@PAGE@'' -- current page number in the PDF
43 * ''@PAGES@'' -- number of all pages in the PDF
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md257 - `{PAGENO}` and `{nbpg}` can use any of the number types as in list-style e.g. set in `<pagebreak>` using pagenumstyle.
359 - Tables - colspan (on a row after first row) exceeds number of columns in table
582 - Page numbering - $mpdf->pagenumSuffix etc not suppressed in HTML headers/footers if number suppressed
583 - Page numbering - Page number total {nbpg} incorrect - e.g. showing decreasing numbers through document, when ToC present
584 - RTL numerals - incorrectly reversing a number followed by a comma
H A DLICENSE.txt242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
H A DREADME.md4 (see [CREDITS](CREDITS.txt)), with a number of enhancements. mPDF was written by Ian Back and is released
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php23 * - The Mailer or Customer Identifier shall be assigned by USPS as a unique, 6 or 9 digit number that identifies
289 // if we don't have the right number of bits on, go on to the next value
313 * Convert large integer number to hexadecimal representation.
315 * @param int $number
318 private function decToHex($number) argument
322 if ($number == 0) {
326 while ($number > 0) {
327 if ($number == 0) {
330 array_push($hex, strtoupper(dechex(bcmod($number, '16'))));
331 $number
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php23 public function convert($number, $toUpper = true) argument
25 $this->ensureNumberIsAnInteger($number);
26 $this->ensureNumberIsWithinBounds($number);
28 return $this->constructRomanString($number, $toUpper);
31 private function ensureNumberIsAnInteger($number) argument
33 if (!is_int($number)) {
38 private function ensureNumberIsWithinBounds($number) argument
40 if ($number < 1) {
44 if ($number > $this->getUpperBound()) {
45 throw new \OutOfBoundsException('The provided number i
59 constructRomanString($number, $toUpper) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE151 Each version is given a distinguishing version number. If the
157 received it does not specify a version number of the GNU Lesser
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt118 …abase files all have this format: dwcommits_<n>.sqlite, where <n> is the number of its record in d…
/plugin/dwtimeline/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/dx/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
H A DREADME.md14 To create a new changelog and a version number bump commit run the following:
/plugin/ebookexport/
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/eclipseupdateurl/
H A DREADME.md14 …* __%OPTIONS%__ - either just a number (amount of lines to show) or the following keywords and val…
/plugin/editor/
H A DCOPYING242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/editsections2/
H A DCOPYING242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/plugin/edittable/lib/
H A Dhandsontable.full.js7379 function absFloor (number) {
7380 if (number < 0) {
7586 function ordinal (number) {
7717 sign = number >= 0;
9851 function absRound (number) {
9852 if (number < 0) {
11156 var b = number % 10,
11208 function absCeil (number) {
11209 if (number < 0) {
21729 return number != number;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md230 - Reduced the number of skipping YAML integration tests from 20 to 6
H A DLICENSE-LGPL12 the version number 2.1.]
100 programs enables a greater number of people to use a large body of
426 Each version is given a distinguishing version number. If the Library
427 specifies a version number of this License which applies to it and
431 license version number, you may choose any version ever published by

1...<<21222324252627282930>>...59