Home
last modified time | relevance | path

Searched refs:this (Results 1276 – 1300 of 27090) sorted by relevance

1...<<51525354555657585960>>...1084

/plugin/noticeboard/noticeboard/classes/
H A DArrayList.php33 return $this->pointer;
37 $this->pointer = $p;
52 $this->add($item);
53 $this->shift(count($this->arrayList)-1, $position);
66 if(isset($this->arrayList[$this->pointer]))
77 if($this->pointer <= count($this->arrayList)-1)
89 if(isset($this->arrayList[$this->pointer]))
92 $this->pointer++;
93 return($this->arrayList[$this->pointer-1]);
117 $this->add($item);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTFoot.php12 $this->mpdf->lastoptionaltag = 'TFOOT'; // Save current HTML specified optional endtag
13 $this->cssManager->tbCSSlvl++;
14 $this->mpdf->tabletfoot = 1;
15 $this->mpdf->tablethead = 0;
16 $properties = $this->cssManager->MergeCSS('TABLE', 'TFOOT', $attr);
18 $this->mpdf->tfoot_font_weight = '';
20 $this->mpdf->tfoot_font_weight = 'B';
25 $this->mpdf->tfoot_font_style = '';
27 $this->mpdf->tfoot_font_style = 'I';
31 $this
[all...]
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php50 $this->_settings = $settings;
66 … $this->document = OneLogin_Saml2_Utils::loadXML($this->document, $this->_logoutResponse);
68 if (false === $this->document) {
76 $this->id = $this->document->documentElement->getAttribute('ID');
121 $this->_error = null;
130 …Login_Saml2_Utils::validateXML($this->document, 'saml-schema-protocol-2.0.xsd', $this->_settings->…
246 ID="{$this->id}"
270 $subject = $this->_logoutResponse;
289 return $this->_error;
297 return $this->id;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php26 return $this->protocol;
32 return $this;
35 $new = clone $this;
42 return $this->headers;
74 $new = clone $this;
90 $new = clone $this;
107 return $this;
112 $new = clone $this;
130 return $this;
133 $new = clone $this;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DStep.php74 $this->abort = $abort;
81 return $this->abort;
123 return $this->deliver;
144 $this->drop = $drop;
151 return $this->drop;
193 return $this->forward;
263 return $this->network;
284 $this->route = $route;
291 return $this->route;
298 $this->state = $state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DJob.php77 $this->done = $done;
84 return $this->done;
126 return $this->hadoopJob;
140 return $this->hiveJob;
154 return $this->jobUuid;
161 $this->labels = $labels;
168 return $this->labels;
175 $this->pigJob = $pigJob;
182 return $this->pigJob;
266 return $this->sparkJob;
[all …]
/plugin/statistics/inc/
H A DBrowscap.php11 * copy of this software and associated documentation files (the "Software"),
17 * The above copyright notice and this permission notice shall be included
127 * The cache has to be rebuilt in order to apply this option.
187 * Proxy settings are stored in this variable.
233 $this->cacheFilename = basename($cache_dir);
234 $this->cacheDir = dirname($cache_dir);
236 $this->cacheDir = $cache_dir;
239 $this->cacheDir .= DIRECTORY_SEPARATOR;
244 return $this->_source_version;
261 if (!$this
[all...]
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php15 $this->feedcontrol();
20 $this->init_input();
24 $this->load('misc');
26 $icon = $this->input('icon');
32 $title_template = $this->_parsetemplate($this->input('title_template'));
33 $body_template = $this->_parsetemplate($this->input('body_template'));
47 $dateline = $this->time;
53 return $this->db->insert_id();
57 $start = $this->input('start');
58 $limit = $this->input('limit');
[all …]
/plugin/mediathumbnails/
H A Dthumb_engines.php14 $this->thumbnail = $thumbnail;
30 if ($this->act_internal()) {
32 if (filemtime($this->getSourceFilepath()) !== filemtime($this->getTargetFilepath())) {
33 touch($this->getTargetFilepath(), filemtime($this->getSourceFilepath()));
42 …return !file_exists($this->getTargetFilepath()) || filemtime($this->getTargetFilepath()) !== filem…
57 if ($this->thumb_needs_update()) {
71 $im->thumbnailImage($this->getTargetMaxDimension(),$this->getTargetMaxDimension(),true,false);
90 if ($this->thumb_needs_update()) {
92 $im->thumbnailImage($this->getTargetMaxDimension(),$this->getTargetMaxDimension(),true,false);
111 $this->thumb_paths = $thumb_paths;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/
H A DEnumeratorTest.php27 $this->enumerator = new Enumerator;
36 $this->assertCount(1, $objects);
37 $this->assertSame($a, $objects[0]);
46 $this->assertCount(1, $objects);
47 $this->assertSame($a, $objects[0]);
56 $this->assertCount(1, $objects);
57 $this->assertSame($a, $objects[0]);
67 $this->assertCount(2, $objects);
82 $this->assertCount(2, $objects);
96 $this->assertCount(2, $objects);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodePool.php86 return $this->autoscaling;
100 return $this->conditions;
107 $this->config = $config;
114 return $this->config;
156 return $this->locations;
191 $this->name = $name;
198 return $this->name;
240 return $this->selfLink;
247 $this->status = $status;
254 return $this->status;
[all …]
H A DIPAllocationPolicy.php87 return $this->clusterIpv4Cidr;
101 return $this->clusterIpv4CidrBlock;
129 return $this->createSubnetwork;
143 return $this->nodeIpv4Cidr;
157 return $this->nodeIpv4CidrBlock;
171 return $this->servicesIpv4Cidr;
213 return $this->subnetworkName;
227 return $this->tpuIpv4CidrBlock;
241 return $this->useIpAliases;
248 $this->useRoutes = $useRoutes;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Action.php77 $this->asset = $asset;
84 return $this->asset;
98 return $this->category;
203 $this->issue = $issue;
210 return $this->issue;
217 $this->lake = $lake;
224 return $this->lake;
259 $this->name = $name;
266 return $this->name;
287 $this->zone = $zone;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3QueryResult.php86 return $this->currentPage;
107 $this->dtmf = $dtmf;
114 return $this->dtmf;
121 $this->intent = $intent;
128 return $this->intent;
163 $this->match = $match;
170 return $this->match;
184 return $this->parameters;
219 $this->text = $text;
226 return $this->text;
[all …]
/plugin/nsrelation/
H A Dsyntax.php26 $this->relatedns = array_unique(array_filter(explode('|',$this->getConf('nsrelations'))));
27 …$this->relatedns_display = array_unique(array_filter(explode('|',$this->getConf('nsrelationsdispla…
29 if (count($this->relatedns_display) < $this->relatedns)
30 for($i=count($this->relatedns_display);$i<count($this->relatedns);$i++)
31 $this->relatedns_display[] = $this->relatedns[$i];
33 $this->rootns = cleanID($this->getConf('nsrelationrootns'));
34 if($this->rootns) $this->rootns .= ':';
92 $name = $this->relatedns_display[array_search($ns,$this->relatedns)];
105 if($this->rootns && strpos($ID,$this->rootns) !== 0) return;
118 $rx = '/^'.$this->rootns.'(('.join('|',$this->relatedns).'):)?/';
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.radiobutton.php40 $this->GenericBox();
43 $this->_checked = $checked;
48 $this->_value = trim($value);
77 $this->baseline = $this->default_baseline;
80 $parent->append_line($this);
83 $this->guess_corner($parent);
94 $x = ($this->get_left() + $this->get_right()) / 2;
95 $y = ($this->get_top() + $this->get_bottom()) / 2;
98 $size = $this->get_width() / 3;
120 if ($this->_checked) {
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php41 $this->array = $value;
42 return $this;
47 $this->array = $value;
48 return $this;
58 $this->buildCheck();
59 if ($this->array === null) {
62 return $this->array;
76 return $this->getValue();
78 return $this->getDefaultValue();
85 return $this
[all...]
/plugin/fedauth/Auth/OpenID/
H A DDiffieHellman.php56 $this->lib = $lib;
60 $this->mod = $this->lib->init(Auth_OpenID_getDefaultMod());
62 $this->mod = $mod;
66 $this->gen = $this->lib->init(Auth_OpenID_getDefaultGen());
68 $this->gen = $gen;
72 $r = $this->lib->rand($this->mod);
73 $this->private = $this->lib->add($r, 1);
75 $this->private = $private;
78 $this->public = $this->lib->powmod($this->gen, $this->private,
84 return $this->lib->powmod($composite, $this->private, $this->mod);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceGroupManagerActionsSummary.php87 return $this->abandoning;
101 return $this->creating;
129 return $this->deleting;
136 $this->none = $none;
143 return $this->none;
157 return $this->recreating;
171 return $this->refreshing;
199 return $this->resuming;
213 return $this->starting;
227 return $this->stopping;
[all …]
H A DHttpHealthCheck.php136 $this->host = $host;
143 return $this->host;
150 $this->id = $id;
157 return $this->id;
164 $this->kind = $kind;
171 return $this->kind;
178 $this->name = $name;
185 return $this->name;
192 $this->port = $port;
199 return $this->port;
[all …]
H A DHttpsHealthCheck.php136 $this->host = $host;
143 return $this->host;
150 $this->id = $id;
157 return $this->id;
164 $this->kind = $kind;
171 return $this->kind;
178 $this->name = $name;
185 return $this->name;
192 $this->port = $port;
199 return $this->port;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyVerifyAssertionRequest.php87 return $this->autoCreate;
108 $this->idToken = $idToken;
115 return $this->idToken;
129 return $this->instanceId;
143 return $this->pendingIdToken;
150 $this->postBody = $postBody;
157 return $this->postBody;
171 return $this->requestUri;
227 return $this->sessionId;
234 $this->tenantId = $tenantId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCaptionSnippet.php122 $this->isCC = $isCC;
129 return $this->isCC;
143 return $this->isDraft;
171 return $this->isLarge;
185 return $this->language;
206 $this->name = $name;
213 return $this->name;
220 $this->status = $status;
227 return $this->status;
241 return $this->trackKind;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DPasswordRequirements.php101 return $this->passwordExpirationTimeout;
115 return $this->passwordHistoryLength;
129 return $this->passwordMinimumLength;
143 return $this->passwordMinimumLetters;
157 return $this->passwordMinimumLowerCase;
185 return $this->passwordMinimumNumeric;
199 return $this->passwordMinimumSymbols;
227 return $this->passwordQuality;
234 $this->passwordScope = $passwordScope;
241 return $this->passwordScope;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DLayersummary.php158 return $this->dataCount;
165 $this->id = $id;
172 return $this->id;
179 $this->kind = $kind;
186 return $this->kind;
193 $this->layerId = $layerId;
200 return $this->layerId;
214 return $this->selfLink;
221 $this->updated = $updated;
228 return $this->updated;
[all …]

1...<<51525354555657585960>>...1084