Home
last modified time | relevance | path

Searched refs:this (Results 451 – 475 of 22226) sorted by relevance

1...<<11121314151617181920>>...890

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php19 $this->card = new Card(
20 $this->backend,
44 $this->backend,
79 $this->assertEquals(1, count($this->backend->cards['foo']));
91 $this->assertEquals('"' . md5('card') . '"' , $this->card->getETag());
98 $this->backend,
117 $this->assertEquals(null, $this->card->getLastModified());
123 $this->assertEquals(4, $this->card->getSize());
124 $this->assertEquals(4, $this->card->getSize());
150 $this->assertEquals('principals/user1', $this->card->getOwner());
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DDotTab.php13 $objattr['width'] = $this->mpdf->GetStringWidth($dots);
19 $objattr['colorarray'] = $this->mpdf->colorarray;
26 $properties = $this->cssManager->MergeCSS('INLINE', 'DOTTAB', $attr);
28 $objattr['outdent'] = $this->sizeConverter->convert(
30 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
31 $this->mpdf->FontSize,
35 $objattr['outdent'] = $this->sizeConverter->convert(
37 $this->mpdf->blk[$this
[all...]
H A DTextArea.php37 if ($this->mpdf->onlyCoreFonts) {
38 $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mpdf->mb_enc, 'UTF-8');
41 if ($this->mpdf->useActiveForms) {
45 $this->form->form_element_spacing['textarea']['outer']['v'] = 0;
46 $this->form->form_element_spacing['textarea']['inner']['v'] = 0;
62 $this->mpdf->InlineProperties['TEXTAREA'] = $this->mpdf->saveInlineProperties();
63 $properties = $this->cssManager->MergeCSS('', 'TEXTAREA', $attr);
65 $this->mpdf->SetFont($properties['FONT-FAMILY'], '', 0, false);
68 $mmsize = $this
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpMoveTest.php38 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
49 $this->assertEquals('content1', $this->tree->getChild('file3')->get());
50 $this->assertFalse($this->tree->childExists('file1'));
61 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
62 $this->assertFalse($this->tree->childExists('file1'));
74 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
75 $this->assertFalse($this->tree->childExists('file1'));
89 $this->assertTrue($this->tree->childExists('file1'));
90 $this->assertTrue($this->tree->childExists('file2'));
115 $this->assertTrue($this->tree->childExists('file1'));
[all …]
/plugin/bez/mdl/
H A DModel.php61 return $this->$property;
68 return $this->$prop;
72 if ($level > $this->level) {
73 $this->level = $level;
78 return $this->level;
82 $this->dw_auth = $dw_auth;
83 $this->user_nick = $user_nick;
84 $this->action = $action;
85 $this->conf = $action->getGlobalConf();
87 $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DMetrics.php84 $this->aos = $aos;
88 return $this->aos;
96 return $this->aovMicros;
103 $this->clicks = $clicks;
110 return $this->clicks;
140 return $this->conversions;
144 $this->ctr = $ctr;
148 return $this->ctr;
156 return $this->daysToShip;
221 $this->orders = $orders;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DFoodAndDrink.php124 $this->bar = $bar;
131 return $this->bar;
145 return $this->barException;
187 return $this->breakfastBuffet;
208 $this->buffet = $buffet;
215 return $this->buffet;
243 return $this->dinnerBuffet;
271 return $this->freeBreakfast;
299 return $this->restaurant;
355 return $this->roomService;
[all …]
H A DServices.php134 return $this->baggageStorage;
155 $this->concierge = $concierge;
162 return $this->concierge;
239 $this->elevator = $elevator;
246 return $this->elevator;
267 $this->frontDesk = $frontDesk;
274 return $this->frontDesk;
323 $this->giftShop = $giftShop;
330 return $this->giftShop;
400 return $this->socialHour;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DContest.php172 return $this->district;
193 $this->level = $level;
200 return $this->level;
235 $this->office = $office;
242 return $this->office;
417 $this->roles = $roles;
424 return $this->roles;
438 return $this->sources;
452 return $this->special;
459 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfile.php133 return $this->accountId;
175 return $this->created;
189 return $this->currency;
252 $this->id = $id;
259 return $this->id;
280 $this->kind = $kind;
287 return $this->kind;
294 $this->name = $name;
301 return $this->name;
434 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidNotification.php131 $this->body = $body;
138 return $this->body;
215 $this->color = $color;
222 return $this->color;
285 $this->icon = $icon;
292 return $this->icon;
306 return $this->image;
376 return $this->sound;
397 $this->tag = $tag;
404 return $this->tag;
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php124 $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer);
125 $this->buffer = [];
140 if ($this->bufferSize > 0 && count($this->buffer) > $this->bufferSize) {
158 $this->flushBuffer();
165 $this->flushBuffer();
181 $this->buffer = [];
182 $this->reset();
196 $this->getHandler(end($this->buffer))->handleBatch($this->buffer);
200 $this->buffer = [];
216 $this->handler = ($this->handler)($record, $this);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTag.php132 return $this->accountId;
279 $this->name = $name;
286 return $this->name;
293 $this->notes = $notes;
300 return $this->notes;
335 $this->path = $path;
342 return $this->path;
356 return $this->paused;
440 return $this->tagId;
475 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DBackup.php282 $this->etag = $etag;
289 return $this->etag;
303 return $this->labels;
317 return $this->manual;
324 $this->name = $name;
331 return $this->name;
345 return $this->podCount;
436 $this->state = $state;
443 return $this->state;
464 $this->uid = $uid;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPretargetingConfig.php61 return $this->billingId;
69 return $this->configId;
77 return $this->configName;
99 return $this->dimensions;
161 return $this->isActive;
165 $this->kind = $kind;
169 return $this->kind;
177 return $this->languages;
239 return $this->platforms;
263 return $this->userLists;
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DCachingStreamTest.php24 $this->decorated = Stream::factory('testing');
25 $this->body = new CachingStream($this->decorated);
30 $this->decorated->close();
31 $this->body->close();
38 $this->assertEquals(4, $caching->getSize());
43 $this->expectException(RuntimeException::class);
44 $this->expectErrorMessage('Cannot seek to byte 10');
45 $this->body->seek(10);
50 $this
[all...]
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php129 $this->setMeta("nickid-to-channelid", $nickid, $this->encode($chan));
130 $this->setMeta("channelid-to-nickid", $this->encode($chan), $nickid);
170 $this->rmMeta('channelid-to-nickid', $this->encode($chan), $nickid);
171 $this->rmMeta('nickid-to-channelid', $nickid, $this->encode($chan));
184 $this->rmMeta('channelid-to-msg', $this->encode($chan));
185 $this->rmMeta('channelid-to-msgid', $this->encode($chan));
196 $this->rmMeta('metadata-to-nickid', 'nick', $this->encode($this->getNickname($nickid)));
218 $this->setMeta("nickid-to-channelid", $nickid, $this->encode($chan));
219 $this->setMeta("channelid-to-nickid", $this->encode($chan), $nickid);
240 $this->rmMeta("metadata-to-nickid", 'nick', $this->encode($oldnick));
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php106 $this->close();
167 ftruncate($this->handle, ftell($this->handle));
178 $this->filename = $this->getFilename($filename);
182 $error = $this->mkdirr(substr($this->filename, 0, $pos));
187 $this->handle = @fopen($this->filename, "w");
229 touch($this->filename, $this->stat[9], $this->stat[8]);
231 touch($this->filename, $this->stat[9]);
234 touch($this->filename, time(), $this->stat[8]);
238 chmod($this->filename, $this->stat[2]);
241 chgrp($this->filename, $this->stat[5]);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Service.php164 return $this->client;
220 return $this->creator;
255 $this->etag = $etag;
262 return $this->etag;
318 return $this->labels;
381 $this->name = $name;
388 return $this->name;
479 $this->uid = $uid;
486 return $this->uid;
507 $this->uri = $uri;
[all …]
H A DGoogleCloudRunV2Service.php164 return $this->client;
220 return $this->creator;
255 $this->etag = $etag;
262 return $this->etag;
318 return $this->labels;
381 $this->name = $name;
388 return $this->name;
479 $this->uid = $uid;
486 return $this->uid;
507 $this->uri = $uri;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfo.php147 return $this->authors;
183 return $this->categories;
239 return $this->dimensions;
281 return $this->infoLink;
295 return $this->language;
337 return $this->pageCount;
379 return $this->printType;
421 return $this->publisher;
491 return $this->subtitle;
498 $this->title = $title;
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php109 $this->size = $options['size'];
112 $this->customMetadata = isset($options['metadata'])
116 $this->attach($stream);
124 $this->close();
129 if (!$this->stream) {
133 $this->seek(0);
135 return (string) stream_get_contents($this->stream);
140 return $this->stream ? stream_get_contents($this->stream) : '';
145 if (is_resource($this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php136 return $this->algorithm;
164 return $this->blobRef;
353 $this->hash = $hash;
360 return $this->hash;
388 return $this->inline;
416 return $this->length;
430 return $this->md5Hash;
444 return $this->mediaId;
465 $this->path = $path;
472 return $this->path;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php136 return $this->algorithm;
164 return $this->blobRef;
353 $this->hash = $hash;
360 return $this->hash;
388 return $this->inline;
416 return $this->length;
430 return $this->md5Hash;
444 return $this->mediaId;
465 $this->path = $path;
472 return $this->path;
[all …]
/plugin/userhomepage/
H A Dhelper.php16 if ($this->getConf('group_by_name')) {
18 …$this->private_ns = cleanID($this->getConf('users_namespace').':'.strtolower(substr($this->private…
21 … $this->private_ns = cleanID($this->getConf('users_namespace').':'. $this->privateNamespace());
24 return $this->private_page = $this->private_ns.':'.$this->privateStart();
48 $pageId = $this->getPrivateID();
49 …$classes = 'class="'.$this->getLinkClasses($pageId, "uhp_private_".$this->getConf('userlink_icons'…
64 $pageId = $this->getPublicID();
65 …$classes = 'class="'.$this->getLinkClasses($pageId, "uhp_public_".$this->getConf('userlink_icons')…
100 if ((page_exists($this->getPrivateID())) && (page_exists($this->getPublicID()))) {
213 … $return['private']['classes'] = $this->getLinkClasses($this->getPrivateID(), null, $default);
[all …]

1...<<11121314151617181920>>...890