Home
last modified time | relevance | path

Searched refs:dirs (Results 26 – 50 of 67) sorted by path

123

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php510 $dirs = explode('/',$path);
513 foreach($dirs as $dir) {
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php410 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
412 foreach ($dirs as $dir) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst161 - Calling ``AnnotationRegistry#registerNamespace($namespace, $dirs = null)`` to register that the…
162 …contains annotations and that their base directory is located at the given $dirs or in the include…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php75 * @param string|array|null $dirs
81 public static function registerAutoloadNamespace(string $namespace, $dirs = null) : void argument
83 self::$autoloadNamespaces[$namespace] = $dirs;
144 foreach (self::$autoloadNamespaces AS $namespace => $dirs) {
148 if ($dirs === null) {
154 foreach((array) $dirs AS $dir) {
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php12 private $dirs; variable in Metadata\\Driver\\FileLocator
15 * @param string[] $dirs
17 public function __construct(array $dirs) argument
19 $this->dirs = $dirs;
24 foreach ($this->dirs as $prefix => $dir) {
45 foreach ($this->dirs as $prefix => $dir) {
/plugin/geophp/vendor/composer/
H A DClassLoader.php514 // PSR-4 fallback dirs
532 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
534 foreach ($dirs as $dir) {
543 // PSR-0 fallback dirs
/plugin/git/lib/
H A DGit.php474 public function clean($dirs = false) { argument
475 return $this->run("clean".(($dirs) ? " -d" : ""));
/plugin/gitbacked/lib/
H A DGit.php548 public function clean($dirs = false, $force = false) { argument
549 return $this->run("clean".(($force) ? " -f" : "").(($dirs) ? " -d" : ""));
/plugin/htmlokay/
H A Ddirectory_scan-3.php108 $dirs = explode('#', $namespace);
109 foreach($dirs as $dir)
111 array_pop($dirs);
112 $new_dir = implode('#', $dirs);
H A Dhelper.php280 $dirs = explode('#', $namespace);
281 foreach($dirs as $dir)
283 array_pop($dirs);
284 $new_dir = implode('#', $dirs);
/plugin/icalevents/vendor/composer/
H A DClassLoader.php410 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
412 foreach ($dirs as $dir) {
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/jalbum/syntax/
H A Dslideshow.php85 foreach($dirs as $picdir) {
/plugin/jplayer/vendor/composer/
H A DClassLoader.php410 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
412 foreach ($dirs as $dir) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php141 …$dirs = array_merge(glob($root.'/*', GLOB_ONLYDIR), glob($root.'/*/*', GLOB_ONLYDIR), glob($root.'…
144 if (count($dirs) < 1) {
145 $dirs = array($root);
147 return $dirs;
210 $dirs = self::getDirs($dir);
211 if ($dirs !== null) {
212 foreach ($dirs as $d) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php40 $dirs = glob(dirname($pattern).DIRECTORY_SEPARATOR.'*', GLOB_ONLYDIR|GLOB_NOSORT);
41 if ($dirs) {
42 foreach ($dirs as $dir) {
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php55 $dirs = [];
59 $dirs[] = $path;
67 $dirs = array_merge(
79 foreach ($dirs as $dir) {
H A DPhpExecutableFinder.php69 $dirs = [\PHP_BINDIR];
71 $dirs[] = 'C:\xampp\php\\';
74 return $this->executableFinder->find('php', false, $dirs);
/plugin/letsencrypt/
H A Dadmin.php84 $dirs = $this->html_directories();
90 if($dirs) {
/plugin/mdpage/vendor/composer/
H A DClassLoader.php410 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
412 foreach ($dirs as $dir) {
/plugin/mellelexport/
H A Drenderer.php81 $dirs = glob('/var/www/kolchose.org/inge/wiki/data/pages/*');
85 foreach ($dirs as $dir) {
96 unset($dirs);
/plugin/move/_test/
H A DfindMissingDocuments.test.php47 $dirs = array('indexdir','datadir','metadir', 'mediadir');
48 foreach ($dirs as $dir) {
/plugin/oauth/vendor/composer/
H A DClassLoader.php515 // PSR-4 fallback dirs
533 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
535 foreach ($dirs as $dir) {
544 // PSR-0 fallback dirs
/plugin/odp/
H A DZipLib.class.php16 var $old_offset = 0; var $dirs = Array("."); variable in ZipLib
48 if(!in_Array(dirname($fn[0]),$this->dirs))
112 $this -> dirs[] = $name;
/plugin/pagemove/
H A Dadmin.php877 $dirs = array();
887 $dirs[] = $dir.'/'.$file;
894 sort($dirs);
897 foreach($dirs as $dir) {

123