Home
last modified time | relevance | path

Searched refs:this (Results 14151 – 14175 of 27090) sorted by relevance

1...<<561562563564565566567568569570>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DAuditLogConfig.php37 $this->exemptedMembers = $exemptedMembers;
44 return $this->exemptedMembers;
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DAuditLogConfig.php37 $this->exemptedMembers = $exemptedMembers;
44 return $this->exemptedMembers;
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DInListFilter.php37 $this->caseSensitive = $caseSensitive;
44 return $this->caseSensitive;
51 $this->values = $values;
58 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceGroupManagersDeleteInstancesRequest.php37 $this->instances = $instances;
44 return $this->instances;
51 $this->skipInstancesOnValidationError = $skipInstancesOnValidationError;
58 return $this->skipInstancesOnValidationError;
H A DInstanceGroupManagersSetTargetPoolsRequest.php37 $this->fingerprint = $fingerprint;
44 return $this->fingerprint;
51 $this->targetPools = $targetPools;
58 return $this->targetPools;
H A DFirewallDenied.php40 $this->iPProtocol = $iPProtocol;
47 return $this->iPProtocol;
54 $this->ports = $ports;
61 return $this->ports;
H A DFirewallAllowed.php40 $this->iPProtocol = $iPProtocol;
47 return $this->iPProtocol;
54 $this->ports = $ports;
61 return $this->ports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DAuditLogConfig.php37 $this->exemptedMembers = $exemptedMembers;
44 return $this->exemptedMembers;
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DGoogleIamV1AuditLogConfig.php37 $this->exemptedMembers = $exemptedMembers;
44 return $this->exemptedMembers;
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DIndicator.php37 $this->domains = $domains;
44 return $this->domains;
51 $this->ipAddresses = $ipAddresses;
58 return $this->ipAddresses;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLinkedInterconnectAttachments.php37 $this->siteToSiteDataTransfer = $siteToSiteDataTransfer;
44 return $this->siteToSiteDataTransfer;
51 $this->uris = $uris;
58 return $this->uris;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBearer.php29 $auth = $this->request->getHeader('Authorization');
51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
52 $this->response->setStatus(401);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DComposite.php8 * @return $this
12 return $this->setParam('size', $size);
16 * @return $this
20 return $this->addParam('sources', [$aggregation]);
24 * @return $this
29 return $this;
32 return $this->setParam('after', $checkpoint);
/plugin/ckgdoku/action/
H A Dsave.php23 msg($this->getLang("fontdel"),1);
26 msg($this->getLang("formatdel"),1);
31 $preserve_enc = $this->getConf('preserve_enc');
129 if($this->getConf('complex_tables')) {
171 $this->replace_entities();
184 if(!$this->getConf('rel_links')) {
189 $current_id = $this->abs2rel($link_id,$ID);
195 if($this->getConf('rel_links'))
196 $current_id = $this->abs2rel($link_id,$ID);
215 if($this->getConf('rel_links')) {
[all …]
/plugin/btable2/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('<btable.*?>.+?</btable>', $mode, 'plugin_btable2');
107 $conf_groups = trim($this->getConf('btable_groups'));
258 $renderer->doc .= $this->getLang('btable_header');
270 $renderer->doc .= $this->getLang('btable_header_del');
300 $renderer->doc .= ' '.$this->getLang('btable_no_entries');
437 'value="'.$this->getLang('btable_btn_change').'" />';
450 if ($this->getConf('btable_show_ratio') == true) {
454 $ret .= " <td>".$this->getLang('btable_summary').'</td>';
462 $attendance_factor = $this->getConf('btable_ratio') / 100;
567 if ($this->getConf('btable_show_export') == true) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.input.select.height.php5 $tree = $this->runPipeline('
10 $this->assertEqual($element->get_full_height(),
15 $tree = $this->runPipeline('
23 $this->assertEqual($element->get_full_height(),
H A Dtest.input.text.height.php5 $tree = $this->runPipeline('
10 $this->assertEqual($element->get_full_height(),
15 $tree = $this->runPipeline('
23 $this->assertEqual($element->get_full_height(),
/plugin/weiqi/
H A Dsyntax.php35 $this->setupLocale();
37 $this->loadConfig();
39 $this->syntax_tag = 'weiqi';
43 $this->conf = array(
/plugin/numbering/
H A Dhelper.php26 if($this->debug) $this->_debug($name);
27 return urlencode(trim($this->getConf($name)));
31 $val = $this->getConf($name);
/plugin/html2pdf/html2pdf/html2ps/
H A Ddoc.anchor.class.php52 $this->name = $name;
53 $this->page = $page;
54 $this->x = $x;
55 $this->y = $y;
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStream.php53 $this->stream = stream_context_create($options);
63 return $this->responseHeaders;
75 $rawResponse = file_get_contents($url, false, $this->stream);
76 $this->responseHeaders = $http_response_header ?: [];
/plugin/webdavclient/
H A Daction.php18 $this->hlp =& plugin_load('helper', 'webdavclient');
24 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handle_indexer_sync');
31 if($this->getConf('use_cron') === 1)
36 if($this->hlp->indexerSyncAllConnections() === true)
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DAbstractWebResource.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
H A DAchievementResetMultipleForAllRequest.php40 $this->achievementIds = $achievementIds;
47 return $this->achievementIds;
54 $this->kind = $kind;
61 return $this->kind;
H A DEventsResetMultipleForAllRequest.php40 $this->eventIds = $eventIds;
47 return $this->eventIds;
54 $this->kind = $kind;
61 return $this->kind;

1...<<561562563564565566567568569570>>...1084