Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 227) sorted by relevance

12345678910

/plugin/asciidocjs/node_modules/lodash/
D_baseSortedIndex.js23 high = array == null ? low : array.length;
25 if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) {
26 while (low < high) {
27 var mid = (low + high) >>> 1,
34 high = mid;
37 return high;
D_baseSortedIndexBy.js26 high = array == null ? 0 : array.length;
27 if (high === 0) {
37 while (low < high) {
38 var mid = nativeFloor((low + high) / 2),
61 high = mid;
64 return nativeMin(high, MAX_ARRAY_INDEX);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DUint128.php25 public $high; variable in Google\\Service\\Compute\\Uint128
34 public function setHigh($high) argument
36 $this->high = $high;
43 return $this->high;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DScaleQuestion.php25 public $high; variable in Google\\Service\\Forms\\ScaleQuestion
42 public function setHigh($high) argument
44 $this->high = $high;
51 return $this->high;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DMeter.php48 $high = $max;
50 $high = $attr['HIGH'];
52 if ($high < $low) {
53 $high = $low;
54 } elseif ($high > $max) {
55 $high = $max;
226 $svg = $this->makeSVG($type, $value, $max, $min, $optimum, $low, $high);
304 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
333 if ($low && $high) {
335 $barw = (($high - $low) / ($max - $min) ) * $w;
[all …]
DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DThumbnailDetails.php50 public function setHigh(Thumbnail $high) argument
52 $this->high = $high;
59 return $this->high;
/plugin/mathpublish/phpmathpublisher/
DHelper.php425 public function displaySymbol($text, $high) argument
433 $img = imagecreate(1, max($high, 1));
435 imagefilledrectangle($img, 0, 0, 1, $high, $white);
438 $img = imagecreate(1, max($high, 1));
440 imagefilledrectangle($img, 0, 0, 1, $high, $white);
443 $img = imagecreate(6, max($high, 1));
446 imagefilledrectangle($img, 0, 0, 6, $high, $white);
447 imagefilledrectangle($img, 2, 0, 2, $high, $black);
448 imagefilledrectangle($img, 4, 0, 4, $high, $black);
451 $img = imagecreate(5, max($high, 1));
[all …]
/plugin/hiresimage/
H A Dplugin.info.txt6 desc Forces high-resolution image loading for sharp display on high-DPI screens.
H A DREADME.md3 Forces high-resolution image loading for sharp display on high-DPI screens.
7 Install this plugin, and enjoy high-DPI images without any changes to your existing image files or …
/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.js19high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57… property
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/
Dfontdata.js19high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57… property
/plugin/bootswrapper/exe/help/
Daccordion.txt9 Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 w…
12 Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 w…
15 Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 w…
23 Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 w…
Dcollapse.txt8 Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nih…
16 Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nih…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/
Dfontdata.js19high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57… property
/plugin/gtime/gtlib/tsp/
DGTPublicationsFile.php237 $high = $this->publicationCount - 1;
239 while ($low <= $high) {
241 $index = $low + (int) (($high - $low) / 2);
249 $high = $index - 1;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
Drange.test4 {{ range(low=0+1, high=10+0, step=2)|join(',') }}
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
Dfontdata.js19high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57… property
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
Dmaxminddb.c515 uint64_t high = 0; in handle_uint128() local
520 high = (high << 8) | entry_data_list->entry_data.uint128[i]; in handle_uint128()
527 high = entry_data_list->entry_data.uint128 >> 64; in handle_uint128()
532 spprintf(&num_str, 0, "0x%016" PRIX64 "%016" PRIX64, high, low); in handle_uint128()
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dbrightness-alt-high-fill.svg1 <svg class="bi bi-brightness-alt-high-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="curr…
H A Dbrightness-alt-high.svg1 <svg class="bi bi-brightness-alt-high" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCo…
/plugin/bible/bible_douayRheims/
DAggeus.txt1 …el the son of Salathiel, governor of Juda, and to Jesus the son of Josedec the high priest, saying:
12 …1:12. Then Zorobabel the son of Salathiel, and Jesus the son of Josedec the high priest, and all t…
14 …alathiel governor of Juda, and the spirit of Jesus the son of Josedec the high priest, and the spi…
17 …on of Salathiel the governor of Juda, and to Jesus the son of Josedec the high priest, and to the …
19 …Zorobabel, saith the Lord, and take courage, Jesus the son of Josedec the high priest, and take co…
/plugin/actickets/
Dstyle.css15 background-image: url(imgs/high.gif);

12345678910