Home
last modified time | relevance | path

Searched refs:this (Results 18976 – 19000 of 27090) sorted by relevance

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

/plugin/sentry/action/
H A Dajax.php21 if (!$this->getConf('dsn')) {
24 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
52 'frames' => $this->parseJavaScriptStacktrace($INPUT->str('stack'))
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DShareAccess.php44 $this->value = $shareAccess;
55 return $this->value;
80 switch ($this->value) {
/plugin/webcomponent/_test/
H A Dcard.test.php20 $this->assertEquals('card', $componentName);
47 $this->assertEquals($expected, $xhtml);
72 $this->assertEquals($expected.$expected, $xhtml);
/plugin/pwaoffline/
H A Daction.php15 $controller->register_hook('MANIFEST_SEND', 'BEFORE', $this, 'add144pxImageToManifest');
16 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'collectPagesToCache');
17 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'writeConfigToJSINFO');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDeprecatedTest.php28 $this->assertEquals($expr, $node->getNode('expr'));
61 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
68 $compiler = $this->getCompiler($environment);
/plugin/linksenhanced/
H A Daction.php14 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
15 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'add_jsinfo_information');
16 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/yearbox/
H A Dreadme.txt5 2. year=YYYY : build calendar for this year (default: this year)
7 4. size=?? : font size to use; this controls the width/height of the calendar table (default:12px)
/plugin/issuelinks/_test/
H A DhandleIssueLinkSyntax.test.php45 $this->assertEquals(array(
81 $this->assertEquals(array(), $pagerev_issues);
106 $this->assertEquals(array(
/plugin/textmodule/
H A Daction.php21 … $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this,'handle_editform_output');
37 if (strlen($title)==0) $title = $this->getLang("text module");
70 $out .= $this->_format_modules();
/plugin/structgroup/types/
H A DGroup.php27 if($this->config['existingonly']) {
65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
68 $max = $this->config['autocomplete']['maxresult'];
/plugin/mediasyntax/syntax/
H A Dlistblock.php23 $this->Lexer->addEntryPattern(
29 $this->Lexer->addPattern(
37 $this->Lexer->addExitPattern(
/plugin/freechat/phpfreechat/src/commands/
H A Dwhois.class.php48 if ($this->name == 'whois2')
74 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$js.");");
77 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko','".$param."');");
/plugin/hidepages/
H A Dsyntax.php23 $this->Lexer->addSpecialPattern('~~HIDEPAGE.*?~~', $mode, 'plugin_hidepages');
31 if($this->getConf('hidefromsearch')) array_push($data, 'search');
32 if($this->getConf('hidefromsitemap')) array_push($data, 'sitemap');
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DFootnoteRefParser.php10 * file that was distributed with this source code.
39 $inlineContext->getContainer()->appendChild(new FootnoteRef($this->createReference($label)));
48 '#' . $this->config->get('footnote/footnote_id_prefix') . $label,
55 $this->config = $configuration;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/Resource/
H A DServicesConsumers.php51 return $this->call('getIamPolicy', [$params], Policy::class);
69 return $this->call('setIamPolicy', [$params], Policy::class);
90 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/Resource/
H A DLocations.php49 …return $this->call('fetchVerificationOptions', [$params], FetchVerificationOptionsResponse::class);
62 return $this->call('getVoiceOfMerchantState', [$params], VoiceOfMerchantState::class);
76 return $this->call('verify', [$params], VerifyLocationResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/
H A DProjects.php54 return $this->call('detectLanguage', [$params], DetectLanguageResponse::class);
84 return $this->call('getSupportedLanguages', [$params], SupportedLanguages::class);
105 return $this->call('translateText', [$params], TranslateTextResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsZonesOperations.php55 return $this->call('cancel', [$params], ContainerEmpty::class);
79 return $this->call('get', [$params], Operation::class);
103 return $this->call('list', [$params], ListOperationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesDnsRecordSets.php51 return $this->call('add', [$params], Operation::class);
69 return $this->call('remove', [$params], Operation::class);
87 return $this->call('update', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/Resource/
H A DProjectsLocationsRegistriesGroups.php51 return $this->call('getIamPolicy', [$params], Policy::class);
68 return $this->call('setIamPolicy', [$params], Policy::class);
86 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DEditsApks.php51 return $this->call('addexternallyhosted', [$params], ApksAddExternallyHostedResponse::class);
65 return $this->call('list', [$params], ApksListResponse::class);
79 return $this->call('upload', [$params], Apk::class);
H A DEditsTesters.php46 return $this->call('get', [$params], Testers::class);
63 return $this->call('patch', [$params], Testers::class);
80 return $this->call('update', [$params], Testers::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsCreativesDealAssociations.php48 return $this->call('add', [$params], Adexchangebuyer2Empty::class);
80 return $this->call('list', [$params], ListDealAssociationsResponse::class);
96 return $this->call('remove', [$params], Adexchangebuyer2Empty::class);
H A DAccountsFinalizedProposals.php60 return $this->call('list', [$params], ListProposalsResponse::class);
83 return $this->call('pause', [$params], Proposal::class);
106 return $this->call('resume', [$params], Proposal::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/Resource/
H A DV3.php51 …return $this->call('logImpressions', [$params], GoogleMapsPlayablelocationsV3LogImpressionsRespons…
66 …return $this->call('logPlayerReports', [$params], GoogleMapsPlayablelocationsV3LogPlayerReportsRes…
82 …return $this->call('samplePlayableLocations', [$params], GoogleMapsPlayablelocationsV3SamplePlayab…

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