Home
last modified time | relevance | path

Searched refs:this (Results 18951 – 18975 of 27090) sorted by relevance

1...<<751752753754755756757758759760>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/Resource/
H A DProjectsLocationsEdgeCacheServices.php63 return $this->call('getIamPolicy', [$params], Policy::class);
81 return $this->call('setIamPolicy', [$params], Policy::class);
102 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
H A DProjectsLocationsEdgeCacheKeysets.php63 return $this->call('getIamPolicy', [$params], Policy::class);
81 return $this->call('setIamPolicy', [$params], Policy::class);
102 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
H A DProjectsLocationsEdgeCacheOrigins.php63 return $this->call('getIamPolicy', [$params], Policy::class);
81 return $this->call('setIamPolicy', [$params], Policy::class);
102 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DReviews.php49 return $this->call('get', [$params], Review::class);
69 return $this->call('list', [$params], ReviewsListResponse::class);
84 return $this->call('reply', [$params], ReviewsReplyResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/Resource/
H A DProjectsPolicy.php62 return $this->call('getIamPolicy', [$params], IamPolicy::class);
80 return $this->call('setIamPolicy', [$params], IamPolicy::class);
100 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
H A DPolicies.php48 return $this->call('get', [$params], SasPortalPolicy::class);
62 return $this->call('set', [$params], SasPortalPolicy::class);
76 return $this->call('test', [$params], SasPortalTestPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/Resource/
H A DPolicies.php48 return $this->call('get', [$params], SasPortalPolicy::class);
62 return $this->call('set', [$params], SasPortalPolicy::class);
76 return $this->call('test', [$params], SasPortalTestPermissionsResponse::class);
/plugin/edittable/action/
H A Dnewtable.php18 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbar');
21 …$controller->register_hook('PLUGIN_EDITTABLE_PREPROCESS_NEWTABLE', 'BEFORE', $this, 'handle_newtab…
32 'title' => $this->getLang('add_table'),
/plugin/combo/ComboStrap/Meta/Field/
H A DTwitterImage.php52 $pageImages = PageImages::createForPage($this->getResource())
53 ->setReadStore($this->getReadStore())
68 return SocialCardImage::createFromResourcePage($this->getResource())
/plugin/combo/vendor/symfony/process/
H A DPhpExecutableFinder.php9 * file that was distributed with this source code.
26 $this->executableFinder = new ExecutableFinder();
55 $args = $this->findArguments();
86 return $this->executableFinder->find('php', false, $dirs);
/plugin/translator/
H A Daction.php30 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'export_action');
31 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajax_google_translation');
48 print $this->lang['helpermissing'];
84 …$fileName = str_replace("(.*?)", ( $exportLang == $this->getConf('default_language') ? "" : "_$exp…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php30 $this->skipVirtualTypeInit = (bool) $skipVirtualTypeInit;
31 $this->initializeExcluded = (bool) $initializeExcluded;
55 if (($this->skipVirtualTypeInit && $virtualType) ||
62 if (false === $this->initializeExcluded && !$virtualType) {
/plugin/survey/helper/
H A Dsurvey.php222 $returnArray["_name"] = $this->renderText($lineMatch[2]);
244 "_name" => $this->renderText($lineMatch[2]),
250 $subArray = $this->interpretSurvey(
282 "_name" => $this->renderText($lineMatch[2]),
/plugin/fblogin/files/
H A Dfacebook.class.php32 $this->cando['external'] = true;
35 $this->success = false;
40 $this->success = false;
46 $this->success = true;
/plugin/tipoftheday/syntax/
H A Dtotd.php25 $this->Lexer->addSpecialPattern('{{totd>.+?}}', $mode, 'plugin_totd_totd');
51 $sections = $this->_getSections($page);
62 $this->hasSections[] = cleanID($section); // Prevent selecting the same section again
105 if ( in_array(cleanID($ins[1][0]), $this->hasSections) ) { continue; }
/plugin/iptrust2/
H A Daction.php22 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_act_preprocess', arra…
23 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, 'ip_group', array());
56 $perms = $this->aclcheck($ID);
66 $nets = $this->getConf('log_networks');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php54 $this->template = $template ?: self::CLF;
92 . $this->headers($request);
101 ) . "\r\n" . $this->headers($response)
167 $this->template
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateFilterTest.php15 $this->assertTrue($this->plugin->validateFilters($input, $filters, $test), $message);
17 $this->assertFalse($this->plugin->validateFilters($input, $filters, $test), $message);
/plugin/combo/syntax/
H A Dheader.php57 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
62 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dnavbarcollapse.php6 * COPYING file in the root directory of this source tree.
99 * Create a pattern that will called this plugin
109 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
117 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dwebcode.php6 * COPYING file in the root directory of this source tree.
107 * Create a pattern that will called this plugin
118 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
126 $this->Lexer->addExitPattern('</' . WebCodeTag::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt24 or followed by\\ a whitespace \\this happens without it.
28 or followed by\\ a whitespace \\this happens without it.
43 addresses like this one: <andi@splitbrain.org> are recognized, too.
61 This links to [[syntax#internal|this Section]].
74 For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
81 Windows Shares like [[\\server\share|this]] are recognized, too.
278 ^ Heading 4 | no colspan this time | |
285 ^ Heading 4 | no colspan this time | |
322 See the source of this page to see how to use these blocks.
371 <p style="border:2px dashed red;">And this is some block HTML</p>
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMultiple.php54 $this
77 $this
103 $this
/plugin/pglist/
H A DREADME.md6this list or you can exclude the start page. pglist also when list the directories, it checks if t…

1...<<751752753754755756757758759760>>...1084