Home
last modified time | relevance | path

Searched refs:this (Results 51 – 75 of 9170) sorted by relevance

12345678910>>...367

/plugin/mantis/lib/
H A Dclass.soapclient.php114 $this->endpoint = $this->wsdl->wsdl;
115 $this->wsdlFile = $this->endpoint;
119 $this->wsdlFile = $this->endpoint;
288 …$return = $this->send($this->getHTTPBody($soapmsg),$soapAction,$this->timeout,$this->response_time…
365this->wsdl =& new wsdl('',$this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypassw…
366 …$this->wsdl->setCredentials($this->username, $this->password, $this->authtype, $this->certRequest);
367 $this->wsdl->fetchWSDL($this->wsdlFile);
421 if($this->proxyhost && $this->proxyport){
422 $http->setProxy($this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypassword);
425 …$http->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certReque…
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php159 $this->currentFilename = $this->source->getData($this->header['File']);
206 if ($this->offset >= $this->currentStat[7]) {
231 $this->offset = $this->currentStat[7];
233 $this->offset = min($this->offset + $length, $this->currentStat[7]);
263 $this->data = $this->source->getData($this->header['CLen']);
268 $this->data = gzinflate($this->data);
271 $this->data = bzdecompress($this->data);
291 $seek = 30 + $this->header['File'] + $this->header['Extra'] + $this->header['CLen'];
297 $size = 30 + $this->header['File'] + $this->header['Extra'] + $this->header['CLen'];
362 $this->data = substr($this->data, $this->offset + $seek);
[all …]
/plugin/icalevents/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;
134 return !$this->count && !$this->until;
325 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' hours');
336 if (!$this->byHour && !$this->byDay) {
391 if (!$this->byHour && !$this->byDay) {
428 …$this->currentDate = $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->wee…
444 if (!$this->byMonthDay && !$this->byDay) {
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php583 $client->addService($this->serviceName, $this->version);
624 $this->id = $id;
627 return $this->id;
777 $this->id = $id;
1225 $this->id = $id;
1510 $this->id = $id;
1776 $this->id = $id;
2133 $this->id = $id;
2450 $this->id = $id;
2649 $this->id = $id;
[all …]
H A DGoogle_GanService.php376 $client->addService($this->serviceName, $this->version);
472 $this->id = $id;
475 return $this->id;
481 return $this->item;
493 return $this->kind;
1339 $this->sku = $sku;
1342 return $this->sku;
1480 $this->id = $id;
1483 return $this->id;
1690 $this->id = $id;
[all …]
H A DGoogle_PlusService.php332 $client->addService($this->serviceName, $this->version);
444 $this->id = $id;
540 $this->id = $id;
611 $this->id = $id;
702 $this->id = $id;
759 $this->id = $id;
831 $this->id = $id;
1093 $this->id = $id;
1163 $this->id = $id;
1210 $this->id = $id;
[all …]
H A DGoogle_YouTubeService.php999 $client->addService($this->serviceName, $this->version);
1060 $this->id = $id;
1587 $this->id = $id;
2178 $this->id = $id;
2516 $this->id = $id;
2777 $this->id = $id;
3040 $this->id = $id;
3107 $this->id = $id;
3591 $this->id = $id;
3683 $this->id = $id;
[all …]
H A DGoogle_ShoppingService.php146 $client->addService($this->serviceName, $this->version);
185 $this->id = $id;
188 return $this->id;
310 $this->id = $id;
313 return $this->id;
475 $this->max = $max;
478 return $this->max;
487 $this->min = $min;
490 return $this->min;
655 $this->id = $id;
[all …]
H A DGoogle_PlusDomainsService.php497 $client->addService($this->serviceName, $this->version);
618 $this->id = $id;
714 $this->id = $id;
785 $this->id = $id;
879 $this->id = $id;
942 $this->id = $id;
1017 $this->id = $id;
1397 $this->id = $id;
1527 $this->id = $id;
1597 $this->id = $id;
[all …]
H A DGoogle_DfareportingService.php406 $client->addService($this->serviceName, $this->version);
436 return $this->kind;
480 return $this->kind;
534 return $this->kind;
568 return $this->kind;
643 $this->id = $id;
646 return $this->id;
758 $this->id = $id;
761 return $this->id;
1174 $this->id = $id;
[all …]
H A DGoogle_CustomsearchService.php105 $client->addService($this->serviceName, $this->version);
300 $this->cr = $cr;
303 return $this->cr;
312 $this->cx = $cx;
315 return $this->cx;
354 $this->gl = $gl;
357 return $this->gl;
372 $this->hl = $hl;
375 return $this->hl;
378 $this->hq = $hq;
[all …]
/plugin/userhomepage/
H A Daction.php93 $this->private_page = $this->helper->getPrivateID();
95 $this->public_page = $this->helper->getPublicID();
121this->getConf('create_private_ns') && is_file($this->dataDir.'/'.$this->getConf('templates_path').…
126 … saveWikiText($this->private_page,$this->applyTemplate('private'),$this->getLang('uhpcreated'));
134 …if ($this->getConf('create_private_ns') && (is_dir($this->dataDir.'/'.$this->getConf('templates_pa…
140 …$this->private_ns = cleanID($this->getConf('users_namespace').':'.substr($this->privateNamespace()…
143 … $this->private_ns = cleanID($this->getConf('users_namespace').':'. $this->privateNamespace());
153 …saveWikiText($this->custom_target,$this->applyTemplate($this->custom_page_template),$this->getLang…
162this->getConf('create_public_page') && is_file($this->dataDir.'/'.$this->getConf('templates_path')…
171 … saveWikiText($this->public_page,$this->applyTemplate('public'),$this->getLang('uhpcreated'));
[all …]
/plugin/dokusioc/lib/
H A Dsioc_inc.php115 $type_part = $this->url4type . $this->urlequal . $type;
121 $myID = (($this->url_usetype) ? $type . '_' : '') . $this->url4id;
124 $id_part = $this->urlseparator . $myID . $this->urlequal . $id;
129 …($page) ? $page_part = $this->urlseparator . $this->url4page . $this->urlequal . $page : $page_par…
131 ($this->url_suffix && !isset($this->ignore_suffix[$type])) ?
132 $suffix = $this->urlseparator . $this->url_suffix : $suffix = '';
354 $this->id = $id;
379 if ($this->name) {
390 if ($this->nick) {
399 if ($this->role) {
[all …]
/plugin/sync/
H A Dadmin.php26 if ( isset($this->profiles[$this->profno]['timeout']) ){
33 … $this->client = new IXR_Client($this->profiles[$this->profno]['server'], false, 80, $timeout);
36 … $this->client = new dokuwiki\Remote\IXR\Client($this->profiles[$this->profno]['server']);
41 if($this->profiles[$this->profno]['user']){
43 $this->profiles[$this->profno]['user'],
44 $this->profiles[$this->profno]['pass']
88 unset($this->profiles[$this->profno]);
93 if($this->profno === '') $this->profno = count($this->profiles);
181 $this->_profilelist($this->profno);
184 $this->_profileView($this->profno);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1689 $this->wPt = $this->fwPt;
1690 $this->hPt = $this->fhPt;
1694 $this->w = $this->fw;
1695 $this->h = $this->fh;
1873 $this->ColorFlag = ($this->FillColor!=$this->TextColor);
1886 $this->ColorFlag=($this->FillColor!=$this->TextColor);
1917 …$this->_out(sprintf('%.2f %.2f m %.2f %.2f l S',$x1*$this->k,($this->h-$y1)*$this->k,$x2*$this->k,…
2202 $this->_out('/Kids '.$this->_reference_array($this->_pages));
2423 $this->_out('/Title '.$this->_textstring($this->title));
2427 $this->_out('/Subject '.$this->_textstring($this->subject));
[all …]
/plugin/sqlraw/
H A Dsimple_html_dom.php1266 $this->char = (++$this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1271 $this->char = (++$this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1328 $this->char = (++$this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1351 $this->char = (++$this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1373 $this->char = (++$this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1406 $this->char = (++$this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1469 $this->char = (++$this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1537 $this->char = (++$this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1544 $this->char = ($this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
1552 $this->char = ($this->pos<$this->size) ? $this->doc[$this->pos] : null; // next
[all …]
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php279 $this->callback = $this->buildCallback($callback);
339 …$this->process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $e…
414 $this->callback = $this->buildCallback($callback);
548 $this->incrementalOutputOffset = ftell($this->stdout);
937 …return \is_array($this->commandline) ? implode(' ', array_map([$this, 'escapeArgument'], $this->co…
987 $this->timeout = $this->validateTimeout($timeout);
1327 if (null !== $this->timeout && $this->timeout < microtime(true) - $this->starttime) {
1371 …$this->processPipes = new WindowsPipes($this->input, !$this->outputDisabled || $this->hasCallback);
1373 …$this->processPipes = new UnixPipes($this->isTty(), $this->isPty(), $this->input, !$this->outputDi…
1430 … if ($this->fallbackStatus && $this->enhanceSigchildCompatibility && $this->isSigchildEnabled()) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php24 $this->assertEquals('', $this->response->body);
25 $this->assertEquals(201, $this->response->status);
40 $this->assertEquals('', $this->response->body);
41 $this->assertEquals(201, $this->response->status);
58 $this->assertEquals('', $this->response->body);
59 $this->assertEquals(201, $this->response->status);
69 $this->assertEquals(412, $this->response->status);
84 $this->assertEquals('', $this->response->body);
144 $this->assertEquals('', $this->response->body);
159 $this->assertEquals('',$this->response->body);
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php37 $this->currentDate = clone $this->startDate;
74 return $this->counter < $this->count;
77 return is_null($this->until) || $this->currentDate <= $this->until;
85 $this->currentDate = clone $this->startDate;
129 return !$this->count && !$this->until;
314 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' hours');
322 if (!$this->byHour && !$this->byDay) {
323 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days');
372 if (!$this->byHour && !$this->byDay) {
409 …$this->currentDate = $this->currentDate->modify('last '.$this->dayNames[$this->dayMap[$this->weekS…
[all …]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php203 if (!$this->isAllowedErrorCorrectionLevel($level)) {
207 $this->length = strlen($value);
208 if (!$this->length) {
212 $this->level = $level;
213 $this->value = $value;
215 $this->bitData = [];
216 $this->valData = [];
217 $this->ptr = 0;
218 $this->bitCount = 0;
220 $this
[all...]
/plugin/swiftmail/Swift/
H A DMessage.php78 $this->setTo("");
79 $this->setFrom("");
80 $this->setCc(null);
88 $this->headers->set("X-LibVersion", $this->libVersion);
98 $this->setReference("parent", $key, $this);
126 if ($ref === $this) $this->references[$where][$key] = false;
137 if (!$this->references[$where][$key]) return $this;
770 if ($this->getCharset() === null && !$this->numChildren())
788 $this->setData($this->getMimeWarning());
792 if ($this->getCharset() !== null) $this->setCharset(null);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php58 $this->assertEquals(200,$this->response->status);
59 $this->assertEquals('', $this->response->body);
77 $this->assertEquals(201, $this->response->status);
78 $this->assertEquals('', $this->response->body);
95 $this->assertEquals(412, $this->response->status);
112 $this->assertEquals('', $this->response->body);
127 $this->assertEquals('', $this->response->body);
144 $this->assertEquals('', $this->response->body);
163 $this->assertEquals('', $this->response->body);
184 $this->assertEquals('', $this->response->body);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php137 $this->user['uid'] = intval($this->input('uid'));
143 $this->apps = $this->cache('apps');
157 $this->user['uid'] = intval($this->input('uid'));
169 $this->user['uid'] = intval($this->input('uid'));
176 $this->user['uid'] = intval($this->input('uid'));
177 …$_ENV['pm']->setpmstatus($this->user['uid'], $this->input('uids'), $this->input('plids'), $this->i…
182 $this->user['uid'] = intval($this->input('uid'));
192 $this->user['uid'] = intval($this->input('uid'));
226 $this->user['uid'] = intval($this->input('uid'));
236 $today = $this->time - ($this->time + $this->settings['timeoffset']) % 86400;
[all …]
/plugin/bez/mdl/
H A DTask.php64 if ($this->thread_id == null) {
67 if ($this->thread == null || $this->thread_id != $this->thread->id) {
68 $this->thread = $this->model->threadFactory->get_one($this->thread_id);
70 return $this->thread;
73 if ($this->thread_comment_id == null) {
76 if ($this
[all...]

12345678910>>...367