| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/CrossReference/ ! |
| H A D | CrossReferenceSourceParser.php | 24 …$startXrefMarkerPos = $stream->lastPos(Marker::START_XREF, $stream->getSizeInBytes() - $eofMarkerP… 26 … $startByteOffset = $stream->getStartOfNextLine($startXrefMarkerPos, $stream->getSizeInBytes()) 28 $endByteOffset = $stream->getEndOfCurrentLine($startByteOffset, $stream->getSizeInBytes()) 33 …stCrossReferenceSection, $stream->read($startXrefMarkerPos, $stream->getSizeInBytes() - $startXref… 37 if ($byteOffsetLastCrossReferenceSection > $stream->getSizeInBytes()) { 38 …getSizeInBytes(), $stream->lastPos(Marker::XREF, $stream->getSizeInBytes() - $startXrefMarkerPos) … 41 …set = $stream->getEndOfCurrentLine($byteOffsetLastCrossReferenceSection, $stream->getSizeInBytes()) 46 …$lastPosXrefSection = $stream->lastPos(Marker::XREF, $stream->getSizeInBytes() - $startXrefMarkerP… 47 … $lastPosObject = $stream->lastPos(Marker::OBJ, $stream->getSizeInBytes() - $startXrefMarkerPos); 53 …efSectionPos = $stream->getEndOfCurrentLine($lastPossibleXrefSectionPos, $stream->getSizeInBytes()) [all …]
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/Object/Item/UncompressedObject/ ! |
| H A D | UncompressedObjectParser.php | 17 …(Marker::OBJ, $crossReferenceEntry->byteOffsetInDecodedStream, $document->stream->getSizeInBytes()) 19 …dObj = $document->stream->firstPos(Marker::END_OBJ, $startObj, $document->stream->getSizeInBytes()) 24 …m->firstPos(Marker::END_STREAM, $startStream + ($length ?? 0), $document->stream->getSizeInBytes()) 26 …Obj = $document->stream->firstPos(Marker::END_OBJ, $endStream, $document->stream->getSizeInBytes())
|
| H A D | UncompressedObject.php | 50 …?? $document->stream->lastPos(Marker::END_OBJ, $document->stream->getSizeInBytes() - $this->endOff… 102 … = $document->stream->lastPos(Marker::END_STREAM, $document->stream->getSizeInBytes() - $this->end… 119 …$endObjPos = $document->stream->lastPos(Marker::END_OBJ, $document->stream->getSizeInBytes() - $th…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/ ! |
| D | ExportStats.php | 59 public function getSizeInBytes() function in Google\\Service\\Vault\\ExportStats
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Stream/ ! |
| H A D | FileStream.php | 49 public function getSizeInBytes(): int { function in PrinsFrank\\PdfParser\\Stream\\FileStream 147 return $this->getSizeInBytes() - $offsetFromEnd + 1;
|
| H A D | Stream.php | 11 public function getSizeInBytes(): int; function
|
| H A D | AbstractStream.php | 63 return $this->read(0, $this->getSizeInBytes());
|
| H A D | InMemoryStream.php | 18 public function getSizeInBytes(): int { function in PrinsFrank\\PdfParser\\Stream\\InMemoryStream
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/ContentStream/ ! |
| H A D | ContentStreamParser.php | 39 $contentStreamSize = $contentStream->getSizeInBytes(); 97 …usOperandIndex !== null && $startPreviousOperandIndex < $previousContentStream->getSizeInBytes()) { 98 …tentStream->read($startPreviousOperandIndex, $previousContentStream->getSizeInBytes() - $startPrev…
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/Dictionary/DictionaryValue/Array/ ! |
| H A D | DictionaryArrayValue.php | 39 …am = new InMemoryStream('<<' . $dictionaryValueString . '>>'), 0, $memoryStream->getSizeInBytes());
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/CrossReference/RawStream/ ! |
| H A D | ObjectPositionsFromRawStreamParser.php | 13 foreach ($stream->chars(0, $stream->getSizeInBytes()) as $byteOffset => $char) {
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/Dictionary/ ! |
| H A D | Dictionary.php | 58 $value = DictionaryParser::parse(null, $content, 0, $content->getSizeInBytes()); 78 $value = DictionaryParser::parse(null, $content, 0, $content->getSizeInBytes());
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/CrossReference/Source/Section/SubSection/ ! |
| H A D | CrossReferenceSubSection.php | 62 if ($crossReferenceEntry->byteOffsetInDecodedStream > $stream->getSizeInBytes()) {
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/Object/Item/CompressedObject/ ! |
| H A D | CompressedObjectByteOffsetParser.php | 26 … $endStreamPos = $stream->lastPos(Marker::END_STREAM, $stream->getSizeInBytes() - $endOffsetObject)
|
| H A D | CompressedObject.php | 47 $content->getSizeInBytes(),
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/Image/ ! |
| H A D | RasterizedImage.php | 27 $streamLength = $content->getSizeInBytes();
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/CrossReference/Stream/ ! |
| H A D | CrossReferenceStreamParser.php | 44 …$endStream = $stream->lastPos(Marker::END_STREAM, $stream->getSizeInBytes() - $startPos + $nrOfByt…
|
| /plugin/totext/vendor/prinsfrank/pdfparser/src/Document/Object/Decorator/ ! |
| H A D | Font.php | 103 … return $this->toUnicodeCMap = ToUnicodeCMapParser::parse($stream, 0, $stream->getSizeInBytes());
|