Home
last modified time | relevance | path

Searched refs:this (Results 4976 – 5000 of 27090) sorted by relevance

1...<<191192193194195196197198199200>>...1084

/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVTodo.php31 $dtstart = isset($this->DTSTART)?$this->DTSTART->getDateTime():null;
32 … $duration = isset($this->DURATION)?VObject\DateTimeParser::parseDuration($this->DURATION):null;
33 $due = isset($this->DUE)?$this->DUE->getDateTime():null;
34 $completed = isset($this->COMPLETED)?$this->COMPLETED->getDateTime():null;
35 $created = isset($this->CREATED)?$this->CREATED->getDateTime():null;
148 if (isset($this->DUE) && isset($this->DTSTART)) {
150 $due = $this->DUE;
151 $dtStart = $this->DTSTART;
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php61 $this->facebookCurl = $facebookCurl ?: new FacebookCurl();
69 $this->openConnection($url, $method, $body, $headers, $timeOut);
70 $this->sendRequest();
72 if ($curlErrorCode = $this->facebookCurl->errno()) {
79 $this->closeConnection();
97 CURLOPT_HTTPHEADER => $this->compileRequestHeaders($headers),
112 $this->facebookCurl->init();
113 $this->facebookCurl->setoptArray($options);
121 $this->facebookCurl->close();
129 $this->rawResponse = $this->facebookCurl->exec();
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVTodo.php31 $dtstart = isset($this->DTSTART)?$this->DTSTART->getDateTime():null;
32 … $duration = isset($this->DURATION)?VObject\DateTimeParser::parseDuration($this->DURATION):null;
33 $due = isset($this->DUE)?$this->DUE->getDateTime():null;
34 $completed = isset($this->COMPLETED)?$this->COMPLETED->getDateTime():null;
35 $created = isset($this->CREATED)?$this->CREATED->getDateTime():null;
148 if (isset($this->DUE) && isset($this->DTSTART)) {
150 $due = $this->DUE;
151 $dtStart = $this->DTSTART;
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVTodo.php31 $dtstart = isset($this->DTSTART)?$this->DTSTART->getDateTime():null;
32 … $duration = isset($this->DURATION)?VObject\DateTimeParser::parseDuration($this->DURATION):null;
33 $due = isset($this->DUE)?$this->DUE->getDateTime():null;
34 $completed = isset($this->COMPLETED)?$this->COMPLETED->getDateTime():null;
35 $created = isset($this->CREATED)?$this->CREATED->getDateTime():null;
148 if (isset($this->DUE) && isset($this->DTSTART)) {
150 $due = $this->DUE;
151 $dtStart = $this->DTSTART;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php30 $this->lexerActionExecutor = $executor ?? ($oldConfig->lexerActionExecutor ?? null);
31 $this->passedThroughNonGreedyDecision = $oldConfig ?
32 self::checkNonGreedyDecision($oldConfig, $this->state) :
38 return $this->lexerActionExecutor;
43 return $this->passedThroughNonGreedyDecision;
49 $this->state->stateNumber,
50 $this->alt,
51 $this->context,
52 $this->semanticContext,
53 $this
[all...]
/plugin/davcal/
H A Dhelper.php28 if($this->sqlite === null)
31 if(!$this->sqlite)
39 $this->sqlite = null;
44 return $this->sqlite;
82 $meta = $this->getMeta($id);
299 $sqlite = $this->getDB();
347 $sqlite = $this->getDB();
367 $sqlite = $this->getDB();
390 $sqlite = $this->getDB();
413 $sqlite = $this->getDB();
[all …]
/plugin/fedauth/Auth/OpenID/
H A DMySQLStore.php25 $this->sql['nonce_table'] =
33 $this->sql['assoc_table'] =
44 $this->sql['set_assoc'] =
48 $this->sql['get_assocs'] =
52 $this->sql['get_assoc'] =
56 $this->sql['remove_assoc'] =
59 $this->sql['add_nonce'] =
62 $this->sql['clean_nonce'] =
65 $this->sql['clean_assoc'] =
/plugin/openid/Auth/OpenID/
H A DMySQLStore.php25 $this->sql['nonce_table'] =
33 $this->sql['assoc_table'] =
44 $this->sql['set_assoc'] =
48 $this->sql['get_assocs'] =
52 $this->sql['get_assoc'] =
56 $this->sql['remove_assoc'] =
59 $this->sql['add_nonce'] =
62 $this->sql['clean_nonce'] =
65 $this->sql['clean_assoc'] =
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DHTML.php83 $this->write($this->pageHeader);
93 $this->write(
95 $this->classHeader,
97 $this->currentTestClassPrettified
110 $this->write(
127 $this->write($this->classFooter);
135 $this->write($this->pageFooter);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DWebDriverResponse.php25 $this->sessionID = $session_id;
33 return $this->status;
42 $this->status = $status;
44 return $this;
52 return $this->value;
61 $this->value = $value;
63 return $this;
71 return $this->sessionID;
80 $this->sessionID = $session_id;
82 return $this;
[all...]
/plugin/indexmenu/syntax/
H A Dindexmenu.php18 * need to inherit from this class
53 $this->Lexer->addSpecialPattern('{{indexmenu>.+?}}', $mode, 'plugin_indexmenu_indexmenu');
87 $defaultsStr = $this->getConf('defaultoptions');
97 $context = $this->hasOption($defaults, $opts, 'context');
107 //context should parse this later in correct context
109 $subns_lvl[0] = $this->parseNs($subns_lvl[0]);
132 $ns = $this->parseNs($ns);
137 $nocookie = $context || $this->hasOption($defaults, $opts, 'nocookie');
140 $noscroll = $this->hasOption($defaults, $opts, 'noscroll');
142 $navbar = $this
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DFileLocatorTest.php21 …$this->assertEquals(realpath(__DIR__ . '/Fixture/A/A.xml'), realpath($locator->findFileForClass($r…
24 $this->assertNull($locator->findFileForClass($ref, 'xml'));
33 $this->markTestSkipped('No traits available');
41 …$this->assertEquals(realpath(__DIR__ . '/Fixture/T/T.xml'), realpath($locator->findFileForClass($r…
52 …$this->assertEquals(realpath(__DIR__ . '/Fixture/D/D.yml'), realpath($locator->findFileForClass($r…
64 $this->assertCount(1, $xmlFiles = $locator->findAllClasses('xml'));
65 $this->assertSame('Metadata\Tests\Driver\Fixture\A\A', $xmlFiles[0]);
67 $this->assertCount(3, $ymlFiles = $locator->findAllClasses('yml'));
68 $this->assertSame('Metadata\Tests\Driver\Fixture\B\B', $ymlFiles[0]);
69 $this->assertSame('Metadata\Tests\Driver\Fixture\C\SubDir\C', $ymlFiles[1]);
[all …]
/plugin/bureaucracy-au/helper/
H A Daction.php49 $this->patterns['__lang__'] = '/@LANG@/';
50 $this->values['__lang__'] = $conf['lang'];
52 $this->patterns['__trans__'] = '/@TRANS@/';
53 $this->values['__trans__'] = '';
59 $this->values['__trans__'] = $trans->getLangPart($ID);
60 $this->values['__lang__'] = $trans->realLC('');
72 $this->patterns[$label] = $field->getReplacementPattern();
73 $this->values[$label] = $field->getReplacementValue();
82 $this->values['__noinclude__'] = '';
94 $this->prepareFieldReplacement($field);
[all …]
/plugin/bureaucracyau/helper/
H A Daction.php49 $this->patterns['__lang__'] = '/@LANG@/';
50 $this->values['__lang__'] = $conf['lang'];
52 $this->patterns['__trans__'] = '/@TRANS@/';
53 $this->values['__trans__'] = '';
59 $this->values['__trans__'] = $trans->getLangPart($ID);
60 $this->values['__lang__'] = $trans->realLC('');
72 $this->patterns[$label] = $field->getReplacementPattern();
73 $this->values[$label] = $field->getReplacementValue();
82 $this->values['__noinclude__'] = '';
94 $this->prepareFieldReplacement($field);
[all …]
/plugin/latexit/syntax/
H A Dmathjax.php60 if (!isset($this->sort)) {
63 return $this->sort;
72 $this->sort = $sort;
82 … $this->Lexer->addEntryPattern('(?<!\\\\)\$(?=[^\$][^\r\n]*?\$)', $mode, 'plugin_latexit_mathjax');
83 $this->Lexer->addEntryPattern('\$\$(?=.*?\$\$)', $mode, 'plugin_latexit_mathjax');
84 $this->Lexer->addEntryPattern('\\\\\((?=.*?\\\\\))', $mode, 'plugin_latexit_mathjax');
85 $this->Lexer->addEntryPattern('\\\\\[(?=.*?\\\\])', $mode, 'plugin_latexit_mathjax');
92 $this->Lexer->addExitPattern('\$(?!\$)', 'plugin_latexit_mathjax');
93 $this->Lexer->addExitPattern('\\\\\)', 'plugin_latexit_mathjax');
94 $this->Lexer->addExitPattern('\\\\\]', 'plugin_latexit_mathjax');
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php106 if (!is_null($status)) $this->setStatus($status);
107 if (!is_null($headers)) $this->setHeaders($headers);
108 if (!is_null($body)) $this->setBody($body);
120 return $this->status;
133 return $this->statusText;
167 $this->status = $statusCode;
168 $this->statusText = $statusText;
181 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
182 foreach ($this->getHeaders() as $key => $value) {
188 $str .= $this->getBodyAsString();
/plugin/zip/pear/MIME/Type/
H A DParameter.php60 $this->parse($param);
73 $this->name = $this->getAttribute($param);
74 $this->value = $this->getValue($param);
75 if ($this->hasComment($param)) {
76 $this->comment = $this->getComment($param);
155 $val = $this->name.'="'.$this->value.'"';
156 if ($this->comment) {
157 $val .= ' ('.$this->comment.')';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortKey.php9 * file that was distributed with this source code.
43 $this->attribute = $attribute;
44 $this->orderingRule = $orderingRule;
45 $this->useReverseOrder = $useReverseOrder;
53 return $this->attribute;
58 * @return $this
62 $this->attribute = $attribute;
64 return $this;
72 return $this->orderingRule;
77 * @return $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAudienceGroupAssignedTargetingOptionDetails.php41 $this->excludedFirstAndThirdPartyAudienceGroup = $excludedFirstAndThirdPartyAudienceGroup;
48 return $this->excludedFirstAndThirdPartyAudienceGroup;
55 $this->excludedGoogleAudienceGroup = $excludedGoogleAudienceGroup;
62 return $this->excludedGoogleAudienceGroup;
69 $this->includedCombinedAudienceGroup = $includedCombinedAudienceGroup;
76 return $this->includedCombinedAudienceGroup;
83 $this->includedCustomListGroup = $includedCustomListGroup;
90 return $this->includedCustomListGroup;
104 return $this->includedFirstAndThirdPartyAudienceGroups;
111 $this->includedGoogleAudienceGroup = $includedGoogleAudienceGroup;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DImageContext.php43 $this->cropHintsParams = $cropHintsParams;
50 return $this->cropHintsParams;
57 $this->languageHints = $languageHints;
64 return $this->languageHints;
71 $this->latLongRect = $latLongRect;
78 return $this->latLongRect;
85 $this->productSearchParams = $productSearchParams;
92 return $this->productSearchParams;
106 return $this->textDetectionParams;
113 $this->webDetectionParams = $webDetectionParams;
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCacheTrait.php49 if (is_null($this->cache)) {
53 $key = $this->getFullCacheKey($k);
58 $cacheItem = $this->cache->getItem($key);
73 if (is_null($this->cache)) {
77 $key = $this->getFullCacheKey($k);
82 $cacheItem = $this->cache->getItem($key);
84 $cacheItem->expiresAfter($this->cacheConfig['lifetime']);
85 return $this->cache->save($cacheItem);
98 $key = $this->cacheConfig['prefix'] . $key;
104 if ($this->maxKeyLength && strlen($key) > $this->maxKeyLength) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata.php41 $this->annotations = $annotations;
48 return $this->annotations;
55 $this->entities = $entities;
62 return $this->entities;
69 $this->intents = $intents;
76 return $this->intents;
90 return $this->issueModelResult;
97 $this->phraseMatchers = $phraseMatchers;
104 return $this->phraseMatchers;
111 $this->sentiments = $sentiments;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Action.php40 $this->jobNotificationEmails = $jobNotificationEmails;
47 return $this->jobNotificationEmails;
54 $this->pubSub = $pubSub;
61 return $this->pubSub;
75 return $this->publishFindingsToCloudDataCatalog;
82 $this->publishSummaryToCscc = $publishSummaryToCscc;
89 return $this->publishSummaryToCscc;
96 $this->publishToStackdriver = $publishToStackdriver;
103 return $this->publishToStackdriver;
110 $this->saveFindings = $saveFindings;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DImpressionMetricsRow.php47 return $this->availableImpressions;
54 $this->bidRequests = $bidRequests;
61 return $this->bidRequests;
68 $this->inventoryMatches = $inventoryMatches;
75 return $this->inventoryMatches;
82 $this->responsesWithBids = $responsesWithBids;
89 return $this->responsesWithBids;
96 $this->rowDimensions = $rowDimensions;
103 return $this->rowDimensions;
110 $this->successfulResponses = $successfulResponses;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembershipEndpoint.php40 $this->edgeCluster = $edgeCluster;
47 return $this->edgeCluster;
54 $this->gkeCluster = $gkeCluster;
61 return $this->gkeCluster;
68 $this->kubernetesMetadata = $kubernetesMetadata;
75 return $this->kubernetesMetadata;
89 return $this->kubernetesResource;
96 $this->multiCloudCluster = $multiCloudCluster;
103 return $this->multiCloudCluster;
110 $this->onPremCluster = $onPremCluster;
[all …]

1...<<191192193194195196197198199200>>...1084