Home
last modified time | relevance | path

Searched refs:directories (Results 51 – 75 of 87) sorted by path

1234

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php47 private static $directories; variable in PHPUnit_Util_Blacklist
56 return self::$directories;
72 foreach (self::$directories as $directory) {
83 if (self::$directories === null) {
84 self::$directories = [];
98 self::$directories[] = $directory;
107 self::$directories[] = sys_get_temp_dir() . '\\PHP';
H A DConfiguration.php1032 $directories = [];
1059 $directories[] = [
1067 return $directories;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md7 * added support for multiple files or directories in `LintCommand`
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml6 directories:
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml6 directories:
H A DCHANGELOG345 * fixed filesystem loader when trying to load non-files (like directories)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst184 It can also look for templates in an array of directories::
H A Drecipes.rst107 template it finds in a list of configured directories; a template found in a
138 at the end of your template directories, which is the parent of all of the
139 other directories: ``.../templates`` in our case. This has the effect of
/plugin/gitlabapi/
H A DREADME.md28 - **SUB_DIRS** is the sub-directories of your project if exists.
/plugin/htmlokay/
H A Dadmin.php25 var $directories = array(); variable in admin_plugin_htmlOKay
168 $this->directories[$this->wiki_home]['name'] = '_ROOT_';
169 $this->directories[$this->wiki_home]['namespace'] = '_ROOT_';
257 $this->directories[$path] = array();
258 $this->directories[$path]['name'] = $name;
259 $this->directories[$path]['namespace'] = $this->get_namespace($path);
260 $this->directories[$path]['files'] = array();
264 $this->directories[$dir]['files'][] = $name;
272 foreach($this->directories as $dir => $info)
308 $files = $this->directories[$dir]['files'];
[all …]
/plugin/icalevents/vendor/sabre/vobject/
H A D.travis.yml19 directories:
/plugin/icalevents/vendor/sabre/xml/
H A D.travis.yml14 directories:
/plugin/jmol2/jmol/
H A DCHANGES.txt1167 # new feature: Spartan zip directories xxx.spardir.zip containing directory xxx.spardir can be read
3498 # new feature: direct reading of MAC Spartan06 directories.
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md167 scans every file in a given directory, and all sub-directories, stores
H A Dchangelog.txt1661 directories, and stores the resulting data in MySQL database,
1863 ¤ Added new keys for ISO-9660: ['name_ascii'] for directories,
2577 * Bugfix: getid3.check.php would not browse directories with single
H A Dreadme.txt170 scans every file in a given directory, and all sub-directories, stores
H A Dstructure.txt593 ['directories']=>array() { //
625 … // multidimensional tree-structure array listing of all files and directories in image
626 … name>]=>array() // entries of type array are directories (key is directo…
630 ['directories']=>array() { //
2270 … // multidimensional tree-structure array listing of all files and directories in image
2271 … name>]=>array() // entries of type array are directories (key is directo…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md29 * Fixed the handling of directories in the GlobAsset. #256
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php21 private $directories; variable in Assetic\\Factory\\Resource\\CoalescingDirectoryResource
23 public function __construct($directories) argument
25 $this->directories = array();
27 foreach ($directories as $directory) {
34 $this->directories[] = $directory;
66 foreach ($this->directories as $directory) {
100 foreach ($this->directories as $directory) {
/plugin/latexport/
H A DREADME.md140 ## Don't allow access to git directories
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml21 directories:
/plugin/pglist/
H A DREADME.md6directories inside the current namespace or selected namespace, but exclude the current page that …
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1353 11: File names and directories
1398 organized into hierarchical directories. A directory containing all PGN data
1400 directories containing PGN files for a given month would have a six character
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt361 directories for improved performance and ability to store
834 * Added /demo/ and /docs/ and /fonts/ directories
H A Dphpthumb.faq.txt297 A: Yes, it is safe to delete any cache files and/or directories. phpThumb will

1234