Home
last modified time | relevance | path

Searched full:directory (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/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';
57 … throw new \RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir));
61 … throw new \RuntimeException(sprintf('Unable to write in the cache directory (%s).', $dir));
/template/bootstrap3/js/plugins/
Dmove.js24 var $directory = jQuery(this),
25 $closed = $directory.parents('.closed'),
26 $open = $directory.parents('.open');
28 if (!$directory.find('svg').length) {
29 $directory.prepend(Iconify.getSVG('mdi:folder'));
33 $directory.find('svg').replaceWith(Iconify.getSVG('mdi:folder-open'));
37 $directory.find('svg').replaceWith(Iconify.getSVG('mdi:folder'));
40 $directory.find('svg').addClass('iconify text-primary mr-2');
/template/strap/.github/
H A Ddependabot.yml8 # Look for `package.json` and `lock` files in the `root` directory
9 directory: "/"
16 # Look for a `Dockerfile` in the `root` directory
17 directory: "/"
/template/strap/vendor/salesforce/handlebars-php/
H A Dphpunit.xml.dist5 <directory suffix=".php">src/</directory>
10 <directory>tests/Handlebars/</directory>
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php187 * @param string $profile_dir The path to the profile directory.
188 * @return string The path to the directory of this extension.
230 * @param string $prefix Prefix of the temp directory.
233 * @return string The path to the temp directory created.
250 * @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);
270 * @param string $target_dir The path to the unzip directory.
/template/strap/ComboStrap/
H A DTemplateEngine.php92 …LogUtility::warning("The template theme directory ($themeDirectory) does not exists and was not ta…
97 … LogUtility::warning("The partials theme directory ($themeDirectory) does not exists");
108 * Default as last directory to search
146 // should not happen as combo resource is a known directory but yeah
246 foreach ($directories as $directory) {
248 $theme[] = $directory->getLastName();
284 throw new ExceptionNotFound("No template directory as this is not a file engine");
310 … throw new ExceptionRuntimeInternal("We can create a template only in a custom theme directory");
H A DFsWikiUtility.php6 * COPYING file in the root directory of this source tree.
45 * Return all pages and/of sub-namespaces (subdirectory) of a namespace (ie directory)
122 $nameSpacePath, // The directory to search
205 * Directory
/template/strap/vendor/symfony/yaml/Command/
H A DLintCommand.php61 …->addArgument('filename', InputArgument::IS_ARRAY, 'A file, a directory or "-" for reading from ST…
77 Or of a whole directory:
123 … throw new RuntimeException(sprintf('File or directory "%s" is not readable.', $filename));
254 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/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/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/mindthedark/lang/it/
Dstyle.txt1directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. …
/template/writers/
Dtpl_functions.php113 * Use favicon.ico from data/media root directory if it exists, otherwise use
114 * the one in the template's image directory.
126 * Include additional html file from conf directory if it exists, otherwise use
127 * file in the template's root directory.
/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/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/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/resources/library/bootstrap/
H A 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/hexa/genericons/
DREADME.md10 To use it, place the `genericons` folder in your stylesheet directory and enqueue the genericons.cs…
22 …y copied from the helper tool at http://genericons.com/, or `example.html` in the `font` directory.
29 In the `source` directory, you'll find all Genericons source icons in SVG format. This will allow y…
39 2. In the `source` directory from the Genericons download, open the file called `fontcustom.yml` in…
40 3. Open a terminal. Browse to the `source` directory. Type `fontcustom compile`.
44 *Please note*: In the source directory, there's a hidden file called `.fontcustom-manifest.json`. T…
/template/strap/syntax/
H A Dminimap.php147 $nameSpacePath = getNS($callingId); // The complete path to the directory
151 $currentNameSpace = curNS($callingId); // The name of the container directory
176 // If it's a directory
255 // Add a glyphicon if it's a directory
330 * Return all pages and/of sub-namespaces (subdirectory) of a namespace (ie directory)
335 * @param $listdirs - Add the directory to the list of files
367 * @param string $id an id of a namespace (directory)

12345678910>>...16