Home
last modified time | relevance | path

Searched refs:directory (Results 526 – 550 of 698) sorted by last modified time

1...<<2122232425262728

/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md4 * fix(directory) Use read-only mode when copying. (Ivan Enderlin, 2017-07-06T13:34:16+02:00)
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md316 $directory = new Hoa\Iterator\Directory(resolve('hoa://Library/Iterator'));
318 foreach ($directory as $value) {
/plugin/findologicxmlexport/
H A DREADME.md25 2. Go into your DokuWiki folder and open the directory `/lib/plugins/`
26 …3. Create a folder in this directory named `findologicxmlexport` and copy the downloaded files in …
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md106 `Exception` directory. In this case, `Foo\Bar\Exception` should move as
139 * `addNamespace` is used to map a namespace prefix to a directory,
146 For instance, to map the `Foo\Bar` namespace to the `Source/` directory:
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php113 * @param string $directory Directory where the temporary filename
121 public static function create($directory = null, $prefix = '__hoa_') argument
123 if (null === $directory ||
124 false === is_dir($directory)) {
125 $directory = static::getTemporaryDirectory();
128 return tempnam($directory, $prefix);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md109 `hoa://Data/Etc/Configuration/Foo.php`: Maybe the `Data` directory does not
111 each node of the `hoa://` tree resolves to a valid directory which contains your
132 The `hoa://` protocol is a tree. Thus, to add a new “component”/“directory” in
135 `/Volumes` directory, and we will add it as a new sub-root, so an immediate
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md572 - check that cache directory was not created before throwing exception [\#729](https://github.com/s…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst27 The ``collectDir()`` method compiles all templates found in a directory,
108 directory *replaces* another one from a directory further in the list.
111 (aka a template in a directory further in the list)?
137 It turns out it is possible to get this to work, by adding a directory right
H A Dadvanced.rst960 following file structure in your test directory::
993 `tests/Twig/Fixtures`_ directory.
1000 `tests/Twig/Node`_ directory.
H A Dapi.rst40 The ``cache`` option is a compilation cache directory, where Twig caches
214 directory (for instance, it allows warming the cache from a build server where
215 the directory might be different from the one used on production servers)::
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php847 public static function directory($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php150 $directory = new self($name, $this);
152 $this->children[] = $directory;
155 return $directory;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestSuite.php19 * @param string $directory
23 public function __construct($directory) argument
25 if (is_string($directory) && is_dir($directory)) {
26 $this->setName($directory);
29 $files = $facade->getFilesAsArray($directory, '.phpt');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php72 foreach (self::$directories as $directory) {
73 if (strpos($file, $directory) === 0) {
92 $directory = $reflector->getFileName();
95 $directory = dirname($directory);
98 self::$directories[] = $directory;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php50 * @param string $directory
54 public function setSourceDirectory($directory = '') argument
56 $this->sourceDirectory = $directory;
108 foreach ($this->exampleDirectories as $directory) {
109 $exampleFileFromConfig = $this->constructExamplePath($directory, $filename);
144 * @param string $directory
149 private function constructExamplePath($directory, $file) argument
151 return rtrim($directory, '\\/') . DIRECTORY_SEPARATOR . $file;
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG34 * removed duplicated directory separator in FilesystemLoader
257 * made file cache tolerant for trailing (back)slashes on directory configuration
622 * fixed the creation of the cache directory in case of a race condition
939 * changed the cache option to only accepts an explicit path to a cache directory or false
1051 * changed default directory permission when cache dir does not exist (more secure)
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md170 `directory($value, $message = '')` | Check that a value is an existing directory
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.3.md9 …/github.com/sebastianbergmann/php-code-coverage/issues/438): Wrong base directory for Clover repor…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DFilter.php28 * @param string $directory
32 public function addDirectoryToWhitelist($directory, $suffix = '.php', $prefix = '') argument
35 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
67 * @param string $directory
71 public function removeDirectoryFromWhitelist($directory, $suffix = '.php', $prefix = '') argument
74 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md202 * Added `extensionsDirectory` configuration directive to configure a directory from which all `.pha…
203 …ensions` commandline option to suppress loading of extensions (from configured extension directory)
/plugin/letsencrypt/lang/en/
H A Dinfo.txt2 verification, token files will be writen to a ''.well-known/acme-challenge'' directory within the W…
3 Root Directory. This directory needs to be browsable from all domains! See the [[doku>plugin:letsen…
/plugin/letsencrypt/
H A DLescript.php95 … throw new \RuntimeException("Couldn't create directory to expose challenge: ${tokenPath}");
/plugin/404manager/
H A DREADME.md130 …file 404managerRedirect.conf or 404managerRedirect.conf.migrated in the directory DOKUWIKI_HOME\li…
137 Just copy the directory [lang/en](lang/en), rename it in your own language (For instance, for franc…
H A DCHANGES.md19 …* Unit test were added with the Dokuwiki Test Framework. See the [_test](_test) directory and the …
/plugin/odtplus2dw/
H A DREADME.md90 - Fixed : display an error if the parserUploadDir directory doesn't exists. Now it will be create if needed.

1...<<2122232425262728