Searched refs:metaDir (Results 1 – 8 of 8) sorted by relevance
| /plugin/calendar/ |
| H A D | admin.php | 24 private function metaDir() { function in admin_plugin_calendar 34 $perAnimal = $this->metaDir() . 'calendar/sync_config.php'; 43 $dataDir = $this->metaDir() . 'calendar/'; 54 $dataDir = $this->metaDir() . 'calendar/'; 2987 $dataDir = $this->metaDir(); 3245 $metaDir = $this->metaDir(); 3246 $relPath = str_replace($metaDir, '', $nsDir); 3478 $metaDir = $this->metaDir(); 3485 $this->findAllCalendarDirsRecursive($metaDir, $allCalDirs); 3513 $relPath = str_replace($metaDir, '', $calDir); [all …]
|
| H A D | action.php | 31 private function metaDir() { function in action_plugin_calendar 445 $dataDir = $this->metaDir(); 476 $oldDataDir = $this->metaDir(); 672 $dataDir = $this->metaDir(); 786 $dataDir = $this->metaDir(); 928 $dataDir = $this->metaDir(); 993 $metaDir = $this->metaDir(); 994 $dataDir = $metaDir; 1017 $this->findCalendarNamespaces($dataDir, $metaDir, $year, $month, $allEvents, $excludeList); 1027 …private function findCalendarNamespaces($baseDir, $metaDir, $year, $month, &$allEvents, $excludeLi… argument [all …]
|
| H A D | sync_outlook.php | 44 $metaDir = $dokuwikiRoot . '/data/meta'; variable 50 $metaDir = rtrim($m[1], '/'); variable 54 $metaDir = $candidateMetaDir; variable 62 $perWikiConfig = $metaDir . '/calendar/sync_config.php'; 85 $dataDir = $metaDir . '/calendar/';
|
| H A D | syntax.php | 18 private function metaDir() { function in syntax_plugin_calendar 42 $perAnimal = $this->metaDir() . 'calendar/sync_config.php'; 2250 $dataDir = $this->metaDir(); 2312 $metaDir = $this->metaDir(); 2313 $dataDir = $metaDir; 2349 $this->findCalendarNamespaces($dataDir, $metaDir, $year, $month, $allEvents, $excludeList); 2359 …private function findCalendarNamespaces($baseDir, $metaDir, $year, $month, &$allEvents, $excludeLi… argument 2365 $metaDirLen = strlen($metaDir); 2408 $dataDir = $this->metaDir(); 3631 $configFile = $this->metaDir() . 'calendar_theme.txt'; [all …]
|
| H A D | CHANGELOG.md | 27 - Added `metaDir()` helper to syntax, action, and admin plugin classes
|
| /plugin/deletehistory/ |
| D | helper.php | 74 $metaDir = ($dir === 'media') ? 'media_meta' : 'meta'; 75 $path = DOKU_INC . $conf['savedir'] . '/' . $metaDir;
|
| /plugin/gdpr/action/ |
| D | delusers.php | 217 $metaDir = $conf['metadir']; 220 $changelogs = $gdprUtils->collectChangelogs(dir($metaDir));
|
| /plugin/combo/ComboStrap/ |
| H A D | Sqlite.php | 300 $metaDir = $conf['metadir']; 348 if (strpos($dbFile, $metaDir) === 0) {
|