| /plugin/zip/pear/File/Archive/Reader/ |
| D | Tar.php | 243 $seek = null; 246 $seek = 512 + $this->currentStat[7] + $this->footerLength; 247 $blocks[] = $seek; //Remove this file 253 if ($seek === null) { 254 $seek = $size; 259 $seek += $size; 262 $seek += $size; 266 if ($seek !== null) { 267 $seek += $size; 272 if ($seek === null) { [all …]
|
| D | Ar.php | 276 $seek = null; 279 $seek = $this->_header + $this->_currentStat[7] + ($this->_footer ? 1 : 0); 280 $blocks[] = $seek; //Remove this file 286 if ($seek === null) { 287 $seek = $size; 292 $seek += $size; 295 $seek += $size; 299 if ($seek !== null) { 300 $seek += $size; 305 if ($seek === null) { [all …]
|
| D | Zip.php | 288 $seek = null; 291 $seek = 30 + $this->header['File'] + $this->header['Extra'] + $this->header['CLen']; 292 $blocks[] = $seek; //Remove this file 300 if ($seek === null) { 301 $seek = $size; 306 $seek += $size; 309 $seek += $size; 313 if ($seek !== null) { 314 $seek += $size; 323 if ($seek === null) { [all …]
|
| D | Directory.php | 182 function makeWriterRemoveBlocks($blocks, $seek = 0) argument 191 $writer = $lastSource->makeWriterRemoveBlocks($blocks, $seek); 211 $writer = $this->source->makeAppendWriter($seek);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | CachingStreamTest.php | 45 $this->body->seek(10); 50 $this->assertFalse($this->body->seek(2, SEEK_END)); 63 $d->seek(0); 69 $this->body->seek(0); 72 $this->body->seek(2); 74 $this->body->seek(2, SEEK_CUR); 83 $this->body->seek(0); 112 $body->seek(5); 124 $body->seek(0);
|
| D | LimitStreamTest.php | 33 $body->seek(0); 62 $this->assertEquals(true, $this->body->seek(100)); 65 $this->assertEquals(true, $this->body->seek(0)); 68 $this->assertEquals(false, $this->body->seek(-10)); 71 $this->assertEquals(true, $this->body->seek(5)); 74 $this->assertEquals(false, $this->body->seek(1000, SEEK_END));
|
| D | FnStreamTest.php | 18 (new FnStream([]))->seek(1); 68 $b->seek(0); 70 $b->seek(0); 73 $b->seek(0, SEEK_END);
|
| D | StreamDecoratorTraitTest.php | 75 $this->assertTrue($this->b->seek(1)); 78 $this->assertTrue($this->b->seek(0)); 81 $this->assertTrue($this->b->seek(0, SEEK_END)); 90 $this->b->seek(1); 120 $this->b->seek(0, SEEK_END);
|
| D | AppendStreamTest.php | 29 $this->assertFalse($a->seek(100, SEEK_CUR)); 47 $this->assertFalse($a->seek(10)); 58 $this->assertTrue($a->seek(3)); 61 $a->seek(6);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | StreamDecoratorTrait.php | 44 $this->seek(0); 123 $this->seek(0); 126 public function seek($offset, $whence = SEEK_SET) function 128 $this->stream->seek($offset, $whence);
|
| D | LimitStream.php | 73 public function seek($offset, $whence = SEEK_SET) function in GuzzleHttp\\Psr7\\LimitStream 91 $this->stream->seek($offset); 117 $this->stream->seek($offset);
|
| D | CachingStream.php | 50 $this->seek(0); 53 public function seek($offset, $whence = SEEK_SET) function in GuzzleHttp\\Psr7\\CachingStream 80 $this->stream->seek($byte);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | StreamDecoratorTrait.php | 45 $this->seek(0); 129 $this->seek(0); 132 public function seek($offset, $whence = SEEK_SET): void function 134 $this->stream->seek($offset, $whence);
|
| D | LimitStream.php | 74 public function seek($offset, $whence = SEEK_SET): void function in GuzzleHttp\\Psr7\\LimitStream 92 $this->stream->seek($offset); 117 $this->stream->seek($offset);
|
| D | CachingStream.php | 55 $this->seek(0); 58 public function seek($offset, $whence = SEEK_SET): void function in GuzzleHttp\\Psr7\\CachingStream 85 $this->stream->seek($byte);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | OtlDump.php | 219 $this->seek($this->TTCFonts[$TTCfontID]['offset']); 314 function seek($pos) function in Mpdf\\OtlDump 496 $this->seek($string_data_offset + $offset); 508 $this->seek($opos); 514 $this->seek($opos); 780 $this->seek($save_pos); 804 $this->seek($unicode_cmap_offset + 4); 956 $this->seek($gdef_offset + $GlyphClassDef_offset); 1070 $this->seek($gdef_offset + $MarkAttachClassDef_offset); 1102 $this->seek($gdef_offset + $MarkGlyphSetsDef_offset); [all …]
|
| D | TTFontFile.php | 288 $this->seek($this->TTCFonts[$TTCfontID]['offset']); 395 function seek($pos) function in Mpdf\\TTFontFile 584 $this->seek($this->TTCFonts[$TTCfontID]['offset']); 612 $this->seek($save_pos); 704 $this->seek($string_data_offset + $offset); 716 $this->seek($opos); 721 $this->seek($opos); 1039 $this->seek($save_pos); 1061 $this->seek($unicode_cmap_offset + 4); 1253 $this->seek($gdef_offset + $GlyphClassDef_offset); [all …]
|
| D | TTFontFileAnalysis.php | 46 $this->seek($this->TTCFonts[$TTCfontID]['offset']); 142 $this->seek($string_data_offset + $offset); 154 $this->seek($opos); 159 $this->seek($opos); 274 $this->seek($save_pos); 292 $this->seek($unicode_cmap_offset + 4); 334 $this->seek($unicode_cmap_offset + 2);
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 2645 $s = $this->seek(); 2658 $this->seek($s); 2675 $this->seek($s); 2708 $this->seek($s); 2718 $this->seek($s); 2737 $this->seek($s); 2746 $this->seek($s); 2754 $this->seek($s); 2796 $this->seek($s); 2848 $s = $this->seek(); [all …]
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | StreamDecoratorTrait.php | 37 $this->seek(0); 118 public function seek($offset, $whence = SEEK_SET) function 120 return $this->stream->seek($offset, $whence);
|
| D | LimitStream.php | 75 public function seek($offset, $whence = SEEK_SET) function in GuzzleHttp\\Stream\\LimitStream 89 return $this->stream->seek($offset); 115 if (!$this->stream->seek($offset)) {
|
| D | AppendStream.php | 35 $this->seek(0); 140 public function seek($offset, $whence = SEEK_SET) function in GuzzleHttp\\Stream\\AppendStream 151 if (!$stream->seek(0)) {
|
| /plugin/authgooglesheets/vendor/psr/http-message/src/ |
| D | StreamInterface.php | 87 public function seek($offset, $whence = SEEK_SET); function 95 * @see seek()
|
| /plugin/xfortune/ |
| D | helper.php | 114 $seek = ftell($fd); 117 if ($seek == 0) { 145 } elseif ($seek == $dim - 2) {
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/src/ |
| D | StreamInterface.php | 87 public function seek(int $offset, int $whence = SEEK_SET): void; function 95 * @see seek()
|