Home
last modified time | relevance | path

Searched refs:range (Results 126 – 150 of 874) sorted by relevance

12345678910>>...35

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php120 $range = $this->server->getHTTPRange();
126 if ($nodeSize && $range && $ifRange) {
150 if (!$ignoreRangeHeader && $nodeSize && $range) {
153 if (!is_null($range[0])) {
155 $start = $range[0];
156 $end = $range[1] ? $range[1] : $nodeSize - 1;
158 …throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $range[0] . ') exceeded th…
160 …uestedRangeNotSatisfiable('The end offset (' . $range[1] . ') is lower than the start offset (' . …
165 $start = $nodeSize - $range[1];
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php227 ) as $range => $data) {
234 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
298 public function matches(RangeInterface $range) argument
300 return $range->contains($this);
H A DIPv6.php376 ) as $range => $data) {
383 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
447 public function matches(RangeInterface $range) argument
449 return $range->contains($this);
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js48 range = sel && sel.getRanges()[ 0 ];
51 if ( range.collapsed )
68 range.insertNode( anchor );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js48 range = sel && sel.getRanges()[ 0 ];
51 if ( range.collapsed )
68 range.insertNode( anchor );
/plugin/ipban/
H A Daction.php73 list($range, $dt, /*user*/, $reason) = explode("\t", trim($ban));
74 $ipRange = \IPLib\Factory::rangeFromString($range);
H A Dadmin.php31 $range = \IPLib\Factory::rangeFromString($ip);
32 if ($range === null) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php47 range(0, 5, 1),
51 range(0, 5, 1),
59 range(50, 100),
64 range(-10, 10),
69 range(0, 100),
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection_ie.js90 var range = doc.selection.createRange() ;
91 range.collapse( startBoundary !== false ) ;
93 var el = range.parentElement() ;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php71 $indexes = range(0, $k - 1);
72 $maxIndexes = range($n - $k, $n - 1);
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js140 cal.setRange(params.range[0], params.range[1]);
187 cal.setRange(params.range[0], params.range[1]);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1151 var isCollapsed = range.compareEndPoints("StartToEnd", range) == 0;
1153 range.collapse(true);
1159 isCollapsed = range.compareEndPoints("StartToEnd", range) == 0;
1161 range.collapse(false);
1162 b = range.getBookmark();
1194 range.collapse(true);
1197 range.select();
1199 return range;
1230 range.text = smiley;
1916 var text = pfcp.range.text;
[all …]
/plugin/bootswrapper/exe/help/
H A Dthumbnail.txt50 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
66 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
76 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
86 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
96 … number of plugins contributed by its vibrant community allow for a broad range of use cases beyon…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dtrim_block.test8 {% for i in range(1, 9) -%}
14 {% for i in range(1, 9) %}
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php49 $this->Next = range(0, (1 << $this->MAX_LZW_BITS) - 1);
50 $this->Vals = range(0, (1 << $this->MAX_LZW_BITS) - 1);
51 $this->Stack = range(0, (1 << ($this->MAX_LZW_BITS + 1)) - 1);
52 $this->Buf = range(0, 279);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js789 var range = this._Range ;
790 var container = range.startContainer ;
792 if ( range.collapsed || container.nodeType != 1 )
795 return container.childNodes[ range.startOffset ] || container ;
800 var range = this._Range ;
801 var container = range.endContainer ;
803 if ( range.collapsed || container.nodeType != 1 )
806 return container.childNodes[ range.endOffset - 1 ] || container ;
H A Dfckw3crange.js58 var range = FCKW3CRange.CreateRange( parentDocument ) ;
59 range.setStart( sourceRange.startContainer, sourceRange.startOffset ) ;
60 range.setEnd( sourceRange.endContainer, sourceRange.endOffset ) ;
61 return range ;
/plugin/linkback/
H A Dtools.php41 * Retrieves $conf['range']kB of $url and returns headers and retrieved body.
44 $range = $this->getConf('range') * 1024;
47 $http_client->headers['Range'] = 'bytes=0-' . $range;
48 $http_client->max_bodysize = $range;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js132 return { uri: uri, range: range };
213 range: range,
495 return { range: range, newText: '' };
1071 var result = { range: range }; property in AnonymousFunction410cd55f0100.create.result
1163 range: range, property in AnonymousFunction410cd55f0100.create.result
1324 var result = { range: range }; property in AnonymousFunction410cd55f0100.create.result
32013 range: range
32613 range: h.range
32708 … if (range.start.line === range.end.line && range.start.character === range.end.character) {
33075 range: range
[all …]
/plugin/siteexport/
H A Dscript.js541 var range, selection, ok;
545 range = document.createRange();
546 range.selectNodeContents($mapID.get(0));
548 selection.addRange(range);
550 range = document.body.createTextRange();
551 range.moveToElementText($mapID.get(0));
552 range.select();
/plugin/vkeyboard/
H A Dvkeyboard.js1range=document.selection.createRange()}}}J(y,"click",function(K){if(u.VKI_target==this){K=K||event…
/plugin/mediasyntax/
H A Dhelper.php165 $range = false;
172 if ($i > $range) $prev_lvl = $lvl;
257 $range = $i + count($ins_inc);
266 // check if we left the range of possible sub includes and reset lvl and scope to toplevel_id
267 if ($range && ($i >= $range)) {
269 $range = false;
/plugin/randomtables/syntax/
H A Dsource.php97 $range = ($min === $max) ? $min : $min . '-' . $max;
100 . '<td>' . $range . '</td>'
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js93 var range = selection.getRanges()[0];
96 var prevNode = range.getPreviousNode();
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js93 var range = selection.getRanges()[0];
96 var prevNode = range.getPreviousNode();

12345678910>>...35