Home
last modified time | relevance | path

Searched refs:this (Results 126 – 150 of 11858) sorted by relevance

12345678910>>...475

/plugin/404manager/
H A Dadmin.php80 $this->setupLocale();
82 $this->infoPlugin = $this->getInfo();
140 if ($this->redirectionSource == $this->redirectionTarget) {
164 if ($this->isValidURL($this->redirectionTarget)) {
180 $this->addRedirection($this->redirectionSource, $this->redirectionTarget);
219 …ptln(' <tr><th>' . $this->lang['Field'] . '</th><th>' . $this->lang['Value'] . '</th> <th>' . $th…
378 $this->addRedirectionWithDate($sourcePageId, $targetPageId, $this->currentDate);
589 $this->pageRedirections[$sourcePageId]['LastRedirectionDate'] = $this->currentDate;
678 $this->initDataStore();
679 return $this;
[all …]
/plugin/latexport/implementation/
H A Ddecorator_includer.php71 $this->listLevel = 0;
96 switch($this->state) {
109 $this->listLevel++;
114 trigger_error("$this->pageId: listu_open unexpected $this->state");
126 switch($this->state) {
138 trigger_error("$this->pageId: listitem_open unexpected - $this->state");
167 $this->internalLinksToInclude[] = $this->internalLinkToInclude;
219 $this->decorator->input($this->texifyPageId($internalLink->getLink()));
232 $this->listLevel--;
243 trigger_error("$this->pageId: listu_close unexpected - $this->state");
[all …]
/plugin/authphpbb3/
H A Dauth.php93 $this->success = $this->load_configuration();
95 if (!$this->success) {
104 $this->phpbb_disconnect();
105 $this->_cache = null;
255 $this->_cache_duration = intval($this->getConf('phpbb_cache'));
517 $this->_phpbb_conf = unserialize($this->_cache->retrieveCache(false));
548 $this->_cache->storeCache(serialize($this->_phpbb_conf));
561 $this->_cache = new cache('authphpbb3', $this->_cache_ext_name);
563 return $this->_cache;
575 $this->_cache_duration = intval($this->getConf('phpbb_cache'));
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php117 $this->stream = $stream;
118 $this->closeStream = $closeStream;
119 $this->reset();
127 $this->cleanUp();
135 if ($this->closeStream && is_resource($this->stream)) {
136 \fclose($this->stream);
149 return $this->bufferLength;
152 return $this->bufferLength - $this
[all...]
/plugin/odp/
H A Drenderer.php323 ….$this->_xmlEntities( sprintf($this->getLang('tpl_not_found'),$this->template,$this->getConf("tpl_…
330 $this->doc = $this->ZIP->get_file();
422 if (is_dir($this->temp_dir)) { $this->io_rm_rf($this->temp_dir); }
468 $this->io_rm_rf($this->temp_dir);
572 $this->doc .= $this->_xmlEntities($text);
604 $this->doc.= $this->_xmlEntities($text);
752 $this->store = $this->doc;
767 $this->doc = $this->store;
830 $this->doc .= $this->_xmlEntities($text);
892 $this->doc .= $this->_xmlEntities($text);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DPolicy.php438 return $this->applications;
536 return $this->cameraAccess;
760 return $this->funDisabled;
858 return $this->locationMode;
963 $this->name = $name;
970 return $this->name;
1306 return $this->setupActions;
1362 return $this->smsDisabled;
1474 return $this->usageLog;
1509 $this->version = $version;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DFunctionTest.php36 $this->assertEquals([], $this->functions[0]->getArguments());
60 $this->assertEquals('foo', $this->functions[0]->getName());
61 $this->assertEquals('bar', $this->functions[1]->getName());
72 $this->assertEquals(5, $this->functions[0]->getLine());
73 $this->assertEquals(10, $this->functions[1]->getLine());
74 $this->assertEquals(17, $this->functions[2]->getLine());
75 $this->assertEquals(21, $this->functions[3]->getLine());
76 $this->assertEquals(29, $this->functions[4]->getLine());
96 $this->assertNull($this->functions[0]->getDocblock());
108 $this->assertNull($this->functions[3]->getDocblock());
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php25 $this->mpdf = $mpdf;
26 $this->writer = $writer;
31 $patternCount = count($this->mpdf->patterns);
35 $x = $this->mpdf->patterns[$i]['x'];
36 $y = $this->mpdf->patterns[$i]['y'];
37 $w = $this->mpdf->patterns[$i]['w'];
38 $h = $this->mpdf->patterns[$i]['h'];
39 $pgh = $this->mpdf->patterns[$i]['pgh'];
40 $orig_w = $this->mpdf->patterns[$i]['orig_w'];
41 $orig_h = $this
[all...]
H A DResourceWriter.php88 $this->mpdf = $mpdf;
89 $this->writer = $writer;
90 $this->colorWriter = $colorWriter;
91 $this->fontWriter = $fontWriter;
92 $this->imageWriter = $imageWriter;
93 $this->formWriter = $formWriter;
94 $this->optionalContentWriter = $optionalContentWriter;
95 $this->backgroundWriter = $backgroundWriter;
96 $this->bookmarkWriter = $bookmarkWriter;
97 $this
[all...]
/plugin/strata/_test/
H A Dstorage_removes.test.php16 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki');
17 $this->assertTrue($OK);
18 $OK =$this->_triples->addTriple('Alice', 'knows', 'Carol', 'wiki');
19 $this->assertTrue($OK);
20 $OK =$this->_triples->addTriple('Alice', 'dislikes', 'Carol', 'wiki');
21 $this->assertTrue($OK);
23 $this->expected1 = array('subject' => 'Bob', 'predicate' => 'knows', 'object' => 'Alice', 'graph' => 'wiki');
24 $this->expected2 = array('subject' => 'Alice', 'predicate' => 'knows', 'object' => 'Carol', 'graph' => 'wiki');
25 $this->expected3 = array('subject' => 'Alice', 'predicate' => 'dislikes', 'object' => 'Carol', 'graph' => 'wiki');
27 $data = $this
[all...]
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php144 $this->masterEvent = array_shift($this->overriddenEvents);
147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
197 $this->rewind();
332 $this->currentDate = clone $this->startDate;
334 $this->next();
346 $this->counter++;
375 $this->currentOverriddenEvent = $this->overriddenEvents[$offset];
379 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone);
402 while($this->valid() && $this->getDtEnd() < $dateTime ) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php144 $this->masterEvent = array_shift($this->overriddenEvents);
147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
197 $this->rewind();
332 $this->currentDate = clone $this->startDate;
334 $this->next();
346 $this->counter++;
375 $this->currentOverriddenEvent = $this->overriddenEvents[$offset];
379 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone);
402 while($this->valid() && $this->getDtEnd() < $dateTime ) {
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php109 if(!$this->ehlo) $this->ehlo = $host;
110 $this->logger && $this->logger->debug("Set: the server");
123 $this->logger && $this->logger->debug("Set: the auth");
172 $this->logger && $this->logger->debug("Connecting to {$this->host} at {$this->port}");
173 $host = ($this->secure == 'ssl') ? 'ssl://' . $this->host : $this->host;
174 $this->smtp = @fsockopen($host, $this->port);
215 $in = "EHLO " . $this->ehlo . $this->CRLF;
245 $in = base64_encode($this->username) . $this->CRLF;
250 $in = base64_encode($this->password) . $this->CRLF;
334 $this->logger && $this->logger->debug('Sent: '. $string);
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php72 if ($this->fromSource && !empty($this->files)) {
76 if ($this->pos+1 < count($this->files) && !$this->fromSource) {
78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET);
101 $this->pos = count($this->files)-1;
114 function getStat() { return $this->files[$this->pos]['stat']; }
118 function getMime() { return $this->files[$this->pos]['mime']; }
141 if ($length > 0 && $this->pos+1 < count($this->files)) {
142 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
169 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
196 $pos = $this->files[$this->pos]['pos'];
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php78 $client->addService($this->serviceName, $this->version);
112 $this->id = $id;
115 return $this->id;
125 $this->kind = $kind;
128 return $this->kind;
146 return $this->score;
158 return $this->title;
239 return $this->urls;
253 return $this->args;
270 return $this->type;
[all …]
H A DGoogle_DirectoryService.php938 $client->addService($this->serviceName, $this->version);
966 $this->id = $id;
969 return $this->id;
1210 $this->id = $id;
1213 return $this->id;
1276 $this->id = $id;
1279 return $this->id;
1403 $this->os = $os;
1680 $this->id = $id;
1975 $this->im = $im;
[all …]
H A DGoogle_AdExchangeSellerService.php375 $client->addService($this->serviceName, $this->version);
403 $this->id = $id;
406 return $this->id;
475 $this->id = $id;
478 return $this->id;
549 $this->id = $id;
552 return $this->id;
727 $this->id = $id;
730 return $this->id;
785 $this->id = $id;
[all …]
H A DGoogle_BloggerService.php441 $client->addService($this->serviceName, $this->version);
486 $this->id = $id;
732 $this->id = $id;
789 $this->id = $id;
821 $this->id = $id;
831 $this->id = $id;
875 $this->id = $id;
916 $this->id = $id;
973 $this->id = $id;
1005 $this->id = $id;
[all …]
H A DGoogle_DriveService.php1258 $client->addService($this->serviceName, $this->version);
1583 $this->id = $id;
1586 return $this->id;
1782 $this->id = $id;
1785 return $this->id;
1879 $this->id = $id;
1982 $this->id = $id;
2434 $this->id = $id;
2936 $this->id = $id;
3000 $this->id = $id;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.margin.class.php191 $this->_current_x = $this->get_left();
192 $this->_current_y = $this->get_top();
204 $this->_current_x = $this->get_left();
205 $this->_current_y = $this->get_top();
222 $this->_current_x = $this->get_left();
223 $this->_current_y = $this->get_top();
241 $this->_current_y = $this->get_top();
259 $this->_current_y = $this->get_top();
272 $this->_current_y = $this->get_top();
285 $this->_current_y = $this->get_top();
[all …]
/plugin/linkback/
H A Dhttp.php29 if(!$this->sendRequest($url)) return false;
30 if($this->status == 304 && $sloppy304) return $this->resp_body;
31 if($this->status < 200 || $this->status > 206) return false;
32 return $this->resp_body;
43 if(!$this->sendRequest($url,$data,'POST')) return false;
44 if($this->status < 200 || $this->status > 206) return false;
45 return $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFile.php346 return $this->driveId;
479 $this->id = $id;
486 return $this->id;
521 $this->kind = $kind;
528 return $this->kind;
633 $this->name = $name;
640 return $this->name;
682 return $this->owners;
780 return $this->shared;
829 $this->size = $size;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php151 return new \ReflectionProperty($this->class, $this->name);
217 $this->groups,
219 $this->type,
229 $this->getter,
230 $this->setter,
231 $this->inline,
265 $this->groups,
267 $this->type,
277 $this->getter,
278 $this->setter,
[all …]
/plugin/authplaincas/
H A Dauth.php133 $this->_options['server'] = $this->getConf('server');
134 $this->_options['rootcas'] = $this->getConf('rootcas');
135 $this->_options['port'] = $this->getConf('port');
277 $this->_userInfo = $this->getUserData($remoteUser);
352 $this->_addUserGroup($this->_getOption('admingroup'));
425 $this->_userInfo['grps'] = $this->_userInfo['tmp_grps'];
471 $this->_log($this->_userInfo);
530 if ($this->users === null) $this->_loadUserData();
567 if($this->users === null) $this->_loadUserData();
608 if($this->users === null) $this->_loadUserData();
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php109 $this->_loadPaths();
144 $this->formatIdPCert();
145 $this->formatSPCert();
146 $this->formatSPKey();
158 $this->_paths = array (
712 if (isset($this->_sp['privateKey']) && !empty($this->_sp['privateKey'])) {
733 if (isset($this->_sp['x509cert']) && !empty($this->_sp['x509cert'])) {
755 if (isset($this->_sp['x509certNew']) && !empty($this->_sp['x509certNew'])) {
774 return $this->_idp;
784 return $this->_sp;
[all …]

12345678910>>...475