Home
last modified time | relevance | path

Searched refs:manifest (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/lib/exe/
H A Dmanifest.php11 if (!actionOK('manifest')) {
16 $manifest = new Manifest();
17 $manifest->sendManifest();
14 $manifest = new \dokuwiki\Manifest(); global() variable
/dokuwiki/inc/
H A DManifest.php11 $manifest = retrieveConfig('manifest', 'jsonToArray');
15 $manifest['scope'] = DOKU_REL;
17 if (empty($manifest['name'])) {
18 $manifest['name'] = $conf['title'];
21 if (empty($manifest['short_name'])) {
22 $manifest['short_name'] = $conf['title'];
25 if (empty($manifest['description'])) {
26 $manifest['description'] = $conf['tagline'];
29 if (empty($manifest['start_ur
[all...]