Home
last modified time | relevance | path

Searched refs:buffer (Results 26 – 50 of 302) sorted by relevance

12345678910>>...13

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
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...]
/plugin/highlightjs/highlight/
H A Dhighlight.js128 return escape(buffer);
152 result += escape(buffer.substr(last_index, buffer.length - last_index));
171 mode.buffer = '';
174 mode.buffer = '';
177 mode.buffer = lexem;
185 result += processBuffer(current_mode.buffer + buffer, current_mode);
191 result += processBuffer(current_mode.buffer + buffer, current_mode);
201 result += processBuffer(current_mode.buffer + buffer, current_mode) + markup;
203 … result += processBuffer(current_mode.buffer + buffer, current_mode) + markup + escape(lexem);
205 result += processBuffer(current_mode.buffer + buffer + lexem, current_mode) + markup;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/build/
H A Dgenerate.php26 $buffer = <<<EOT variable
51 $buffer .= sprintf(" '%s',\n", $function);
54 $buffer .= <<< EOT
61 file_put_contents(__DIR__ . '/../src/ResourceOperations.php', $buffer);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php19 * Try to get token in buffer at offset position.
21 * @param string $buffer
25 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
26 if ('"' === substr($buffer, $offset, 1)) {
31 $tokenString = substr($buffer, $offset, 2);
38 $buffer, $offset, '([^\\\\"]+)S'
H A DSingle.php19 * Try to get token in buffer at offset position.
21 * @param string $buffer
25 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
26 if ("'" === substr($buffer, $offset, 1)) {
31 $tokenString = substr($buffer, $offset, 2);
38 $buffer, $offset, '([^\\\\\']+)S'
/plugin/gcalendar/inc/
H A Dgcal_read.php104 $buffer = trim(fgets($handle, 4096));
108 if(preg_match($pattern, $buffer, $subpattern)) {
118 if(preg_match($pattern, $buffer, $subpattern)) {
119 $buffer = $subpattern[1];
124 $start_time = fetch_time($buffer);
127 if($buffer{0}=="-") {
128 $buffer = trim(substr($buffer,1)); # remove dash
129 $end_date = fetch_date($buffer,$default_date);
132 $end_time = fetch_time($buffer);
139 $entry = $buffer;
[all …]
/plugin/statistics/inc/pchart/
H A DPalette.php78 $buffer = fgets($handle, 4096);
79 $buffer = str_replace(chr(10), '', $buffer);
80 $buffer = str_replace(chr(13), '', $buffer);
81 $values = explode($delimiter, $buffer);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php340 $buffer = &$this->enbuffer;
342 $buffer = &$this->debuffer;
344 if (!strlen($buffer['ciphertext'])) {
347 $ciphertext = $text ^ Strings::shift($buffer['ciphertext'], strlen($text));
358 $iv = pack('V', $buffer['counter']) . $this->p2;
360 $buffer['counter'] += (strlen($text) >> 6) + 1; // ie. divide by 64
377 $temp = static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2);
380 $buffer['ciphertext'] = substr($temp, $overflow);
381 } elseif (!strlen($buffer['ciphertext'])) {
383 $iv = pack('V', $buffer['counter']) . $this->p2;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/
H A Dcircle.player.css27 .cp-buffer-1,
28 .cp-buffer-2,
43 .cp-buffer-1,
44 .cp-buffer-2 {
45 background:url("buffer.png") 0 0 no-repeat;
64 .cp-buffer-holder,
76 .cp-buffer-holder,
85 .cp-buffer-holder.cp-gt50,
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php85 $buffer = '';
94 $buffer .= $buf;
96 return $buffer;
106 $buffer .= $buf;
107 $len = strlen($buffer);
110 return $buffer;
249 $buffer = '';
255 return $buffer;
257 $buffer .= $byte;
264 return $buffer;
H A DPumpStream.php34 private $buffer; variable in GuzzleHttp\\Psr7\\PumpStream
51 $this->buffer = new BufferStream();
123 $data = $this->buffer->read($length);
130 $data .= $this->buffer->read($remaining);
165 $this->buffer->write($data);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php138 $buffer = '';
164 $buffer .= $this->renderItemTemplate(
205 $buffer .= $this->renderFunctionOrMethodItem(
213 return $buffer;
228 $buffer = '';
231 $buffer .= $this->renderFunctionOrMethodItem(
237 return $buffer;
409 $buffer = file_get_contents($file);
410 $tokens = token_get_all($buffer);
414 $fileEndsWithNewLine = substr($buffer, -1) == "\n";
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php65 $buffer = & $buffers[$i];
74 $buffer .= $current;
77 $calls[] = array($buffer.';', $options);
78 $buffer = '';
82 $buffer .= $current;
90 $buffer = '';
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php39 var $buffer; variable in File_Archive_Writer_Tar
138 $this->stats[7] = strlen($this->buffer);
144 $this->buffer
151 $this->buffer = "";
185 $this->buffer .= $data;
197 $this->buffer .= file_get_contents($filename);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php78 protected $buffer; variable in Handlebars\\Tokenizer
130 $this->buffer .= $character;
172 $newBuffer = explode(' ', trim($this->buffer), 2);
177 $this->buffer = $newBuffer[0];
181 self::NAME => trim($this->buffer),
194 $this->buffer = '';
212 $this->buffer .= $character;
234 $this->buffer = '';
243 * Flush the current buffer to a token.
249 if (!empty($this->buffer)) {
[all...]
H A DHelpers.php238 $buffer = $template->render($context);
241 return $buffer;
261 $buffer = $template->render($context);
264 return $buffer;
303 $buffer = '';
341 $buffer .= $tpl->render($context);
353 return $buffer;
396 $buffer = $template->render($context);
399 return $buffer;
422 $buffer
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
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 DAppendStream.php175 $buffer = '';
187 $buffer .= $this->streams[$this->current]->read($remaining);
188 $remaining = $length - strlen($buffer);
191 $this->pos += strlen($buffer);
193 return $buffer;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php159 $buffer = trim(fgets($handle));
162 if ($buffer === 'END') {
167 $key = fread($handle, substr($buffer, 2));
173 $buffer = trim(fgets($handle));
176 $length = substr($buffer, 2);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBufferHandler.php41 protected $buffer = []; variable in Monolog\\Handler\\BufferHandler
77 array_shift($this->buffer);
87 $this->buffer[] = $record;
99 $this->handler->handleBatch($this->buffer);
126 $this->buffer = [];
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMappedImage.java27 private MappedByteBuffer buffer; field in MappedImage
68 buffer = channel.map(MapMode.READ_ONLY, position, imageBytes.length); in MappedImage()
81 buffer.load(); in getImageBytes()
82 buffer.rewind(); in getImageBytes()
83 ret = new byte[buffer.remaining()]; in getImageBytes()
84 buffer.get(ret); in getImageBytes()
/plugin/charter/lib/pchart/
H A DpData.class.php72 $buffer = fgets($handle, 4096);
73 $buffer = str_replace(chr(10),"",$buffer);
74 $buffer = str_replace(chr(13),"",$buffer);
75 $Values = split($Delimiter,$buffer);
77 if ( $buffer != "" )
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php40 * Try to get token in buffer at offset position.
42 * @param string $buffer
46 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
47 if ($token = $this->matchCharacters($buffer, $offset, $this->_tokenChars)) {
50 if ($token = $this->matchPatterns($buffer, $offset, $this->_tokenPatterns)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php42 $buffer = $this->fread(512);
43 if (strlen($buffer) < 512) {
50 $checksum += ord($buffer[$i]);
56 $checksum += ord($buffer[$i]);
58 $attr = unpack($unpack_header, $buffer);
85 if ($buffer == $null_512k) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php597 * @param string $buffer
601 protected function formatWithColor($color, $buffer) argument
604 return $buffer;
608 $lines = explode("\n", $buffer);
631 * @param string $buffer
634 protected function writeWithColor($color, $buffer, $lf = true) argument
636 $this->write($this->formatWithColor($color, $buffer));
647 * @param string $buffer
649 protected function writeProgressWithColor($color, $buffer) argument
651 $buffer = $this->formatWithColor($color, $buffer);
[all …]

12345678910>>...13