Home
last modified time | relevance | path

Searched refs:this (Results 326 – 350 of 19794) sorted by relevance

1...<<11121314151617181920>>...792

/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php64 $val = $this->redis->hget($this->key, $service);
75 $this->redis->hset($this->key, $service, serialize($token));
79 return $this;
93 return $this->redis->hexists($this->key, $service);
101 $this->redis->hdel($this->key, $service);
117 $keys = $this->redis->hkeys($this->key);
146 $val = $this->redis->hget($this->stateKey, $service);
157 $this->redis->hset($this->stateKey, $service, $state);
175 return $this->redis->hexists($this->stateKey, $service);
183 $this->redis->hdel($this->stateKey, $service);
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php44 $this->redis = $redis;
45 $this->key = $key;
46 $this->stateKey = $stateKey;
47 $this->cachedTokens = array();
48 $this->cachedStates = array();
56 if (!$this->hasAccessToken($service)) {
60 if (isset($this->cachedTokens[$service])) {
61 return $this->cachedTokens[$service];
64 $val = $this->redis->hget($this
[all...]
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php91 $p = $this->getProcess('');
97 $p = $this->getProcess('');
103 $this->assertNull($p->getTimeout());
106 $this->assertNull($p->getTimeout());
140 $p = $this->getProcessForCode($code);
267 $process = $this->getProcess('foo');
435 $this->skipIfNotEnhancedSigchild();
464 $this->skipIfNotEnhancedSigchild();
490 $process = $this->getProcess('');
539 $process = $this->getProcess('');
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php38 if ($this->useObjects()) {
105 $this->version = 'v1';
108 $client->addService($this->serviceName, $this->version);
186 $this->email = $email;
189 return $this->email;
201 return $this->isArchived;
204 $this->kind = $kind;
207 return $this->kind;
234 $this->name = $name;
237 return $this->name;
[all …]
/plugin/farm/
H A Dinstall.class.php30 $this->manager = & $manager;
37 if(isset($this->manager->opt['next'])) {
56 if(empty($this->webroot)) {
60 if(empty($this->fsroot)) {
64 if(empty($this->farmer)) {
80 if((substr($this->fsroot, -1) != '/') || !@is_dir($this->fsroot)) {
84 if(substr($this->farmer, -1) != '/') {
88 if($this ->barn && substr($this->barn, -1) != '/') {
144 …if(is_null($this->webroot)) $this->webroot = preg_replace('`doku\.php$`', '', wl('', array(), true…
146 if(is_null($this->farmer)) $this->farmer = 'farmer/';
[all …]
H A Dconfig.class.php30 $this->manager = & $manager;
33 $this->data = $farmconf;
46 if(!$this->save()) {
59 $this->form();
126 $this->ref[$id] = $i;
194 …if(realpath($this->manager->conf['farmfsroot'].$this->manager->conf['barn']) == realpath($this->ma…
199 $this->conf[$this->ref['userewrite']] = '$farmconf[\'userewrite\'] = true;';
208 …if(realpath($this->manager->conf['farmfsroot'].$this->manager->conf['barn']) == realpath($this->ma…
220 …if($this->copyHtaccess(DOKU_FARM_PLUGIN.'install/'.$src, $this->manager->conf['farmfsroot'].$this-…
262 $this->conf[$this->ref['userewrite']] = '$farmconf[\'userewrite\'] = true;';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php168 $this->appId = $appId;
175 return $this->appId;
179 $this->cost = $cost;
183 return $this->cost;
225 return $this->first;
232 $this->host = $host;
239 return $this->host;
288 $this->ip = $ip;
295 return $this->ip;
316 $this->line = $line;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DConversion.php164 return $this->adGroupId;
171 $this->adId = $adId;
178 return $this->adId;
206 return $this->agencyId;
248 return $this->channel;
262 return $this->clickId;
577 $this->state = $state;
584 return $this->state;
598 return $this->storeId;
605 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DCloudFunction.php186 return $this->buildId;
200 return $this->buildName;
270 return $this->entryPoint;
347 $this->labels = $labels;
354 return $this->labels;
389 $this->name = $name;
396 return $this->name;
410 return $this->network;
424 return $this->runtime;
536 return $this->status;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php66 $this->uri = $this->getMetadata('uri');
74 $this->close();
81 $this->seek(0);
110 $this->detach();
121 unset($this->stream);
122 $this->size = $this->uri = null;
123 $this->readable = $this->writable = $this->seekable = false;
139 if ($this->uri) {
193 $this->seek(0);
246 $this->size = null;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php32 $this->calendars = $this->backend->getCalendarsForUser('principals/user1');
33 $this->assertEquals(2, count($this->calendars));
34 $this->calendar = new Calendar($this->backend, $this->calendars[0]);
47 $this->assertEquals($this->calendars[0]['uri'], $this->calendar->getName());
114 $this->assertFalse($this->calendar->childExists('foo'));
142 $this->assertNull($this->calendar->getLastModified());
165 $calendar = new Calendar($this->backend, $this->calendars[1]);
189 $this->assertNull($this->calendar->getGroup());
227 $this->assertEquals($expected, $this->calendar->getACL());
253 $this->assertEquals(2, $this->calendar->getSyncToken());
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.php24 $this->_left = 0;
25 $this->_top = 0;
29 $this->baseline = 0;
40 $this->_id = null;
212 $driver->rect($this->get_left(), $this->get_top(), $this->get_width(), -$this->get_height());
248 $this->put_left($parent->_current_x + $this->get_extra_left());
249 $this->put_top($parent->_current_y - $this->get_extra_top());
257 $this->_top = $value + $this->getBaselineOffset();
270 return $this->get_left() + $this->get_width();
278 return $this->get_top() - $this->get_height();
[all …]
H A Dbox.generic.formatted.php410 $this->width = $this->get_width();
439 $this->width = $this->get_width();
491 $this->width = $value - $this->_get_hor_extra();
626 $this->put_height(max($this->get_height(), $this->get_top() - $y_coord));
630 $this->put_width(max($this->get_width(), $x_coord - $this->get_left()));
819 return $wc->apply($this->width, $this->width);
844 if ($this->_height_constraint->applicable($this)) {
845 return $this->_height_constraint->apply($this->height, $this);
852 return $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom();
857 $this->height = $this->_height_constraint->apply($value, $this);
[all …]
/plugin/projects/lib/
H A Dproject.php83 $this->ID = $ID;
85 $this->project_file = $this->project_path .
87 $this->mutex = new Mutex($this->project_file);
89 $this->create();
142 file_put_contents($this->project_file, serialize($this));
154 return $this->files;
167 if (isset($this->errors[$name])) return $this->errors[$name];
182 $this->files[$name]->delete($this->project_path);
185 if (isset($this->errors[$name])) unset($this->errors[$name]);
203 $this->files[$name] = ProjectFile::create($this, $file);
[all …]
/plugin/combo/ComboStrap/
H A DConditionalLength.php61 $this->conditionalLength = $value;
63 $this->defaultBreakpoint = $defaultBreakpoint;
69 $this->length = $value;
72 $this->length = $conditionalValue->getValue();
73 $this->breakpoint = $conditionalValue->getBreakpoint();
84 $this->axis = "x";
87 $this->axis = "y";
92 $this->parseAsNumberWithOptionalUnit();
95 $this->parseAsRatio();
114 return $this
[all...]
H A DFetcherMarkup.php64 * @var CacheParser cache file (may be not set if this is not a {@link self::isPathExecution() execution}
126 * @var bool true if this fetcher has already run
129 * the modified time is not always good, this indicator will
148 * To avoid this problem, a warning is send if the calling code does not set explicitly that this is specifically a
209 * Why ? Because the snippets advertised during this run, need to be stored
241 if (!$this->deleteRootBlockElement) {
293 $wikiPath = $this->getSourcePath()->toWikiPath();
299 $url->addQueryParameter("context-id", $this->getRequestedContextPath()->getWikiId());
310 if (isset($this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php211 $this->write(
250 $this->write(
496 $this->numTestsWidth = strlen((string) $this->numTests);
497 …$this->maxColumn = $this->numberOfColumns - strlen(' / (XXX%)') - (2 * $this->numTestsWidth);
563 if ($this->column == $this->maxColumn
564 || $this->numTestsRun == $this->numTests
566 if ($this->numTestsRun == $this->numTests) {
567 $this->write(str_repeat(' ', $this->maxColumn - $this->column));
576 floor(($this->numTestsRun / $this->numTests) * 100)
580 if ($this->column == $this->maxColumn) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTable.php252 $this->etag = $etag;
259 return $this->etag;
308 $this->id = $id;
315 return $this->id;
322 $this->kind = $kind;
329 return $this->kind;
343 return $this->labels;
399 return $this->model;
686 $this->type = $type;
693 return $this->type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php224 return $this->colorId;
287 $this->end = $end;
294 return $this->end;
315 $this->etag = $etag;
322 return $this->etag;
364 return $this->gadget;
455 $this->id = $id;
462 return $this->id;
469 $this->kind = $kind;
476 return $this->kind;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DLivingAreaSleeping.php140 $this->bedsCount = $bedsCount;
147 return $this->bedsCount;
175 return $this->bunkBedsCount;
196 $this->cribsCount = $cribsCount;
203 return $this->cribsCount;
231 return $this->doubleBedsCount;
259 return $this->featherPillows;
315 return $this->kingBedsCount;
371 return $this->otherBedsCount;
399 return $this->queenBedsCount;
[all …]
H A DPools.php147 return $this->adultPool;
168 $this->hotTub = $hotTub;
175 return $this->hotTub;
203 return $this->indoorPool;
259 return $this->lazyRiver;
287 return $this->lifeguard;
364 $this->pool = $pool;
371 return $this->pool;
399 return $this->poolsCount;
455 return $this->waterPark;
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php40 * open requests. When this number is reached, the queued futures are
48 $this->_mh = $options['mh'];
50 $this->factory = isset($options['handle_factory'])
52 $this->selectTimeout = isset($options['select_timeout'])
54 $this->maxHandles = isset($options['max_handles'])
61 return $this->_mh = curl_multi_init();
70 if ($this->handles) {
71 $this->execute();
74 if (isset($this->_mh)) {
75 curl_multi_close($this
[all...]
/plugin/botbouncer/admin/
H A Dclean.php31 $this->disabled = $this->lang['noauth'];
33 $this->disabled = $this->lang['nosupport'];
95 $this->_filter = $this->_retrieveFilter();
108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…
113 case 'prev' : $this->_start -= $this->_pagesize; break;
114 case 'next' : $this->_start += $this->_pagesize; break;
126 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
134 if ($this->_start >= $this->_user_total) {
135 $this->_start = $this->_user_total - $this->_pagesize;
137 if ($this->_start < 0) $this->_start = 0;
[all …]
/plugin/prosemirror/parser/
H A DMark.php35 $this->type = $data['type'];
37 $this->attrs = $data['attrs'];
39 $this->parent = &$parent;
44 $this->previousMark = &$previousMark;
49 $this->nextMark = &$nextMark;
54 return $this->parent->getStartingNodeMarkScore($this->type) === $this->getTailLength();
59 return $this->tailLength === 0;
64 $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php45 $this->mpdf = $mpdf;
46 $this->writer = $writer;
47 $this->form = $form;
48 $this->protection = $protection;
49 $this->logger = $logger;
54 $this->writer->object();
55 $this->mpdf->MetadataRoot = $this->mpdf->n;
56 $Producer = 'mPDF' . ($this->mpdf->exposeVersion ? (' ' . Mpdf::VERSION) : '');
68 if (!empty($this
[all...]

1...<<11121314151617181920>>...792