Searched refs:directory (Results 1 – 16 of 16) sorted by relevance
| /dokuwiki/lib/plugins/extension/ |
| H A D | Local.php | 10 * @param string $directory 13 protected function readExtensionsFromDirectory($directory) argument 16 $directory = rtrim($directory, '/'); 17 $dirs = glob($directory . '/*', GLOB_ONLYDIR);
|
| /dokuwiki/lib/tpl/dokuwiki/lang/it/ |
| H A D | style.txt | 1 …directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
|
| /dokuwiki/inc/ |
| H A D | .htaccess | 1 ## no access to the inc directory
|
| H A D | preload.php.dist | 6 * local configuration files out of the main ./conf directory. 9 // set this to your farm directory
|
| /dokuwiki/conf/ |
| H A D | .htaccess | 1 ## no access to the conf directory
|
| H A D | wordblock.conf | 14 web-directory\.awardspace\.us
|
| /dokuwiki/_test/ |
| H A D | README | 3 This directory contains the test suite for DokuWiki as well as configuration for various code quali… 31 All the tools can be called directly from the ''vendor/bin'' directory.
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _admin.less | 65 /* data directory security check */
|
| /dokuwiki/ |
| H A D | .htaccess.dist | 35 ## change "/dokuwiki" to the path to your dokuwiki directory relative
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | README.md | 19 directory. Documentation is also available [online](http://qbnz.com/highlighter/documentation.php).
|
| H A D | CHANGELOG | 990 - Added contrib/ directory with script to create one external stylesheet 1015 called, or by the new method set_language_path(), that specifies a path to the directory
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Tar.php | 217 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output); 218 if (!file_exists($directory)) { 219 mkdir($directory, 0777, true);
|
| H A D | Zip.php | 170 $directory = ($header['folder']) ? $output : dirname($output); 171 @mkdir($directory, 0777, true);
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 134 2. In the `simplepie` directory, run `git shortlog -ns`
|
| H A D | CHANGELOG.md | 100 …classes without namespaces in the `library` directory) is deprecated, use PSR-4 classes (see `src`…
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitb…
|