/plugin/combo/ComboStrap/ |
H A D | ConditionalLength.php | 39 private $numerator; 126 $targetValue = $this->numerator * $remValue; 130 $targetValue = $this->numerator; 138 return $this->numerator; 151 $colsNumber = floor(GridTag::GRID_TOTAL_COLUMNS * $this->numerator / $this->denominator); 167 if ($this->numerator === null) { 178 $colsNumber = intval($this->numerator); 227 if ($this->numerator !== null) { 269 $this->numerator = DataType::toFloat($localNumber); 297 $numerator 33 private $numerator; global() variable in ComboStrap\\ConditionalLength [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/ |
H A D | DerivedMetric.php | 44 public function setNumerator(LocalizedString $numerator) argument 46 $this->numerator = $numerator; 53 return $this->numerator;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
H A D | Prime.php | 337 list($numerator, $denominator) = $this->doublePointHelper($p); 340 $numerator = $q[1]->subtract($p[1]); 343 $slope = $numerator->divide($denominator); 357 $numerator = $this->three->multiply($p[0])->multiply($p[0])->add($this->a); 359 return [$numerator, $denominator]; 429 list($numerator, $denominator) = $this->doublePointHelper($p); 431 $slope = $numerator->divide($denominator);
|
H A D | KoblitzPrime.php | 181 $numerator = $this->three->multiply($p[0])->multiply($p[0]); 183 return [$numerator, $denominator];
|
/plugin/bez/tpl/ |
H A D | report.php | 97 <?php $numerator = array_sum(array_column($tpl->get('issues'), 'avg_closed')) ?> variable 99 <td><?php echo $denominator > 0 ? round($numerator/$denominator) : 0 ?>
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | getid3.lib.php | 129 list($numerator, $denominator) = explode('/', $fraction); 130 return $numerator / ($denominator ? $denominator : 1); 139 $numerator = self::Bin2Dec($binarynumerator); 141 return ($numerator / $denominator);
|
H A D | module.audio-video.riff.php | 431 @list($numerator, $denominator) = explode('/', $parsedXML['SPEED']['MASTER_SPEED']); 432 …$thisfile_riff_WAVE['iXML'][0]['master_speed'] = $numerator / ($denominator ? $denominator : 1000); 435 @list($numerator, $denominator) = explode('/', $parsedXML['SPEED']['TIMECODE_RATE']); 436 …$thisfile_riff_WAVE['iXML'][0]['timecode_rate'] = $numerator / ($denominator ? $denominator : 1000…
|
H A D | module.audio-video.quicktime.php | 2691 $numerator = getid3_lib::BigEndian2Int(substr($atom_data, $offset + ($i * 8) + 0, 4)); 2696 $data[$i] = (double) $numerator / $denomninator;
|
/plugin/jukebox/id3/ |
H A D | getid3.lib.php | 77 $numerator = getid3_lib::Bin2Dec($binarynumerator); 79 return ($numerator / $denominator);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 2086 $numerator = $rx * $rx * $ry * $ry - $rx * $rx * $y1dash * $y1dash - $ry * $ry * $x1dash * $x1dash; 2088 if ($numerator < 0.0) { 2094 // -> find factor s, such that numerator' with rx'=s*rx and 2096 $s = sqrt(1.0 - $numerator / ($rx * $rx * $ry * $ry)); 2103 $root = ($largeArcFlag == $sweepFlag ? -1.0 : 1.0) * sqrt($numerator / ($rx * $rx * $y1dash * $y1dash + $ry * $ry * $x1dash * $x1dash));
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mp3header.php | 234 $numerator = Bin2Dec($binarynumerator); 236 return ($numerator / $denominator);
|
/plugin/codemirror/dist/modes/ |
H A D | scheme.min.js.map | 1 …ulo negative? newline not null-environment null? number->string number? numerator odd? open-input-…
|
H A D | clojure.min.js.map | 1 …ap\", \"nth\", \"nthnext\", \"nthrest\",\n \"num\", \"number?\", \"numerator\", \"object-arra…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 12.12.js.map | 1 …ext',\n 'nthrest',\n 'num',\n 'number?',\n 'numerator',\n 'obje…
|
H A D | bundle.js.map | 1 …numerator, depending upon the\n // sign of the numerator.\n num = (b1 * c2) - (b2 * c1);\n x = …
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 41734 var denominator, a, b, c, numerator; 41744 numerator = ((l2e.x - l2s.x) * a) - ((l2e.y - l2s.y) * b); 41746 c = numerator / denominator;
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 22028 NF += fill("?", +y["min-numerator-digits"] || 1); 22697 …ag("number:fraction", null, {"number:min-integer-digits":0, "number:min-numerator-digits": t[1].le… 22698 …ag("number:fraction", null, {"number:min-integer-digits":0, "number:min-numerator-digits": t[1].le…
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js.map | 1 …er.\n * @returns {Array} Estimated fraction: the first array item is a numerator,\n * …
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …numerator, depending upon the\n // sign of the numerator.\n num = (b1 * c2) - (b2 * c1);\n x = …
|