Home
last modified time | relevance | path

Searched refs:directory (Results 501 – 525 of 698) sorted by last modified time

1...<<2122232425262728

/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock2752 require-directory@^2.1.1:
2754 …resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30…
3329 require-directory "^2.1.1"
/plugin/langdelete/
H A DREADME16 directory.
/plugin/webcomponent/
H A Dcopy_visuals.cmd6 echo Backup of the dokuwiki pages that serves as visual into the directory %WEB_COMPO_VISUAL_BACKUP%
/plugin/webcomponent/_test/
H A DREADME.md9 to copy this files from the dokuwiki data directory to this test directory.
/plugin/sphinxsearch-was/
H A Dchangelog18 * Fixed detection of DokuWiki data directory when data directory is absolute path
H A DINSTALL22 1. Unpack the plugin files into lib/plugins directory of your DokuWiki installation.
48 1. Unpack the plugin files into lib/plugins directory of your DokuWiki installation.
52 the script $PATH_TO_PLUGIN_DIRECTORY to point to the directory of the plugin.
66 directory under your ''lib/plugins'' folder of the DokuWiki installation.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php19 private $directory; variable in Twig_Tests_Cache_FilesystemTest
32 if (file_exists($this->directory)) {
39 $key = $this->directory.'/cache/cachefile.php';
56 $key = $this->directory.'/cache/cachefile.php';
67 $key = $this->directory.'/cache/cachefile.php';
71 $this->assertFileNotExists($this->directory);
75 $this->assertFileExists($this->directory);
96 @mkdir($this->directory, 0555, true);
97 $this->assertTrue(is_dir($this->directory));
118 @mkdir($this->directory, 0777, true);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php1160 * @param string $directory
1162 private function handleExtensions($directory) argument
1166 foreach ($facade->getFilesAsArray($directory, '.phar') as $file) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php906 $directory = (string) $directoryNode->textContent;
908 if (empty($directory)) {
941 $this->toAbsolutePath($directory),
1034 foreach ($this->xpath->query($query) as $directory) {
1035 $directoryPath = (string) $directory->textContent;
1041 if ($directory->hasAttribute('prefix')) {
1042 $prefix = (string) $directory->getAttribute('prefix');
1047 if ($directory->hasAttribute('suffix')) {
1048 $suffix = (string) $directory->getAttribute('suffix');
1053 if ($directory->hasAttribute('group')) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt13 phpunit [options] <directory>
H A Dhelp2.phpt14 phpunit [options] <directory>
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md20 * `$path` is the path to the directory (or a subdirectory thereof) where the sourcecode of the proj…
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php225 private function getDirectoryIterator($directory) argument
227 $default = function ($directory) {
229 …new \RecursiveDirectoryIterator($directory, \FilesystemIterator::SKIP_DOTS | \FilesystemIterator::…
235 return ($this->directoryIteratorProvider)($directory, $default);
238 return $default($directory);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst25 … fully functional, but you might want to tweak it a bit for example to configure a cache directory.
31 that, you can configure a cache directory::
68 metadata in XML, or YML files. For the latter, it is necessary to configure a metadata directory wh…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst85 2. Put Twig's C extension source code into ``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\ext\tw…
88 5. Copy the ``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release_TS\php_twig.dll`` file to you…
100 ``C:\\php-sdk\\phpdev\\vcXX\\x86\\php-source-directory\\Release``
H A Dadvanced_legacy.rst840 following file structure in your test directory::
873 `tests/Twig/Fixtures`_ directory.
880 `tests/Twig/Node`_ directory.
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A 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';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar159 die('Could not locate temporary directory to extract phar');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php81 $directory = new Directory(
97 $directory->render($report, $target . 'index.html');
152 * @param string $directory
158 private function getDirectory($directory) argument
160 if (substr($directory, -1, 1) != DIRECTORY_SEPARATOR) {
161 $directory .= DIRECTORY_SEPARATOR;
164 if (is_dir($directory)) {
165 return $directory;
168 if (@mkdir($directory, 0777, true)) {
169 return $directory;
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md56 For more specific examples, please have a look at the examples directory.
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDirectory.php138 $directory = new LUT\Recursive\Directory($root),
139 $iterator = new LUT\Recursive\Iterator($directory),
216 $directory = new LUT\Recursive\Directory(
221 $iterator = new LUT\Recursive\Iterator($directory),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php62 * @param string $directory
64 private function initTargetDirectory($directory) argument
66 if (file_exists($directory)) {
67 if (!is_dir($directory)) {
73 if (!is_writable($directory)) {
75 "'$directory' exists but is not writable."
78 } elseif (!@mkdir($directory, 0777, true)) {
80 "'$directory' could not be created."
89 $this->setTotals($directory, $dirObject->getTotals());
91 foreach ($directory->getDirectories() as $node) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DChangeLog.md21 …ub.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php919 * @param string $directory
924 if (!is_string($directory)) {
936 * @param string $directory
941 if (!is_string($directory)) {
955 * @param string $directory
961 self::assertIsReadable($directory, $message);
967 * @param string $directory
973 self::assertNotIsReadable($directory, $message);
979 * @param string $directory
985 self::assertIsWritable($directory, $message);
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst105 is very important during development. If you don't set it to true you have to delete the directory
162 …contains annotations and that their base directory is located at the given $dirs or in the include…
163 …he given directories should *NOT* be the directory where classes of the namespace are in, but the …
164 …of the root namespace. The AnnotationRegistry uses a namespace to directory separator approach to …

1...<<2122232425262728