Home
last modified time | relevance | path

Searched refs:this (Results 876 – 900 of 26706) sorted by relevance

1...<<31323334353637383940>>...1069

/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php32 $this->request = new Request();
33 $this->auth = new Digest(self::REALM, $this->request, $this->response);
59 $this->auth->init();
61 $this->assertEquals($username, $this->auth->getUserName());
62 $this->assertEquals(self::REALM, $this->auth->getRealm());
89 $this->auth->init();
100 $this->auth->init();
101 $this->assertFalse($this->auth->validateA1(md5('user:realm:password')));
129 $this->auth->init();
158 $this->auth->init();
[all …]
/plugin/bureaucracy/helper/
H A Dactionmail.php37 'values' => &$this->values
42 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
48 if($this->mailtemplate) {
55 list($this->_mail_html, $this->_mail_text) = $this->getContent();
59 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
62 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
65 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
82 $this->subject = $this->replace($this->subject);
145 $this->mailtemplate = $this->replace($field->getParam('template'));
207 $this->replace($html),
[all …]
/plugin/authgooglesheets/
H A Dhelper.php36 $this->spreadsheetId = $this->getConf('sheetId');
87 …if (empty($row[$this->columnMap['user']]) || empty($row[$this->columnMap['pass']]) || empty($row[$
95 $this->users[$row[$this->columnMap['user']]] = [
110 ksort($this->users);
144 $this->resetUsers();
156 $this->users = $this->getUsers();
169 … 'range' => $rangeStart . $this->alpha[$this->columnMap[$col]] . ($this->users[$user]['row']),
190 $this->resetUsers();
203 $this->users = $this->getUsers();
230 $this->service->spreadsheets->batchUpdate($this->spreadsheetId, $body);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php60 $twig = $this->getEnvironment(false, [], self::$templates);
66 $twig = $this->getEnvironment(true, [], self::$templates);
79 $twig = $this->getEnvironment(true, [], self::$templates);
91 $twig = $this->getEnvironment(true, [], self::$templates);
103 $twig = $this->getEnvironment(true, [], self::$templates);
181 $twig = $this->getEnvironment(false, [], self::$templates);
189 $twig = $this->getEnvironment(true, [], self::$templates);
201 $twig = $this->getEnvironment(true, [], self::$templates);
268 $twig = $this->getEnvironment(false, [], self::$templates);
276 $twig = $this->getEnvironment(true, [], self::$templates);
[all …]
/plugin/farm/
H A Dsoapconfig.class.php27 $this->manager = & $manager;
45 !(isset($this->manager->opt['app']) && isset($this->manager->opt['save'])) &&
46 !(isset($this->manager->opt['app']) && isset($this->manager->opt['delete'])) &&
47 !(isset($this->manager->opt['new']) && isset($this->manager->opt['save'])) &&
71 if(isset($this->manager->opt['delete']) && isset($this->manager->opt['app'])) {
125 if(isset($this->manager->opt['new']) && isset($this->manager->opt['save'])) {
143 if(isset($this->manager->opt['save']) && isset($this->manager->opt['app'])) {
185 $apps = $this->getApps();
195 if(isset($this->manager->opt['app']) || isset($this->manager->opt['new'])) {
198 if(isset($this->manager->opt['app'])) $hf['farm_opt[app]'] = $this->manager->opt['app'];
[all …]
H A Doverview.class.php29 $this->manager = & $manager;
49 if(isset($this->manager->opt['sort'])) {
50 $sort = $this->manager->opt['sort'];
71 $details = isset($this->manager->opt['details']) ? $this->manager->opt['details'] : null;
74 if($this->manager->conf['farmmaxsize'] > 0) {
76 $p = $s / $this->manager->conf['farmmaxsize'];
80this->manager->getLang('overview_diskusage').' : <span class="size_disp" style="background-color:r…
83 if($this->manager->conf['farmmaxanimals'] > 0) {
103 $page = isset($this->manager->opt['page']) ? (int)$this->manager->opt['page'] : 1;
119 if($this->manager->conf['animalmaxsize'] > 0) {
[all …]
/plugin/combo/ComboStrap/
H A DBrandButton.php93 $this->brand = Brand::create($brandName);
95 $this->type = strtolower($typeButton);
96 if (!in_array($this->type, self::TYPE_BUTTONS)) {
97 throw new ExceptionCompile("The button type ($this->type} is unknown.");
138 $this->widget = $widget;
141 throw new ExceptionCompile("The {$this->type} widget ($widget} is unknown. The possible widgets value are " . implode(",", self::WIDGETS));
143 return $this;
154 $this->iconType = $iconType;
159 return $this;
168 return $this;
[all...]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php56 $this->root = $root;
58 $this->noName = true;
65 if ($this->name === '') {
66 $this->noName = false;
183 $this->value = $value;
200 return $this->value;
213 $this->value = $value;
250 $this->value = array_merge((array)$this->value, (array)$part);
287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
344 return $this->value;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php56 $this->root = $root;
58 $this->noName = true;
65 if ($this->name === '') {
66 $this->noName = false;
183 $this->value = $value;
200 return $this->value;
213 $this->value = $value;
250 $this->value = array_merge((array)$this->value, (array)$part);
287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
344 return $this->value;
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php56 $this->root = $root;
58 $this->noName = true;
65 if ($this->name === '') {
66 $this->noName = false;
183 $this->value = $value;
200 return $this->value;
213 $this->value = $value;
250 $this->value = array_merge((array)$this->value, (array)$part);
287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
344 return $this->value;
[all …]
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DAbstractFieldTest.php19 $this->assertTrue($f->isRange('1-2'));
20 $this->assertFalse($f->isRange('2'));
29 $this->assertFalse($f->isIncrementsOfRanges('1-2'));
30 $this->assertTrue($f->isIncrementsOfRanges('1/2'));
31 $this->assertTrue($f->isIncrementsOfRanges('*/2'));
32 $this->assertTrue($f->isIncrementsOfRanges('3-12/2'));
41 $this->assertTrue($f->isInRange('1', '1-2'));
42 $this->assertTrue($f->isInRange('2', '1-2'));
43 $this->assertTrue($f->isInRange('5', '4-12'));
44 $this
[all...]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php8 * file that was distributed with this source code.
44 $this->socket = $socket;
54 if (!$this->hasBuffer()) {
55 $this->addToAvailableBufferOrFail();
58 while ($this->hasBuffer()) {
60 if ($this->hasAvailableBuffer()) {
61 $this->addToConsumableBuffer();
62 } elseif (!$this->hasConsumableBuffer()) {
63 $this->addToAvailableBufferOrFail();
66 $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DModel.php98 return $this->bestTrialId;
112 return $this->creationTime;
140 return $this->description;
161 $this->etag = $etag;
168 return $this->etag;
210 return $this->friendlyName;
238 return $this->hparamTrials;
259 $this->labels = $labels;
266 return $this->labels;
294 return $this->location;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPost.php102 return $this->author;
109 $this->blog = $blog;
116 return $this->blog;
151 $this->etag = $etag;
158 return $this->etag;
165 $this->id = $id;
172 return $this->id;
193 $this->kind = $kind;
200 return $this->kind;
347 $this->url = $url;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHealthCheck.php202 $this->id = $id;
209 return $this->id;
216 $this->kind = $kind;
223 return $this->kind;
237 return $this->logConfig;
244 $this->name = $name;
251 return $this->name;
265 return $this->region;
279 return $this->selfLink;
328 $this->type = $type;
[all …]
H A DBfdPacket.php120 $this->demand = $demand;
127 return $this->demand;
148 $this->final = $final;
155 return $this->final;
162 $this->length = $length;
169 return $this->length;
260 $this->poll = $poll;
267 return $this->poll;
274 $this->state = $state;
281 return $this->state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchRequest.php100 return $this->boostSpec;
107 $this->branch = $branch;
114 return $this->branch;
163 $this->filter = $filter;
170 return $this->filter;
184 return $this->labels;
198 return $this->offset;
212 return $this->orderBy;
240 return $this->pageSize;
275 $this->query = $query;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1Conversation.php100 return $this->agentId;
128 return $this->createTime;
170 return $this->duration;
191 $this->labels = $labels;
198 return $this->labels;
233 $this->medium = $medium;
240 return $this->medium;
247 $this->name = $name;
254 return $this->name;
317 $this->ttl = $ttl;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeUserInfo.php99 return $this->acquiredTime;
120 $this->copy = $copy;
127 return $this->copy;
225 return $this->isInMyBooks;
253 return $this->isPurchased;
267 return $this->isUploaded;
309 return $this->rentalState;
316 $this->review = $review;
323 return $this->review;
330 $this->updated = $updated;
[all …]
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php36 if (! $this->localName) {
40 return '{' . $this->namespaceURI . '}' . $this->localName;
66 while ($this->nodeType !== self::ELEMENT && @$this->read()) {
133 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) {
135 $this->next();
140 $this->pushContext();
169 $this->read();
173 $this->read();
179 $this->read();
186 $this->popContext();
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php29 $this->locallinks[$anchor->name] = $this->pdf->AddLink();
30 $this->pdf->SetLink($this->locallinks[$anchor->name],
73 $this->pdf->Output($this->get_filename());
85 return $this->bottom + $this->offset;
313 $this->pdf->AddPage(mm2pt($this->media->width()), mm2pt($this->media->height()));
316 $this->offset -= $height - $this->offset_delta;
323 $this->pdf->Translate(0, -$this->offset);
339 $this->cx = 0;
340 $this->cy = 0;
389 $x = $this->left + $this->width / 2;
[all …]
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php31 if (!$this->timers) {
45 $this->timers,
114 $this->nextTick[] = $cb;
200 $this->running = true;
207 $this->running = false;
228 $this->runNextTicks();
248 return ($this->readStreams || $this->writeStreams || $this->nextTick || $this->timers);
259 $this->running = false;
271 $this->nextTick = [];
310 if ($this->readStreams || $this->writeStreams) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php27 $this->data = <<<ICS
35 $this->data = <<<ICS
44 $this->inbox = new Inbox($this->backend, 'principals/user1');
45 $this->inbox->createFile('item1.ics', $this->data);
51 unset($this->inbox);
52 unset($this->backend);
58 $children = $this->inbox->getChildren();
100 $children = $this->inbox->getChildren();
112 $children = $this->inbox->getChildren();
169 $this->assertNull($obj->getGroup());
[all …]
/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php255 $this->pos = 0;
263 return ($this->readByte() << 8) + $this->readByte();
267 …return ($this->readByte() << 24) + ($this->readByte() << 16) + ($this->readByte() << 8) + $this->r…
285 $val = substr($this->bytes, $this->pos, $length);
291 $pos = $this->pos;
293 $this->pos = $pos;
298 $pos = $this->pos;
300 $this->pos = $pos;
305 $pos = $this->pos;
307 $this->pos = $pos;
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php343 $this->setSkip($skip);
383 $this->line = $this->getInitialLine();
384 $this->column = 0;
386 $this->buffers = [];
391 $this->pre($in);
400 in_array($this->_states[$c][$nextState], $this->_terminal[$c])) {
404 if (in_array($this->_states[$c][$nextState], $this->_terminal[$c]) &&
583 if ((in_array($this->_states[$c][$nextState], $this->_terminal[$c]) &&
615 $this->line + 1, $this->column + 1
713 $this->_skip = $skip;
[all …]

1...<<31323334353637383940>>...1069