Home
last modified time | relevance | path

Searched refs:baseDir (Results 76 – 100 of 3164) sorted by relevance

12345678910>>...127

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/bin/
H A Dbuild.php22 $baseDir = __DIR__ . '/../'; variable
23 chdir($baseDir);
91 global $baseDir;
93 $outputDir = $baseDir . '/build/SabreDAV';
95 system('rm -r ' . $baseDir . '/build/SabreDAV');
102 global $baseDir;
104 system('cd ' . $baseDir . '; composer update');
109 global $baseDir;
113 …system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml.dist --stop-on-failu…
123 global $baseDir, $version;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/bin/
H A Dbuild.php22 $baseDir = __DIR__ . '/../'; variable
23 chdir($baseDir);
91 global $baseDir;
93 $outputDir = $baseDir . '/build/SabreDAV';
95 system('rm -r ' . $baseDir . '/build/SabreDAV');
102 global $baseDir;
104 system('cd ' . $baseDir . '; composer update');
109 global $baseDir;
113 …system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml.dist --stop-on-failu…
123 global $baseDir, $version;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/bin/
H A Dbuild.php22 $baseDir = __DIR__ . '/../'; variable
23 chdir($baseDir);
91 global $baseDir;
93 $outputDir = $baseDir . '/build/SabreDAV';
95 system('rm -r ' . $baseDir . '/build/SabreDAV');
102 global $baseDir;
104 system('cd ' . $baseDir . '; composer update');
109 global $baseDir;
113 …system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml.dist --stop-on-failu…
123 global $baseDir, $version;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/bin/
H A Dbuild.php21 $baseDir = __DIR__.'/../'; variable
22 chdir($baseDir);
86 global $baseDir;
88 $outputDir = $baseDir.'/build/SabreDAV';
90 system('rm -r '.$baseDir.'/build/SabreDAV');
96 global $baseDir;
98 system('cd '.$baseDir.'; composer update');
103 global $baseDir;
107 …system(__DIR__.'/phpunit --configuration '.$baseDir.'/tests/phpunit.xml.dist --stop-on-failure', $…
116 global $baseDir, $version;
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/theupdateframework/notary/storage/
H A Dfilestore.go19 baseDir = filepath.Clean(baseDir)
28 baseDir: baseDir,
36 baseDir = filepath.Join(baseDir, notary.PrivDir)
37 myStore, err := NewFileStore(baseDir, fileExt)
45 return NewFileStore(baseDir, fileExt)
50 baseDir string member
123 fullPath := filepath.Join(f.baseDir, fileName)
125 if !strings.HasPrefix(fullPath, f.baseDir) {
214 return os.RemoveAll(f.baseDir)
229 return f.baseDir
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/theupdateframework/notary/storage/
H A Dfilestore.go19 baseDir = filepath.Clean(baseDir)
28 baseDir: baseDir,
36 baseDir = filepath.Join(baseDir, notary.PrivDir)
37 myStore, err := NewFileStore(baseDir, fileExt)
45 return NewFileStore(baseDir, fileExt)
50 baseDir string member
123 fullPath := filepath.Join(f.baseDir, fileName)
125 if !strings.HasPrefix(fullPath, f.baseDir) {
214 return os.RemoveAll(f.baseDir)
229 return f.baseDir
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/theupdateframework/notary/storage/
H A Dfilestore.go19 baseDir = filepath.Clean(baseDir)
28 baseDir: baseDir,
36 baseDir = filepath.Join(baseDir, notary.PrivDir)
37 myStore, err := NewFileStore(baseDir, fileExt)
45 return NewFileStore(baseDir, fileExt)
50 baseDir string member
123 fullPath := filepath.Join(f.baseDir, fileName)
125 if !strings.HasPrefix(fullPath, f.baseDir) {
214 return os.RemoveAll(f.baseDir)
229 return f.baseDir
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/theupdateframework/notary/storage/
H A Dfilestore.go19 baseDir = filepath.Clean(baseDir)
28 baseDir: baseDir,
36 baseDir = filepath.Join(baseDir, notary.PrivDir)
37 myStore, err := NewFileStore(baseDir, fileExt)
45 return NewFileStore(baseDir, fileExt)
50 baseDir string member
123 fullPath := filepath.Join(f.baseDir, fileName)
125 if !strings.HasPrefix(fullPath, f.baseDir) {
214 return os.RemoveAll(f.baseDir)
229 return f.baseDir
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/systemtags/composer/composer/
H A Dautoload_classmap.php6 $baseDir = $vendorDir; variable
10 'OCA\\SystemTags\\Activity\\Listener' => $baseDir . '/../lib/Activity/Listener.php',
11 'OCA\\SystemTags\\Activity\\Provider' => $baseDir . '/../lib/Activity/Provider.php',
12 'OCA\\SystemTags\\Activity\\Setting' => $baseDir . '/../lib/Activity/Setting.php',
13 'OCA\\SystemTags\\AppInfo\\Application' => $baseDir . '/../lib/AppInfo/Application.php',
14 …'OCA\\SystemTags\\Controller\\LastUsedController' => $baseDir . '/../lib/Controller/LastUsedContro…
15 'OCA\\SystemTags\\Settings\\Admin' => $baseDir . '/../lib/Settings/Admin.php',
/dports/www/nextcloud/nextcloud/apps-pkg/sharebymail/composer/composer/
H A Dautoload_classmap.php6 $baseDir = $vendorDir; variable
10 'OCA\\ShareByMail\\Activity' => $baseDir . '/../lib/Activity.php',
11 'OCA\\ShareByMail\\AppInfo\\Application' => $baseDir . '/../lib/AppInfo/Application.php',
12 'OCA\\ShareByMail\\Capabilities' => $baseDir . '/../lib/Capabilities.php',
13 'OCA\\ShareByMail\\Settings\\Admin' => $baseDir . '/../lib/Settings/Admin.php',
14 …'OCA\\ShareByMail\\Settings\\SettingsManager' => $baseDir . '/../lib/Settings/SettingsManager.php',
15 'OCA\\ShareByMail\\ShareByMailProvider' => $baseDir . '/../lib/ShareByMailProvider.php',
/dports/www/gitea/gitea-1.16.5/services/migrations/
H A Drestore.go23 baseDir string member
30 baseDir, err := filepath.Abs(baseDir)
36 baseDir: baseDir,
43 return filepath.Join(r.baseDir, "comments")
47 return filepath.Join(r.baseDir, "reviews")
56 p := filepath.Join(r.baseDir, "repo.yml")
92 p := filepath.Join(r.baseDir, "topic.yml")
116 p := filepath.Join(r.baseDir, "milestone.yml")
140 p := filepath.Join(r.baseDir, "release.yml")
171 p := filepath.Join(r.baseDir, "label.yml")
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/internal/generator/polynomial/
H A Dgenerate.go10 func Generate(conf config.Curve, baseDir string, bgen *bavard.BatchGenerator) error {
13 {File: filepath.Join(baseDir, "doc.go"), Templates: []string{"doc.go.tmpl"}},
14 {File: filepath.Join(baseDir, "polynomial.go"), Templates: []string{"polynomial.go.tmpl"}},
23 …{File: filepath.Join(baseDir, "mockcommitment", "doc.go"), Templates: []string{"commitment_mock/do…
24 …{File: filepath.Join(baseDir, "mockcommitment", "digest.go"), Templates: []string{"commitment_mock…
25 …{File: filepath.Join(baseDir, "mockcommitment", "proof.go"), Templates: []string{"commitment_mock/…
26 …{File: filepath.Join(baseDir, "mockcommitment", "proof_single_point.go"), Templates: []string{"com…
27 …{File: filepath.Join(baseDir, "mockcommitment", "scheme.go"), Templates: []string{"commitment_mock…
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/www/phpbb3/phpBB3/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php40 $baseDir = $savePath;
48 $baseDir = ltrim(strrchr($savePath, ';'), ';');
51 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
52 … new \RuntimeException(sprintf('Session Storage was not able to create directory "%s"', $baseDir));
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php36 $baseDir = $savePath;
44 $baseDir = ltrim(strrchr($savePath, ';'), ';');
47 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
48 … new \RuntimeException(sprintf('Session Storage was not able to create directory "%s"', $baseDir));
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-foundation/Session/Storage/Handler/
H A DNativeFileSessionHandler.php37 $baseDir = $savePath;
45 $baseDir = ltrim(strrchr($savePath, ';'), ';');
48 if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) {
49 …new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir));

12345678910>>...127