Home
last modified time | relevance | path

Searched refs:offset (Results 26 – 50 of 852) sorted by relevance

12345678910>>...35

/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php363 $offset = 0, argument
377 $offset = strlen(mb_substr($this->_string, 0, $offset));
385 $offset
618 if (0 > $offset) {
619 $offset = -$offset % $length;
622 $offset = $length - $offset;
628 return $offset;
652 $offset = $this->computeOffset($offset);
654 if (0 < $offset) {
721 $offset = -$offset % $length;
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DMemory.php63 var $offset = 0; variable in File_Archive_Reader_Memory
124 if ($this->offset == strlen($this->memory)) {
133 $this->offset += $actualLength;
143 $length = strlen($this->memory) - $this->offset;
147 $this->offset += $length;
157 $tmp = $this->offset;
158 $this->offset = 0;
161 $length = min($length, $this->offset);
162 $this->offset -= $length;
172 return $this->offset;
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php91 * Whether an offset exists
95 * @phpstan-param int $offset
97 public function offsetExists($offset): bool
99 return \array_key_exists($offset, $this->elements);
107 * @phpstan-param int $offset
112 public function offsetGet($offset)
114 return $this->elements[$offset] ?? null;
122 * @phpstan-param int|null $offset
126 public function offsetSet($offset, $value): void
128 if ($offset
239 offsetExists($offset) global() argument
256 offsetGet($offset) global() argument
273 offsetSet($offset, $value) global() argument
292 offsetUnset($offset) global() argument
311 slice(int $offset, int $length = null) global() argument
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php178 * @param int $offset
182 public function offsetExists($offset) argument
194 * @param int $offset
198 public function offsetGet($offset) argument
202 return $iterator->offsetGet($offset);
210 * @param int $offset
213 public function offsetSet($offset, $value) argument
216 $iterator->offsetSet($offset, $value);
231 * @param int $offset
233 public function offsetUnset($offset) argument
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php194 * @param int $offset
198 function offsetExists($offset) { argument
210 * @param int $offset
214 function offsetGet($offset) { argument
217 return $iterator->offsetGet($offset);
226 * @param int $offset
231 function offsetSet($offset, $value) { argument
234 $iterator->offsetSet($offset, $value);
248 * @param int $offset
252 function offsetUnset($offset) { argument
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php51 * @param integer $offset
55 public function offsetExists($offset): bool { argument
56 return isset($this->_sequences[$offset]);
62 * @param integer $offset
66 public function offsetGet($offset): Sequence { argument
67 return $this->_sequences[$offset];
73 * @param integer|NULL $offset
78 public function offsetSet($offset, $value): void { argument
88 if (is_null($offset)) {
91 $this->_sequences[(int)$offset]
102 offsetUnset($offset) global() argument
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php290 $offset = 0;
295 $offset += 8;
306 $offset += 8;
347 $offset = 0;
351 $offset += 8;
353 $offset += 1;
358 $offset += 1;
362 $offset += 8;
364 $offset += 1;
372 $offset += 1;
[all …]
H A Dmodule.audio-video.ts.php40 $offset = 0;
41 …$info['ts']['packet']['sync'] = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 1)); $offset
42 …$pid_flags_raw = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 2)); $offset
43 …$SAC_raw = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 1)); $offset
56 …$AdaptionField_raw = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 2)); $offset += 2;
67 …'adaption']['raw']['pcr'] = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 6)); $offset += 6;
70 …adaption']['raw']['opcr'] = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 6)); $offset += 6;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DArrayAccessible.php12 public function offsetExists($offset) argument
14 return array_key_exists($offset, $this->array);
17 public function offsetGet($offset) argument
19 return $this->array[$offset];
22 public function offsetSet($offset, $value) argument
24 if (null === $offset) {
27 $this->array[$offset] = $value;
31 public function offsetUnset($offset) argument
33 unset($this->array[$offset]);
/plugin/davcard/vendor/sabre/vobject/lib/
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/webdavclient/vendor/sabre/vobject/lib/
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/vendor/sabre/vobject/lib/
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/html2pdf/html2pdf/html2ps/
H A Dxhtml.deflist.inc.php4 function process_dd(&$sample_html, $offset) { argument
5 …return autoclose_tag($sample_html, $offset, "(dt|dd|dl|/dl|/dd)", array("dl" => "process_dl"), "/d…
8 function process_dt(&$sample_html, $offset) { argument
9 …return autoclose_tag($sample_html, $offset, "(dt|dd|dl|/dl|/dd)", array("dl" => "process_dl"), "/d…
12 function process_dl(&$sample_html, $offset) { argument
13 return autoclose_tag($sample_html, $offset, "(dt|dd|/dl)",
19 function process_deflists(&$sample_html, $offset) { argument
20 return autoclose_tag($sample_html, $offset, "(dl)",
H A Dxhtml.lists.inc.php4 function process_li(&$sample_html, $offset) { argument
5 return autoclose_tag($sample_html, $offset, "(ul|ol|li|/li|/ul|/ol)",
11 function process_ol(&$sample_html, $offset) { argument
12 return autoclose_tag($sample_html, $offset, "(li|/ol)",
17 function process_ul(&$sample_html, $offset) { argument
18 return autoclose_tag($sample_html, $offset, "(li|/ul)",
23 function process_lists(&$sample_html, $offset) { argument
24 return autoclose_tag($sample_html, $offset, "(ul|ol)",
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php116 $offset = 0;
146 while ($offset < $maxOffset) {
147 $nextToken = $this->nextToken($offset);
157 $offset + 1,
161 $offset
166 $nextToken['offset'] = $offset;
179 'offset' => $offset
186 * @param int $offset Offset.
190 protected function nextToken($offset) argument
269 * @param int $offset Offset.
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php211 * @param mixed $offset
215 public function offsetExists($offset) argument
217 return isset($this->cookie[$offset]);
221 * @param mixed $offset
225 public function offsetGet($offset) argument
227 return $this->offsetExists($offset) ? $this->cookie[$offset] : null;
231 * @param mixed $offset
236 public function offsetSet($offset, $value) argument
239 unset($this->cookie[$offset]);
250 offsetUnset($offset) global() argument
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureArray.php16 public function offsetExists($offset)
18 return isset($this->_value[$offset]);
25 public function offsetGet($offset)
27 return $this->_value[$offset];
34 public function offsetSet($offset, $value)
36 $this->_value[$offset] = $value;
43 public function offsetUnset($offset)
45 unset($this->_value[$offset]);
15 offsetExists($offset) global() argument
24 offsetGet($offset) global() argument
33 offsetSet($offset, $value) global() argument
42 offsetUnset($offset) global() argument
H A DCompletedFutureArray.php18 public function offsetExists($offset) argument
20 return isset($this->result[$offset]);
27 public function offsetGet($offset) argument
29 return $this->result[$offset];
36 public function offsetSet($offset, $value) argument
38 $this->result[$offset] = $value;
45 public function offsetUnset($offset) argument
47 unset($this->result[$offset]);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorList.php48 public function offsetExists($offset) argument
50 return isset($this->authors[$offset]);
56 public function offsetGet($offset) argument
58 return $this->authors[$offset] ?? null;
64 public function offsetSet($offset, $value) argument
66 if (null === $offset) {
69 $this->authors[$offset] = $value;
76 public function offsetUnset($offset) argument
78 unset($this->authors[$offset]);
/plugin/gtime/gtlib/util/
H A DGTBase16.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 encodeWithColons(array $bytes, $offset = null, $length = null) { argument
59 return self::getInstance()->encode($bytes, $offset, $length, ':', 2);
67 * @param int $offset the start offset of the data within bytes
71 public static function encodeWithSpaces(array $bytes, $offset = null, $length = null) { argument
72 return self::getInstance()->encode($bytes, $offset, $length, ' ', 2);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php63 protected $offset = 1;
111 * Request to start at a specific offset/percentage of entries.
113 * @param int $offset argument
116 public function startAt(int $offset)
118 $this->offset = $offset;
131 $this->offset = ($this->offset - $size < 0) ? 0 : $this->offset - $size;
144 $this->offset
60 protected $offset = 1; global() variable in FreeDSx\\Ldap\\Search\\Vlv
[all...]
/plugin/diagramsnet/lib/img/lib/mscae/
H A DDC_OS.svg1offset="0" stop-color="#7540b7"/><stop offset="1" stop-color="#9351e5"/></linearGradient><path d="…
/plugin/jukebox/id3/
H A Dgetid3.lib.php398 $offset = 0;
400 $offset = strpos($reversedfilename, '.', $offset + 1);
750 $offset = 0;
759 $offset += 4;
765 $offset += 3;
770 $offset += 2;
774 $offset += 1;
778 $offset += 1;
793 $offset = 0;
802 $offset += 4;
[all …]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dwindows_server_2.svg1offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGradient><linearGr…
H A Dmainframe.svg1offset="0" stop-color="#a6dbff"/><stop offset="1" stop-color="#c0e5ff"/></linearGradient><linearGr…

12345678910>>...35