Home
last modified time | relevance | path

Searched refs:Range (Results 51 – 75 of 85) sorted by last modified time

1234

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1Range namespace provides helper functions to work with\n * [Range](#Range) literals.\n */\nexport …
H A D2.2.js.map1Range namespace provides helper functions to work with\n * [Range](#Range) literals.\n */\nexport …
H A Dbundle.js396 …rn i.MarkerSeverity})),n.o(i,"Range")&&n.d(t,"Range",(function(){return i.Range})),n.o(i,"Uri")&&n…
426Range:Y.a,Selection:V.a,SelectionDirection:D,MarkerSeverity:b,MarkerTag:v,Uri:W.a,Token:z.a}}U.Ctr…
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1Range(e.start.line+1,e.start.character+1,e.end.line+1,e.end.character+1)}function Ct(e){var t=i.la…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3382 var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);
/plugin/webdav/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/codemirror/dist/
H A Dscripts.min.js.map1Range","somethingSelected","normalizeSelection","mayTouch","selectionsMayTouch","prim","sort","inv…
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1 …ered Ordering PartialFunction PartialOrdering \" +\n \"Product Proxy Range Responder Seq Seri…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 … /**\n * Check if pos is in the specified range, INCLUSIVE.\n * Range can be specified w…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1Range'] = `bytes=${start}-${end - 1}`;\n\n let handleResponse = (response) => {\n if (resp…
H A Dpdf.worker.js.map1Range');\n return ['LabCS', whitePoint, blackPoint, range];\n default:\n …
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1Range Regexp String Struct::TMS Symbol ' +\n 'ThreadGroup Thread Time TrueClass';\n\n this.reg…
/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 */
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php5 use IPLib\Range\RangeInterface;
6 use IPLib\Range\Subnet;
7 use IPLib\Range\Type as RangeType;
H A DIPv6.php5 use IPLib\Range\RangeInterface;
6 use IPLib\Range\Subnet;
7 use IPLib\Range\Type as RangeType;
H A DAddressInterface.php5 use IPLib\Range\RangeInterface;
H A DAssignedRange.php5 use IPLib\Range\RangeInterface;
/plugin/ipban/ip-lib/src/
H A DFactory.php65 $result = Range\Subnet::fromString($range);
68 $result = Range\Pattern::fromString($range);
71 $result = Range\Single::fromString($range);
120 $result = Range\Single::fromAddress($from);
122 $result = Range\Single::fromAddress($to);
129 $result = Range\Single::fromAddress($from);
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php3 namespace IPLib\Range;
H A DRangeInterface.php3 namespace IPLib\Range;
H A DSingle.php3 namespace IPLib\Range;
H A DSubnet.php3 namespace IPLib\Range;
H A DType.php3 namespace IPLib\Range;
/plugin/ipban/ip-lib/
H A DREADME.md82 $range = \IPLib\Range\Subnet::fromString('127.0.0.1/24');
83 $range = \IPLib\Range\Subnet::fromString('::1/128');
89 $range = \IPLib\Range\Pattern::fromString('127.0.0.*');
90 $range = \IPLib\Range\Pattern::fromString('::*');
96 $range = \IPLib\Range\Single::fromString('127.0.0.1');
97 $range = \IPLib\Range\Single::fromString('::1');
200 $typeName = \IPLib\Range\Type::getName();
204 - `\IPLib\Range\Type::T_UNSPECIFIED` if the address is all zeros (`0.0.0.0` or `::`)
217 // $type is \IPLib\Range\Type::T_PUBLIC
218 echo \IPLib\Range\Type::getName($type);
[all …]

1234