Home
last modified time | relevance | path

Searched refs:range (Results 226 – 250 of 874) sorted by last modified time

12345678910>>...35

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php34 $haystack = str_replace(range('a', 'z'), range('A', 'Z'), $haystack);
35 $needle = str_replace(range('a', 'z'), range('A', 'Z'), $needle);
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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php493 'time-range' => null,
498 'time-range' => null,
520 'time-range' => null,
525 'time-range' => null,
555 'time-range' => null,
560 'time-range' => null,
579 'time-range' => null,
603 'time-range' => array(
611 'time-range' => null,
634 'time-range' => array(
[all …]
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js880 var range = document.selection.createRange();
881 return range.getBookmark().charCodeAt(2) - 2;
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md14 * #250: Recurring all-day events are incorrectly included in time range
15 requests when not using UTC in the time range. (@armin-hackmann)
/plugin/pot/
H A DLICENSE221 generous contributions to the wide range of software distributed
/plugin/spreadout/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/indexmenu/
H A DCOPYING223 generous contributions to the wide range of software distributed
/plugin/actionrenderer/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php251 $keyStream = range(0, 255);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationFilter.php55 public function setRange(CompensationRange $range) argument
57 $this->range = $range;
64 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAddDimensionGroupRequest.php28 public function setRange(DimensionRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DAutoFillRequest.php34 public function setRange(GridRange $range) argument
36 $this->range = $range;
43 return $this->range;
H A DBandedRange.php64 public function setRange(GridRange $range) argument
66 $this->range = $range;
73 return $this->range;
H A DBasicFilter.php63 public function setRange(GridRange $range) argument
65 $this->range = $range;
72 return $this->range;
H A DDeleteDimensionRequest.php28 public function setRange(DimensionRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DDimensionGroup.php64 public function setRange(DimensionRange $range) argument
66 $this->range = $range;
73 return $this->range;
H A DFilterView.php103 public function setRange(GridRange $range) argument
105 $this->range = $range;
112 return $this->range;
H A DFindReplaceRequest.php130 public function setRange(GridRange $range) argument
132 $this->range = $range;
139 return $this->range;
H A DInsertDimensionRequest.php46 public function setRange(DimensionRange $range) argument
48 $this->range = $range;
55 return $this->range;
H A DInsertRangeRequest.php32 public function setRange(GridRange $range) argument
34 $this->range = $range;
41 return $this->range;
H A DMergeCellsRequest.php46 public function setRange(GridRange $range) argument
48 $this->range = $range;
55 return $this->range;
H A DNamedRange.php64 public function setRange(GridRange $range) argument
66 $this->range = $range;
73 return $this->range;
H A DUnmergeCellsRequest.php28 public function setRange(GridRange $range) argument
30 $this->range = $range;
37 return $this->range;
/plugin/authgooglesheets/
H A Dhelper.php123 $range = $this->getConf('sheetName') . '!A2';
138 … $this->service->spreadsheets_values->append($this->spreadsheetId, $range, $body, $params);
306 $range = $this->getConf('sheetName') . '!A1:Z';
307 $response = $this->service->spreadsheets_values->get($this->spreadsheetId, $range);
326 $range = $this->getConf('sheetName') . '!1:1';
327 $response = $this->service->spreadsheets_values->get($this->spreadsheetId, $range);

12345678910>>...35