Home
last modified time | relevance | path

Searched refs:buffer (Results 101 – 125 of 302) sorted by path

12345678910>>...13

/plugin/dokucrypt2/
H A Dscript.js1488 var buffer = []; variable
1674 buffer[index] = and(b, 0xff);
1676 transform(buffer, 0);
/plugin/dropfiles/
H A Dyarn.lock155 safer-buffer "~2.1.0"
280 buffer-xor "^1.0.3"
285 safe-buffer "^5.0.1"
342 buffer-xor@^1.0.3:
346 buffer@^4.3.0:
1398 is-buffer@^1.1.5:
1606 is-buffer "^1.1.5"
1612 is-buffer "^1.1.5"
1844 buffer "^4.3.0"
2468 safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php336 $this->buffer .= $s . "\n";
338 $this->buffer .= $s;
343 * Writes a PdfType object to the resulting buffer.
H A DMpdf.php747 var $buffer; // buffer holding in-memory PDF
1093 $this->buffer = '';
4343 // Save cross-reference to Column buffer
9527 $this->logger->debug(sprintf('PDF file size %s kB', number_format(strlen($this->buffer) / 1024)), ['context' => LogContext::STATISTICS]);
9564 header('Content-Length: ' . strlen($this->buffer));
9575 echo $this->buffer;
9596 header('Content-Length: ' . strlen($this->buffer));
9601 echo $this->buffer;
9612 fwrite($f, $this->buffer, strle
746 var $buffer; // buffer holding in-memory PDF global() variable in Mpdf\\Mpdf
20687 _tableRect($x, $y, $w, $h, $bord = 1, $details = [], $buffer = false, $bSeparate = false, $cort = 'cell', $tablecorner = '', $bsv = 0, $bsh = 0) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php35 $this->mpdf->buffer .= $s . ($ln ? "\n" : '');
56 $this->mpdf->offsets[$obj_id] = strlen($this->mpdf->buffer);
189 // Captures everything in buffer for columns; Almost everything is sent from fn. Cell() except:
230 // Captures eveything in buffer for rotated tables;
235 // Captures eveything in buffer for keep-with-table (h1-6);
H A DMetadataWriter.php800 $uniqid = md5(time() . $this->mpdf->buffer);
H A DPageWriter.php268 $this->mpdf->offsets[1] = strlen($this->mpdf->buffer);
H A DResourceWriter.php127 $this->mpdf->offsets[2] = strlen($this->mpdf->buffer);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php202 // initiate buffer with current state of FPDF
203 $buffer = "2 J\n"
207 $buffer .= \sprintf("BT /F%d %.2F Tf ET\n", $this->CurrentFont['i'], $this->FontSizePt);
211 $buffer .= $this->DrawColor . "\n";
214 $buffer .= $this->FillColor . "\n";
224 'buffer' => $buffer,
425 $buffer = \gzcompress($template['buffer']);
428 $buffer
[all...]
H A DFpdi.php150 $this->buffer .= $s . "\n";
152 $this->buffer .= $s;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php299 $buffer = $reader->getBuffer(false);
300 $pos = \strrpos($buffer, 'startxref');
304 $pos = \strrpos($buffer, 'startref');
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php127 $buffer = $this->streamReader->getBuffer(false);
128 $offset = \strpos($buffer, '%PDF-');
H A DStreamReader.php69 * The byte-offset position in the buffer.
76 * The buffer length.
90 * The buffer.
94 protected $buffer; variable in setasign\\Fpdi\\PdfParser\\StreamReader
141 * Returns the byte length of the buffer.
166 * Returns the current buffer.
174 return $this->buffer;
177 $string = \substr($this->buffer, $this->offset);
183 * Gets a byte at a specific position in the buffer.
201 return $this->buffer[
[all...]
H A DTokenizer.php126 // in the current buffer or increase the buffers length
152 $buffer = $this->streamReader->getBuffer(false);
153 $matches = \strspn($buffer, "\x20\x0A\x0C\x0D\x09\x00", $this->streamReader->getOffset());
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfHexString.php32 * @var string $buffer
36 $buffer = $streamReader->getBuffer(false);
37 $pos = \strpos($buffer, '>', $bufferOffset);
48 $result = \substr($buffer, $bufferOffset, $pos - $bufferOffset);
H A DPdfStream.php148 $buffer = $this->extractStream();
151 $buffer = $this->reader->getBuffer(false);
153 $this->reader->reset($this->stream + strlen($buffer));
158 $buffer = $this->extractStream();
159 $this->reader->reset($this->stream + strlen($buffer));
165 return $buffer;
168 $this->stream = $buffer;
184 $buffer = $this->reader->getBuffer(false);
185 $length = \strpos($buffer, 'endstream');
195 $buffer
[all...]
H A DPdfString.php32 $buffer = $streamReader->getBuffer(false);
33 for ($length = \strlen($buffer); $openBrackets !== 0 && $pos < $length; $pos++) {
34 switch ($buffer[$pos]) {
47 $result = \substr($buffer, $startPos, $openBrackets + $pos - $startPos - 1);
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php151 $this->buffer .= $s . "\n";
153 $this->buffer .= $s;
/plugin/dwcommits/
H A Dhelper.php392 while (($buffer = fgets($handle, 4096)) !== false) {
395 if(preg_match('/^([A-Z]\w+):(.*)/',$buffer, $matches)) {
421 elseif (preg_match('/^commit\s(.*)/',$buffer,$commit)) {
430 $msg .= $buffer;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst33 and when read, shifting data off of the buffer.
34 * Added ``GuzzleHttp\Stream\NullBuffer`` which can be used as a buffer that
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php175 $buffer = '';
187 $buffer .= $this->streams[$this->current]->read($remaining);
188 $remaining = $length - strlen($buffer);
191 $this->pos += strlen($buffer);
193 return $buffer;
H A DAsyncReadStream.php14 * buffer, then the pump function is used to block until the requested number
17 * can send other transfers while waiting on the desired buffer size to be
26 /** @var callable|null Fn used to notify writers the buffer has drained */
32 /** @var int|null Highwater mark of the underlying buffer */
50 * meaning the buffer is now writable again because the size of the
51 * buffer is at an acceptable level (e.g., below the high water mark).
52 * The function accepts a single argument, the buffer stream object that
61 * @param StreamInterface $buffer Buffer that contains the data that has
65 * @throws \InvalidArgumentException if the buffer is not readable and
69 StreamInterface $buffer, argument
[all...]
H A DBufferStream.php7 * Provides a buffer stream that can be written to to fill a buffer, and read
8 * from to remove bytes from the buffer.
12 * preferred size of the buffer.
19 private $buffer = ''; variable in GuzzleHttp\\Stream\\BufferStream
23 * buffer size. If the size of the buffer exceeds the high
26 * until the buffer has been drained by reading from it.
40 $buffer = $this->buffer;
[all...]
H A DPumpStream.php31 private $buffer; variable in GuzzleHttp\\Stream\\PumpStream
48 $this->buffer = new BufferStream();
114 $data = $this->buffer->read($length);
121 $data .= $this->buffer->read($remaining);
156 $this->buffer->write($data);
H A DUtils.php58 $buffer = '';
66 $buffer .= $buf;
68 return $buffer;
77 $buffer .= $buf;
78 $len = strlen($buffer);
81 return $buffer;
154 * Read a line from the stream up to the maximum allowed buffer length
157 * @param int $maxLength Maximum buffer length
164 $buffer = '';
170 return $buffer;
[all...]

12345678910>>...13