Home
last modified time | relevance | path

Searched refs:this (Results 76 – 100 of 10322) sorted by relevance

12345678910>>...413

/plugin/qc/
H A Drenderer.php62 $this->docArray['created'] = $meta['date']['created'];
63 $this->docArray['modified'] = $meta['date']['modified'];
64 $this->docArray['authors']['*'] = 0;
70 $this->docArray['changes'] = count($revs);
74 $authorUserCnt = empty($this->docArray['authors'][$info['user']])
76 : $this->docArray['authors'][$info['user']];
77 $this->docArray['authors'][$info['user']] = $authorUserCnt + 1;
79 ++$this->docArray['authors']['*'];
85 $this->docArray['chars'] = PhpString::strlen($text);
86 $this
[all...]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php13 $this->outer = new RequestDecorator($this->inner);
22 $this->assertEquals('foo', $this->inner->getBodyAsString());
23 $this->assertEquals('foo', $this->outer->getBodyAsString());
24 $this->assertEquals('foo', $this->inner->getBody());
25 $this->assertEquals('foo', $this->outer->getBody());
55 $this->assertFalse($this->outer->hasHeader('a'));
56 $this->assertFalse($this->inner->hasHeader('a'));
58 $this->assertTrue($this->outer->hasHeader('a'));
59 $this->assertTrue($this->inner->hasHeader('a'));
77 $this->assertNull($this->inner->getHeader('A'));
[all …]
/plugin/batchedit/
H A Dinterface.php21 switch ($this->type) {
35 switch ($this->type) {
49 return $this->data[0];
56 return serialize(array($this->type, $this->data));
63 list($this->type, $this->data) = unserialize($data);
73 $this->type = self::ERROR;
74 $this->data = $message;
84 $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DContentRating.php320 return $this->acbRating;
362 return $this->bbfcRating;
376 return $this->bfvcRating;
404 return $this->catvRating;
446 return $this->cccRating;
460 return $this->cceRating;
516 return $this->cnaRating;
530 return $this->cncRating;
544 return $this->csaRating;
684 return $this->fcoRating;
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php272 $this->print = new csstidy_print($this);
273 $this->optimise = new csstidy_optimise($this);
460 $this->print = new csstidy_print($this);
461 $this->optimise = new csstidy_optimise($this);
496 $this->at = trim($this->at).',';
721 … $this->css_add_property($this->at,$this->selector,$this->property,$this->value);
777 $this->status = $this->from;
800 $this->status = $this->from;
817 …return !(empty($this->css) && empty($this->import) && empty($this->charset) && empty($this->tokens…
847 $this->merge_css_blocks($this->at,$selector,$this->css[$this->at][$this->selector]);
[all …]
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/combo/vendor/symfony/process/
H A DProcess.php9 * file that was distributed with this source code.
49 public const ITER_NON_BLOCKING = 1; // By default, iterating over outputs is a blocking call, use this flag to make it non-blocking
50 public const ITER_KEEP_OUTPUT = 2; // By default, outputs are cleared while iterating, use this flag to keep them in memory
51 public const ITER_SKIP_OUT = 4; // Use this flag to skip STDOUT while iterating
52 public const ITER_SKIP_ERR = 8; // Use this flag to skip STDERR while iterating
149 $this->commandline = $command;
150 $this->cwd = $cwd;
156 if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) {
157 $this->cwd = getcwd();
160 $this
[all...]
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php987 $client->addService($this->serviceName, $this->version);
1080 $this->id = $id;
1083 return $this->id;
1251 $this->id = $id;
1254 return $this->id;
1963 $this->hi = $hi;
1969 $this->lo = $lo;
2040 $this->id = $id;
2369 $this->id = $id;
2642 $this->id = $id;
[all …]
H A DGoogle_GamesService.php613 $client->addService($this->serviceName, $this->version);
660 $this->id = $id;
663 return $this->id;
912 $this->id = $id;
915 return $this->id;
1205 $this->id = $id;
1208 return $this->id;
1607 $this->id = $id;
1610 return $this->id;
2364 $this->id = $id;
[all …]
H A DGoogle_OrkutService.php886 $client->addService($this->serviceName, $this->version);
947 $this->id = $id;
992 $this->id = $id;
1167 $this->id = $id;
1245 $this->id = $id;
1391 $this->id = $id;
1662 $this->id = $id;
1810 $this->id = $id;
1937 $this->id = $id;
2112 $this->id = $id;
[all …]
/plugin/latexport/_test/
H A Ddecorator_math.test.php23 $this->decoratorMath = new DecoratorMath($this->decoratorMock);
31 $this->decoratorMath->cdata("Hey");
38 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
46 $this->decoratorMath->cdata("Hey");
53 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
61 $this->decoratorMath->cdata(" Hey");
68 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
83 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
99 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
118 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1034 $this->_dochecks();
1048 ) = $this->initConstructorParams($config);
1050 $this->logger = new NullLogger();
1053 $config = $this->initConfig($originalConfig);
1057 $this,
1058 $this->logger,
1060 $this->restrictColorSpace,
1061 $this->languageToFont,
1062 $this->scriptToLanguage,
1063 $this
[all...]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php22 $this->assertEquals(
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
37 $this->assertTrue($this->cli->quiet);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
65 $this->assertEquals('jcard', $this->cli->format);
79 $this->assertNull($this->cli->format);
93 $this->assertNull($this->cli->format);
291 $this->assertEquals('json', $this->cli->inputFormat);
292 $this->assertEquals('json', $this->cli->format);
305 $this->assertEquals('mimedir', $this->cli->inputFormat);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php22 $this->assertEquals(
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
37 $this->assertTrue($this->cli->quiet);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
65 $this->assertEquals('jcard', $this->cli->format);
79 $this->assertNull($this->cli->format);
93 $this->assertNull($this->cli->format);
289 $this->assertEquals('json', $this->cli->inputFormat);
290 $this->assertEquals('json', $this->cli->format);
303 $this->assertEquals('mimedir', $this->cli->inputFormat);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php22 $this->assertEquals(
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
37 $this->assertTrue($this->cli->quiet);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
65 $this->assertEquals('jcard', $this->cli->format);
79 $this->assertNull($this->cli->format);
93 $this->assertNull($this->cli->format);
291 $this->assertEquals('json', $this->cli->inputFormat);
292 $this->assertEquals('json', $this->cli->format);
305 $this->assertEquals('mimedir', $this->cli->inputFormat);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php22 $this->assertEquals(
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
37 $this->assertTrue($this->cli->quiet);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
65 $this->assertEquals('jcard', $this->cli->format);
79 $this->assertNull($this->cli->format);
93 $this->assertNull($this->cli->format);
291 $this->assertEquals('json', $this->cli->inputFormat);
292 $this->assertEquals('json', $this->cli->format);
305 $this->assertEquals('mimedir', $this->cli->inputFormat);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php37 $this->currentDate = clone $this->startDate;
71 return $this->counter < $this->count;
73 return is_null($this->until) || $this->currentDate <= $this->until;
84 $this->currentDate = clone $this->startDate;
136 return !$this->count && !$this->until;
337 if (!$this->byHour && !$this->byDay) {
392 if (!$this->byHour && !$this->byDay) {
429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]);
445 if (!$this->byMonthDay && !$this->byDay) {
550 if ($this->byDay || $this->byMonthDay) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php37 $this->currentDate = clone $this->startDate;
71 return $this->counter < $this->count;
73 return is_null($this->until) || $this->currentDate <= $this->until;
84 $this->currentDate = clone $this->startDate;
136 return !$this->count && !$this->until;
337 if (!$this->byHour && !$this->byDay) {
392 if (!$this->byHour && !$this->byDay) {
429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]);
445 if (!$this->byMonthDay && !$this->byDay) {
550 if ($this->byDay || $this->byMonthDay) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php37 $this->currentDate = clone $this->startDate;
71 return $this->counter < $this->count;
73 return is_null($this->until) || $this->currentDate <= $this->until;
84 $this->currentDate = clone $this->startDate;
136 return !$this->count && !$this->until;
337 if (!$this->byHour && !$this->byDay) {
392 if (!$this->byHour && !$this->byDay) {
429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]);
445 if (!$this->byMonthDay && !$this->byDay) {
550 if ($this->byDay || $this->byMonthDay) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php201 return $this->protocol."://".$this->host.$location;
204 return $this->protocol."://".$this->host.$this->path.$location;
274 $this->code = $this->_extract_code($res);
290 $this->code = $this->_extract_code($res);
329 $header .= "Referer: ".$this->protocol."://".$this->host.$this->path."\r\n";
364 $header .= "Referer: ".$this->protocol."://".$this->host.$this->path."\r\n";
403 $this->content = @file_get_contents($this->url);
430 $this->content = @file_get_contents($this->url);
437 $this->code = $this->_extract_code($res);
445 $this->content = @file_get_contents($this->url);
[all …]
/plugin/file2dw/
H A Daction.php132 $this->logLevel = $this->getConf( 'logLevel' );
136 $this->logFile = $this->getConf( 'logFile' );
190 $this->nsName = getNS($this->pageName);
206 $this->workFile = substr($this->userFile,0);
216 $this->dwpageFile = $this->workDir.'/'.$this->dwpageFileName;
217 $this->dwimgDir = $this->workDir.'/img';
254 if ( !$this->_processImgDir($this->dwimgDir) ) {
279 …saveWikiText( $this->pageName, $this->result, $this->getLang( 'parserSummary' ).$this->userFileNam…
387 $this->workFile = $this->workDir.'/'. $this->workFileName;
437 $this->userFile = $this->workDir.'/'.$this->userFileName;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMockBuilder.php182 return $this;
198 $this->generator->getClassMethods($this->type),
203 return $this;
217 return $this;
231 return $this;
243 return $this;
257 return $this;
269 return $this;
283 return $this;
295 return $this;
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1825 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1829 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1912 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1943 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1972 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2006 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2090 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2158 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2164 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2171 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php102 $this->server = new DAV\Server($this->tree);
108 $this->server->addPlugin($this->caldavPlugin);
112 $this->server->addPlugin($this->caldavSharingPlugin);
116 $this->server->addPlugin($this->caldavSchedulePlugin);
127 $this->server->addPlugin($this->carddavPlugin);
131 $this->server->addPlugin($this->aclPlugin);
137 $this->server->addPlugin($this->locksPlugin);
143 $this->server->addPlugin($this->authPlugin);
191 if ($this->setupCardDAV || $this->setupCalDAV) {
220 … $this->carddavBackend = new CardDAV\Backend\Mock($this->carddavAddressBooks, $this->carddavCards);
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php14 * lexer grammars result in a subclass of this object. A Lexer object
41 * create a single token. `nextToken` will return this object after
44 * If you subclass to allow multiple token emissions, then set this
105 * input char buffer. Use {@see Lexer::setText()} or can set this instance var.
118 $this->input = $input;
119 $this->factory = CommonTokenFactory::default();
120 $this->tokenFactorySourcePair = new Pair($this, $input);
122 // @todo remove this property
123 $this
[all...]

12345678910>>...413