Home
last modified time | relevance | path

Searched refs:this (Results 301 – 325 of 19026) sorted by relevance

1...<<11121314151617181920>>...762

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLimitStreamTest.php24 $this->decorated = Stream::factory(fopen(__FILE__, 'r'));
25 $this->body = new LimitStream($this->decorated, 10, 3);
31 $this->assertEquals('oo', (string) $body);
32 $this->assertTrue($body->eof());
34 $this->assertFalse($body->eof());
35 $this->assertEquals('oo', $body->read(100));
36 $this->assertEmpty($body->read(1));
37 $this->assertTrue($body->eof());
44 $this
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php58 $this->assertEquals(200, $this->response->status);
59 $this->assertEquals('', $this->response->body);
79 $this->assertEquals(200, $this->response->status);
80 $this->assertEquals('', $this->response->body);
100 $this->assertEquals(501, $this->response->status);
115 $this->assertEquals('/blabla/',$this->server->getBaseUri());
129 $this->assertEquals(200, $this->response->status);
147 $this->assertEquals($result, $this->server->getBaseUri());
372 $this->server->on('beforeMethod', [$this,'exceptionTrigger']);
379 $this->assertEquals(500, $this->response->status);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php158 $this->sourceCode = $this->sourcePath = null;
192 … return $this->filename ? new Source($this->sourceCode, $this->filename, $this->sourcePath) : null;
201 $this->sourceCode = $this->filename = $this->sourcePath = null;
228 $this->message = $this->rawMessage;
230 if ($this->sourcePath && $this->lineno > 0) {
231 $this->file = $this->sourcePath;
232 $this->line = $this->lineno;
239 $this->message = substr($this->message, 0, -1);
245 $this->message = substr($this->message, 0, -1);
258 if ($this->lineno && $this->lineno >= 0) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.note-call.class.php23 $this->GenericInlineBox();
95 $this->_current_x = $this->get_left();
96 $this->_current_y = $this->get_top();
97 $this->_note_content->reflow($this, $context);
99 $this->_current_x = $this->get_left();
100 $this->_current_y = $this->get_top();
101 $this->_note_marker_box->reflow($this, $context);
103 $this->_current_x = $this->get_left();
104 $this->_current_y = $this->get_top();
105 $this->_note_call_box->reflow($this, $context);
[all …]
H A Doutput.fastps.class.php67 $this->error_message .= $this->font_factory->error_message();
109 return $this->bottom + $this->offset;
206 $this->offset -= $height - $this->offset_delta;
213 $this->write(sprintf("%%%%Page: %d %d\n", $this->current_page + 1, $this->current_page + 1));
227 $this->data = fopen($this->get_filename(), "wb");
259 $this->currentfont = $this->_findfont($name, $encoding);
281 $this->write("(".$this->_string($text).") show\n");
285 if ($this->overline) { $this->_show_overline($x, $y, $width, $this->fontsize); };
286 if ($this->underline) { $this->_show_underline($x, $y, $width, $this->fontsize); };
287 if ($this->linethrough) { $this->_show_linethrough($x, $y, $width, $this->fontsize); };
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDisk.php221 $this->id = $id;
228 return $this->id;
235 $this->kind = $kind;
242 return $this->kind;
270 return $this->labels;
347 $this->name = $name;
354 return $this->name;
627 $this->type = $type;
634 return $this->type;
648 return $this->users;
[all …]
H A DInstance.php270 return $this->disks;
333 $this->id = $id;
340 return $this->id;
347 $this->kind = $kind;
354 return $this->kind;
473 $this->name = $name;
480 return $this->name;
725 $this->tags = $tags;
732 return $this->tags;
739 $this->zone = $zone;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPromotion.php159 $this->brand = $brand;
166 return $this->brand;
285 $this->id = $id;
292 return $this->id;
327 $this->itemId = $itemId;
334 return $this->itemId;
376 return $this->limitValue;
390 return $this->longTitle;
460 return $this->offerType;
474 return $this->orderLimit;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php250 return $this->creator;
313 $this->disks = $disks;
320 return $this->disks;
362 return $this->kmsKey;
376 return $this->labels;
411 $this->name = $name;
418 return $this->name;
586 return $this->state;
600 return $this->subnet;
607 $this->tags = $tags;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php38 $this->enter();
48 return $this->type;
93 if ($this->isRoot() && $this->profiles) {
103 …return isset($this->ends['wt']) && isset($this->starts['wt']) ? $this->ends['wt'] - $this->starts[…
113 …return isset($this->ends['mu']) && isset($this->starts['mu']) ? $this->ends['mu'] - $this->starts[…
123 …return isset($this->ends['pmu']) && isset($this->starts['pmu']) ? $this->ends['pmu'] - $this->star…
143 $this->ends = [
152 $this->starts = $this->ends = $this->profiles = [];
153 $this->enter();
163 …return serialize([$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->pr…
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php92 $length = $this->currentStat[7] - $this->leftLength;
108 return $this->currentStat[7] - $this->leftLength;
147 $error = $this->source->skip($this->leftLength + $this->footerLength);
173 $this->currentStat['mode'] = $this->currentStat[2];
174 $this->currentStat['uid'] = $this->currentStat[4];
175 $this->currentStat['gid'] = $this->currentStat[5];
176 $this->currentStat['size'] = $this->currentStat[7];
177 $this->currentStat['mtime'] = $this->currentStat[9];
180 $this->currentFilename = $this->getStandardURL(
184 $this->currentFilename = $this->getStandardURL(
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DGamma.php168 $this->_o = 0 === $this->_n
171 $this->_o[0] = $this->_k;
192 if ($this->_k == $this->_o[$this->_i = $this->_n - 1]) {
194 $this->_current = $this->_o;
200 $this->_current = $this->_o;
201 ++$this->_key;
203 $this->_tmp = $this->_o[$this->_i];
204 $this->_o[$this->_i] = 0;
206 while ($this->_o[$this->_i] == 0) {
210 --$this->_o[$this->_i];
[all …]
/plugin/barcodes/lib/
H A DBarcodesWrapper.php44 $this->applyAttributes();
52 if (!$this->attributes->type) {
65 $this->factory->setType($this->attributes->type);
72 $this->factory->setCode($this->attributes->value);
75 $this->factory->setColor($this->attributes->color);
78 if ($this->attributes->size) {
79 … if ($this->factory instanceof QRcodeFactory || $this->factory instanceof DatamatrixFactory) {
80 $this->factory->setSize($this->attributes->size);
83 $this->factory->setHeight($this->attributes->size);
88 … if ($this->factory instanceof BarcodeFactory) $this->factory->setScale($this->attributes->scale);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php291 $client->addService($this->serviceName, $this->version);
342 $this->kind = $kind;
345 return $this->kind;
381 $this->kind = $kind;
384 return $this->kind;
438 return $this->kind;
467 return $this->kind;
485 return $this->kind;
541 return $this->kind;
547 return $this->plan;
[all …]
/plugin/prosemirror/
H A Drenderer.php36 * The format this renderer produces
45 $this->nodestack->addTop($node);
50 $this->nodestack->add($node);
55 $this->nodestack->drop($nodeType);
60 return $this->marks;
68 $parentNode = $this->nodestack->current()->getType();
70 $this->nodestack->drop($parentNode);
79 $this->nodestack = new NodeStack();
85 if ($this->nodestack->isEmpty()) {
86 $this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php53 $this->_search = $search;
54 $this->expiryTime = $expiryTime;
64 if (!$this->_currentResultSet) {
68 return $this->_currentResultSet;
82 $this->_currentResultSet = null;
83 if ($this->currentPage < $this->totalPages) {
84 $this->_saveOptions();
86 $this->_search->setOption(Search::OPTION_SCROLL, $this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClosureTest.php40 $this->assertEquals([], $this->functions[4]->getArguments());
41 $this->assertEquals([], $this->functions[5]->getArguments());
49 $this->assertEquals('anonymousFunction:2#5', $this->functions[0]->getName());
62 $this->assertEquals(2, $this->functions[0]->getLine());
63 $this->assertEquals(3, $this->functions[1]->getLine());
64 $this->assertEquals(4, $this->functions[2]->getLine());
65 $this->assertEquals(5, $this->functions[3]->getLine());
73 $this->assertEquals(2, $this->functions[0]->getLine());
74 $this->assertEquals(3, $this->functions[1]->getLine());
75 $this->assertEquals(4, $this->functions[2]->getLine());
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php18 if (isset($this->{$this->collection_key})
19 && is_array($this->{$this->collection_key})) {
20 reset($this->{$this->collection_key});
28 $this->coerceType($this->key());
29 if (is_array($this->{$this->collection_key})) {
38 if (isset($this->{$this->collection_key})
40 return key($this->{$this->collection_key});
48 return next($this->{$this->collection_key});
63 if (!isset($this->{$this->collection_key})) {
66 return count($this->{$this->collection_key});
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php13 $this->mpdf->ignorefollowingspaces = false;
32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
36 if (isset($properties['Z-INDEX']) && $this->mpdf->current_layer == 0) {
46 if (($v === 'hidden' || $v === 'printonly' || $v === 'screenonly') && $this->mpdf->visibility === 'visible') {
53 $objattr['margin_top'] = $this->sizeConverter->convert(
55 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
56 $this->mpdf->FontSize,
61 $objattr['margin_bottom'] = $this->sizeConverter->convert(
63 $this
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php197 return $this;
212 return $this;
219 return $this;
226 return $this;
233 return $this;
247 return $this;
258 return $this;
266 return $this;
274 return $this;
509 $this->createDir($this->cacheDir . '/annotations');
[all …]
/plugin/purplenumbers/
H A Drenderer.php32 $this->doc = preg_replace('#<p[^>]*>\s*<!--PN-->.*?(?:</p>)#','',$this->doc);
34 $this->doc = preg_replace('/<!--PN-->/','',$this->doc);
40 if ($this->_displayPN()) {
41 $pnid = $this->_getID($this->getConf('numbering')?2:1);
42 $linkText = $this->getConf('linkText') ? $pnid : '§';
45 $link .= '" class="pn" title="'.$this->getLang('sectionlink').'">'.$linkText.'</a>';
46 $link .= $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DInstance.php241 $this->host = $host;
248 return $this->host;
262 return $this->labels;
325 $this->name = $name;
332 return $this->name;
346 return $this->nodes;
381 $this->port = $port;
388 return $this->port;
528 return $this->state;
549 $this->tier = $tier;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php408 self::assertSame($this->getContent($key), $this->serialize($value));
438 $this->assertEquals($this->getContent('simple_object'), $this->serialize($obj));
441 …$this->assertEquals($obj, $this->deserialize($this->getContent('simple_object'), get_class($obj)));
459 …$this->assertEquals($obj, $this->deserialize($this->getContent('simple_object'), get_class($obj)));
698 …self::assertEquals($this->getContent('date_interval'), $this->serializer->serialize($duration, $th…
1105 …self::assertEquals($this->getContent('groups_all'), $this->serializer->serialize($groupsObject, $t…
1119 $this->serializer->serialize($groupsObject, $this->getFormat())
1193 $this->serializer->serialize($groupsObject, $this->getFormat());
1244 …self::assertEquals($this->getContent('input'), $this->serializer->serialize(new Input(), $this->ge…
1434 …self::assertEquals($this->getContent('tree'), $this->serializer->serialize($data, $this->getFormat…
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php637 if (!$this->partial_init && !$this->partial_init_sftp_connection()) {
664 $this->version = $this->defaultVersion;
665 …if (isset($this->extensions['versions']) && (!$this->preferredVersion || $this->preferredVersion !…
709 if ($this->version < 2 || $this->version > 6) {
714 $this->pwd = $this->realpath('.');
716 $this->update_stat_cache($this->pwd, []);
3276 $this->curTimeout = $this->timeout;
3350 $this->curTimeout = $this->timeout;
3395 $this->packet_type = ord(Strings::shift($this->packet_buffer));
3456 return $this->format_log($this->packet_log, $this->packet_type_log);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php61 …if (!empty($this->filename) && is_readable($this->filename) && getID3::is_writable($this->filename…
62 $this->setRealFileSize();
63 if (($this->filesize <= 0) || !getid3_lib::intValueSupported($this->filesize)) {
74 …$this->tag_data['track_number'] = (isset($this->tag_data['track_number']) ? $this->tag_data['track…
89 $this->errors[] = 'Could not fopen('.$this->filename.', "r+b")';
93 $this->errors[] = 'File is not writeable: '.$this->filename;
128 …if (!empty($this->filename) && is_readable($this->filename) && getID3::is_writable($this->filename…
130 if (($this->filesize <= 0) || !getid3_lib::intValueSupported($this->filesize)) {
146 $this->errors[] = 'Could not fopen('.$this->filename.', "r+b")';
149 $this->errors[] = $this->filename.' is not writeable';
[all …]

1...<<11121314151617181920>>...762