Home
last modified time | relevance | path

Searched refs:endAt (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistItemContentDetails.php25 public $endAt; variable in Google\\Service\\YouTube\\PlaylistItemContentDetails
46 public function setEndAt($endAt) argument
48 $this->endAt = $endAt;
55 return $this->endAt;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php47 * @psalm-var null|array<0|positive-int, array{startAt?: int, endAt: null|int}>
139 $endAt = $this->containers[$this->depth]['endAt'] ?? 0;
143 return [$endAt, $this->getNotFilterObject($startAt, $endAt)];
148 while ($endAt !== ($startAt + 1)) {
153 return [$endAt, $filter];
168 $endAt = !$parenthesis && $isRoot ? $this->length : $this->nextClosingParenthesis($startAt) + 1;
173 for ($i = $startAt; $i < $endAt; $i++) {
177 } elseif (($i + 1) < $endAt
251 validateParsedFilter(string $filterType, int $startsAt, int $startValue, $endAt) global() argument
374 getNotFilterObject(int $startAt, int $endAt) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DStructuredQuery.php47 public function setEndAt(Cursor $endAt) argument
49 $this->endAt = $endAt;
56 return $this->endAt;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php157 * @param string $endAt
160 public static function fromRange(string $startAt, string $endAt = '*')
162 return new self('range=' . $startAt . '-' . $endAt);
152 fromRange(string $startAt, string $endAt = '*') global() argument
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php526 $endAt = $this->pos + $lengthOfLength;
530 for ($this->pos; $this->pos < $endAt; $this->pos++) {
1015 $endAt = $this->pos + $length;
1017 while ($this->pos < $endAt) {
1068 $endAt = $this->pos + $length;
1070 for ($this->pos; $this->pos < $endAt; $this->pos++) {
1072 if ($this->pos === ($endAt - 1) && $unused) {
1205 $endAt = $this->pos + $length;
1207 while ($this->pos < $endAt) {
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst443 private $endAt;