Home
last modified time | relevance | path

Searched refs:offset (Results 76 – 100 of 852) sorted by relevance

12345678910>>...35

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php29 * offset INTEGER (1 .. maxInt),
58 * @param null|int $offset
63 public function __construct(int $before, int $after, ?int $offset = null, ?int $count = null, GreaterThanOrEqualFilter $filter = null, ?string $contextId = null)
67 $this->offset = $offset;
135 * @param null|int $offset
138 public function setOffset(?int $offset)
140 $this->offset = $offset;
174 if ($this->filter === null && ($this->count === null || $this->offset
61 __construct(int $before, int $after, int $offset = null, int $count = null, GreaterThanOrEqualFilter $filter = null, string $contextId = null) global() argument
136 setOffset(int $offset) global() argument
[all...]
H A DVlvResponseControl.php58 * @param int $offset
63 public function __construct(int $offset, int $count, int $result, ?string $contextId = null)
65 $this->offset = $offset;
93 $offset = $vlv->getChild(0);
98 if (!$offset instanceof IntegerType) {
112 $offset->getValue(),
129 Asn1::integer((int) $this->offset),
60 __construct(int $offset, int $count, int $result, string $contextId = null) global() argument
/plugin/gtime/gtlib/util/
H A DGTBase32.php41 * @param int $offset the start offset of the data within bytes
45 public static function encode(array $bytes, $offset = null, $length = null) { argument
46 return self::getInstance()->encode($bytes, $offset, $length);
54 * @param int $offset the start offset of the data within bytes
58 public static function encodeWithDashes(array $bytes, $offset = null, $length = null) { argument
59 return self::getInstance()->encode($bytes, $offset, $length, '-', 6);
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dwriter.svg1offset="0" stop-color="#ff7a0c"/><stop offset="1" stop-color="#ffde2d"/></linearGradient><linearGr…
H A Duser.svg1offset="0" stop-color="#0978fc"/><stop offset="1" stop-color="#92ccfe"/></linearGradient><linearGr…
H A Dmeeting.svg1offset="0" stop-color="#0f2da0"/><stop offset="1" stop-color="#89b3f3"/></linearGradient><linearGr…
H A Dmainframe_host.svg1offset="0" stop-color="#090c9f"/><stop offset="1" stop-color="#92b7fa"/></linearGradient><linearGr…
H A Dlaptop_client.svg1offset="0" stop-color="#0e7cfc" stop-opacity=".995"/><stop offset="1" stop-color="#88c6fe"/></line…
H A Dcommunity_discussion.svg1offset="0" stop-color="#1b82fc"/><stop offset="1" stop-color="#deedff"/></linearGradient><linearGr…
H A Dsecure.svg1offset="0" stop-color="#93c8ff"/><stop offset="1" stop-color="#1373ff"/></linearGradient><linearGr…
H A Dsql_server.svg1offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGradient><linearGr…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DCursor.php25 public $offset; variable in Google\\Service\\PubsubLite\\Cursor
30 public function setOffset($offset) argument
32 $this->offset = $offset;
39 return $this->offset;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php258 public function offsetExists($offset) argument
260 return isset($this->$offset) || isset($this->modelData[$offset]);
265 public function offsetGet($offset) argument
267 return isset($this->$offset) ?
268 $this->$offset :
269 $this->__get($offset);
277 $this->$offset = $value;
279 $this->modelData[$offset] = $value;
280 $this->processed[$offset] = true;
286 public function offsetUnset($offset) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTimeZone.php29 public $offset; variable in Google\\Service\\HangoutsChat\\TimeZone
48 public function setOffset($offset) argument
50 $this->offset = $offset;
57 return $this->offset;
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php99 * Attempt to match a regex in string s at offset offset
107 public static function matchAt(string $regex, string $string, int $offset = 0): ?int
110 $string = \mb_substr($string, $offset, null, 'UTF-8');
115 // PREG_OFFSET_CAPTURE always returns the byte offset, not the char offset, which is annoying
118 return $offset + $charPos;
130 public static function matchFirst(string $pattern, string $subject, int $offset = 0): ?array
132 if ($offset !== 0) {
133 $subject = \substr($subject, $offset);
83 matchAt(string $regex, string $string, int $offset = 0) global() argument
108 matchAll(string $pattern, string $subject, int $offset = 0) global() argument
139 matchFirst(string $pattern, string $subject, int $offset = 0) global() argument
[all...]
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php244 $id = GTUtil::readLong($this->content, $offset);
257 return $this->getEncodedPublication($offset);
292 $offset = $this->publicationBlockBegin;
296 $offset += $this->publicationCellSize;
350 $offset = $this->publicKeyBlockBegin;
354 $offset += $this->publicKeyCellSize;
528 * @param int $offset offset to start reading publication from
531 private function getEncodedPublication($offset) { argument
548 private function getPublicKeyHash($offset) { argument
550 $offset += self::TIME_SIZE;
[all …]
/plugin/judge/helper/
H A Dnumbers.php27 $offset = 0;
39 $offset++;
40 $code2 = ord(substr($string, $offset, 1)) - 128;
45 $offset += 1;
46 if ($offset >= strlen($string)) {
47 $offset = -1;
/plugin/struct/meta/
H A DSearchConfigParameters.php14 /** @var string parameter name to pass offset */
25 protected $offset = 0; variable in dokuwiki\\plugin\\struct\\meta\\SearchConfigParameters
96 * Set the offset
98 * @param int $offset
100 public function setOffset($offset) argument
102 $this->offset = $offset;
106 * Removes the offset
110 $this->offset = 0;
175 if ($this->offset) {
[all...]
/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/Networkconnectivity/
H A DLinearBuckets.php23 public $offset; variable in Google\\Service\\Networkconnectivity\\LinearBuckets
34 public function setOffset($offset) argument
36 $this->offset = $offset;
40 return $this->offset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLinear.php26 public $offset; variable in Google\\Service\\Logging\\Linear
43 public function setOffset($offset) argument
45 $this->offset = $offset;
49 return $this->offset;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php181 return mb_substr($str, $offset);
203 $offset = (int)$offset;
208 if ($offset < 0 && $length < 0 && $length < $offset) return '';
214 if ($offset < 0) {
216 $offset = $strlen + $offset;
217 if ($offset < 0) $offset = 0;
221 if ($offset > 0) {
222 $Ox = (int)($offset/65535);
223 $Oy = $offset%65535;
540 * @param integer $offset
[all …]
/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/combo/ComboStrap/
H A DCallStack.php70 * If true, we are at the offset: end of th array + 1
74 * If true, we are at the offset: start of th array - 1
309 $offset = $this->getActualOffset();
310 array_splice($this->callStack, $offset, 1, []);
318 $this->moveToOffset($offset);
321 array_splice($this->callStack, $offset, 1, []);
328 $this->moveToOffset($offset - 1);
593 $offset = $this->getActualOffset();
594 array_splice($this->callStack, $offset, 0, [$call->toCallArray()]);
596 // we move it to the actual element (ie the key is offset
619 moveToOffset($offset) global() argument
[all...]
/plugin/darcspatch/
H A Dadmin.php138 $offset = intval(substr($line,$pos+1));
146 … if(($offset > 0) && (isset($files[$fname]) || (($target_lines = @file($fname)) !== false))) {
149 …if(($offset <= count($target_lines)) && (strcmp(rtrim(substr($line,1)),rtrim($target_lines[$offset
150 array_splice($target_lines,$offset-1,1);
152 … $return_string .= ' '.$this->lang['msg_errmatch'].': '.$fname.' line '.$offset."\n";
154 $return_string .= ' '.rtrim($target_lines[$offset-1])."\n";
160 if(($offset-1) <= count($target_lines)) {
161 array_splice($target_lines,$offset-1,0,substr($line,1)."\n");
162 $offset++;
164 … $return_string .= ' '.$this->lang['msg_errmatch'].': '.$fname.' line '.$offset."\n";

12345678910>>...35