Home
last modified time | relevance | path

Searched refs:offset (Results 201 – 225 of 852) sorted by last modified time

12345678910>>...35

/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php159 * @param int $offset
162 public function offsetExists($offset) { argument
165 return $iterator->offsetExists($offset);
174 * @param int $offset
177 public function offsetGet($offset) { argument
180 return $iterator->offsetGet($offset);
189 * @param int $offset
196 $iterator->offsetSet($offset,$value);
210 * @param int $offset
213 public function offsetUnset($offset) { argument
[all …]
H A DElementList.php122 * @param int $offset
125 public function offsetExists($offset) { argument
127 return isset($this->elements[$offset]);
134 * @param int $offset
137 public function offsetGet($offset) { argument
139 return $this->elements[$offset];
146 * @param int $offset
150 public function offsetSet($offset, $value) { argument
161 * @param int $offset
164 public function offsetUnset($offset) { argument
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2782 function offset (token, separator) { function
2784 var offset = this.utcOffset();
2786 if (offset < 0) {
2787 offset = -offset;
2790 return sign + zeroFill(~~(offset / 60), 2) + separator + zeroFill(~~(offset) % 60, 2);
2794 offset('Z', ':');
2795 offset('ZZ', '');
2869 var offset = this._offset || 0,
2891 if (offset !== input) {
2893 addSubtract(this, createDuration(input - offset, 'm'), 1, false);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php57 * @param int $offset
60 function patch($data, $rangeType, $offset = null) { argument
68 fseek($f, $offset);
72 fseek($f, $offset, SEEK_END);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DIPatchSupport.php42 * @param int $offset
45 function patch($data, $rangeType, $offset = null); argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php43 * @param int $offset
46 function patch($data, $rangeType, $offset = null) { argument
59 $offset = strlen($this->data) - $offset;
63 substr($this->data, 0, $offset) .
65 substr($this->data, $offset + strlen($data));
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js606 var offset = pointerEventToXY(event).y - startY + startTopScroll;
607 if (offset < 0) {
608 offset = 0;
610 if (offset + scroller[0].offsetHeight > h1) {
611 offset = h1 - scroller[0].offsetHeight;
613 …timeboxparent.trigger('scroll_element.xdsoft_scroller', [maximumOffset ? offset / maximumOffset : …
1821 …var offset = datetimepicker.data('input').offset(), top = offset.top + datetimepicker.data('input'…
1828 top = offset.top - datetimepicker[0].offsetHeight + 1;
/plugin/davcal/
H A Djstz.js67 var offset = -date.getTimezoneOffset();
68 return (offset !== null ? offset : 0);
126 var offset = (new Date(current)).getTimezoneOffset();
134 if (dateToCheckOffset !== offset) {
135 if (dateToCheckOffset < offset) {
138 if (dateToCheckOffset > offset) {
141 offset = dateToCheckOffset;
177 var offset = new Date(date_start).getTimezoneOffset();
186 if (dateToCheckOffset !== offset) {
/plugin/indexmenu/scripts/
H A Dcontextmenu.js304 var pos = $btn.offset();
311 .offset({
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPopupWindowProperties.php72 public function setOffset(OffsetPosition $offset) argument
74 $this->offset = $offset;
81 return $this->offset;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1577 $offset = $this->block_size;
1580 $this->decryptIV = substr($ciphertext, -$offset, $this->block_size);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DQuery.php40 public $offset; variable in Google\\Service\\Datastore\\Query
123 public function setOffset($offset) argument
125 $this->offset = $offset;
132 return $this->offset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DLinear.php26 public $offset; variable in Google\\Service\\Monitoring\\Linear
43 public function setOffset($offset) argument
45 $this->offset = $offset;
49 return $this->offset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DStructuredQuery.php34 public $offset; variable in Google\\Service\\Firestore\\StructuredQuery
89 public function setOffset($offset) argument
91 $this->offset = $offset;
98 return $this->offset;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php84 public function seek($offset, $whence = SEEK_SET) argument
H A DCachingStream.php53 public function seek($offset, $whence = SEEK_SET) argument
56 $byte = $offset;
58 $byte = $offset + $this->tell();
64 $byte = $size + $offset;
H A DFnStream.php129 public function seek($offset, $whence = SEEK_SET) argument
131 call_user_func($this->_fn_seek, $offset, $whence);
H A DStream.php196 public function seek($offset, $whence = SEEK_SET) argument
206 if (fseek($this->stream, $offset, $whence) === -1) {
208 . $offset . ' with whence ' . var_export($whence, true));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DPivot.php38 public $offset; variable in Google\\Service\\AnalyticsData\\Pivot
87 public function setOffset($offset) argument
89 $this->offset = $offset;
96 return $this->offset;
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php574 list($offset, $_) = self::readDER($der);
575 list($offset, $r) = self::readDER($der, $offset);
576 list($offset, $s) = self::readDER($der, $offset);
594 * @param int $offset the offset of the data stream containing the object
599 private static function readDER(string $der, int $offset = 0): array argument
601 $pos = $offset;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php70 public function offsetExists($offset) argument
72 if (!is_numeric($offset)) {
79 public function offsetGet($offset) argument
81 if (!is_numeric($offset)) {
82 return parent::offsetGet($offset);
84 $this->coerceType($offset);
91 if (!is_numeric($offset)) {
98 public function offsetUnset($offset) argument
100 if (!is_numeric($offset)) {
101 parent::offsetUnset($offset);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2129 $offset = $start;
2133 $offset = $size !== false ? $size : 0;
2135 $offset = 0;
2229 $subtemp = $offset + $sent;
2354 * @param int $offset
2361 …public function get($remote_file, $local_file = false, $offset = 0, $length = -1, $progressCallbac… argument
2409 $start = $offset;
2453 $offset += strlen($temp);
2462 call_user_func($progressCallback, $offset);
2492 if ($length > 0 && $length <= $offset - $start) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php76 public $offset; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
293 public function setOffset($offset) argument
295 $this->offset = $offset;
302 return $this->offset;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php235 $offset = 0;
254 …=== $codePoint && 1 === preg_match(Regex::ZWNJ, $label, $matches, \PREG_OFFSET_CAPTURE, $offset)) {
255 $offset += \strlen($matches[1][0]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTabStop.php46 public function setOffset(Dimension $offset) argument
48 $this->offset = $offset;
55 return $this->offset;

12345678910>>...35