Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 16 of 16) sorted by last modified time

/dokuwiki/inc/
H A Dpreload.php.dist6 * local configuration files out of the main ./conf directory.
9 // set this to your farm directory
H A D.htaccess1 ## no access to the inc directory
/dokuwiki/lib/tpl/dokuwiki/lang/it/
H A Dstyle.txt1 Se vuoi modificare il logo, semplicemente usa Media Manager per caricare un ''logo.png'' in ''wiki'' o nella directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. Se utilizzi un wiki chiuso si raccomanda di rendere la directory ''wiki'' (o root) leggibile a tutti, nelle impostazioni ACL, altrimenti il tuo logo non sarà visib (…)
/dokuwiki/
H A D.htaccess.dist35 ## change "/dokuwiki" to the path to your dokuwiki directory relative
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/conf/
H A D.htaccess1 ## no access to the conf directory
H A Dwordblock.conf14 web-directory\.awardspace\.us
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php147 * @param string $outdir the target directory for extracting
164 throw new ArchiveIOException("Could not create directory '$outdir'");
185 // create output directory
187 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output);
188 if (!file_exists($directory)) {
189 mkdir($directory, 0777, true);
284 // note: on Windows fopen() on a directory will fail, so we prevent
H A DZip.php127 * @param string $outdir the target directory for extracting
146 $pos_entry = $cdir['offset']; // begin of the central file directory
153 $pos_entry = ftell($this->fh); // position of the next file in central file directory
168 // create output directory
170 $directory = ($header['folder']) ? $output : dirname($output);
171 @mkdir($directory, 0777, true);
383 // add info to central file directory
445 // add info to central file directory
475 // write central directory
480 // write end of central directory recor
[all...]
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitbrain.github.io/php-cli/)
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php175 * If the extension is installed in the correct directory
177 * @return bool If the extension is installed in the correct directory
240 * Get the name of the installation directory
242 * @return string The name of the installation directory
890 * Returns a temporary directory
892 * The directory is registered for cleanup when the class is destroyed
907 * - $file is the directory where the file should be saved
914 * @param string $file path to file or directory where to save
980 // create tmp directory for download
1008 // create tmp directory fo
1102 findFolders(& $result, $directory, $default_type = 'plugin', $subdir = '') global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less65 /* data directory security check */
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md85 - The use of PSR-0 classes (all classes without namespaces in the `library` directory) is deprecated, use PSR-4 classes (see `src` directory) instead
H A DREADME.markdown118 2. In the `simplepie` directory, run `git shortlog -ns`
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG988 - Added contrib/ directory with script to create one external stylesheet
1013 called, or by the new method set_language_path(), that specifies a path to the directory
H A DREADME.md19 directory. Documentation is also available [online](http://qbnz.com/highlighter/documentation.php).