Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 169) sorted by relevance

1234567

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DMeter.php39 $low = $min;
41 $low = $attr['LOW'];
43 if ($low < $min) {
44 $low = $min;
45 } elseif ($low > $max) {
46 $low = $max;
52 if ($high < $low) {
53 $high = $low;
226 $svg = $this->makeSVG($type, $value, $max, $min, $optimum, $low, $high);
304 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
[all …]
DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DUint128.php29 public $low; variable in Google\\Service\\Compute\\Uint128
48 public function setLow($low) argument
50 $this->low = $low;
57 return $this->low;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DScaleQuestion.php33 public $low; variable in Google\\Service\\Forms\\ScaleQuestion
70 public function setLow($low) argument
72 $this->low = $low;
79 return $this->low;
/plugin/asciidocjs/node_modules/lodash/
D_baseSortedIndex.js22 var low = 0,
23 high = array == null ? low : array.length;
26 while (low < high) {
27 var mid = (low + high) >>> 1,
32 low = mid + 1;
D_baseSortedIndexBy.js25 var low = 0,
37 while (low < high) {
38 var mid = nativeFloor((low + high) / 2),
59 low = mid + 1;
/plugin/asciidocjs/node_modules/source-map/lib/
Dquick-sort.js42 function randomIntInRange(low, high) { argument
43 return Math.round(low + (Math.random() * (high - low)));
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/
Dquick-sort.js42 function randomIntInRange(low, high) { argument
43 return Math.round(low + (Math.random() * (high - low)));
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX/
Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,… property
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/
Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,… property
/plugin/gtime/gtlib/tsp/
DGTPublicationsFile.php236 $low = 0;
239 while ($low <= $high) {
241 $index = $low + (int) (($high - $low) / 2);
253 $low = $index + 1;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/
Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,… property
/plugin/combo/resources/theme/default/components/css/
Dlqpp.css1 .low-quality-page-cs {
Dquality.css1 .combo-quality-item-low > svg {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
Drange.test4 {{ range(low=0+1, high=10+0, step=2)|join(',') }}
/plugin/mikioplugin/icons/bootstrap-icons/svg/
Dbrightness-alt-low-fill.svg1 <svg class="bi bi-brightness-alt-low-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="curre…
Dbrightness-alt-low.svg1 <svg class="bi bi-brightness-alt-low" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCol…
Dbrightness-low-fill.svg1 <svg class="bi bi-brightness-low-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCo…
Dbrightness-low.svg1 <svg class="bi bi-brightness-low" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,… property
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
Dmaxminddb.c516 uint64_t low = 0; in handle_uint128() local
524 low = (low << 8) | entry_data_list->entry_data.uint128[i]; in handle_uint128()
528 low = (uint64_t)entry_data_list->entry_data.uint128; in handle_uint128()
532 spprintf(&num_str, 0, "0x%016" PRIX64 "%016" PRIX64, high, low); in handle_uint128()
/plugin/actickets/
Dstyle.css23 background-image: url(imgs/low.gif);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/TeX/
Dfontdata.js19low:97,high:122,offset:"A",add:32},{name:"number",low:48,high:57,offset:"N"},{name:"greek",low:945… property
/plugin/fckg/action/entities/utils/
Dentities.txt576 single low-9 quotation mark
591 double low-9 quotation mark

1234567