Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A 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/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A 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, argument
[all...]
H A DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A 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/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml17 - if [ "$DEPS" == "low" ]; then composer --prefer-lowest --prefer-stable update; fi;
30 env: DEPS=low
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/
H A Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX/
H A Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,… property in x.RANGES
/plugin/gtime/gtlib/tsp/
H A 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/
H A Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml26 - DEPENDENCIES="low"
36 …- if [[ "$DEPENDENCIES" = 'low' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS --pr…
/plugin/combo/resources/theme/default/components/css/
H A Dlqpp.css1 .low-quality-page-cs {
H A Dquality.css1 .combo-quality-item-low > svg {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Drange.test4 {{ range(low=0+1, high=10+0, step=2)|join(',') }}
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dbrightness-alt-low-fill.svg1 <svg class="bi bi-brightness-alt-low-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dbrightness-alt-low.svg1 <svg class="bi bi-brightness-alt-low" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dbrightness-low-fill.svg1 <svg class="bi bi-brightness-low-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dbrightness-low.svg1 <svg class="bi bi-brightness-low" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
H A Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A 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/
H A Dstyle.css23 background-image: url(imgs/low.gif);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
H A Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,…
/plugin/fckg/action/entities/utils/
H A Dentities.txt576 single low-9 quotation mark
591 double low-9 quotation mark
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt576 single low-9 quotation mark
591 double low-9 quotation mark
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt576 single low-9 quotation mark
591 double low-9 quotation mark
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/TeX/
H A Dfontdata.js19low:97,high:122,offset:"A",add:32},{name:"number",low:48,high:57,offset:"N"},{name:"greek",low:945…

123456