Home
last modified time | relevance | path

Searched refs:this (Results 3226 – 3250 of 27090) sorted by relevance

1...<<121122123124125126127128129130>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ResponseMessage.php69 return $this->endInteraction;
83 return $this->liveAgentHandoff;
90 $this->mixedAudio = $mixedAudio;
97 return $this->mixedAudio;
111 return $this->outputAudioText;
118 $this->payload = $payload;
125 return $this->payload;
132 $this->playAudio = $playAudio;
139 return $this->playAudio;
160 $this->text = $text;
[all …]
H A DGoogleCloudDialogflowCxV3beta1ResponseMessage.php69 return $this->endInteraction;
83 return $this->liveAgentHandoff;
90 $this->mixedAudio = $mixedAudio;
97 return $this->mixedAudio;
111 return $this->outputAudioText;
118 $this->payload = $payload;
125 return $this->payload;
132 $this->playAudio = $playAudio;
139 return $this->playAudio;
160 $this->text = $text;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1VideoContext.php54 return $this->explicitContentDetectionConfig;
61 $this->faceDetectionConfig = $faceDetectionConfig;
68 return $this->faceDetectionConfig;
82 return $this->labelDetectionConfig;
96 return $this->objectTrackingConfig;
110 return $this->personDetectionConfig;
117 $this->segments = $segments;
124 return $this->segments;
138 return $this->shotChangeDetectionConfig;
152 return $this->speechTranscriptionConfig;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DAddonsConfig.php46 $this->cloudRunConfig = $cloudRunConfig;
53 return $this->cloudRunConfig;
67 return $this->configConnectorConfig;
74 $this->dnsCacheConfig = $dnsCacheConfig;
81 return $this->dnsCacheConfig;
109 return $this->gcpFilestoreCsiDriverConfig;
123 return $this->horizontalPodAutoscaling;
130 $this->httpLoadBalancing = $httpLoadBalancing;
137 return $this->httpLoadBalancing;
151 return $this->kubernetesDashboard;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2AnalyzeDataSourceRiskDetails.php53 return $this->categoricalStatsResult;
67 return $this->deltaPresenceEstimationResult;
74 $this->kAnonymityResult = $kAnonymityResult;
81 return $this->kAnonymityResult;
95 return $this->kMapEstimationResult;
102 $this->lDiversityResult = $lDiversityResult;
109 return $this->lDiversityResult;
123 return $this->numericalStatsResult;
137 return $this->requestedOptions;
151 return $this->requestedPrivacyMetric;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php14 $this->assertEquals('path', $href->getHref());
21 $this->assertEquals('path', $href->getHref());
23 $this->contextUri = '/bla/';
25 $xml = $this->write(['{DAV:}anything' => $href]);
27 $this->assertXmlStringEqualsXmlString(
37 $this->assertEquals('path', $href->getHref());
39 $xml = $this->write(['{DAV:}anything' => $href]);
41 $this->assertXmlStringEqualsXmlString(
71 $this->assertNull($href);
81 $this->assertNull($href);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php45 $this->caldavBackend = $caldavBackend;
46 $this->subscriptionInfo = $subscriptionInfo;
72 return $this->subscriptionInfo['uri'];
84 return $this->subscriptionInfo['lastmodified'];
96 $this->caldavBackend->deleteSubscription(
97 $this->subscriptionInfo['id']
127 return $this->caldavBackend->updateSubscription(
128 $this->subscriptionInfo['id'],
181 return $this->subscriptionInfo['principaluri'];
215 'principal' => $this->getOwner(),
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataBoolean.php38 $this->buildCheck();
39 if ($this->value === null) {
40 throw new ExceptionNotFound("No ($this) found");
42 return $this->value;
53 $this->value = null;
54 return $this;
59 $this->value = $value;
60 return $this;
65 $store = $this->getWriteStore();
71 * By default, this i
[all...]
/plugin/tgnotify/
H A Daction.php18 * plugin should use this method to register its handlers with the DokuWiki's event controller
26 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, '_handle');
34 * @param mixed $param the parameters passed to register_hook when this
41 if ( $this->getConf('enable') ) {
42 $this->transmitMessage($this->prepareMessage($event));
61 $message .= $this->getLang('page-added') . PHP_EOL;
64 $message .= $this->getLang('page-deleted') . PHP_EOL;
67 $message .= $this->getLang('page-modified') . PHP_EOL;
70 $message .= $this
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php36 $this->path = $path;
37 $this->pattern = $pattern;
42 if (!is_dir($this->path) || filemtime($this->path) > $timestamp) {
46 foreach ($this as $resource) {
61 foreach ($this as $resource) {
70 return $this->path;
75 return is_dir($this->path)
114 $this->pattern = $pattern;
119 $file = $this->current();
126 return null === $this->pattern || 0 < preg_match($this->pattern, $name);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php56 … $principal = $this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/' . $name);
61 return new ProxyRead($this->principalBackend, $this->principalProperties);
64 return new ProxyWrite($this->principalBackend, $this->principalProperties);
78 …if ($this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/calendar-proxy-read')…
79 $r[] = new ProxyRead($this->principalBackend, $this->principalProperties);
81 …if ($this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/calendar-proxy-write'…
82 $r[] = new ProxyWrite($this->principalBackend, $this->principalProperties);
98 $this->getChild($name);
123 'principal' => $this->principalProperties['uri'] . '/calendar-proxy-read',
128 'principal' => $this->principalProperties['uri'] . '/calendar-proxy-write',
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php5.inc.php7 $this->domelement = $domelement;
8 $this->content = $domelement->textContent;
12 return $this;
16 if ($this->domelement->firstChild) {
35 return $this->domelement->textContent;
43 $child =& $this->first_child();
57 if ($this->domelement->nextSibling) {
67 return $this->domelement->nodeType;
71 if ($this->domelement->parentNode) {
81 if ($this->domelement->previousSibling) {
[all …]
H A Dvalue.generic.percentage.php15 $this->_value = $value;
16 $this->_status = $status;
41 if ($this->isNormal()) {
42 $this->_value->units2pt($font_size);
47 if ($this->isPercentage()) {
50 return $this->_value->getPoints();
55 return $this->_status == VALUE_AUTO;
67 if ($this->isNormal()) {
70 $value->_value = $this->_value;
73 $value->_status = $this->_status;
[all …]
/plugin/pureldap/
H A Dauth.php27 $this->loadConfig();
28 $this->conf['admin_password'] = conf_decodeString($this->conf['admin_password']);
29 $this->conf['defaultgroup'] = $conf['defaultgroup'];
31 $this->client = new ADClient($this->conf); // FIXME decide class on config
34 $this->cando['getUsers'] = true;
35 $this->cando['getGroups'] = true;
36 $this->cando['logout'] = !$this
[all...]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php56 … $principal = $this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/' . $name);
61 return new ProxyRead($this->principalBackend, $this->principalProperties);
64 return new ProxyWrite($this->principalBackend, $this->principalProperties);
78 …if ($this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/calendar-proxy-read')…
79 $r[] = new ProxyRead($this->principalBackend, $this->principalProperties);
81 …if ($this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/calendar-proxy-write'…
82 $r[] = new ProxyWrite($this->principalBackend, $this->principalProperties);
98 $this->getChild($name);
123 'principal' => $this->principalProperties['uri'] . '/calendar-proxy-read',
128 'principal' => $this->principalProperties['uri'] . '/calendar-proxy-write',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DCommon.php35 $this->setField($field);
36 $this->setQuery($query);
37 $this->setCutoffFrequency($cutoffFrequency);
45 * @return $this
49 $this->_field = $field;
51 return $this;
55 * Set the query string for this query.
57 * @return $this
61 return $this->setQueryParam('query', $query);
69 * @return $this
[all...]
/plugin/authjoomla/
H A Dauth.php19 $this->initializeConfiguration();
21 $this->ssoByCookie();
30 !empty($this->getConf('cookiename'))
51 $sql = $this->getConf('select-session');
75 $prefix = $this->getConf('tableprefix');
79 $this->conf['select-user'] = '
93 $this->conf['select-user-groups'] = '
112 $this->conf['select-groups'] = '
122 $this->conf['select-session'] = '
140 if ($this->localised) return;
[all …]
/plugin/latexport/implementation/
H A Ddecorator_math.php33 $this->state = DecoratorMath::NOT_IN_EQUATION;
42 if ($this->state == DecoratorMath::NOT_IN_EQUATION) {
43 $this->equation = $formula;
44 $this->state = DecoratorMath::IN_EQUATION;
46 $this->equation = $this->equation.$formula;
55 if ($this->state == DecoratorMath::IN_EQUATION) {
56 $this->decorator->mathjax_content($this->processEquation($this->equation));
57 $this->state = DecoratorMath::NOT_IN_EQUATION;
71 return $this->processDisplayEquation($equation);
73 return $this->processInlineEquation($equation);
[all …]
/plugin/securelogin/
H A Daction.php19 $this->slhlp = plugin_load('helper', $this->getPluginName());
26 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, '_auth');
27 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_handler');
31 $this->slhlp->workCorrect(true);
32 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;
35 list($request,) = explode(';', $this->slhlp->decrypt($_REQUEST['securelogin']));
55 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;
60 rsa.setPublic("'.$this->slhlp->getModulus().'", "'.$this->slhlp->getExponent().'");
66 var securelogin_login_label = "'.$this->getLang('use_securelogin').'";
67 var securelogin_update_label = "'.$this->getLang('use_secureupdate').'";';
/plugin/latexit/classes/
H A DPackage.php37 $this->name = $name;
38 $this->parameters = array();
39 $this->commands = array();
49 $this->parameters[] = $name;
59 $this->commands[] = $command;
70 $data .= $this->printParameters();
74 $data .= $this->printCommands();
86 $parameters = $this->parameters;
100 foreach ($this->commands as $c) {
111 return $this->name;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsIdentical.php40 $this->value = $value;
63 if (is_float($this->value) && is_float($other) &&
65 !is_nan($this->value) && !is_nan($other)) {
68 $success = $this->value === $other;
81 $this->value,
83 $this->value,
88 $this->fail($other, $description, $f);
104 if (is_object($this->value) && is_object($other)) {
122 if (is_object($this->value)) {
124 get_class($this->value) . '"';
[all …]
/plugin/reqlang/_test/
H A DGeneralTest.php22 $this->assertFileExists($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
61 $this->assertEquals(
69 $this->assertArrayHasKey(
[all …]
/plugin/csv/_test/
H A DGeneralTest.php22 $this->assertFileExists($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
61 $this->assertEquals(
69 $this->assertArrayHasKey(
[all …]
/plugin/passpolicy/_test/
H A DGeneralTest.php22 $this->assertFileExists($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
61 $this->assertEquals(
69 $this->assertArrayHasKey(
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php59 return $this->addressValue;
73 return $this->booleanValue;
80 $this->dateValue = $dateValue;
87 return $this->dateValue;
101 return $this->datetimeValue;
108 $this->floatValue = $floatValue;
115 return $this->floatValue;
129 return $this->integerValue;
143 return $this->moneyValue;
150 $this->text = $text;
[all …]

1...<<121122123124125126127128129130>>...1084