Home
last modified time | relevance | path

Searched refs:low (Results 26 – 50 of 143) sorted by relevance

123456

/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/
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/Gyre-Pagella/
H A Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doverview.asciidoc4 This is the official PHP client for {es}. It is designed to be a low-level
H A Dcommunity.asciidoc114 This is a Laravel (4+) Service Provider for the official {es} low-level client.
/plugin/photogallery/phpThumb/
H A DREADME.md9 otherwise low-color and simple resizing is used. Source image can be a physical file on the server …
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drange.rst54 * ``low``: The first value of the sequence.
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Latin-Modern/
H A Dfontdata.js19low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,…
/plugin/vimeo/
H A Dsyntax.php177 … $errors[] = 'The remaining Vimeo rate-limit is very low. Please check back in 15min or later';
/plugin/tbt/
H A Dscript.js94 case 127: // other low level BACKSPACE codes
/plugin/codemirror/dist/modes/
H A Dwast.min.js.map1 …i16x8\\.(load8x8_[su]|narrow_i32x4_[su]|widen_(low|high)_i8x16_[su]|mul)|i32x4\\.(load16x4_[su]|wi…
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/TeX/
H A Dfontdata.js19 …true}},RANGES:[{name:"alpha",low:97,high:122,offset:"A",add:32},{name:"number",low:48,high:57,offs…
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md43 // To create a new TAR archive directly on the filesystem (low memory
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1119 var exp, frac, high, low, out, sign;
1120 low = uint32[0], high = uint32[1];
1135 out += low * Math.pow(2, exp - 52);
1158 high = uint32[0], low = uint32[1];
1167 if (low === 0 && high === 0) {
1173 out = low * Math.pow(2, exp - 31);
1696 var high, low, mid, time;
1697 low = 0;
1702 while (low < high) {
1703 mid = (low + high) >> 1;
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js635 var low = 0, high = getLength(array);
636 while (low < high) {
637 var mid = Math.floor((low + high) / 2);
638 if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;
640 return low;
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8low=n|0;this.high=t|0;this.unsigned=!!i}function u(n){return!0===(n&&n.__isLong__)}function h(n,i)…
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8low=n|0;this.high=t|0;this.unsigned=!!i}function u(n){return!0===(n&&n.__isLong__)}function h(n,i)…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js649 var low = 0, high = getLength(array);
650 while (low < high) {
651 var mid = Math.floor((low + high) / 2);
652 if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;
654 return low;
/plugin/panoview/
H A Dscript.js471 var low = tile.yIndex >= Math.ceil(this.scaleSize.y / this.tileSize);
472 if (high || left || low || right) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php736 $low = $this->readInt();
739 return $low | ($high << 16);
/plugin/bible/bible_douayRheims/
H A DJames.txt9 1:9. But let the brother of low condition glory in his exaltation:
10 1:10. And the rich, in his being low: because as the flower of the grass shall he pass away.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md8 Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in PHP; because of this it tries to be opinion-free and very extendable.
10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simple associative arrays as parameters. All parameters, from the URI to the document body, are defined in the associative array.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc142 $params['wait_for_events'] = (enum) Wait until all currently queued events with the given priority are processed (Options = immediate,urgent,high,normal,low,languid)
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js4098 var low = 0,
4099 high = array == null ? low : array.length;
4102 while (low < high) {
4103 var mid = (low + high) >>> 1,
4108 low = mid + 1;
4134 var low = 0,
4141 while (low < high) {
4142 var mid = nativeFloor((low + high) / 2),
4163 low = mid + 1;
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js4098 var low = 0,
4099 high = array == null ? low : array.length;
4102 while (low < high) {
4103 var mid = (low + high) >>> 1,
4108 low = mid + 1;
4134 var low = 0,
4141 while (low < high) {
4142 var mid = nativeFloor((low + high) / 2),
4163 low = mid + 1;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js25692 this.low &= word.low;
25696 this.low ^= word.low;
25700 this.low |= word.low;
25707 this.low = this.low >>> places | this.high << 32 - places;
25717 this.low = this.low << places;
25727 low = this.low;
25732 this.low = low >>> places | high << 32 - places;
25737 this.low = ~this.low;
25740 var lowAdd = (this.low >>> 0) + (word.low >>> 0);
25762 this.low = word.low;
[all …]

123456