Home
last modified time | relevance | path

Searched refs:Filesystem (Results 176 – 200 of 10143) sorted by relevance

12345678910>>...406

/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3/cms-composer-installers/src/Plugin/Core/IncludeFile/
H A DBaseDirToken.php19 use Composer\Util\Filesystem; alias
35 * @var Filesystem
49 * @param Filesystem $filesystem
51 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
55 $this->filesystem = $filesystem ?: new Filesystem();
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3/cms-composer-installers/src/Plugin/Core/IncludeFile/
H A DBaseDirToken.php21 use Composer\Util\Filesystem; alias
37 * @var Filesystem
51 * @param Filesystem $filesystem
53 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
57 $this->filesystem = $filesystem ?: new Filesystem();
H A DRootDirToken.php18 use Composer\Util\Filesystem; alias
34 * @var Filesystem
48 * @param Filesystem $filesystem
50 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
54 $this->filesystem = $filesystem ?: new Filesystem();
H A DAppDirToken.php21 use Composer\Util\Filesystem; alias
37 * @var Filesystem
51 * @param Filesystem $filesystem
53 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
57 $this->filesystem = $filesystem ?: new Filesystem();
H A DWebDirToken.php21 use Composer\Util\Filesystem; alias
37 * @var Filesystem
51 * @param Filesystem $filesystem
53 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
57 $this->filesystem = $filesystem ?: new Filesystem();
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3/cms-composer-installers/src/Plugin/Core/IncludeFile/
H A DBaseDirToken.php21 use Composer\Util\Filesystem; alias
37 * @var Filesystem
51 * @param Filesystem $filesystem
53 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
57 $this->filesystem = $filesystem ?: new Filesystem();
H A DRootDirToken.php18 use Composer\Util\Filesystem; alias
34 * @var Filesystem
48 * @param Filesystem $filesystem
50 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
54 $this->filesystem = $filesystem ?: new Filesystem();
H A DWebDirToken.php21 use Composer\Util\Filesystem; alias
37 * @var Filesystem
51 * @param Filesystem $filesystem
53 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
57 $this->filesystem = $filesystem ?: new Filesystem();
H A DAppDirToken.php21 use Composer\Util\Filesystem; alias
37 * @var Filesystem
51 * @param Filesystem $filesystem
53 …public function __construct(IOInterface $io, Typo3PluginConfig $typo3PluginConfig, Filesystem $fil…
57 $this->filesystem = $filesystem ?: new Filesystem();
/dports/www/owncloud/owncloud/apps/files_trashbin/lib/
H A DStorage.php28 use OC\Files\Filesystem; alias
67 $path1 = $params[Filesystem::signal_param_oldpath];
68 $path2 = $params[Filesystem::signal_param_newpath];
70 $view = Filesystem::getView();
71 $absolutePath1 = Filesystem::normalizePath($view->getAbsolutePath($path1));
146 $normalized = Filesystem::normalizePath($this->mountPoint . '/' . $path);
182 $normalized = Filesystem::normalizePath($this->mountPoint . '/' . $path, true, false, true);
184 $view = Filesystem::getView();
242 \OC\Files\Filesystem::addStorageWrapper('oc_trashbin', function ($mountPoint, $storage) {
/dports/sysutils/p5-Sys-Filesystem/Sys-Filesystem-1.401/
H A DREADME2 Sys::Filesystem - Retrieve list of filesystems and their properties
6 use Sys::Filesystem ();
9 my $fs = Sys::Filesystem->new();
21 my $weird_fs = Sys::Filesystem->new(
29 my @filesystems = Sys::Filesystem->filesystems();
40 Sys::Filesystem
116 Sys::Filesystem::Solaris for Solaris etc).
147 Filesystem Properties
240 Sys::Filesystem requires Perl >= 5.6 to run.
250 perldoc Sys::Filesystem
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/
H A DArcanistExternalLinter.php246 if (!Filesystem::binaryExists($interpreter)) {
254 if (!Filesystem::pathExists($binary)) {
268 if (!Filesystem::binaryExists($binary)) {
509 if (Filesystem::binaryExists($path)) {
514 $path = Filesystem::resolvePath($path, $root);
516 if (Filesystem::binaryExists($path)) {
530 if (!$is_script && Filesystem::binaryExists($path)) {
535 $path = Filesystem::resolvePath($path, $root);
536 if ((!$is_script && Filesystem::binaryExists($path)) ||
537 ($is_script && Filesystem::pathExists($path))) {
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/
H A DArcanistExternalLinter.php246 if (!Filesystem::binaryExists($interpreter)) {
254 if (!Filesystem::pathExists($binary)) {
268 if (!Filesystem::binaryExists($binary)) {
509 if (Filesystem::binaryExists($path)) {
514 $path = Filesystem::resolvePath($path, $root);
516 if (Filesystem::binaryExists($path)) {
530 if (!$is_script && Filesystem::binaryExists($path)) {
535 $path = Filesystem::resolvePath($path, $root);
536 if ((!$is_script && Filesystem::binaryExists($path)) ||
537 ($is_script && Filesystem::pathExists($path))) {
/dports/www/bolt/bolt-2.2.24/vendor/ua-parser/uap-php/src/Util/
H A DConverter.php11 use Symfony\Component\Filesystem\Filesystem; alias
20 /** @var Filesystem */
25 * @param Filesystem $fs
27 public function __construct($destination, Filesystem $fs = null)
30 $this->fs = $fs ? $fs : new Filesystem();
/dports/finance/prestashop/prestashop/src/Adapter/Category/CommandHandler/
H A DDeleteCategoryMenuThumbnailImageHandler.php36 use Symfony\Component\Filesystem\Exception\IOException;
37 use Symfony\Component\Filesystem\Filesystem; alias
47 * @var Filesystem
62 * @param Filesystem $filesystem
67 Filesystem $filesystem,
/dports/www/nextcloud/nextcloud/apps-pkg/files_versions/lib/
H A DHooks.php32 use OC\Files\Filesystem; alias
54 $path = $params[Filesystem::signal_param_path];
69 $path = $params[Filesystem::signal_param_path];
80 $path = $params[Filesystem::signal_param_path];
127 …$absOldPath = Filesystem::normalizePath('/' . \OC_User::getUser() . '/files' . $params['oldpath']);
128 $manager = Filesystem::getMountManager();
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistDownloadWorkflow.php90 $path = Filesystem::resolvePath($path);
94 $path = Filesystem::resolvePath($save_as);
102 $path = Filesystem::writeUniqueFile($path, '');
103 Filesystem::remove($path);
105 if (Filesystem::pathExists($path)) {
114 $display_path = Filesystem::readablePath($path);
159 Filesystem::removePath($path);
/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistDownloadWorkflow.php90 $path = Filesystem::resolvePath($path);
94 $path = Filesystem::resolvePath($save_as);
102 $path = Filesystem::writeUniqueFile($path, '');
103 Filesystem::remove($path);
105 if (Filesystem::pathExists($path)) {
114 $display_path = Filesystem::readablePath($path);
159 Filesystem::removePath($path);
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/j_ext_dumpe2fs/
H A Dexpect2 ../e2fsck/e2fsck: Filesystem has unsupported feature(s) while trying to open test.img
14 Filesystem volume name: <none>
16 Filesystem magic number: 0xEF53
17 Filesystem revision #: 1 (dynamic)
18 Filesystem features: journal_dev metadata_csum
20 Filesystem state: clean
22 Filesystem OS type: Linux
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/m_64bit_flexbg/
H A Dexpect.17 Filesystem features: ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super
15 Filesystem volume name: <none>
17 Filesystem magic number: 0xEF53
18 Filesystem revision #: 1 (dynamic)
19 Filesystem features: ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super
21 Filesystem state: clean
23 Filesystem OS type: Linux
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/j_ext_dumpe2fs/
H A Dexpect2 ../e2fsck/e2fsck: Filesystem has unsupported feature(s) while trying to open test.img
14 Filesystem volume name: <none>
16 Filesystem magic number: 0xEF53
17 Filesystem revision #: 1 (dynamic)
18 Filesystem features: journal_dev metadata_csum
20 Filesystem state: clean
22 Filesystem OS type: Linux
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/m_64bit_flexbg/
H A Dexpect.17 Filesystem features: ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super
15 Filesystem volume name: <none>
17 Filesystem magic number: 0xEF53
18 Filesystem revision #: 1 (dynamic)
19 Filesystem features: ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super
21 Filesystem state: clean
23 Filesystem OS type: Linux
/dports/audio/pianod2/pianod2-329/src/mediaunits/filesystem/
H A Dfilesystemcommand.cpp65 Filesystem::Parameters p (Ownership::Type::PUBLISHED, conn.user); in handleCommand()
70 Media::Source *m = new Filesystem::Source (p); in handleCommand()
89 Filesystem::Parameters params (*persisted); in handleCommand()
93 Media::Source *m = new Filesystem::Source (params); in handleCommand()
103 auto fs = dynamic_cast<Filesystem::Source *> (conn.source()); in handleCommand()
130 Filesystem::Parameters params (*persisted); in restore_filesystem_source()
132 m = new Filesystem::Source (params); in restore_filesystem_source()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/j_ext_dumpe2fs/
H A Dexpect2 ../e2fsck/e2fsck: Filesystem has unsupported feature(s) while trying to open test.img
14 Filesystem volume name: <none>
16 Filesystem magic number: 0xEF53
17 Filesystem revision #: 1 (dynamic)
18 Filesystem features: journal_dev metadata_csum
20 Filesystem state: clean
22 Filesystem OS type: Linux
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/m_64bit_flexbg/
H A Dexpect.17 Filesystem features: ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super
15 Filesystem volume name: <none>
17 Filesystem magic number: 0xEF53
18 Filesystem revision #: 1 (dynamic)
19 Filesystem features: ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super
21 Filesystem state: clean
23 Filesystem OS type: Linux

12345678910>>...406