Home
last modified time | relevance | path

Searched refs:EXTENSION_REPOSITORY_API (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php20 public const EXTENSION_REPOSITORY_API = 'https://www.dokuwiki.org/lib/plugins/pluginrepo/api.php';
52 $data = $httpclient->post(self::EXTENSION_REPOSITORY_API, $request_data);
85 $data = $httpclient->get(self::EXTENSION_REPOSITORY_API . '?cmd=ping');
121 $data = $httpclient->get(self::EXTENSION_REPOSITORY_API . '?fmt=json&ext[]=' . urlencode($name));
155 $data = $httpclient->post(self::EXTENSION_REPOSITORY_API, $query);
19 const EXTENSION_REPOSITORY_API = 'https://www.dokuwiki.org/lib/plugins/pluginrepo/api.php'; global() define in helper_plugin_extension_repository