/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio-video.asf.php | 93 $offset = 0; 99 $offset += 16; 102 $offset += 8; 137 $offset += 8; 140 $offset += 8; 142 $offset += 8; 144 $offset += 8; 146 $offset += 8; 1160 $offset = 0; 1745 $offset = 0; [all …]
|
H A D | module.audio-video.nsv.php | 75 $offset = 0; 78 $offset += 4; 89 $offset += 4; 91 $offset += 4; 93 $offset += 2; 95 $offset += 2; 98 $offset += 1; 100 $offset += 1; 102 $offset += 1; 104 $offset += 1; [all …]
|
H A D | module.audio.la.php | 30 $offset = 0; 45 $offset += 4; 48 $offset += 4; 59 $offset += 4; 80 $offset += 4; 82 $offset += 4; 85 $offset += 2; 88 $offset += 2; 95 $offset += 4; 102 $offset += 4; [all …]
|
H A D | module.graphic.bmp.php | 47 $offset = 0; 51 $offset += 2; 62 $offset += 4; 64 $offset += 2; 66 $offset += 2; 68 $offset += 4; 70 $offset += 4; 118 $offset += 2; 120 $offset += 2; 122 $offset += 2; [all …]
|
H A D | module.audio-video.real.php | 89 $offset = 8; 95 $offset += 2; 115 $offset += 2; 118 $offset += 4; 120 $offset += 4; 122 $offset += 4; 124 $offset += 4; 126 $offset += 4; 128 $offset += 4; 130 $offset += 4; [all …]
|
H A D | module.audio.monkey.php | 64 $offset = 8; 66 $offset = 8; 69 $offset += 4; 71 $offset += 4; 73 $offset += 4; 75 $offset += 4; 77 $offset += 4; 79 $offset += 4; 81 $offset += 4; 87 $offset += 2; [all …]
|
H A D | module.graphic.gif.php | 41 $offset = 0; 44 $offset += 3; 59 $offset += 3; 61 $offset += 2; 63 $offset += 2; 65 $offset += 1; 67 $offset += 1; 69 $offset += 1; 98 $offset = 0; 100 $red = getid3_lib::LittleEndian2Int(substr($GIFcolorTable, $offset++, 1)); [all …]
|
H A D | module.audio.tak.php | 46 $offset = 4; //skip magic 47 $this->fseek($offset); 53 $this->fseek($offset); 68 $this->fseek($offset); 76 $offset += 4; 77 $this->fseek($offset); 89 $offset += 4; 97 $offset += 4; 106 $offset += 4; 117 $offset += 4; [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | xhtml.tables.inc.php | 4 function process_cell(&$sample_html, $offset) { argument 5 $r = autoclose_tag($sample_html, $offset, 13 return autoclose_tag($sample_html, $offset, 38 function process_row(&$sample_html, $offset) { argument 56 function process_thead(&$html, $offset) { return process_rowgroup('thead', $html, $offset); } argument 57 function process_tbody(&$html, $offset) { return process_rowgroup('tbody', $html, $offset); } argument 58 function process_tfoot(&$html, $offset) { return process_rowgroup('tfoot', $html, $offset); } argument 60 function process_col(&$html, $offset) { argument 62 return $offset; 80 function process_colgroup(&$html, $offset) { argument [all …]
|
H A D | xhtml.autoclose.inc.php | 11 $tag_start = $offset + strlen($matches[1]); 18 $offset = $nested[$tag]($sample_html, $tag_end); 27 return $offset; 34 function skip_to(&$html, $offset, $tag) { argument 35 $prefix = substr($html,0,$offset); 36 $suffix = substr($html,$offset); 47 skip_to($sample_html, $offset, $tags_raw); 53 $tag_start = $offset + strlen($matches[1]); 60 $offset = $nested[$tag]($sample_html, $tag_end); 68 skip_to($sample_html, $offset, $tags_raw); [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | LimitStream.php | 17 private $offset; variable in GuzzleHttp\\Psr7\\LimitStream 32 $offset = 0 argument 36 $this->setOffset($offset); 78 $offset, 83 $offset += $this->offset; 86 if ($offset > $this->offset + $this->limit) { 87 $offset = $this->offset + $this->limit; 91 $this->stream->seek($offset); 110 public function setOffset($offset) argument 114 if ($current !== $offset) { [all …]
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | LimitStream.php | 14 private $offset; variable in GuzzleHttp\\Stream\\LimitStream 23 * @param int|null $offset Position to seek to before reading (only 29 $offset = 0 argument 33 $this->setOffset($offset); 53 return $tell >= $this->offset + $this->limit; 65 return $length - $this->offset; 67 return min($this->limit, $length - $this->offset); 75 public function seek($offset, $whence = SEEK_SET) argument 77 if ($whence !== SEEK_SET || $offset < 0) { 81 $offset 109 setOffset($offset) global() argument [all...] |
/plugin/combo/ComboStrap/ |
H A D | ArrayCaseInsensitive.php | 21 * A mapping between lower key and original key (ie offset) 53 public function offsetSet($offset, $value): void argument 56 if (is_null($offset)) { 57 LogUtility::msg("The offset (key) is null and this is not supported"); 59 if (is_string($offset)) { 60 $lowerCaseOffset = strtolower($offset); 61 $this->_keyMapping[$lowerCaseOffset] = $offset; 62 $this->sourceArray[$offset] = $value; 64 LogUtility::msg("The offset should be a string", LogUtility::LVL_MSG_ERROR); 70 public function offsetExists($offset) argument 76 offsetUnset($offset) global() argument 87 offsetGet($offset) global() argument [all...] |
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | Collection.php | 70 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/dw2pdf/vendor/setasign/fpdi/src/PdfParser/ |
H A D | StreamReader.php | 62 * The byte-offset position in the stream. 69 * The byte-offset position in the buffer. 73 protected $offset; variable in setasign\\Fpdi\\PdfParser\\StreamReader 152 return $this->bufferLength - $this->offset; 177 $string = \substr($this->buffer, $this->offset); 187 * If the $position parameter is set to null the value of $this->offset will be used. 194 $position = (int) ($position !== null ? $position : $this->offset); 205 * Returns a byte at a specific position, and set the offset to the next byte position. 209 * If the $position parameter is set to null the value of $this->offset will be used. 221 $offset 319 setOffset($offset) global() argument 345 addOffset($offset) global() argument [all...] |
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.bmp.php | 98 $offset = 0; 104 $offset += 2; 114 $offset += 4; 116 $offset += 2; 118 $offset += 2; 120 $offset += 4; 122 $offset += 4; 170 $offset += 2; 172 $offset += 2; 174 $offset += 2; [all …]
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/ |
H A D | Decoder.php | 71 public function decode($offset) argument 75 Util::read($this->fileStream, $offset, 1) 77 ++$offset; 85 list($pointer, $offset) = $this->decodePointer($ctrlByte, $offset); 94 return [$result, $offset]; 100 Util::read($this->fileStream, $offset, 1) 114 ++$offset; 117 list($size, $offset) = $this->sizeFromCtrlByte($ctrlByte, $offset); 122 decodeByType($type, $offset, $size) global() argument 170 decodeArray($size, $offset) global() argument 236 decodeMap($size, $offset) global() argument 249 decodePointer($ctrlByte, $offset) global() argument 326 sizeFromCtrlByte($ctrlByte, $offset) global() argument [all...] |
/plugin/freechat/phpfreechat/misc/ |
H A D | generate-doc.inc.php | 16 $offset = 0; 26 $offset = $offset_start; 29 while ($offset < $offset_end) 34 if (preg_match('/\/\*\*/', $data, $matches1, PREG_OFFSET_CAPTURE, $offset)) 37 $offset = $offset_end; 41 preg_match('/\*\//', $data, $matches3, PREG_OFFSET_CAPTURE, $offset)) 46 $offset2 = $offset; 55 $offset = $offset2; 67 $offset = $matches4[1][1]; 72 $offset = $offset_end; [all …]
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/ |
H A D | LanguageResult.php | 34 * @param mixed $offset 37 public function offsetExists($offset): bool argument 39 return isset($this->result[$offset]); 43 * @param mixed $offset 46 public function offsetGet($offset): ?float argument 48 return $this->result[$offset] ?? null; 52 * @param mixed $offset 56 public function offsetSet($offset, $value): void argument 58 if (null === $offset) { 61 $this->result[$offset] 68 offsetUnset($offset) global() argument 145 limit(int $offset, int $length = null) global() argument [all...] |
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/ |
H A D | Status.php | 18 * Try to get token in buffer at offset position. 21 * @param integer $offset 24 abstract public function getToken(string $buffer, int $offset): ?Token; argument 43 * Checks if the given offset position matches the pattern. 46 * @param integer $offset 50 protected function matchPattern(string $buffer, int $offset, string $pattern): ?string { argument 52 $pattern, $buffer, $match, PREG_OFFSET_CAPTURE, $offset 57 $match[0][1] === $offset 64 protected function matchPatterns(string $buffer, int $offset, array $patterns): ?Token { argument 67 $buffer, $offset, 78 matchCharacters(string $buffer, int $offset, array $chars) global() argument [all...] |
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A D | SampleArrayAccess.php | 16 public function offsetSet($offset, $value) argument 18 if (is_null($offset)) { 21 $this->container[$offset] = $value; 24 public function offsetExists($offset) argument 26 return isset($this->container[$offset]); 28 public function offsetUnset($offset) argument 30 unset($this->container[$offset]); 32 public function offsetGet($offset) argument 34 return isset($this->container[$offset]) ? $this->container[$offset] : null;
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Node.php | 159 * @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 …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Node.php | 159 * @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 …]
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Node.php | 159 * @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 …]
|
/plugin/diagramsnet/lib/img/lib/mscae/ |
H A D | Virtual_Machines_Linux.svg | 1 …offset="0" stop-color="#ffeed7"/><stop offset="1" stop-color="#bdbfc2"/></linearGradient><path d="…
|