Home
last modified time | relevance | path

Searched refs:this (Results 1126 – 1150 of 27090) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSubscription.php119 return $this->detached;
168 $this->filter = $filter;
175 return $this->filter;
182 $this->labels = $labels;
189 return $this->labels;
210 $this->name = $name;
217 return $this->name;
266 $this->state = $state;
273 return $this->state;
280 $this->topic = $topic;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Localservices/
H A DGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.php86 return $this->accountId;
114 return $this->bookingLead;
128 return $this->businessName;
177 $this->geo = $geo;
184 return $this->geo;
219 $this->leadId = $leadId;
226 return $this->leadId;
234 return $this->leadPrice;
248 return $this->leadType;
276 return $this->phoneLead;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1alpha1Entitlement.php90 return $this->assignedUnits;
146 return $this->createTime;
153 $this->maxUnits = $maxUnits;
160 return $this->maxUnits;
167 $this->name = $name;
174 return $this->name;
188 return $this->numUnits;
195 $this->offer = $offer;
202 return $this->offer;
216 return $this->parameters;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p4beta1FaceAnnotation.php92 return $this->angerLikelihood;
120 return $this->boundingPoly;
148 return $this->fdBoundingPoly;
176 return $this->joyLikelihood;
197 $this->landmarks = $landmarks;
204 return $this->landmarks;
211 $this->panAngle = $panAngle;
218 return $this->panAngle;
239 $this->rollAngle = $rollAngle;
246 return $this->rollAngle;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DConnection.php92 return $this->authConfig;
134 return $this->createTime;
148 return $this->description;
197 $this->labels = $labels;
204 return $this->labels;
218 return $this->lockConfig;
225 $this->name = $name;
232 return $this->name;
267 $this->status = $status;
274 return $this->status;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountUserProfile.php105 return $this->active;
147 return $this->comments;
154 $this->email = $email;
161 return $this->email;
168 $this->id = $id;
175 return $this->id;
182 $this->kind = $kind;
189 return $this->kind;
203 return $this->locale;
210 $this->name = $name;
[all …]
H A DChangeLog.php91 return $this->accountId;
98 $this->action = $action;
105 return $this->action;
133 return $this->fieldName;
140 $this->id = $id;
147 return $this->id;
154 $this->kind = $kind;
161 return $this->kind;
175 return $this->newValue;
189 return $this->objectId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DOperation.php105 return $this->endTime;
112 $this->error = $error;
119 return $this->error;
168 $this->kind = $kind;
175 return $this->kind;
182 $this->name = $name;
189 return $this->name;
217 return $this->selfLink;
245 return $this->status;
294 $this->user = $user;
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSession.php43 $this->startSession = $startSession;
59 if ($this->hasAccessToken($service)) {
84 return $this;
92 …return isset($_SESSION[$this->sessionVariableName], $_SESSION[$this->sessionVariableName][$service…
105 return $this;
116 return $this;
135 return $this;
143 … return isset($_SESSION[$this->stateVariableName], $_SESSION[$this->stateVariableName][$service]);
168 return $this;
179 return $this;
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php105 $this
136 if ($this->channel) {
140 if ($this->formatter && !$this->useAttachment) {
250 return $this;
264 return $this;
271 return $this;
282 return $this;
289 return $this;
300 return $this;
310 return $this;
[all …]
/plugin/columns/
H A Dsyntax.php23 $this->mode = substr(get_class($this), 7);
25 $columns = $this->getColumnsTagName();
27 if ($this->getConf('wrapnewcol') == 1) {
41 $this->lexerSyntax['exit'] = $exit;
67 $this->Lexer->addSpecialPattern($this->lexerSyntax['enter'], $mode, $this->mode);
68 $this->Lexer->addSpecialPattern($this->lexerSyntax['newcol'], $mode, $this->mode);
69 $this->Lexer->addSpecialPattern($this->lexerSyntax['exit'], $mode, $this->mode);
125 return $this->odtRenderer;
135 $tag = $this->getConf('kwcolumns');
146 $tag = $this->getConf('kwnewcol');
[all …]
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php47 $this->compare([
60 $this->compare([
77 $this->compare([
122 $this->compare([
135 $this->compare([
158 $this->compare([
176 $this->compare([
193 $this->compare([
283 $this->assertEquals($output, $this->writer->outputMemory());
300 $this->assertEquals($output, $this->writer->outputMemory());
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTHead.php10 $this->mpdf->lastoptionaltag = 'THEAD'; // Save current HTML specified optional endtag
11 $this->cssManager->tbCSSlvl++;
12 $this->mpdf->tablethead = 1;
13 $this->mpdf->tabletfoot = 0;
14 $properties = $this->cssManager->MergeCSS('TABLE', 'THEAD', $attr);
16 $this->mpdf->thead_font_weight = '';
18 $this->mpdf->thead_font_weight = 'B';
23 $this->mpdf->thead_font_style = '';
25 $this->mpdf->thead_font_style = 'I';
29 $this
[all...]
/plugin/refnotes/
H A Dreference.php26 $this->parseStructuredData($data);
38 $this->data[$m[1]] = preg_replace('/\s+/', ' ', trim($m[2]));
45 $this->data[$m[1]] = str_replace('\\;', ';', $m[2]);
65 $this->inline = $this->getAttribute('inline', false);
66 $this->hidden = $this->getAttribute('hidden', false);
67 $this->note = $note;
68 $this->id = -1;
70 if ($this
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.background.php48 $this->_color = $color;
49 $this->_image = $image;
50 $this->_repeat = $repeat;
51 $this->_position = $position;
52 $this->_attachment = $attachment;
61 $value =& new Background(is_null($this->_color) ? null : $this->_color->copy(),
62 is_null($this->_image) ? null : $this->_image->copy(),
64 is_null($this->_position) ? null : $this->_position->copy(),
84 $this->_image->is_default() &&
110 $this->_color->apply($driver);
[all …]
/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php26 if ($this->path) {
28 putenv('PATH='.$this->path);
34 $this->path = getenv('PATH');
44 $this->setPath(\dirname(\PHP_BINARY));
60 $this->setPath('');
65 $this->assertEquals($expected, $result);
74 $this->setPath('');
80 $this->assertNull($result);
89 $this->setPath('');
126 $this->setPath('');
[all …]
/plugin/sphinxsearch-was/
H A Dsphinxapi.php561 $location = "{$this->_host}:{$this->_port}";
946 …$req = pack("NNNNN", $this->_offset, $this->_limit, $this->_mode, $this->_ranker, $this->_sort); /…
947 $req .= pack("N", strlen($this->_sortby)) . $this->_sortby;
983 $req .= pack("NN", $this->_groupfunc, strlen($this->_groupby)) . $this->_groupby;
985 $req .= pack("N", strlen($this->_groupsort)) . $this->_groupsort;
986 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);
1041 $req .= pack("N", strlen($this->_select)) . $this->_select;
1044 $this->_MBPop();
1243 $this->_MBPop();
1344 $this->_MBPop();
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php507 $this->_path = '';
589 $location = "{$this->_host}:{$this->_port}";
982 …$req = pack ( "NNNNN", $this->_offset, $this->_limit, $this->_mode, $this->_ranker, $this->_sort )…
983 $req .= pack ( "N", strlen($this->_sortby) ) . $this->_sortby;
1021 $req .= pack ( "NN", $this->_groupfunc, strlen($this->_groupby) ) . $this->_groupby;
1024 $req .= pack ( "NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay );
1078 $req .= pack ( "N", strlen($this->_select) ) . $this->_select;
1081 $this->_MBPop ();
1274 $this->_MBPop ();
1296 $this->_MBPop();
[all …]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php8 * file that was distributed with this source code.
91 * Anything greater than this we assume we may need to deal with a bigint in an OIDs second component.
143 $this->isGmpAvailable = extension_loaded('gmp');
144 $this->setOptions($options);
152 $this->startEncoding($binary, $tagMap);
153 if ($this->maxLen === 0) {
155 } elseif ($this->maxLen === 1) {
158 $type = $this->decodeBytes(true);
159 $this->stopEncoding();
169 $lastPos = $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DNote.php97 $this->build = $build;
104 return $this->build;
160 return $this->discovery;
195 $this->image = $image;
202 return $this->image;
209 $this->kind = $kind;
216 return $this->kind;
237 $this->name = $name;
244 return $this->name;
258 return $this->package;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersionHeader.php91 return $this->accountId;
133 return $this->deleted;
140 $this->name = $name;
147 return $this->name;
161 return $this->numClients;
189 return $this->numMacros;
203 return $this->numRules;
217 return $this->numTags;
259 return $this->numZones;
266 $this->path = $path;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartySignupNewUserRequest.php119 return $this->disabled;
133 return $this->displayName;
140 $this->email = $email;
147 return $this->email;
168 $this->idToken = $idToken;
175 return $this->idToken;
189 return $this->instanceId;
203 return $this->localId;
217 return $this->password;
245 return $this->photoUrl;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DIntegralAdScience.php92 return $this->customSegmentId;
106 return $this->displayViewability;
120 return $this->excludeUnrateable;
134 return $this->excludedAdFraudRisk;
148 return $this->excludedAdultRisk;
162 return $this->excludedAlcoholRisk;
176 return $this->excludedDrugsRisk;
190 return $this->excludedGamblingRisk;
246 return $this->excludedViolenceRisk;
260 return $this->traqScoreOption;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DEnergyEfficiency.php91 return $this->carbonFreeEnergySources;
105 return $this->carbonFreeEnergySourcesException;
119 return $this->energyConservationProgram;
133 return $this->energyConservationProgramException;
175 return $this->energyEfficientLighting;
189 return $this->energyEfficientLightingException;
203 return $this->energySavingThermostats;
217 return $this->energySavingThermostatsException;
224 $this->greenBuildingDesign = $greenBuildingDesign;
231 return $this->greenBuildingDesign;
[all …]
H A DParking.php91 return $this->electricCarChargingStations;
112 $this->freeParking = $freeParking;
119 return $this->freeParking;
133 return $this->freeParkingException;
147 return $this->freeSelfParking;
161 return $this->freeSelfParkingException;
175 return $this->freeValetParking;
189 return $this->freeValetParkingException;
203 return $this->parkingAvailable;
231 return $this->selfParkingAvailable;
[all …]

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