Home
last modified time | relevance | path

Searched refs:this (Results 17726 – 17750 of 27090) sorted by relevance

1...<<701702703704705706707708709710>>...1084

/plugin/since/
H A Dsince.php40 $this->Lexer->addEntryPattern('<since(?=[^\r\n]*?>.*?</since>)',$mode,'plugin_since_since');
44 $this->Lexer->addExitPattern('</since>', 'plugin_since_since');
50 $this->syntax = substr($match, 1);
60 return array($this->syntax, trim($attr), $content);
/plugin/dyncontent/
H A Daction.php17 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array());
18 …$controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'AFTER', $this, 'handle_parser_wikitext_p…
62 $search = $this->get_search_results($squery);
66 …$dynamic_content .= "\n\n\n\n".$this->get_page_dynamic_content($pagid, $pagename); //the content o…
/plugin/webcomponent/syntax/
H A Dcardcolumns.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this
88 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
H A Dgroup.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
H A Dunit.php75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this
82 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
/plugin/feedaggregator/
H A Daction.php23 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle');
41 $requiredToken = $this->getConf('token');
55 $simplepie->force_feed($this->getConf('force_feed'));
56 $simplepie->force_fsockopen($this->getConf('force_fsockopen'));
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.iframe.php14 return $this->get_max_width($context);
18 return $this->get_width();
22 $this->InlineBlockBox();
66 $this->add_child($box_child);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php46 $this->guzzleClient = $guzzleClient ?: new Client();
61 $request = $this->guzzleClient->createRequest($method, $url, $options);
64 $rawResponse = $this->guzzleClient->send($request);
73 $rawHeaders = $this->getHeadersAsString($rawResponse);
/plugin/menuext/
H A Daction.php34 $this->menuconf = $config;
46 …$controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu_items_assembly', []…
64 if (!isset($this->menuconf[$view])) return;
66 foreach ($this->menuconf[$view] as $data) {
/plugin/pdftools/
H A Daction.php18 …$controller->register_hook('PLUGIN_DW2PDF_REPLACE', 'BEFORE', $this, 'replacement_before', null, 1…
19 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'printbutton');
29 $show_button = !$this->getConf("print hide");
30 $hide_on_start = $this->getConf("print hide on start");
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php9 * file that was distributed with this source code.
48 $this->saslCreds = $saslCreds;
57 return $this->saslCreds;
69 if ($this->saslCreds !== null) {
70 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DCramMD5Encoder.php9 * file that was distributed with this source code.
32 return $this->encodeServerChallenge($message);
34 return $this->encodeClientResponse($message);
44 return $this->decodeClientResponse($data);
46 return $this->decodeServerChallenge($data);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/Resource/
H A DProjectsLocationsEntryGroupsEntriesTags.php58 return $this->call('create', [$params], GoogleCloudDatacatalogV1Tag::class);
71 return $this->call('delete', [$params], DatacatalogEmpty::class);
92 return $this->call('list', [$params], GoogleCloudDatacatalogV1ListTagsResponse::class);
114 return $this->call('patch', [$params], GoogleCloudDatacatalogV1Tag::class);
H A DProjectsLocationsEntryGroupsTags.php58 return $this->call('create', [$params], GoogleCloudDatacatalogV1Tag::class);
71 return $this->call('delete', [$params], DatacatalogEmpty::class);
92 return $this->call('list', [$params], GoogleCloudDatacatalogV1ListTagsResponse::class);
114 return $this->call('patch', [$params], GoogleCloudDatacatalogV1Tag::class);
H A DProjectsLocationsTagTemplatesFields.php58 return $this->call('create', [$params], GoogleCloudDatacatalogV1TagTemplateField::class);
78 return $this->call('delete', [$params], DatacatalogEmpty::class);
106 return $this->call('patch', [$params], GoogleCloudDatacatalogV1TagTemplateField::class);
123 return $this->call('rename', [$params], GoogleCloudDatacatalogV1TagTemplateField::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/
H A DMattersExports.php46 return $this->call('create', [$params], Export::class);
60 return $this->call('delete', [$params], VaultEmpty::class);
74 return $this->call('get', [$params], Export::class);
91 return $this->call('list', [$params], ListExportsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DAccountsLabels.php46 return $this->call('create', [$params], AccountLabel::class);
60 return $this->call('delete', [$params]);
83 return $this->call('list', [$params], ListAccountLabelsResponse::class);
99 return $this->call('patch', [$params], AccountLabel::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
H A DBuyersProposalsDeals.php48 return $this->call('batchUpdate', [$params], BatchUpdateDealsResponse::class);
63 return $this->call('get', [$params], Deal::class);
86 return $this->call('list', [$params], ListDealsResponse::class);
122 return $this->call('patch', [$params], Deal::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/
H A DPropertiesGoogleAdsLinks.php46 return $this->call('create', [$params], GoogleAnalyticsAdminV1alphaGoogleAdsLink::class);
60 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
82 …return $this->call('list', [$params], GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse::class…
103 return $this->call('patch', [$params], GoogleAnalyticsAdminV1alphaGoogleAdsLink::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/Resource/
H A DProjectsLocationsSourcesMigratingVmsCutoverJobs.php47 return $this->call('cancel', [$params], Operation::class);
76 return $this->call('create', [$params], Operation::class);
89 return $this->call('get', [$params], CutoverJob::class);
115 return $this->call('list', [$params], ListCutoverJobsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DGlobalAddresses.php57 return $this->call('delete', [$params], Operation::class);
72 return $this->call('get', [$params], Address::class);
98 return $this->call('insert', [$params], Operation::class);
151 return $this->call('list', [$params], AddressList::class);
H A DRegionOperations.php46 return $this->call('delete', [$params]);
62 return $this->call('get', [$params], Operation::class);
117 return $this->call('list', [$params], OperationList::class);
142 return $this->call('wait', [$params], Operation::class);
H A DRoutes.php57 return $this->call('delete', [$params], Operation::class);
72 return $this->call('get', [$params], Route::class);
98 return $this->call('insert', [$params], Operation::class);
152 return $this->call('list', [$params], RouteList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementAccountUserLinks.php44 return $this->call('delete', [$params]);
58 return $this->call('insert', [$params], EntityUserLink::class);
78 return $this->call('list', [$params], EntityUserLinks::class);
94 return $this->call('update', [$params], EntityUserLink::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DFloodlightConfigurations.php45 return $this->call('get', [$params], FloodlightConfiguration::class);
62 return $this->call('list', [$params], FloodlightConfigurationsListResponse::class);
78 return $this->call('patch', [$params], FloodlightConfiguration::class);
93 return $this->call('update', [$params], FloodlightConfiguration::class);

1...<<701702703704705706707708709710>>...1084