Home
last modified time | relevance | path

Searched refs:this (Results 1051 – 1075 of 27090) sorted by relevance

1...<<41424344454647484950>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DMigratingVm.php169 $this->error = $error;
176 return $this->error;
183 $this->group = $group;
190 return $this->group;
204 return $this->labels;
218 return $this->lastSync;
225 $this->name = $name;
232 return $this->name;
246 return $this->policy;
295 $this->state = $state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDocumentStyle.php91 return $this->background;
105 return $this->defaultFooterId;
119 return $this->defaultHeaderId;
189 return $this->marginBottom;
203 return $this->marginFooter;
217 return $this->marginHeader;
231 return $this->marginLeft;
245 return $this->marginRight;
259 return $this->marginTop;
280 $this->pageSize = $pageSize;
[all …]
H A DSectionStyle.php94 return $this->columnProperties;
122 return $this->contentDirection;
136 return $this->defaultFooterId;
150 return $this->defaultHeaderId;
220 return $this->marginBottom;
234 return $this->marginFooter;
248 return $this->marginHeader;
262 return $this->marginLeft;
276 return $this->marginRight;
290 return $this->marginTop;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php45 $this->path = $path;
47 $this->depth = $depth;
51 $this->properties = [
68 $this->itemsLeft = count($this->result);
96 …if ($this->itemsLeft && isset($this->result[$propertyName]) && $this->result[$propertyName][0] ===…
135 $this->itemsLeft--;
137 $this->itemsLeft++;
178 $this->path = $path;
189 return $this->path;
200 return $this->depth;
[all …]
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php82 $this->connection = $connection;
101 $this->max_nonce_age = 6 * 60 * 60;
113 $n = $this->create_nonce_table();
114 $a = $this->create_assoc_table();
124 if (!$this->tableExists($this->nonces_table_name)) {
173 $r = $this->connection->createTable($this->nonces_table_name,
194 if (!$this->tableExists($this->associations_table_name)) {
306 return $this->connection->exec(
313 return $this->connection->exec(
359 $r = $this->connection->execParam(
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_SiteVerificationService.php172 $client->addService($this->serviceName, $this->version);
186 $this->site = $site;
189 return $this->site;
209 $this->type = $type;
212 return $this->type;
229 return $this->token;
242 return $this->items;
253 $this->id = $id;
256 return $this->id;
269 return $this->site;
[all …]
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php82 $this->connection = $connection;
101 $this->max_nonce_age = 6 * 60 * 60;
113 $n = $this->create_nonce_table();
114 $a = $this->create_assoc_table();
124 if (!$this->tableExists($this->nonces_table_name)) {
173 $r = $this->connection->createTable($this->nonces_table_name,
194 if (!$this->tableExists($this->associations_table_name)) {
306 return $this->connection->exec(
313 return $this->connection->exec(
359 $r = $this->connection->execParam(
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php13 $this->fname = tempnam('/tmp', 'tfile');
15 if (file_exists($this->fname)) {
16 unlink($this->fname);
22 if (file_exists($this->fname)) {
23 unlink($this->fname);
29 $l = new LazyOpenStream($this->fname, 'w+');
31 $this->assertIsArray($l->getMetadata());
32 $this->assertFileExists($this->fname);
33 $this
[all...]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php55 $this->Tree();
56 $this->pathSeparator = "/";
57 $this->tag = new Tag();
311 $this->tag->setTagFormat($this->tag->FORMAT_INDENT, $indent);
373 $this->parseNodesFromTag();
411 unset($this->nodes[$key]);
422 unset($this->nodes[$key]);
488 $this->tag = $tag;
512 reset($this->nodes);
547 $this->removeAllNodes();
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php135 $this->setEngine();
146 $this->setEngine();
164 $c = clone $this;
199 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
201 $this->changed = $this->nonIVChanged = false;
211 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
216 $key = $this->key;
254 $this->newtag = $this->poly1305($ciphertext);
277 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
318 $this->setup();
[all …]
/plugin/mantis/lib/
H A Dclass.wsdlcache.php48 $this->fplock = array();
50 $this->cache_lifetime = $cache_lifetime;
71 $this->debug_str .= get_class($this).": $string\n";
85 if ($this->cache_lifetime > 0) {
89 $this->releaseMutex($filename);
96 $this->releaseMutex($filename);
108 $this->releaseMutex($filename);
151 $this->releaseMutex($filename);
157 $this->releaseMutex($filename);
196 $this->obtainMutex($filename, "w");
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php53 return $this->addressBookInfo['uri'];
65 $obj = $this->carddavBackend->getCard($this->addressBookInfo['id'], $name);
67 return new Card($this->carddavBackend, $this->addressBookInfo, $obj);
78 $objs = $this->carddavBackend->getCards($this->addressBookInfo['id']);
82 $children[] = new Card($this->carddavBackend, $this->addressBookInfo, $obj);
99 $objs = $this->carddavBackend->getMultipleCards($this->addressBookInfo['id'], $paths);
103 $children[] = new Card($this->carddavBackend, $this->addressBookInfo, $obj);
142 return $this->carddavBackend->createCard($this->addressBookInfo['id'], $name, $vcardData);
153 $this->carddavBackend->deleteAddressBook($this->addressBookInfo['id']);
194 return $this->carddavBackend->updateAddressBook($this->addressBookInfo['id'], $propPatch);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php12 $tag = $this->getTagName();
13 $this->mpdf->inMeter = true;
87 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
94 if (($v === 'hidden' || $v === 'printonly' || $v === 'screenonly') && $this->mpdf->visibility === 'visible') {
100 $objattr['margin_top'] = $this->sizeConverter->convert(
102 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
103 $this->mpdf->FontSize,
108 $objattr['margin_bottom'] = $this->sizeConverter->convert(
110 $this
[all...]
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php37 $m = $this->createMarkdown();
44 …$this->assertSame("<p>there is a charater, 配</p>\n", $this->createMarkdown()->parse('there is a ch…
45 …$this->assertSame("<p>Arabic Latter \"م (M)\"</p>\n", $this->createMarkdown()->parse('Arabic Latte…
46 $this->assertSame("<p>電腦</p>\n", $this->createMarkdown()->parse('電腦'));
49 …$this->assertSame('there is a charater, 配', $this->createMarkdown()->parseParagraph('there is a ch…
50 …$this->assertSame('Arabic Latter "م (M)"', $this->createMarkdown()->parseParagraph('Arabic Latter …
51 $this->assertSame('電腦', $this->createMarkdown()->parseParagraph('電腦'));
56 $m = $this->createMarkdown();
82 $this->assertSame($exptected, $this->createMarkdown()->parseParagraph($input));
83 …$this->assertSame($pexpect === null ? "<p>$exptected</p>\n" : "<p>$pexpect</p>\n", $this->createMa…
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.max.natural.php9 $this->_limit = $limit;
13 if ($this->_cmaxw + $delta > $this->_limit) {
14 $this->line_break();
16 $this->_cmaxw += $delta;
20 $this->_maxw = max($this->_maxw, $this->_cmaxw);
21 $this->_cmaxw = 0;
25 $this->_maxw = 0;
54 $this->_maxw = max($this->_maxw, $this->_cmaxw);
64 $this->_cmaxw = max($this->_cmaxw,
68 $this->_cmaxw = max($this->_cmaxw,
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php64 $this->generator = $generatorFn();
71 $this->nextCoroutine($this->generator->current());
103 return $this->result->wait($unwrap);
108 return $this->result->getState();
113 $this->result->resolve($value);
118 $this->result->reject($reason);
123 $this->currentPromise->cancel();
124 $this->result->cancel();
130 ->then([$this, '_handleSuccess'], [$this, '_handleFailure']);
138 unset($this->currentPromise);
[all …]
/plugin/statistics/
H A Dhelper.php21 $this->prefix = $this->getConf('db_prefix');
30 if(is_null($this->oQuery)) {
32 $this->oQuery = new StatisticsQuery($this);
34 return $this->oQuery;
43 $this->prefix = $this->getConf('db_prefix');
44 if(is_null($this->oLogger)) {
46 $this
[all...]
/plugin/ssocas/
H A Daction.php123 if ($this->getConf('logging')) {$this->_log('user '.$casuser.' successfully authenticated');}
128 if ($this->getConf('logging')) {$this->_log('user '.$casuser.' has no local account');}
158 if ($this->getConf('logging')) {$this->_log('forceAuthentication failed');}
168 phpCAS::logoutWithRedirectServiceAndUrl($this->_self(), $this->_self());
172 $this->_log('logged off');
182 …phpCAS::client($this->getConf('version').'.0',$this->getConf('server'),(integer) $this->getConf('p…
183 if (! ($this->getConf('servercert') or $this->getConf('servercacert'))) {
203 $this->handle_caslogout();
204 $this->_redirect($this->_self());
211 $this->handle_caslogin();
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php45 $this->assets = array();
47 $this->add($asset);
53 $this->vars = $vars;
54 $this->values = array();
59 $this->filters = clone $this->filters;
65 return $this->assets;
76 $clone = isset($this->clones[$asset]) ? $this->clones[$asset] : null;
78 unset($this->clones[$asset], $this->assets[$i]);
98 $clone = isset($this->clones[$asset]) ? $this->clones[$asset] : null;
222 return $this->vars;
[all …]
/plugin/siteexport/renderer/
H A Dpdf.php72 if ($this->info['toc'] === false && !($this->info['forceTOC'] || $this->meta['forceTOC'])) {
78 … ($this->info['forceTOC'] || $this->meta['forceTOC'] || (utf8_strlen(strip_tags($this->doc)) >= $t…
83 $meta['forceTOC'] = $this->info['forceTOC'] || $this->meta['forceTOC'];
89 $this->doc = preg_replace('#<p( class=".*?")?>\s*</p>#', '', $this->doc);
108 $this->node[$this->lastlevel-$i-1] = 0;
165 $this->doc .= $this->_xmlEntities($headingNumber . $text);
193 $this->doc .= '<ul class="level' . $this->currentLevel . '">' . DOKU_LF;
197 $this->doc .= '<ol class="level' . $this->currentLevel . '">' . DOKU_LF;
268 $this->doc .= $this->_formatLink($link);
339 $this->doc .= $this->_formatLink($link);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
58 $this->search_responses = $search_responses;
69 $this->current_key = 0;
70 $this->search_responses->rewind();
73 $current_page = $this->search_responses->current();
74 if ($this->search_responses->valid() && empty($current_page['hits']['hits'])) {
75 $this->search_responses->next();
78 $this->count = 0;
80 $this->count = $current_page['hits']['total']['value'] ?? $current_page['hits']['total'];
83 $this
[all...]
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php106 if (isset($this->mimeTypes[$ext]))
108 return $this->mimeTypes[$ext];
172 $this->protocols[$prot] = $prot;
229 if (isset($this->definitions[$tag])) return $this->definitions[$tag];
277 if (empty($this->registeredFiles[$url]["obj"])) $this->registeredFiles[$url]["obj"] = $file;
293 return $this->embedRemoteFiles;
309 return $this->embedLocalFiles;
349 $id = $this->message->attach($att);
395 $this->registeredFiles = null;
396 $this->registeredFiles = array();
[all …]
/plugin/strreplace/
H A Daction.php31 $this->metafilepath = metaFN($this->metafilename, '.ser');
32 $this->suspend = $this->getConf('suspend');
37 if($this->suspend) return;
41 $this->do_replace = $this->getConf('do_replace');
42 if(!$this->do_replace) {
53 $searched =$this->get_metadata();
55 $this->do_replace = false;
63 if($this->suspend) return;
98 else $searched[] = $this->id;
107 if($this->suspend) return;
[all …]
/plugin/iphelper/
H A Daction.php17 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_content_display', array());
22 $subnetcalculator = $this->getConf('subnetcalculator');
23 $subnetcalculatortarget = $this->getConf('subnetcalculatortarget');
24 $tool1name = $this->getConf('tool1name');
25 $tool2name = $this->getConf('tool2name');
26 $tool3name = $this->getConf('tool3name');
27 $tool4name = $this->getConf('tool4name');
28 $tool5name = $this->getConf('tool5name');
29 $tool6name = $this->getConf('tool6name');
30 $tool7name = $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DMachineImage.php108 return $this->description;
122 return $this->guestFlush;
129 $this->id = $id;
136 return $this->id;
157 $this->kind = $kind;
164 return $this->kind;
185 $this->name = $name;
192 return $this->name;
234 return $this->selfLink;
283 $this->status = $status;
[all …]

1...<<41424344454647484950>>...1084