Home
last modified time | relevance | path

Searched refs:buffer (Results 201 – 225 of 302) sorted by last modified time

12345678910>>...13

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php128 $buffer = $this->header;
131 $buffer = $this->getDiffBufferElementNew($diff, $buffer, $start);
138 $buffer = $this->getDiffBufferElementNew($diff, $buffer, $i);
140 $buffer = $this->getDiffBufferElement($diff, $buffer, $i);
144 return $buffer;
151 * @param string $buffer
159 $buffer .= '+' . $diff[$diffIndex][0] . "\n";
161 $buffer .= '-' . $diff[$diffIndex][0] . "\n";
166 return $buffer;
173 * @param string $buffer
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php628 $buffer = abs($nextAction);
630 if (($buffer & 1) == 0) {
631 $this->buffers[($buffer - 2) / 2] = null;
633 $buffer = ($buffer - 1) / 2;
635 if (!(isset($this->buffers[$buffer]))) {
636 $this->buffers[$buffer] = null;
639 $this->buffers[$buffer] .= $nextChar;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md395 $buffer->rewind();
396 echo $buffer->current(); // a
398 $buffer->next();
399 echo $buffer->current(); // b
401 $buffer->next();
402 echo $buffer->current(); // c
404 $buffer->previous();
405 echo $buffer->current(); // b
407 $buffer->previous();
408 echo $buffer->current(); // a
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php94 * @param string $buffer Stream buffer.
96 public function __construct(&$brigade, $is = self::IS_A_BRIGADE, $buffer = '') argument
103 $this->setBucket(stream_bucket_new($brigade, $buffer));
H A DREADME.md30 mode, buffer size, metadata etc.,
104 * `Bufferable`, for streams with at least one internal buffer,
502 works on the `_buffer` attribute. This buffer contains the whole
503 content of the stream. This is really a buffer. Why would it be
H A DCHANGELOG.md18 * Stream: Reset buffer size when re-opening. (Ivan Enderlin, 2017-02-10T09:54:31+01:00)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php79 $buffer = 'bar'
90 ->isEqualTo($buffer)
92 ->isEqualTo(strlen($buffer))
117 $buffer = 'bazqux'
128 ->isEqualTo($buffer)
130 ->isEqualTo(strlen($buffer))
140 $buffer = 'bar',
141 $bucket = new SUT($stream, SUT::IS_A_STREAM, $buffer)
146 ->isEqualTo($buffer)
155 $buffer = 'bar',
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dflush.rst7 The ``flush`` tag tells Twig to flush the output buffer:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php313 $buffer = sprintf(
319 return $buffer . $this->getDataSetAsString();
1984 $buffer = '';
1988 $buffer .= sprintf(' with data set #%d', $this->dataName);
1990 $buffer .= sprintf(' with data set "%s"', $this->dataName);
1996 $buffer .= sprintf(' (%s)', $exporter->shortenedRecursiveExport($this->data));
2000 return $buffer;
H A DTestFailure.php86 $buffer = $e->toString();
89 $buffer = $buffer . $e->getComparisonFailure()->getDiff();
92 if (!empty($buffer)) {
93 $buffer = trim($buffer) . "\n";
96 $buffer = $e->getMessage() . "\n";
98 $buffer = $e->getClassName() . ': ' . $e->getMessage() . "\n";
100 $buffer = get_class($e) . ': ' . $e->getMessage() . "\n";
103 return $buffer;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php693 * @param string $buffer
695 protected function write($buffer) argument
698 $buffer = htmlspecialchars($buffer);
702 $this->printer->write($buffer);
704 print $buffer;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilesystem.php19 protected static $buffer = []; variable in PHPUnit_Util_Filesystem
H A DPHP.php254 $buffer = '';
257 $buffer .= ' -d ' . $setting;
260 return $buffer;
H A DPrinter.php95 * @param string $buffer
97 public function write($buffer) argument
100 fwrite($this->out, $buffer);
107 $buffer = htmlspecialchars($buffer, ENT_SUBSTITUTE);
110 print $buffer;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php429 $buffer = $test->toString() . PHP_EOL;
431 $buffer = '';
434 $buffer .= PHPUnit_Framework_TestFailure::exceptionToString($e) . PHP_EOL .
439 PHPUnit_Util_XML::prepareString($buffer)
H A DJSON.php242 * @param string $buffer
244 public function write($buffer) argument
246 array_walk_recursive($buffer, function (&$input) {
252 parent::write(json_encode($buffer, JSON_PRETTY_PRINT));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php944 $buffer = 'class ';
950 $buffer .= sprintf(
957 $buffer .= ', ';
960 $buffer .= $mockClassName['namespaceName'] . '\\';
963 $buffer .= $mockClassName['originalClassName'];
966 $buffer .= sprintf(
975 return $buffer;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DXdebug.php105 $buffer = file_get_contents($file);
106 $lines = substr_count($buffer, "\n");
108 if (substr($buffer, -1) !== "\n") {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php131 $buffer = $document->saveXML();
138 file_put_contents($target, $buffer);
141 return $buffer;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php68 $buffer = '';
71 return $buffer;
87 return $buffer;
103 $buffer .= ' ' . strtolower($name[$i]);
108 $buffer .= ' ';
116 $buffer .= $name[$i];
120 return $buffer;
/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/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc376 // Use the original element as a buffer from since we don't want
/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/davcard/vendor/sabre/vobject/
H A DChangeLog.md425 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/fetchmedia/lib/
H A Dbundle.js1buffer)[0]}),Et=!!q&&!!q.prototype.set&&u(function(){new q(1).set({})}),Ot=function(t,n){if(void 0…

12345678910>>...13