Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 25 of 67) sorted by relevance

123

/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/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/captcha/_test/
H A DHelperTest.php
/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/archiveupload/
H A Daction.php216 $dirs = array();
228 array_push($dirs, $dir.'/'.$fn_new);
275 natsort($dirs);
276 $dirs = array_reverse($dirs);
277 foreach($dirs as $dir) {
283 $dirs = array_reverse($tmp_dirs);
284 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/combo/vendor/symfony/process/
H A DExecutableFinder.php45 * @param array $extraDirs Additional dirs to check into
53 $dirs = [];
57 $dirs[] = $path;
65 $dirs = array_merge(
77 foreach ($dirs as $dir) {
H A DPhpExecutableFinder.php81 $dirs = [\PHP_BINDIR];
83 $dirs[] = 'C:\xampp\php\\';
86 return $this->executableFinder->find('php', false, $dirs);
/plugin/pdftools/
H A Dfunctions.php5 $dirs = array();
13 $dirs[] = $entry;
18 return $dirs;
H A Dsyntax.php40 $dirs = array();
48 $dirs[] = $entry;
53 return $dirs;
/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/dlcount/
H A Dadmin.php50 $dirs = explode(DIRECTORY_SEPARATOR, $mask);
51 $dirmask = array_pop($dirs);
52 $dirs = glob(implode(DIRECTORY_SEPARATOR, $dirs) . '/*', GLOB_ONLYDIR);
53 if ($dirs === false) return $result;
54 foreach ($dirs as $dir) {
/plugin/deletehistory/
H A Dhelper.php12 protected $dirs = []; variable in helper_plugin_deletehistory
17 $this->dirs = [
28 foreach ($this->dirs as $dir => $attic) {
/plugin/pglist/
H A Dsyntax.php72 'dirs' => 0,
96 if(preg_match('/\bdirs\b/i',$params)) $conf['dirs'] = 1;
133 if($data['dirs']) {
/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/autoincludeindex/
H A DremoveBox.php6 $dirs = scandir($tdir);
7 foreach($dirs as $file)
/plugin/repo/
H A Dsyntax.php231 $dirs = explode('/', $path);
232 $n = count($dirs);
234 $base .= hsc($dirs[$i]).'/';
236 hsc($dirs[$i]).'/</a>';
239 $renderer->doc .= hsc($dirs[$n-1]);
/plugin/bliki/
H A Dsyntax.php338 $dirs = array();
349 $dirs[] = $file;
364 if (sizeof($dirs) > 0) {
365 sort($dirs, SORT_STRING);
372 return array_merge($dirs, $files);
/plugin/farmsync/meta/
H A DTemplateUpdates.php68 $dirs = array();
85 $dirs[] = $dir . '/' . $file;
98 foreach ($dirs as $sdir) {
/plugin/move/_test/
H A DfindMissingDocuments.test.php47 $dirs = array('indexdir','datadir','metadir', 'mediadir');
48 foreach ($dirs as $dir) {
/plugin/letsencrypt/
H A Dadmin.php84 $dirs = $this->html_directories();
90 if($dirs) {
/plugin/quickstats/
H A Dadmin.php95 $dirs = array_keys($this->page_totals);
96 $current_dir = array_pop($dirs);
103 else if(count($dirs) > 0) {
105 foreach($dirs as $dir) {
/plugin/tindexmenu/syntax/
H A Dindexmenu.php644 $dirs = array();
656 $dirs[] = $dir.'/'.$file;
664 foreach($dirs as $dir){
673 sort($dirs);
674 foreach($dirs as $dir){
683 if (empty($dirs) && empty($files_tmp)) {

123