| /plugin/asciidocjs/node_modules/lodash/ |
| D | _baseSortedIndex.js | 23 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.js | 26 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/ |
| 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/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | Meter.php | 48 $high = $max; 49 if (!empty($attr['HIGH'])) { 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 331 // LOW to HIGH region [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
| 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/nohighlight/ |
| D | action.php | 64 global $HIGH; 79 $HIGH = ''; 85 $HIGH = ''; 91 $HIGH = isset($_REQUEST['s']) ? (string) $_REQUEST['s'] : ''; 152 global $HIGH; 157 !empty($HIGH) || 184 $HIGH = $parsed_query['highlight'];
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
| D | ThumbnailDetails.php | 50 public function setHigh(Thumbnail $high) argument 52 $this->high = $high; 59 return $this->high;
|
| /plugin/bootswrapper/exe/help/ |
| 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/hiresimage/ |
| H A D | README.md | 3 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 …
|
| H A D | plugin.info.txt | 6 desc Forces high-resolution image loading for sharp display on high-DPI screens.
|
| /plugin/amcharts/assets/amcharts/plugins/dataloader/examples/ |
| D | stock_csv_data_and_events.html | 54 "fromField": "High", 55 "toField": "high" 125 "fromField": "High", 126 "toField": "high" 161 "highField": "high", 264 "showAt": "high",
|
| D | stock_csv_progressbar.html | 77 "fromField": "High", 78 "toField": "high" 150 "fromField": "High", 151 "toField": "high" 187 "highField": "high", 297 "showAt": "high",
|
| /plugin/bb4dw/ |
| D | sample.bib | 27 Efficient Support for High-Level Array Operations in a Functional Setting}, 36 …a shape inference system integrated in the type system as well as several high-level optimizations… 52 …on based on multi-threading. The language design of SaC aims at combining high-level, compositiona… 97 …ad block by adding fixed preemption points. We further propose a portable high-level resource mana… 120 … powerful tool when it comes to generate efficiently executable code from high-level array specifi… 180 …mizing compiler for the Halide image processing language that synthesizes high performance impleme… 221 title = {{HiCUDA: A High-Level Directive-Based Language for GPU Programming}}, 227 …or-prone, before getting an optimized program. We have designed hiCUDA, a high-level directive-bas… 238 title={{LIFT: A functional data-parallel IR for high-performance GPU code generation}}, 274 booktitle={2019 IEEE/ACM Workshop on Memory Centric High Performance Computing (MCHPC)}, [all …]
|
| /plugin/aichat/Model/Ollama/ |
| D | models.json | 39 … "description": "Google Gemma 2 is a high-performing and efficient model. 27 billion parameters.", 46 … "description": "Google Gemma 2 is a high-performing and efficient model. 9 billion parameters.", 53 … "description": "Google Gemma 2 is a high-performing and efficient model. 2 billion parameters.", 111 … "description": "A high-performing open embedding model with a large token context window.",
|
| /plugin/mathpublish/phpmathpublisher/ |
| 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, $black); [all …]
|
| /plugin/clippy/ |
| D | syntax.php | 35 * @return int Sort order - Low numbers go before high numbers 68 // <param name="quality" value="high" /> 76 // quality="high" 98 'quality' => 'high',
|
| /plugin/emphasis/lang/en/ |
| D | settings.php | 3 $lang['colors'] = 'Font colors, ordered from low to high'; 4 $lang['background-colors'] = 'Background colors, ordered from low to high';
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/xml/ |
| D | virtual_properties_high.xml | 4 <high>8</high>
|
| D | virtual_properties_all.xml | 6 <high>8</high>
|
| /plugin/asciidocjs/node_modules/source-map/lib/ |
| D | quick-sort.js | 35 * Returns a random integer within the range `low .. high` inclusive. 39 * @param {Number} high 42 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/ |
| D | quick-sort.js | 35 * Returns a random integer within the range `low .. high` inclusive. 39 * @param {Number} high 42 function randomIntInRange(low, high) { argument 43 return Math.round(low + (Math.random() * (high - low)));
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | BufferStream.php | 11 * what the configured high water mark of the stream is, or the maximum 22 * @param int $hwm High water mark, representing the preferred maximum 23 * buffer size. If the size of the buffer exceeds the high
|
| D | AsyncReadStream.php | 42 * In order to utilize high water marks to tell writers to slow down, the 44 * providing the high water mark. If no "hwm" metadata value is available, 51 * buffer is at an acceptable level (e.g., below the high water mark). 96 // Cannot drain when there's no high water mark. 113 * - hwm: (int) High water mark to use if a buffer is created on your
|
| /plugin/bible/bible_douayRheims/ |
| 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/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | BufferStream.php | 12 * what the configured high water mark of the stream is, or the maximum 23 * @param int $hwm High water mark, representing the preferred maximum 24 * buffer size. If the size of the buffer exceeds the high
|