Home
last modified time | relevance | path

Searched refs:this (Results 22676 – 22700 of 27090) sorted by relevance

1...<<901902903904905906907908909910>>...1084

/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php121 return $this->processMessageRequest($itipMessage, $existingObject);
124 return $this->processMessageCancel($itipMessage, $existingObject);
127 return $this->processMessageReply($itipMessage, $existingObject);
178 $oldEventInfo = $this->parseEventInfo($oldCalendar);
198 $eventInfo = $this->parseEventInfo($calendar);
250 return $this->parseEventForOrganizer($baseCalendar, $eventInfo, $oldEventInfo);
257 … return $this->parseEventForAttendee($baseCalendar, $eventInfo, $oldEventInfo, $attendee['href']);
640 if ($this->scheduleAgentServerRules && $eventInfo['organizerScheduleAgent']==='CLIENT') {
899 if ($this->scheduleAgentServerRules &&
941 foreach($this->significantChangeProperties as $prop) {
/plugin/creole/
H A Daction.php15 $this,
27 if ($this->getConf('precedence') != 'creole') return false; // leave untouched
/plugin/interwikipaste/
H A Daction.php15 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addInterwikisToJSINFO');
21 … $JSINFO['plugins']['interwikipaste']['patterns'] = json_encode($this->getInterwikiPatterns());
/plugin/selectsearch/
H A Daction.php10 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_fixquery');
34 $searchnamespaces = explode("\n",$this->getConf('searchnamespaces'));
/plugin/callflow/
H A Dsyntax.php15 …function connectTo($mode){$this->Lexer->addEntryPattern('<callflow>(?=.*?</callflow>)',$mode,'plug…
17 function postConnect() { $this->Lexer->addExitPattern('</callflow>','plugin_callflow'); }
/plugin/freechat/phpfreechat/src/commands/
H A Dwho2.class.php46 $chanmeta = $this->_getChanMeta($recipient, $recipientid);
61 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$chanmeta.");");
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php41 $server->on('propFind', [$this, 'propFind'], 150);
114 'name' => $this->getPluginName(),
/plugin/plaintext/
H A Dblock.php24 $this->Lexer->addEntryPattern('<TEXT>(?=.*?</TEXT>)',$mode,'plugin_plaintext_block');
28 $this->Lexer->addExitPattern('</TEXT>','plugin_plaintext_block');
/plugin/mdpage/vendor/cebe/markdown/block/
H A DQuoteTrait.php46 'content' => $this->parseBlocks($content),
58 return '<blockquote>' . $this->renderAbsy($block['content']) . "</blockquote>\n";
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DInitializedBlogPostConstructor.php19 $this->fallback = new UnserializeObjectConstructor();
25 return $this->fallback->construct($visitor, $metadata, $data, $type, $context);
H A DInitializedObjectConstructor.php25 $this->fallbackConstructor = $fallbackConstructor;
37 return $this->fallbackConstructor->construct($visitor, $metadata, $data, $type, $context);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php54 $this->initialize();
70 $this->initialize();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCreator.php33 $this->generator = $generator ?: new ClassCodeGenerator;
48 $code = $this->generator->generate($classname, $class);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DCallbackPromise.php44 $this->callback = $callback;
58 $callback = $this->callback;
/plugin/textrotate/
H A Dsyntax.php20 $this->Lexer->addEntryPattern(
28 $this->Lexer->addExitPattern(
/plugin/markdowku/
H A Ditalicunderline.php23 $this->Lexer->addEntryPattern(
34 $this->Lexer->addExitPattern(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/Resource/
H A DFoldersLocationsReplays.php47 return $this->call('create', [$params], GoogleLongrunningOperation::class);
66 return $this->call('get', [$params], GoogleCloudPolicysimulatorV1Replay::class);
H A DOrganizationsLocationsReplays.php47 return $this->call('create', [$params], GoogleLongrunningOperation::class);
66 return $this->call('get', [$params], GoogleCloudPolicysimulatorV1Replay::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
H A DCustomersNodesNodes.php46 return $this->call('create', [$params], SasPortalNode::class);
68 return $this->call('list', [$params], SasPortalListNodesResponse::class);
H A DNodesNodesNodes.php46 return $this->call('create', [$params], SasPortalNode::class);
68 return $this->call('list', [$params], SasPortalListNodesResponse::class);
H A DNodesNodesDeployments.php46 return $this->call('create', [$params], SasPortalDeployment::class);
68 return $this->call('list', [$params], SasPortalListDeploymentsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DPromotions.php47 return $this->call('create', [$params], Promotion::class);
62 return $this->call('get', [$params], Promotion::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/Resource/
H A DAccountsLocations.php53 return $this->call('create', [$params], Location::class);
91 return $this->call('list', [$params], ListLocationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/Resource/
H A DProjects.php46 return $this->call('getConfig', [$params], ProjectConfig::class);
62 return $this->call('updateConfig', [$params], ProjectConfig::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/Resource/
H A DCasesComments.php46 return $this->call('create', [$params], Comment::class);
66 return $this->call('list', [$params], ListCommentsResponse::class);

1...<<901902903904905906907908909910>>...1084