Home
last modified time | relevance | path

Searched refs:this (Results 1026 – 1050 of 27090) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobStatistics.php95 $this->copy = $copy;
102 return $this->copy;
123 $this->endTime = $endTime;
130 return $this->endTime;
137 $this->extract = $extract;
144 return $this->extract;
151 $this->load = $load;
158 return $this->load;
193 $this->query = $query;
200 return $this->query;
[all …]
/plugin/projects/lib/
H A Dlayout.php25 $this->ID = $ID;
27 $this->project = $project;
28 $this->file = $file;
41 $errors = $this->project->error($this->file_name);
50 $this->failure = true;
79 $id = $this->file_name;
128 $renderer->doc .= button_delete($this->project->id($this->file_name));
157 $link = $this->link;
158 if ($this->failure) {
171 $mime = file_mimetype($this->ID, $this->project);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharingPluginTest.php17 $this->caldavCalendars = array(
48 …$this->assertInstanceOf('Sabre\\CalDAV\\SharingPlugin', $this->server->getPlugin('caldav-sharing')…
49 $this->assertEquals(
58 … $this->assertEquals(array('calendarserver-sharing'), $this->caldavSharingPlugin->getFeatures());
90 $this->caldavBackend->updateShares(1,
102 $this->assertEquals([
106 $this->assertEquals(0, count($this->caldavBackend->getShares(1)));
116 $this->assertEquals(array(
129 $response = $this->request($request);
190 $this->assertEquals(array(array(
[all …]
/plugin/calendoku/
H A Dhelper.php39 $this->icalfields[$curfield] = $this->icalfields[$curfield]."\n".$line;
186 …$this->dtstart = $this->parseDateTime($this->icalfields['DTSTART'], $this->properties['DTSTART']['…
187 $this->dtstartint = intval($this->dtstart->format('U'));
188 $this->renderfields['DTSTART'] = $this->renderDateTime($this->dtstart);
197 …$this->dtend = $this->parseDateTime($this->icalfields['DTEND'], $this->properties['DTEND']['TZID']…
198 $this->dtendint = intval($this->dtend->format('U'));
199 $this->renderfields['DTEND'] = $this->renderDateTime($this->dtend);
207 $this->renderfields[$field] = $this->icalfields[$field];
213 $this->renderfields[$field] = $this->icalfields[$field];
232 $this->renderfields[$field] = $this->icalfields[$field];
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php89 $this->accessor = $accessor;
128 …if ($this->visitor instanceof NullAwareVisitorInterface && true === $this->visitor->isNull($data))…
183 … if ($this->dispatcher->hasListeners('serializer.pre_serialize', $type['name'], $this->format)) {
184 …$this->dispatcher->dispatch('serializer.pre_serialize', $type['name'], $this->format, $event = new…
192 $rs = \call_user_func($handler, $this->visitor, $data, $type, $this->context);
205 …if (null !== $this->exclusionStrategy && $this->exclusionStrategy->shouldSkipClass($metadata, $thi…
219 …if (null !== $this->exclusionStrategy && $this->exclusionStrategy->shouldSkipProperty($propertyMet…
223 …if (null !== $this->expressionExclusionStrategy && $this->expressionExclusionStrategy->shouldSkipP…
227 $v = $this->accessor->getValue($data, $propertyMetadata, $this->context);
253 …if ($this->dispatcher->hasListeners('serializer.post_serialize', $metadata->name, $this->format)) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php94 $this->data = $data;
97 $this->progress = 0;
99 $this->process();
108 $this->size = $size;
117 return $this->progress;
130 $chunk = substr($this->data, $this->progress, $this->chunkSize);
135 'content-range' => "bytes $this->progress-$lastBytePos/$this->size",
292 $this->resumeUri = $this->fetchResumeUri();
310 $this->request = $this->request->withHeader($key, $value);
314 $response = $this->client->execute($this->request, false);
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php29 * we've made this readonly.
37 * when we go readonly as this set becomes a DFA state.
54 * Currently this is only used when we detect SLL conflict; this does
56 * also point out that this seems to include predicated alternatives that
65 * while computing a closure operation. Don't make a DFA state from this.
75 * Indicates that this configuration set is part of a full context LL
89 * The reason that we need this is because we don't want the hash map to
91 * the same `(s,i,_,semctx)` to be equal. Unfortunately, this key
95 * not including context. Wiped out when we go readonly as this s
[all...]
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php49 $this->nonce = uniqid();
65 $this->digestParts = $this->parseDigest($digest);
87 $this->qop = $qop;
101 $this->A1 = $A1;
102 return $this->validate();
115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password);
116 return $this->validate();
138 $A2 = $this->request->getMethod() . ':' . $this->digestParts['uri'];
155 …$validResponse = md5("{$this->A1}:{$this->digestParts['nonce']}:{$this->digestParts['nc']}:{$this-…
172 switch ($this->qop) {
[all …]
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php49 $this->nonce = uniqid();
65 $this->digestParts = $this->parseDigest($digest);
87 $this->qop = $qop;
101 $this->A1 = $A1;
102 return $this->validate();
115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password);
116 return $this->validate();
138 $A2 = $this->request->getMethod() . ':' . $this->digestParts['uri'];
155 …$validResponse = md5("{$this->A1}:{$this->digestParts['nonce']}:{$this->digestParts['nc']}:{$this-…
172 switch ($this->qop) {
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSession.php39 if ($startSession && !$this->sessionHasStarted()) {
43 $this->startSession = $startSession;
44 $this->sessionVariableName = $sessionVariableName;
45 $this->stateVariableName = $stateVariableName;
59 if ($this->hasAccessToken($service)) {
60 return unserialize($_SESSION[$this->sessionVariableName][$service]);
73 if (isset($_SESSION[$this->sessionVariableName])
74 && is_array($_SESSION[$this->sessionVariableName])
76 $_SESSION[$this->sessionVariableName][$service] = $serializedToken;
78 $_SESSION[$this
[all...]
/plugin/struct/meta/
H A DAccessTable.php128 $this->sqlite = $helper->getDB();
134 $this->schema = $schema;
135 $this->pid = $pid;
136 $this->rid = $rid;
137 $this->setTimestamp($ts);
138 foreach ($this->schema->getColumns() as $col) {
139 $this->labels[$col->getColref()] = $col->getType()->getLabel();
150 return $this->schema;
160 return $this->pid;
170 return $this
[all...]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php64 $this->connected = false;
65 $this->handleID = false;
66 if($this->filename != "")
67 $success = $this->open($this->filename, $this->fileOpenMode);
79 $this->filename = "";
80 $this->fileOpenMode = "r";
81 $this->connected = false;
82 $this->handleID = false;
94 if($this->connected) {
128 if(!$this->connected) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php26 $this->_hit = $hit;
40 $source = $this->getData();
52 $source = $this->getData();
70 return $this->_hit[$name] ?? [];
78 return isset($this->_hit[$name]);
88 return $this->getParam('_id');
102 return $this->getParam('_type');
110 return $this->getParam('fields');
118 return $this->hasParam('fields');
128 return $this
[all...]
/plugin/farmer/
H A Dadmin.php40 $this->helper = plugin_load('helper', 'farmer');
43 $isanimal = (bool) $this->helper->getAnimal();
45 $this->pages = ['info'];
46 } elseif (!$this->helper->checkFarmSetup()) {
47 $this->pages = ['setup'];
49 $this->pages = ['info', 'config', 'new', 'plugins', 'delete'];
53 $this->page = $INPUT->str('sub');
54 if (!in_array($this->page, $this->pages)) {
55 $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBarCode.php15 $this->mpdf->ignorefollowingspaces = false;
83 $properties = $this->cssManager->MergeCSS('', 'BARCODE', $attr);
88 $objattr['margin_top'] = $this->sizeConverter->convert(
90 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
91 $this->mpdf->FontSize,
96 $objattr['margin_bottom'] = $this->sizeConverter->convert(
98 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
99 $this
[all...]
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
H A DLongestCommonSubsequenceTest.php37 $this->implementation = $this->createImplementation();
56 $this->assertEquals(array(), $common);
68 $this->assertEquals($from, $common);
82 $this->assertEquals($expected, $common);
87 foreach ($this->stress_sizes as $size) {
102 $this->assertEquals(array(), $common);
107 $this->assertEquals(array(), $common);
148 $this->assertEquals($to, $common);
159 $this->assertEquals($to, $common);
170 $this->assertEquals($to, $common);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php124 $this->scheme,
126 $this->path,
127 $this->query,
128 $this->fragment
477 return $this;
496 return $this;
511 return $this;
733 if ($this->port !== null && self::isDefaultPort($this)) {
789 if ($this->host === '' && ($this->scheme === 'http' || $this->scheme === 'https')) {
800 } elseif (isset($this->path[0]) && $this->path[0] !== '/') {
[all …]
/plugin/swiftmail/Swift/Connection/
H A DRotator.php74 $start = $this->active === null ? 0 : ($this->active + 1);
82 if (!$this->connections[$id]->isAlive()) $this->connections[$id]->start();
113 return $this->connections[$this->active]->read();
126 return $this->connections[$this->active]->write($command, $end);
134 if ($this->active === null) $this->nextConnection();
144 if ($this->connections[$id]->isAlive()) $this->connections[$id]->stop();
154 return (($this->active !== null) && $this->connections[$this->active]->isAlive());
171 $this->connections[$this->active]->postConnect($instance);
178 $this->connections[$this->active]->setExtension($extension, $attributes);
185 return $this->connections[$this->active]->hasExtension($name);
[all …]
/plugin/webdav/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/authgooglesheets/vendor/google/apiclient-services/src/Assuredworkloads/
H A DGoogleCloudAssuredworkloadsVersioningV1mainWorkload.php106 return $this->cjisSettings;
134 return $this->createTime;
148 return $this->displayName;
169 $this->etag = $etag;
176 return $this->etag;
218 return $this->il4Settings;
253 $this->labels = $labels;
260 return $this->labels;
267 $this->name = $name;
274 return $this->name;
[all …]
H A DGoogleCloudAssuredworkloadsV1beta1Workload.php106 return $this->cjisSettings;
134 return $this->createTime;
148 return $this->displayName;
169 $this->etag = $etag;
176 return $this->etag;
218 return $this->il4Settings;
253 $this->labels = $labels;
260 return $this->labels;
267 $this->name = $name;
274 return $this->name;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php118 return $this->client;
188 return $this->deleted;
230 return $this->folder;
237 $this->name = $name;
244 return $this->name;
251 $this->path = $path;
258 return $this->path;
265 $this->tag = $tag;
272 return $this->tag;
321 $this->zone = $zone;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntry.php109 return $this->insertId;
130 $this->labels = $labels;
137 return $this->labels;
151 return $this->logName;
165 return $this->metadata;
221 return $this->resource;
263 return $this->spanId;
270 $this->split = $split;
277 return $this->split;
312 $this->trace = $trace;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFloodlightConfiguration.php85 $this->accountId = $accountId;
92 return $this->accountId;
106 return $this->advertiserId;
176 return $this->firstDayOfWeek;
183 $this->id = $id;
190 return $this->id;
204 return $this->idDimensionValue;
225 $this->kind = $kind;
232 return $this->kind;
288 return $this->subaccountId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItem.php90 return $this->adjustments;
104 return $this->annotations;
125 $this->id = $id;
132 return $this->id;
139 $this->price = $price;
146 return $this->price;
153 $this->product = $product;
160 return $this->product;
300 return $this->returns;
321 $this->tax = $tax;
[all …]

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