Home
last modified time | relevance | path

Searched refs:this (Results 626 – 650 of 25042) sorted by relevance

1...<<21222324252627282930>>...1002

/plugin/latexport/renderer/
H A Dtex.php61 $this->recursionLevel = 0;
62 $this->headingLevel = 0;
93 $this->nocache();
99 $fileName = $this->texifyPageId($this->currentPageId);
103 $output_filename = $this->texifyPageId($this->currentPageId, 'zip');
121 $this->decorator->document_start($this->currentPageId, $this->recursionLevel);
122 $this->recursionLevel++;
130 $this->decorator->header($text, $level + $this->headingLevel, $pos);
137 $this->decorator->document_end($this->recursionLevel - 1);
143 $this->recursionLevel--;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php55 $this->caldavBackend = $caldavBackend;
61 $this->calendarInfo = $calendarInfo;
62 $this->objectData = $objectData;
73 return $this->objectData['uri'];
87 …$this->objectData = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $this->obje…
104 …$etag = $this->caldavBackend->updateCalendarObject($this->calendarInfo['id'], $this->objectData['u…
106 $this->objectData['etag'] = $etag;
119 … $this->caldavBackend->deleteCalendarObject($this->calendarInfo['id'], $this->objectData['uri']);
131 if (isset($this->objectData['component']) && $this->objectData['component']) {
176 return strlen($this->get());
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DDeal.php162 return $this->createProductId;
190 return $this->createTime;
239 $this->dealId = $dealId;
246 return $this->dealId;
274 return $this->dealTerms;
302 return $this->description;
316 return $this->displayName;
330 return $this->externalDealId;
372 return $this->proposalId;
414 return $this->targeting;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DFinding.php113 $this->access = $access;
120 return $this->access;
148 return $this->category;
204 return $this->eventTime;
295 $this->mute = $mute;
302 return $this->mute;
337 $this->name = $name;
344 return $this->name;
372 return $this->parent;
435 $this->state = $state;
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php23 * @return $this
27 return $this->setParam('_id', $id);
37 return $this->hasParam('_id') ? $this->getParam('_id') : null;
42 return null !== $this->getId();
56 return $this->setParam('_index', $index);
68 return $this->getParam('_index');
74 * @return $this
79 $this->setVersion($responseData['_version']);
83 $this
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSecurityNamespace.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
24 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
41 $endpointBuilder = $this->endpoints;
45 return $this->performRequest($endpoint);
51 * $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
60 $username = $this->extractArgument($params, 'username');
61 $body = $this->extractArgument($params, 'body');
63 $endpointBuilder = $this->endpoints;
69 return $this
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php201 $twig = $this
228 $cache->expects($this->once())
354 $this->assertTrue($found);
365 $this->deprecations = [];
370 $this->assertCount(1, $this->deprecations);
437 $this->deprecations = [];
442 $this->assertCount(1, $this->deprecations);
463 $this->deprecations = [];
469 $this->assertCount(1, $this->deprecations);
624 $this->name = $name;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php57 $this->caldavBackend = $caldavBackend;
63 $this->calendarInfo = $calendarInfo;
64 $this->objectData = $objectData;
75 return $this->objectData['uri'];
89 …$this->objectData = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $this->obje…
106 …$etag = $this->caldavBackend->updateCalendarObject($this->calendarInfo['id'], $this->objectData['u…
108 $this->objectData['etag'] = $etag;
121 … $this->caldavBackend->deleteCalendarObject($this->calendarInfo['id'], $this->objectData['uri']);
133 if (isset($this->objectData['component']) && $this->objectData['component']) {
178 return strlen($this->get());
[all …]
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php48 $this->setUrl($url);
51 $this->setPostBody($postBody);
71 return $this->url;
114 return $this->responseBody;
153 return $this->url;
160 return $this->requestMethod;
185 return $this->postBody;
193 $this->url = $url;
244 return $this->userAgent;
254 $key = $this->getUrl();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Job.php141 $this->client = $client;
148 return $this->client;
218 return $this->creator;
239 $this->etag = $etag;
246 return $this->etag;
302 return $this->labels;
351 $this->name = $name;
358 return $this->name;
400 return $this->template;
421 $this->uid = $uid;
[all …]
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php51 // in mPDF this needs to be "P" (why ever)
53 $this->_setPageSize([$format['width'], $format['height']], $orientation);
55 if ($orientation != $this->DefOrientation) {
56 $this->OrientationChanges[$this->page] = true;
59 $this->wPt = $this->fwPt;
60 $this->hPt = $this->fhPt;
61 $this
[all...]
H A DCssManager.php57 $this->mpdf = $mpdf;
58 $this->cache = $cache;
59 $this->sizeConverter = $sizeConverter;
61 $this->tablecascadeCSS = [];
62 $this->CSS = [];
63 $this->cascadeCSS = [];
64 $this->tbCSSlvl = 0;
65 $this->colorConverter = $colorConverter;
66 $this->remoteContentFetcher = $remoteContentFetcher;
74 if ($this
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php15 $this->expectException(InvalidArgumentException::class);
24 $this->assertTrue($stream->isReadable());
25 $this->assertTrue($stream->isWritable());
26 $this->assertTrue($stream->isSeekable());
27 $this->assertEquals('php://temp', $stream->getMetadata('uri'));
28 $this->assertIsArray($stream->getMetadata());
29 $this->assertEquals(4, $stream->getSize());
30 $this->assertFalse($stream->eof());
39 $this->assertFalse(is_resource($handle));
47 $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DImageWriter.php25 $this->mpdf = $mpdf;
26 $this->writer = $writer;
31 $filter = $this->mpdf->compress ? '/Filter /FlateDecode ' : '';
33 foreach ($this->mpdf->images as $file => $info) {
35 $this->writer->object();
37 $this->mpdf->images[$file]['n'] = $this->mpdf->n;
39 $this->writer->write('<</Type /XObject');
40 $this->writer->write('/Subtype /Image');
41 $this
[all...]
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php36 $this->compressioncheck($type);
40 $this->comptype = $type;
41 $this->complevel = $level;
42 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
43 if($type == Archive::COMPRESS_NONE) $this->complevel = 0;
55 $this->file = $file;
58 if ($this->comptype == Tar::COMPRESS_AUTO) {
59 $this->setCompression($this->complevel, $this
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php116 return $this->_current;
126 return $this->_key;
194 $this->_trace = [];
197 $this->_coveredRules
214 ++$this->_key;
216 $this->_tests[] = $this->_trace;
243 $out = $this->coverage($this->_rules[$pop->getRule()]);
295 $this->_todo
333 $this->_todo
550 $this->_covered,
[all …]
/plugin/dtable/
H A Dhelper.php7 * need to inherit from this class
17 return json_encode(array('type' => 'error', 'msg' => $this->getLang($code)));
19 return $this->getLang($code);
153 $this->file_path = wikiFN($page_id);
154 $this->start_line = $start_line;
164 $this->calls = array();
166 $line = helper_plugin_dtable::line_nr($pos, $this->file_path, $this->start_line);
168 $this->calls[$this
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php71 $this->scss = $scss;
98 $this->force = $force;
103 $this->style = $style;
108 $this->quiet = $quiet;
207 if ($this->force) {
211 if ($this->style) {
215 if ($this->quiet) {
219 if ($this->boring) {
242 if ($this->fontsDir) {
265 if ($this->noCache) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerPool.php128 return $this->dataDisks;
156 return $this->diskSizeGb;
184 return $this->diskType;
205 $this->kind = $kind;
212 return $this->kind;
240 return $this->metadata;
254 return $this->network;
310 return $this->packages;
324 return $this->poolArgs;
401 $this->zone = $zone;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DApplication.php116 return $this->appPricing;
130 return $this->appTracks;
151 $this->author = $author;
158 return $this->author;
186 return $this->category;
242 return $this->features;
270 return $this->iconUrl;
305 $this->name = $name;
312 return $this->name;
389 $this->title = $title;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Organization.php148 return $this->attributes;
176 return $this->billingType;
204 return $this->createdAt;
274 return $this->expiresAt;
295 $this->name = $name;
302 return $this->name;
330 return $this->projectId;
379 $this->state = $state;
386 return $this->state;
407 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DImageSettings.php113 return $this->backgroundImageUrl;
127 return $this->bannerExternalUrl;
141 return $this->bannerImageUrl;
169 return $this->bannerMobileHdImageUrl;
183 return $this->bannerMobileImageUrl;
253 return $this->bannerTabletImageUrl;
281 return $this->bannerTvHighImageUrl;
295 return $this->bannerTvImageUrl;
309 return $this->bannerTvLowImageUrl;
393 return $this->trackingImageUrl;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSegments.php112 $this->brand = $brand;
119 return $this->brand;
133 return $this->categoryL1;
280 $this->date = $date;
287 return $this->date;
301 return $this->offerId;
385 return $this->program;
392 $this->title = $title;
399 return $this->title;
406 $this->week = $week;
[all …]
/plugin/openid/Auth/OpenID/
H A DSQLStore.php286 $this->sql[$k] = sprintf($this->sql[$k], $value);
318 if (!$this->tableExists($this->nonces_table_name)) {
319 $r = $this->connection->query($this->sql['nonce_table']);
327 if (!$this->tableExists($this->associations_table_name)) {
328 $r = $this->connection->query($this->sql['assoc_table']);
347 return $this->connection->query($this->sql['set_assoc'],
360 if ($this->resultToBool($this->_set_assoc(
383 $result = $this->connection->getRow($this->sql['get_assoc'],
399 $result = $this->connection->getAll($this->sql['get_assocs'],
415 if ($this->resultToBool($this->connection->query(
[all …]

1...<<21222324252627282930>>...1002