/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | Uint128.php | 25 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/ |
H A D | ScaleQuestion.php | 25 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/ |
H A D | Meter.php | 48 $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 332 //if ($low && $high && ($low != $min || $high ! [all...] |
H A D | Progress.php | 7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | ThumbnailDetails.php | 50 public function setHigh(Thumbnail $high) argument 52 $this->high = $high; 59 return $this->high;
|
/plugin/mathpublish/phpmathpublisher/ |
H A D | Helper.php | 422 * @param $high 425 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, [all...] |
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/ |
H A D | fontdata.js | 19 …high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX/ |
H A D | fontdata.js | 19 …high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57… property in x.RANGES
|
/plugin/bootswrapper/exe/help/ |
H A D | collapse.txt | 8 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…
|
H A D | accordion.txt | 9 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…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/ |
H A D | fontdata.js | 19 …high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57…
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
H A D | .travis.yml | 25 - DEPENDENCIES="high" 35 - if [[ "$DEPENDENCIES" = 'high' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS; fi
|
/plugin/gtime/gtlib/tsp/ |
H A D | GTPublicationsFile.php | 237 $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/ |
H A D | range.test | 4 {{ range(low=0+1, high=10+0, step=2)|join(',') }}
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/ |
H A D | fontdata.js | 19 …high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57…
|
/plugin/mikioplugin/icons/bootstrap-icons/svg/ |
H A D | brightness-alt-high-fill.svg | 1 <svg class="bi bi-brightness-alt-high-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | brightness-alt-high.svg | 1 <svg class="bi bi-brightness-alt-high" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | brightness-high-fill.svg | 1 <svg class="bi bi-brightness-high-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | brightness-high.svg | 1 <svg class="bi bi-brightness-high" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/ |
H A D | maxminddb.c | 515 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/actickets/ |
H A D | style.css | 15 background-image: url(imgs/high.gif);
|
/plugin/quickstats/ |
H A D | README | 1 Quickstats collects web traffic data for all Dokuwiki page requests, including geo-location, IP, page counts, browsers, operating systems, query string parameters. Its advantage for many users is that is does not require an sql database; this may limit is workability on high volume sites. It outputs its statistics both to a Dokuwiki page and in the admin panel, which can accept detailed queries. Complete details are found on the plugin page: http://www.dokuwiki.org/plugin:quickstats
|
/plugin/bible/bible_douayRheims/ |
H A D | Aggeus.txt | 1 …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/mp3play2/ |
H A D | syntax.php | 105 $params['quality'] = 'high';
|
/plugin/captcha/lang/en/audio/ |
H A D | README | 11 Note: The original high quality wave files were downsampled and converted
|