Home
last modified time | relevance | path

Searched refs:this (Results 22576 – 22600 of 27090) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
H A DBuyersPublisherProfiles.php45 return $this->call('get', [$params], PublisherProfile::class);
69 return $this->call('list', [$params], ListPublisherProfilesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/Resource/
H A DProjectsLocations.php44 return $this->call('get', [$params], Location::class);
67 return $this->call('list', [$params], ListLocationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
H A DFoldersLogs.php55 return $this->call('delete', [$params], LoggingEmpty::class);
87 return $this->call('list', [$params], ListLogsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/Resource/
H A DProjectsLocations.php44 return $this->call('get', [$params], Location::class);
67 return $this->call('list', [$params], ListLocationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/Resource/
H A DProjectsLocationsJobsExecutionsTasks.php45 return $this->call('get', [$params], GoogleCloudRunV2Task::class);
69 return $this->call('list', [$params], GoogleCloudRunV2ListTasksResponse::class);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php70 $this->assertEquals(
115 $this->assertEquals(
/plugin/grouphome/
H A Daction.php23 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleHook');
40 $pages = $this->getConf('grouppages');
/plugin/combo/ComboStrap/
H A DMediaLink.php6 * COPYING file in the root directory of this source tree.
46 $this->mediaMarkup = $mediaMarkup;
88 return $this->mediaMarkup->getFetchUrl();
/plugin/qna/style/
H A DWARNING.txt1 WARNING: each LESS file in this folder must have a different size.
5 As dirt as it certainly is, this is the simplest and most efficient
/plugin/openid/Auth/OpenID/
H A DInterface.php92 return [$this->cleanupNonces(), $this->cleanupAssociations()];
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php21 return $this->fetchCachedData($id);
28 $url = $this->getFallbackURL($id);
34 $data = $this->defaultResult;
36 $data['id'] = $this->extract('/<meta property="og:book:isbn" content="([^"]+)"/', $html);
38 $data['url'] = $this->extract('/<meta property="og:url" content="([^"]+)"/', $html);
40 $data['title'] = $this->extract('/<meta property="og:title" content="([^"]+)"/', $html);
42 $data['published'] = $this->extract('/<meta property="og:book:release_date" content="((\d){4})[^"]+"/', $html);
44 $data['authors'] = $this->extractAll('/<a href="\/person\/.*?">(.+?)<\/a>/', $html);
45 $data['publisher'] = $this->extract('/<a href="\/verlag\/.*?">(.+?)<\/a>/', $html);
/plugin/linkback/lang/en/
H A Dsubscribermail.txt15 To unsubscribe from this page log into the wiki and then click this link:
/plugin/tindexmenu/
H A Dadmin.php176 …ptln(' <a href="'.$this->repos['url'][$n]."$repo/lib/plugins/tindexmenu/ajax.php?req=send&amp…
181 …ptln(' <strong>url:</strong><input type="text" name="url_info" value="'.$this->repos['url'][…
386 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
397 …ptln(' <input type="submit" name="btn" '.$this->repos['status'][$n].' value="'.$this->getLang…
/plugin/gitlabproject/
H A DREADME.md17 * **server.default**: Set your default Gitlab url, without slash ending. You can override this sett…
18 * **token.default**: Fill your admin token. You can override this setting in `server.json` file.
21 Gitlab-Project will use this data by default.
70 For further information, see also this plugins on [dokuwiki.org](https://www.dokuwiki.org/plugin:gi…
/plugin/backup/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
25 - [BT-44] - Added this CHANGELOG.md file and first official version number 1.0.0 and release date t…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md10 With this component, a library can provide support for annotations via DocBlocks
24 instantiated using its `createInstance` factory method like this:
41 * two subsequent newlines (thus a whiteline in between as can be seen in this
54 // Contains the summary for this DocBlock
/plugin/struct/action/
H A Dbureaucracy.php39 $controller->register_hook('PLUGIN_BUREAUCRACY_PAGENAME', 'BEFORE', $this, 'handleLookupFields');
40 $controller->register_hook('PLUGIN_BUREAUCRACY_EMAIL_SEND', 'BEFORE', $this, 'handleLookupFields');
41 $controller->register_hook('PLUGIN_BUREAUCRACY_TEMPLATE_SAVE', 'AFTER', $this, 'handleSave');
42 $controller->register_hook('PLUGIN_BUREAUCRACY_FIELD_UNKNOWN', 'BEFORE', $this, 'handleSchema');
49 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
86 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
142 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
177 // make sure this schema is assigned
/plugin/freechat/phpfreechat/src/commands/
H A Dme.class.php26 $cmdp["param"] .= " (".$this->usage.")";
33 $ct->write($recipient, $sender, $this->name, $msg);
/plugin/command/syntax/
H A Dblock.php57 $this->Lexer->addSpecialPattern(
60 $this->Lexer->addSpecialPattern(
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php43 …$files = array_merge($files, $this->recursiveGlob($dir.DIRECTORY_SEPARATOR.basename($pattern), $fl…
64 $files = $this->recursiveGlob($pattern, $flags);
/plugin/wavedrom/
H A Dsyntax.php35 $this->Lexer->addEntryPattern('<wavedrom>(?=.*?</wavedrom>)',$mode,'plugin_wavedrom');
38 $this->Lexer->addExitPattern('</wavedrom>','plugin_wavedrom');
/plugin/shorturl/
H A Dsyntax.php36 $this->Lexer->addSpecialPattern('\~\~SHORTURL\~\~',$mode,'plugin_shorturl');
54 … .= "<a href=". wl($shortID, "", true) ." class=\"shortlinkinpage\" >" . $this->getLang('shortlink…
/plugin/jquerymigrate/
H A Daction.php26 … $controller->register_hook('CONFUTIL_CDN_SELECT', 'AFTER', $this, 'handle_confutil_cdn_select');
45 $version = $this->getConf('version');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DUserRolePermissions.php45 return $this->call('get', [$params], UserRolePermission::class);
61 return $this->call('list', [$params], UserRolePermissionsListResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DOperations.php46 return $this->call('get', [$params], Operation::class);
67 return $this->call('list', [$params], OperationsListResponse::class);

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