Home
last modified time | relevance | path

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

12345678910>>...82

/plugin/davcal/vendor/sabre/dav/tests/
H A Dphpunit.xml10 <directory>../vendor/sabre/vobject/tests/VObject</directory>
13 <directory>../vendor/sabre/event/tests/</directory>
16 <directory>../vendor/sabre/http/tests/HTTP</directory>
19 <directory>Sabre/DAV</directory>
22 <directory>Sabre/DAVACL</directory>
25 <directory>Sabre/CalDAV</directory>
28 <directory>Sabre/CardDAV</directory>
33 <directory suffix=".php">../lib/</directory>
/plugin/asciidocjs/node_modules/require-directory/
DREADME.markdown1 # require-directory
3 Recursively iterates over specified directory, `require()`'ing each file, and returning a nested ha…
7 …![NPM](https://nodei.co/npm/require-directory.png?downloads=true&stars=true)](https://nodei.co/npm…
9 …cure.travis-ci.org/troygoode/node-require-directory.png)](http://travis-ci.org/troygoode/node-requ…
13 ### Installation (via [npm](https://npmjs.org/package/require-directory))
16 $ npm install require-directory
21 …n index file which creates a hash of the files in its current directory. Given a directory structu…
32 `routes/index.js` uses `require-directory` to build the hash (rather than doing so manually) like s…
35 var requireDirectory = require('require-directory');
39 …s` like any other module, but it now has a hash/tree of the exports from the `./routes/` directory:
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DDirectory.php23 * Service definition for Directory (directory_v1).
37 class Directory extends \Google\Service class
47 "https://www.googleapis.com/auth/admin.directory.customer";
50 "https://www.googleapis.com/auth/admin.directory.customer.readonly";
53 "https://www.googleapis.com/auth/admin.directory.device.chromeos";
56 "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly";
59 "https://www.googleapis.com/auth/admin.directory.device.mobile";
62 "https://www.googleapis.com/auth/admin.directory.device.mobile.action";
65 "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly";
68 "https://www.googleapis.com/auth/admin.directory.domain";
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
Dphpunit.xml9 <directory suffix="Test.php">tests/Framework</directory>
10 <directory suffix="Test.php">tests/Extensions</directory>
11 <directory suffix="Test.php">tests/Runner</directory>
12 <directory suffix="Test.php">tests/Util</directory>
16 <directory suffix=".phpt">tests/TextUI</directory>
17 <directory suffix=".phpt">tests/Regression</directory>
23 <directory suffix=".php">src</directory>
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
DFilesystemTest.php19 private $directory; variable in Twig_Tests_Cache_FilesystemTest
26 $this->directory = sys_get_temp_dir().'/twig-test';
27 $this->cache = new FilesystemCache($this->directory);
32 if (file_exists($this->directory)) {
33 Twig_Tests_FilesystemHelper::removeDir($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);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
DDirectorySites.php34 * Gets one directory site by ID. (directorySites.get)
37 * @param string $id Directory site ID.
48 * Inserts a new directory site. (directorySites.insert)
62 * Retrieves a list of directory sites, possibly filtered. This method supports
72 * @opt_param bool acceptsPublisherPaidPlacements Select only directory sites
74 * @opt_param bool active Select only active directory sites. Leave blank to
75 * retrieve both active and inactive directory sites.
76 * @opt_param string dfpNetworkCode Select only directory sites with this Ad
78 * @opt_param string ids Select only directory sites with these IDs.
83 * URL. Wildcards (*) are allowed. For example, "directory site*2015" will
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
DCoalescingDirectoryResource.php27 foreach ($directories as $directory) {
28 $this->addDirectory($directory);
32 public function addDirectory(IteratorResourceInterface $directory) argument
34 $this->directories[] = $directory;
66 foreach ($this->directories as $directory) {
67 $parts[] = (string) $directory;
82 * @param ResourceInterface $directory The directory
86 protected function getRelativeName(ResourceInterface $file, ResourceInterface $directory) argument
88 return substr((string) $file, strlen((string) $directory));
100 foreach ($this->directories as $directory) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
DFilesystemUtils.php22 * Recursively removes a directory from the filesystem.
24 public static function removeDirectory($directory) argument
26 $inner = new \RecursiveDirectoryIterator($directory, \FilesystemIterator::SKIP_DOTS);
45 // finally the directory itself
46 rmdir($directory);
50 * Creates a throw-away directory.
52 * This is not considered a "temporary" directory because it will not be
56 * @param string $prefix A prefix for the directory name
58 * @return string The directory path
62 $directory = self::getTemporaryDirectory().DIRECTORY_SEPARATOR.uniqid('assetic_'.$prefix);
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DDirectory.php43 * Class \Hoa\Iterator\Test\Unit\Directory.
45 * Test suite of the directory iterator.
50 class Directory extends Test\Unit\Suite class
56 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
60 $iterator = new LUT\Directory($root),
69 ->isInstanceOf(LUT\Directory::class);
85 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
86 resolve('hoa://Test/Vfs/Root/.?type=directory'),
87 resolve('hoa://Test/Vfs/Root/..?type=directory'),
90 $iterator = new LUT\Directory($root)
[all …]
/plugin/zip/pear/File/Archive/Reader/
DDirectory.php5 * Recursively reads a directory
28 * @version CVS: $Id: Directory.php,v 1.21 2005/07/07 12:24:58 vincentlascaux Exp $
36 * Recursively reads a directory
41 * @var String URL of the directory that must be read
44 var $directory; variable in File_Archive_Reader_Directory
59 * $directory is the path of the directory that must be read
64 function File_Archive_Reader_Directory($directory, $symbolic='', argument
68 $this->directory = empty($directory) ? '.' : $directory;
96 $this->directoryHandle = opendir($this->directory);
99 "Directory {$this->directory} not found"
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DExampleFinder.php48 * Registers the project's root directory where an 'examples' folder can be expected.
50 * @param string $directory
54 public function setSourceDirectory($directory = '') argument
56 $this->sourceDirectory = $directory;
60 * Returns the project's root directory where an 'examples' folder can be expected.
97 * 3. Checks the 'examples' folder in the current working directory for examples
98 * 4. Checks the path relative to the current working directory for the given filename
108 foreach ($this->exampleDirectories as $directory) {
109 $exampleFileFromConfig = $this->constructExamplePath($directory, $filename);
130 * Get example filepath based on the example directory inside your project.
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/
DSerializer.php164 * Generates the path to the directory contain this cache's serial files
177 * Generates path to base directory that contains all definition type
211 * Prepares the directory that this type stores the serials in
217 $directory = $this->generateDirectoryPath($config);
220 if (!@mkdir($directory) && !is_dir($directory)) {
222 'Could not create directory ' . $directory . '',
229 if (!is_dir($directory)) {
233 'Base directory ' . $base . ' does not exist,
241 if (!@mkdir($directory, $chmod) && !is_dir($directory)) {
243 'Could not create directory ' . $directory . '',
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
Dphpunit.xml.dist17 <directory>./Tests/</directory>
23 <directory>./</directory>
25 <directory>./Tests</directory>
26 <directory>./vendor</directory>
/plugin/issuelinks/
Dphpunit.xml12 <directory suffix=".test.php">./_test</directory>
24 <directory suffix=".php">.</directory>
26 <directory suffix=".php">./lang/</directory>
27 <directory suffix=".php">./_test/</directory>
/plugin/cleanoldips/
Dphpunit.xml12 <directory suffix=".test.php">./_test</directory>
24 <directory suffix=".php">.</directory>
26 <directory suffix=".php">./lang/</directory>
27 <directory suffix=".php">./_test/</directory>
/plugin/gdpr/
Dphpunit.xml12 <directory suffix=".test.php">./_test</directory>
24 <directory suffix=".php">.</directory>
26 <directory suffix=".php">./lang/</directory>
27 <directory suffix=".php">./_test/</directory>
/plugin/swarmwebhook/
Dphpunit.xml12 <directory suffix=".test.php">./_test</directory>
24 <directory suffix=".php">.</directory>
26 <directory suffix=".php">./lang/</directory>
27 <directory suffix=".php">./_test/</directory>
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
DFacade.php15 use SebastianBergmann\CodeCoverage\Node\Directory as DirectoryNode;
62 * @param string $directory
64 private function initTargetDirectory($directory) argument
66 if (file_exists($directory)) {
67 if (!is_dir($directory)) {
69 "'$directory' exists but is not a 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."
[all …]
/plugin/doctree2filelist/lang/en/
Dlang.php14 $lang['importdir'] = 'Import directory';
19 … The files need to be transferred to a target directory which is created by the Import Wizard.</li>
21 … <li>Make sure the import has been completed and delete the target directory on the server.</li>
27 $lang['sourcedir_exists'] = 'The import directory has been created.';
28 $lang['sourcedir_does_not_exist'] = 'The import directory has <strong>not</strong> been created.';
29 $lang['docuploadnow'] = "Copy the file directory tree of your document collection to the import dir…
36 $lang['btn_create_upload_dir'] = 'Create import directory';
37 $lang['btn_delete_upload_dir'] = 'Delete import directory';
43 $lang['documents_for'] = 'Documents for directory: ';
44 $lang['docslisted'] = 'All documents for the directory:';
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
DFacade.php14 use SebastianBergmann\CodeCoverage\Node\Directory as DirectoryNode;
81 $directory = new Directory(
97 $directory->render($report, $target . 'index.html');
108 $directory->render($node, $target . $id . '/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;
[all …]
/plugin/accscounter/lang/en/
Dlang.php3 $lang['err1'] = 'An error on Accscounter plugin: Cannot open the log directory\'s this file; ';
6 $lang['err4'] = 'An error on Accscounter plugin: This directory is not found or not readable; ';
13 …ogs/</code>. If you don\'t understand what it says, move or delete the directory by yourself with…
15 $lang['failnmdir'] = 'failed to read the directory (Confirm the permission to access <code>/lib/plu…
17 …eeded reading, but failed writing (Confirm the permission to access the directory where the system…
19 …led to read the file (Confirm the permission to access files inside the directory where the system…
20 … but failed deleting (Confirm the permission to access files inside the directory where the system…
21 $lang['complete'] = 'Completed moving files. Deleted the directory of the old destination.';
22 …deleting the directory of the old destination, <code>/lib/plugins/accscounter/log/</code>. There …
26 $lang['successdel'] = 'Succeeded deleting directory <code>/lib/plugins/accscounter/log/</code>.';
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
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');
35 throw PHPUnit_Util_InvalidArgumentHelper::factory(1, 'directory name');
/plugin/asciidocjs/node_modules/y18n/build/lib/
Dindex.js6 this.directory = opts.directory || './locales';
28 // include the current directory and locale,
32 directory: this.directory, property
63 // include the current directory and locale,
67 directory: this.directory, property
117 const directory = work.directory;
120 const languageFile = this._resolveLocaleFile(directory, locale);
131 const languageFile = this._resolveLocaleFile(this.directory, this.locale);
149 _resolveLocaleFile(directory, locale) { argument
150 let file = shim.resolve(directory, './', locale + '.json');
[all …]
/plugin/aichat/vendor/vanderlee/php-sentence/
Dphpunit.xml5 <directory>tests</directory>
11 <directory>src</directory>
14 <directory>tests</directory>
/plugin/findologicxmlexport/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));

12345678910>>...82