Home
last modified time | relevance | path

Searched refs:getStream (Results 1 – 25 of 85) sorted by last modified time

1234

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php378 $stream = $value->getStream();
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php138 public function getStream($cache = false) function in setasign\\Fpdi\\PdfParser\\Type\\PdfStream
230 $stream = $this->getStream();
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php370 public function getStream() function in setasign\\Fpdi\\PdfParser\\StreamReader
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php251 $stream = $value->getStream();
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php537 $this->_put($value->getStream());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php23 public function getStream() function in GuzzleHttp\\Stream\\Exception\\SeekException
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php14 $this->assertSame($s, $e->getStream());
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md640 - `getStream` and `setStream` have been removed to better encapsulate streams.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php23 public function getStream() function in GuzzleHttp\\Exception\\SeekException
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md281 … a path/url), then it will not close it for you. You can retrieve those using getStream() if needed
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php102 public function getStream() function in Monolog\\Handler\\StreamHandler
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php234 public function getStream() function in GuzzleHttp\\Psr7\\UploadedFile
274 $this->getStream(),
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUploadedFileInterface.php31 public function getStream(); function
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/mediathumbnails/
H A Dthumb_engines.php139 $fp = $zip->getStream($thumbnail_path);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2getStream:(function(fd){return FS.streams[fd]}),createStream:(function(stream,fd_start,fd_end){if(…
H A Dopus.js2getStream:(function(fd){return FS.streams[fd]}),createStream:(function(stream,fd_start,fd_end){if(…
H A Dogg.js2getStream:(function(fd){return FS.streams[fd]}),createStream:(function(stream,fd_start,fd_end){if(…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php57 $stream = $this->parser->getStream();
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js11538 …ment = new _document.PDFDocument(_assertThisInitialized(_this2), _this2.streamManager.getStream());
12124 value: function getStream() {
H A Dpdf.worker.js.map1getStream());\n }\n\n async ensure(obj, prop, args) {\n try {\n const value = obj[prop];…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStream.php54 public function getStream(); function
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php124 return feof($this->getStream());
144 return fread($this->getStream(), $length);
165 return fgetc($this->getStream());
219 return fgets($this->getStream());
230 return stream_get_contents($this->getStream(), -1, $offset);
241 return fscanf($this->getStream(), $format);
262 return fwrite($this->getStream(), $string, $length);
375 return ftruncate($this->getStream(), $size);

1234