Home
last modified time | relevance | path

Searched refs:this (Results 1151 – 1175 of 27090) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DNamespacedDebugInput.php92 return $this->absolutelyForcedExpNames;
106 return $this->absolutelyForcedExpTags;
120 return $this->absolutelyForcedExps;
162 return $this->conditionallyForcedExps;
190 return $this->disableExpNames;
204 return $this->disableExpTags;
211 $this->disableExps = $disableExps;
218 return $this->disableExps;
253 $this->forcedFlags = $forcedFlags;
260 return $this->forcedFlags;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DMetadata.php84 $this->canDelete = $canDelete;
91 return $this->canDelete;
119 return $this->canHaveFoodMenus;
189 return $this->duplicateLocation;
203 return $this->hasGoogleUpdated;
217 return $this->hasPendingEdits;
238 $this->mapsUri = $mapsUri;
245 return $this->mapsUri;
259 return $this->newReviewUri;
266 $this->placeId = $placeId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DMinimizedContact.php91 return $this->contactlessCheckinCheckout;
105 return $this->contactlessCheckinCheckoutException;
119 return $this->digitalGuestRoomKeys;
133 return $this->digitalGuestRoomKeysException;
147 return $this->housekeepingScheduledRequestOnly;
175 return $this->noHighTouchItemsCommonAreas;
203 return $this->noHighTouchItemsGuestRooms;
231 return $this->plasticKeycardsDisinfected;
252 $this->roomBookingsBuffer = $roomBookingsBuffer;
259 return $this->roomBookingsBuffer;
[all …]
H A DTransportation.php91 return $this->airportShuttle;
119 return $this->carRentalOnProperty;
147 return $this->freeAirportShuttle;
175 return $this->freePrivateCarService;
196 $this->localShuttle = $localShuttle;
203 return $this->localShuttle;
217 return $this->localShuttleException;
231 return $this->privateCarService;
252 $this->transfer = $transfer;
259 return $this->transfer;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DProductPurchase.php126 $this->kind = $kind;
133 return $this->kind;
168 $this->orderId = $orderId;
175 return $this->orderId;
189 return $this->productId;
203 return $this->purchaseState;
231 return $this->purchaseToken;
245 return $this->purchaseType;
252 $this->quantity = $quantity;
259 return $this->quantity;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalInstallationParams.php76 return $this->antennaAzimuth;
104 return $this->antennaDowntilt;
118 return $this->antennaGain;
132 return $this->antennaModel;
160 return $this->eirpCapability;
164 $this->height = $height;
168 return $this->height;
182 return $this->heightType;
208 $this->latitude = $latitude;
212 return $this->latitude;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DPrecinct.php106 return $this->contestId;
155 $this->id = $id;
162 return $this->id;
176 return $this->mailOnly;
183 $this->name = $name;
190 return $this->name;
204 return $this->number;
211 $this->ocdId = $ocdId;
218 return $this->ocdId;
267 $this->ward = $ward;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalInstallationParams.php76 return $this->antennaAzimuth;
104 return $this->antennaDowntilt;
118 return $this->antennaGain;
132 return $this->antennaModel;
160 return $this->eirpCapability;
164 $this->height = $height;
168 return $this->height;
182 return $this->heightType;
208 $this->latitude = $latitude;
212 return $this->latitude;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSettings.php85 $this->country = $country;
92 return $this->country;
106 return $this->defaultLanguage;
120 return $this->defaultTab;
134 return $this->description;
169 $this->keywords = $keywords;
176 return $this->keywords;
204 return $this->profileColor;
218 return $this->showBrowseView;
239 $this->title = $title;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DBlacklistTest.php26 $this->blacklist = new Blacklist;
31 $this->assertFalse($this->blacklist->isGlobalVariableBlacklisted('variable'));
36 $this->blacklist->addGlobalVariable('variable');
38 $this->assertTrue($this->blacklist->isGlobalVariableBlacklisted('variable'));
43 $this->assertFalse(
55 $this->assertTrue(
67 $this->assertTrue(
79 $this->assertTrue(
91 $this->assertTrue(
101 $this->blacklist->addStaticAttribute(
[all …]
/plugin/404manager/
H A Daction.php65 $this->setupLocale();
67 $this->message = new Message404();
74 $this->objectId = spl_object_hash($this);
79 $this,
87 $this,
118 $this->event = $event;
139 If ($this->userCanWrite() && $this->getConf(self::GO_TO_EDIT_MODE) == 1) {
141 $this->gotToEditMode($event);
309 $this->printMessage($this->message);
395 $this->message->addContent($this->lang['message_redirected_to_edit_mode']);
[all …]
/plugin/cli/
H A Dsyntax.php63 if( $this->init ) return;
74 $this->stack[0][self::PROMPT]=$this->_toregexp($s);
76 $this->stack[0][self::CONT]=$this->_toregexp($s);
78 $this->stack[0][self::COMMENT]=$this->_toregexp($s, 1);
79 $this->_parsenamedparam($this->getConf('namedprompt'), self::PROMPT);
80 $this->_parsenamedparam($this->getConf('namedcontinue'), self::CONT);
81 $this->_parsenamedparam($this->getConf('namedcomment'), self::COMMENT);
82 $this->init = true;
138 $this->_init();
175 $this->stack[]=$this->current;
[all …]
/plugin/txtconf/
H A Dconfig0.class.php45 $this->locked = $this->_is_locked();
55 if (!$this->_loaded) {
56 …$default = array_merge($this->_read_config($this->_default_file), $this->get_plugintpl_default($co…
57 $local = $this->_read_config($this->_local_file);
58 $protected = $this->_read_config($this->_protected_file);
105 $out .= $setting->out($this->_name, $this->_format);
293 $this->_key = $key;
321 $value = is_null($this->_local) ? $this->_default : $this->_local;
324 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
348 $value = is_null($this->_local) ? $this->_default : $this->_local;
[all …]
/plugin/facebookalbum/
H A Dfacebook.php28 $this->result = $result;
54 return $this->result;
207 return $this;
216 return $this->appId;
226 return $this;
245 return $this;
264 return $this;
283 return $this;
303 $this->signedRequest = $this->parseSignedRequest(
324 return $this;
[all …]
/plugin/captcha/
H A DEasySVG.php20 $this->font = new stdClass();
21 $this->font->id = '';
22 $this->font->horizAdvX = 0;
23 $this->font->unitsPerEm = 0;
24 $this->font->ascent = 0;
25 $this->font->descent = 0;
26 $this->font->glyphs = [];
27 $this->font->size = 20;
28 $this->font->color = '';
29 $this
[all...]
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDOMNodeComparatorTest.php26 $this->comparator = new DOMNodeComparator;
57 $this->createDOMDocument('<root></root>'),
58 $this->createDOMDocument('<root/>')
62 $this->createDOMDocument('<root attr="bar"/>')
79 $this->createDOMDocument('<root></root>'),
80 $this->createDOMDocument('<bar/>')
88 $this->createDOMDocument('<foo />')
96 $this->createDOMDocument('<foo> bir </foo>')
116 $this->assertTrue(
127 $this->assertFalse(
[all …]
/plugin/fedauth/Auth/OpenID/
H A DMessage.php132 $this->keys = array();
133 $this->values = array();
157 return $this->keys;
165 return $this->values;
201 $this->keys[] = $key;
229 $old_keys = $this->keys;
232 $this->keys = array();
233 $this->values = array();
236 $this->keys[] = $k;
255 $this->_reflow();
[all …]
/plugin/translator/syntax/
H A Dlabel.php64 $this->version = $this->getConf('version');
65 $this->category = $this->getConf('category');
88 if ( empty($this->functions) && !$this->functions =& plugin_load('helper', 'translator') ) {
93 $this->functions->init_database();
97 if ( !empty( $this->category) ) {
100 $this->category = $this->functions->_getCategoryFromName($this->category);
103 if ( $this->category === false || !is_array($this->category) ) {
107 list($this->category, $fileName) = $this->category;
111 $EXECUTE[] = $this->category;
114 if ( !empty( $this->version) ) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyData.php37 $this->start = $start;
38 $this->end = $end;
39 $this->data = [];
41 $this->data[] = [
43 'end' => $this->end,
57 if ($start > $this->end || $end < $this->start) {
66 if ($end > $this->end) {
68 $end = $this->end;
135 $this->data,
173 $this->data,
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyData.php37 $this->start = $start;
38 $this->end = $end;
39 $this->data = [];
41 $this->data[] = [
43 'end' => $this->end,
59 if ($start > $this->end || $end < $this->start) {
70 if ($end > $this->end) {
72 $end = $this->end;
139 $this->data,
178 $this->data,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DPatchJob.php84 return $this->createTime;
98 return $this->description;
112 return $this->displayName;
119 $this->dryRun = $dryRun;
126 return $this->dryRun;
140 return $this->duration;
189 $this->name = $name;
196 return $this->name;
246 return $this->rollout;
253 $this->state = $state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DPermission.php134 return $this->domain;
169 $this->id = $id;
176 return $this->id;
183 $this->kind = $kind;
190 return $this->kind;
239 $this->role = $role;
246 return $this->role;
267 $this->type = $type;
274 return $this->type;
281 $this->view = $view;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DTransferRun.php133 return $this->endTime;
154 $this->name = $name;
161 return $this->name;
182 $this->params = $params;
189 return $this->params;
203 return $this->runTime;
217 return $this->schedule;
245 return $this->startTime;
252 $this->state = $state;
259 return $this->state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAttachedDisk.php95 $this->boot = $boot;
102 return $this->boot;
165 $this->index = $index;
172 return $this->index;
207 $this->kind = $kind;
214 return $this->kind;
235 $this->mode = $mode;
242 return $this->mode;
270 return $this->source;
277 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DOperation.php95 $this->detail = $detail;
102 return $this->detail;
116 return $this->endTime;
123 $this->error = $error;
130 return $this->error;
144 return $this->location;
151 $this->name = $name;
158 return $this->name;
242 return $this->status;
277 $this->zone = $zone;
[all …]

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