Home
last modified time | relevance | path

Searched refs:Range (Results 26 – 50 of 85) sorted by relevance

1234

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DRange.php6 * Range query.
12 class Range extends AbstractQuery class
/plugin/ipban/ip-lib/src/Range/
H A DType.php3 namespace IPLib\Range;
H A DSingle.php3 namespace IPLib\Range;
H A DSubnet.php3 namespace IPLib\Range;
H A DPattern.php3 namespace IPLib\Range;
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php5 use IPLib\Range\RangeInterface;
6 use IPLib\Range\Subnet;
7 use IPLib\Range\Type as RangeType;
H A DAssignedRange.php5 use IPLib\Range\RangeInterface;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DRange.php8 * Class Range.
12 class Range extends AbstractSimpleAggregation class
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php35 use Elastica\Query\Range; alias
360 public function range(?string $fieldName = null, array $args = []): Range
362 return new Range($fieldName, $args);
H A DAggregation.php32 use Elastica\Aggregation\Range; alias
346 public function range(string $name): Range
348 return new Range($name);
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DEditor.svelte38 range: new monaco.Range(
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md25 * [Range Retrieval](/docs/Client/Range-Retrieval.md)
/plugin/elasticsearch/action/
H A Dsearch.php251 $dateSubquery = new \Elastica\Query\Range(
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1Range, TextEdit } from './jsonLanguageTypes.js';\nimport { findDefinition } from './services/jsonD…
H A D43.43.js.map1Range',\n 'List.RemoveFirstN',\n 'List.RemoveItems',\n 'List.RemoveLastN',\n …
H A D2.2.js97 var Range;
98 (function (Range) {
110 Range.create = create;
118 Range.is = is;
119 })(Range || (Range = {}));
166 … return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri)
223 return Range.is(candidate.range) && Color.is(candidate.color);
427 && Range.is(candidate.range)
502 && Range.is(candidate.range);
931 …return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candida…
[all …]
H A Djson.worker.js.map1Range {\n constructor(startLineNumber, startColumn, endLineNumber, endColumn) {\n if ((s…
H A D70.70.js1Range(n.lineNumber,r.startColumn,n.lineNumber,r.endColumn),s=e.uri,a=e.getOffsetAt(n),[4,this._wor…
H A Deditor.worker.js.map1Range {\n constructor(startLineNumber, startColumn, endLineNumber, endColumn) {\n if ((s…
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng129 # 3.2.13 Recurrence Identifier Range
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng129 # 3.2.13 Recurrence Identifier Range
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md444 * #623: Remove need of temporary files when working with Range requests.
709 * Changed: `PUT` requests with a `Content-Range` header now emit a 400 status
1171 * Fixed: Range requests now work for non-seekable streams. (Thanks Alfred
1622 * Fixed: Issue 139: Rejecting PUT requests with Content-Range.
1793 * Fixed: Issue 86: Fixed Content-Range top-boundary from 'file size' to 'file
1882 * Added: Support for If-Range, If-Match, If-None-Match, If-Modified-Since,
2295 * Added: Support for HTTP Range header
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4611 function write_RfX(r/*:Range*/, o) {
6620 function write_Ref8U(r/*:Range*/, o) {
7329 var merges/*:Array<Range>*/ = [];
12869 var out/*:Array<Range>*/ = [];
15305 var merges/*:Array<Range>*/ = [];
16420 var merges/*:Array<Range>*/ = [];
18109 var merges/*:Array<Range>*/ = [];
19251 var range/*:Range*/ = ({}/*:any*/);
19323 var merges/*:Array<Range>*/ = [];
21621 var merges/*:Array<Range>*/ = [];
[all …]
/plugin/aceeditor/
H A Dbuild.js1Range=i}),define("ace/selection",["require","exports","module","./lib/oop","./lib/lang","./lib/eve…
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css2360 name: Range
2361 description: Range input
3630 /* Range input */
3654 /* Range input */
3678 /* Range input */

1234