Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 66) sorted by relevance

123

/template/twigstarter/vendor/twig/twig/src/Cache/
DFilesystemCache.php23 private $directory; variable in Twig\\Cache\\FilesystemCache
27 * @param string $directory The root cache directory
30 public function __construct($directory, $options = 0) argument
32 $this->directory = rtrim($directory, '\/').'/';
40 return $this->directory.$hash[0].$hash[1].'/'.$hash.'.php';
/template/mantinedoku/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/docnavwiki/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/notes/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/simplewiki/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/darkblue/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/bs4simple/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/mindthedark/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/byu_2017_theme/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/ghw/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
DFirefoxProfile.php250 * @param string $directory The path to the directory.
252 private function deleteDirectory($directory) argument
254 $dir = new RecursiveDirectoryIterator($directory, FilesystemIterator::SKIP_DOTS);
265 rmdir($directory);
/template/strap/vendor/symfony/yaml/Command/
DLintCommand.php254 private function getDirectoryIterator(string $directory): iterable argument
256 $default = function ($directory) {
258 …new \RecursiveDirectoryIterator($directory, \FilesystemIterator::SKIP_DOTS | \FilesystemIterator::…
264 return ($this->directoryIteratorProvider)($directory, $default);
267 return $default($directory);
/template/peanutbutter2/
DREADME.md23 Drop it into your `lib/tpl/` directory or install via Extension Manager.
29 1. **Download or clone this repository** into your `lib/tpl/` directory:
/template/strap/resources/library/bootstrap/
DREADME.md5 This directory contains all `Bootstrap` related resources such as Javascript and Css files used by …
11 * Copy your CSS file into the sub version directory (`4.4.1`, `4.5.0`, ...)
/template/monochrome/
DREADME.md17 Unpack the file in the /lib/tpl directory of your Dokuwiki installation. It will create a directory
/template/peanutbutter/
DREADME.md17 Unpack the file in the /lib/tpl directory of your Dokuwiki installation. It will create a directory
/template/myown/
DREADME.rst28 #. Unpack it into *<dokuwiki>/lib/tpl/* directory
47 menu2Permanent menu2 is permanent (it is taken from main directory)
/template/simpleclean/
DREADME.rst29 #. Unpack it into *<dokuwiki>/lib/tpl/* directory
47 menu2Permanent menu2 is permanent (it is taken from main directory)
/template/quickjump/blueprint/plugins/fancy-type/
Dreadme.txt7 in the fancy-type.css file in this directory.
/template/usable/blueprint/plugins/fancy-type/
Dreadme.txt7 in the fancy-type.css file in this directory.
/template/dokuxp/
DREADME4 <dokuwiki-path>/lib/tpl/ directory.
/template/dokumac/
DREADME4 <dokuwiki-path>/lib/tpl/ directory.
/template/wallpaper/
DREADME.md26 Unpack the file into the `/lib/tpl` directory of your Dokuwiki installation. It will create a direc…
82 …d if you drop a JPG-image named `bg.jpg` into the `images` directory inside the template directory.
/template/strap/ComboStrap/Meta/Field/
DPageTemplateName.php91 foreach ($directories as $directory) {
92 $files = FileSystems::getChildrenLeaf($directory);
/template/usable/blueprint/
Die.css9 * This is a compressed file. See the sources in the 'src' directory.

123