Lines Matching defs:DOKU_INC
15 if (!defined('DOKU_INC')) define('DOKU_INC', __DIR__ . '/../../');
19 require_once(DOKU_INC . 'inc/init.php');
77 $files[DOKU_INC . 'lib/styles/' . $mediatype . '.css'] = DOKU_BASE . 'lib/styles/';
81 $files[DOKU_INC . 'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] =
158 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
213 $less->setImportDir([DOKU_INC]);
360 if (file_exists(DOKU_INC . $file)) {
388 if ($dh = opendir(DOKU_INC . 'lib/images/fileicons/svg')) {
436 * relative to the dokuwiki root: the web root (DOKU_BASE) for most files; the file system root (DOKU_INC)
458 * Get the relative file system path of this file, relative to dokuwiki's root folder, DOKU_INC
466 $basedir = [DOKU_INC];
522 $local = DOKU_INC . $url;