Home
last modified time | relevance | path

Searched refs:Filesystem (Results 76 – 100 of 8479) sorted by relevance

12345678910>>...340

/dports/devel/arcanist-lib/arcanist-b2e715f/src/unit/engine/
H A DXUnitTestEngine.php40 if (Filesystem::binaryExists('msbuild')) {
42 } else if (Filesystem::binaryExists('xbuild')) {
56 } else if (Filesystem::binaryExists('mono')) {
57 $this->runtimeEngine = Filesystem::resolveBinary('mono');
84 $this->testEngine = Filesystem::resolvePath($xunit);
135 $project = Filesystem::resolvePath($project);
222 if (!is_file(Filesystem::resolvePath(
230 $files = Filesystem::listDirectory($this->projectRoot);
244 $regenerate_future->setCWD(Filesystem::resolvePath(
287 $build_future->setCWD(Filesystem::resolvePath(
[all …]
H A DPhpunitTestEngine.php18 $path = Filesystem::resolvePath($path, $this->projectRoot);
52 if (!Filesystem::pathExists($test_path)) {
103 $test_results = Filesystem::readFile($json_tmp);
126 $path = Filesystem::resolvePath($path, $root);
139 if (!Filesystem::pathExists($full_path)) {
143 if (!Filesystem::isDescendant($full_path, $root)) {
147 if (0 == strcasecmp(Filesystem::resolvePath($full_path), $path)) {
210 foreach (Filesystem::walkToRoot($dir) as $parent_dir) {
260 if (Filesystem::pathExists($project_root.$config)) {
272 if (Filesystem::binaryExists($bin)) {
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/unit/engine/
H A DPhpunitTestEngine.php18 $path = Filesystem::resolvePath($path, $this->projectRoot);
52 if (!Filesystem::pathExists($test_path)) {
103 $test_results = Filesystem::readFile($json_tmp);
126 $path = Filesystem::resolvePath($path, $root);
139 if (!Filesystem::pathExists($full_path)) {
143 if (!Filesystem::isDescendant($full_path, $root)) {
147 if (0 == strcasecmp(Filesystem::resolvePath($full_path), $path)) {
210 foreach (Filesystem::walkToRoot($dir) as $parent_dir) {
260 if (Filesystem::pathExists($project_root.$config)) {
272 if (Filesystem::binaryExists($bin)) {
[all …]
/dports/net/s5cmd/s5cmd-1.4.0/storage/
H A Dfs.go16 type Filesystem struct { struct
21 func (f *Filesystem) Stat(ctx context.Context, url *url.URL) (*Object, error) { argument
41 func (f *Filesystem) List(ctx context.Context, src *url.URL, followSymlinks bool) <-chan *Object { argument
56 func (f *Filesystem) listSingleObject(ctx context.Context, src *url.URL) <-chan *Object { argument
147 func (f *Filesystem) walkDir(ctx context.Context, src *url.URL, followSymlinks bool) <-chan *Object… argument
160 func (f *Filesystem) Copy(ctx context.Context, src, dst *url.URL, _ Metadata) error { argument
173 func (f *Filesystem) Delete(ctx context.Context, url *url.URL) error { argument
182 func (f *Filesystem) MultiDelete(ctx context.Context, urlch <-chan *url.URL) <-chan *Object { argument
200 func (f *Filesystem) MkdirAll(path string) error { argument
208 func (f *Filesystem) Create(path string) (*os.File, error) { argument
[all …]
/dports/www/ilias/ILIAS-5.4.25/src/Filesystem/Decorator/
H A DFilesystemWhitelistDecorator.php4 namespace ILIAS\Filesystem\Decorator;
9 use ILIAS\Filesystem\Exception\DirectoryNotFoundException;
10 use ILIAS\Filesystem\Exception\IOException;
11 use ILIAS\Filesystem\Filesystem; alias
12 use ILIAS\Filesystem\Security\Sanitizing\FilenameSanitizer;
13 use ILIAS\Filesystem\Stream\FileStream;
14 use ILIAS\Filesystem\Visibility;
29 final class FilesystemWhitelistDecorator implements Filesystem
33 * @var Filesystem $filesystem
49 * @param Filesystem $filesystem
[all …]
/dports/www/matomo/piwik/plugins/CoreUpdater/
H A DModel.php11 use Piwik\Filesystem; alias
28 Filesystem::unlinkTargetFilesNotPresentInSource($source . '/core', $target . '/core');
29 Filesystem::unlinkTargetFilesNotPresentInSource($source . '/libs', $target . '/libs');
30 Filesystem::unlinkTargetFilesNotPresentInSource($source . '/vendor', $target . '/vendor');
31Filesystem::unlinkTargetFilesNotPresentInSource($source . '/node_modules', $target . '/node_module…
34Filesystem::unlinkTargetFilesNotPresentInSource($source . $pluginDir, $target . $pluginDir);
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistLiberateWorkflow.php74 $paths[] = Filesystem::resolvePath(dirname($init));
78 Filesystem::resolvePath(head($argv)),
87 Filesystem::readablePath($path).DIRECTORY_SEPARATOR));
99 if (!Filesystem::pathExists($path.'/__phutil_library_init__.php')) {
128 if (!Filesystem::pathExists($map_file)) {
133 $map = Filesystem::readFile($map_file);
159 if (Filesystem::pathExists($path)) {
186 if (Filesystem::pathExists($init_path)) {
215 Filesystem::writeFile($init_path, $template);
/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistLiberateWorkflow.php74 $paths[] = Filesystem::resolvePath(dirname($init));
78 Filesystem::resolvePath(head($argv)),
87 Filesystem::readablePath($path).DIRECTORY_SEPARATOR));
99 if (!Filesystem::pathExists($path.'/__phutil_library_init__.php')) {
128 if (!Filesystem::pathExists($map_file)) {
133 $map = Filesystem::readFile($map_file);
159 if (Filesystem::pathExists($path)) {
186 if (Filesystem::pathExists($init_path)) {
215 Filesystem::writeFile($init_path, $template);
/dports/devel/git-lfs/git-lfs-3.0.2/fs/
H A Dfs.go40 type Filesystem struct { struct
51 func (f *Filesystem) EachObject(fn func(Object) error) error { argument
75 func (f *Filesystem) ObjectPath(oid string) (string, error) { argument
89 func (f *Filesystem) ObjectPathname(oid string) string { argument
96 func (f *Filesystem) DecodePathname(path string) string { argument
139 func (f *Filesystem) localObjectDir(oid string) string { argument
155 func (f *Filesystem) LFSObjectDir() string { argument
167 func (f *Filesystem) LogDir() string { argument
179 func (f *Filesystem) TempDir() string { argument
191 func (f *Filesystem) Cleanup() error { argument
[all …]
/dports/www/owncloud/owncloud/apps/files_sharing/lib/
H A DHelper.php33 use OC\Files\Filesystem; alias
78 $path = Filesystem::getPath($linkItem['file_source']);
104 $path .= Filesystem::normalizePath($relativePath);
165 $owner = Filesystem::getOwner($target);
166 Filesystem::initMountPoints($owner);
167 $info = Filesystem::getFileInfo($target);
209 $uid = Filesystem::getOwner($filename);
217 Filesystem::initMountPoints($uid);
219 $info = Filesystem::getFileInfo($filename);
280 $view = Filesystem::getView();
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/repository/api/
H A DArcanistRepositoryAPI.php442 if (!Filesystem::pathExists($full_path)) {
447 $result = Filesystem::readFile($full_path);
471 if (!Filesystem::pathExists($dir)) {
473 Filesystem::createDirectory($dir);
503 Filesystem::remove($full_path);
522 return Filesystem::readablePath(
539 $new_scratch_path = Filesystem::resolvePath(
550 if (Filesystem::pathExists($old_scratch_path) &&
557 Filesystem::writeFile(
559 Filesystem::readFile($old_path));
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/repository/api/
H A DArcanistRepositoryAPI.php442 if (!Filesystem::pathExists($full_path)) {
447 $result = Filesystem::readFile($full_path);
471 if (!Filesystem::pathExists($dir)) {
473 Filesystem::createDirectory($dir);
503 Filesystem::remove($full_path);
522 return Filesystem::readablePath(
539 $new_scratch_path = Filesystem::resolvePath(
550 if (Filesystem::pathExists($old_scratch_path) &&
557 Filesystem::writeFile(
559 Filesystem::readFile($old_path));
[all …]
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dfilesystem.cpp31 Filesystem::Filesystem(std::string base_path, FilesystemView parent_fs) : base_path(std::move(base_… in Filesystem() function in Filesystem
52 void Filesystem::ClearCache(StringView path) const { in ClearCache()
56 FilesystemView Filesystem::Create(StringView path) const { in Create()
121 FilesystemView Filesystem::Subtree(std::string sub_path) const { in Subtree()
125 bool Filesystem::MakeDirectory(StringView, bool) const { in MakeDirectory()
129 bool Filesystem::IsValid() const { in IsValid()
134 std::string Filesystem::FindFile(StringView filename, Span<StringView> exts) const { in FindFile()
142 std::string Filesystem::FindFile(const DirectoryTree::Args& args) const { in FindFile()
154 Filesystem_Stream::InputStream Filesystem::OpenFile(const DirectoryTree::Args& args) const { in OpenFile()
178 const Filesystem& FilesystemView::GetOwner() const { in GetOwner()
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/unit/parser/__tests__/
H A DArcanistGoTestResultParserTestCase.php9 $stubbed_results = Filesystem::readFile(
27 $stubbed_results = Filesystem::readFile(
43 $stubbed_results = Filesystem::readFile(
64 $stubbed_results = Filesystem::readFile(
86 $stubbed_results = Filesystem::readFile(
107 $stubbed_results = Filesystem::readFile(
128 $stubbed_results = Filesystem::readFile(
146 $stubbed_results = Filesystem::readFile(
162 $stubbed_results = Filesystem::readFile(
183 $stubbed_results = Filesystem::readFile(
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/unit/parser/__tests__/
H A DArcanistGoTestResultParserTestCase.php9 $stubbed_results = Filesystem::readFile(
27 $stubbed_results = Filesystem::readFile(
43 $stubbed_results = Filesystem::readFile(
64 $stubbed_results = Filesystem::readFile(
86 $stubbed_results = Filesystem::readFile(
107 $stubbed_results = Filesystem::readFile(
128 $stubbed_results = Filesystem::readFile(
146 $stubbed_results = Filesystem::readFile(
162 $stubbed_results = Filesystem::readFile(
183 $stubbed_results = Filesystem::readFile(
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/lib/Service/
H A DGlobalStoragesService.php32 use OC\Files\Filesystem; alias
86 $this->triggerHooks($oldStorage, Filesystem::signal_delete_mount);
87 $this->triggerHooks($newStorage, Filesystem::signal_create_mount);
102 Filesystem::signal_delete_mount,
111 Filesystem::signal_delete_mount,
119 Filesystem::signal_delete_mount,
127 Filesystem::signal_create_mount,
135 Filesystem::signal_create_mount,
147 Filesystem::signal_create_mount,
/dports/devel/p5-Badger/Badger-0.13/pod/Badger/
H A DChanges.pod25 and L<Badger::Config::Filesystem>.
83 L<Badger::Filesystem::Path>.
114 L<Badger::Filesystem>. Also changed the L<Path()|Badger::Filesystem/Path()>,
115 L<File()|Badger::Filesystem/File()> and L<Dir()|Badger::Filesystem/Dir()>
181 L<move_file()|Badger::Filesystem/move_file()> to L<Badger::Filesystem> and
182 L<copy()|Badger::Filesystem/copy()> and L<move()|Badger::Filesystem/move()>
185 Added L<chmod_path()|Badger::Filesystem/chmod_path()> to L<Badger::Filesystem>
186 and L<chmod()|Badger::Filesystem::Path/chmod()> to L<Badger::Filesystem::Path>.
188 Added L<Bin()|Badger::Filesystem/Bin()> to L<Badger::Filesystem>.
206 L<Badger::Filesystem::Path>.
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/filesystem/
H A DCHANGELOG.md8 * Add `$lock` argument to `Filesystem::appendToFile()`
13 * `Filesystem::dumpFile()` and `appendToFile()` don't accept arrays anymore
18 …* support for passing a `null` value to `Filesystem::isAbsolutePath()` is deprecated and will be r…
24 * support for passing arrays to `Filesystem::dumpFile()` is deprecated and will be removed in 5.0
25 …* support for passing arrays to `Filesystem::appendToFile()` is deprecated and will be removed in …
31 * Support for passing relative paths to `Filesystem::makePathRelative()` has been removed.
36 …* support for passing relative paths to `Filesystem::makePathRelative()` is deprecated and will be…
51 * removed `$mode` argument from `Filesystem::dumpFile()`
/dports/sysutils/helmfile/vault-f6547fa8e820/website/pages/docs/configuration/storage/
H A Dfilesystem.mdx3 page_title: Filesystem - Storage Backends - Configuration
4 sidebar_title: Filesystem
6 The Filesystem storage backend stores Vault's data on the filesystem using a
11 # Filesystem Storage Backend
13 The Filesystem storage backend stores Vault's data on the filesystem using a
17 - **No High Availability** – the Filesystem backend does not support high
20 - **HashiCorp Supported** – the Filesystem backend is officially supported by
40 This example shows the Filesystem storage backend being mounted at
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/filesystem/
H A DCHANGELOG.md8 * Add `$lock` argument to `Filesystem::appendToFile()`
13 * `Filesystem::dumpFile()` and `appendToFile()` don't accept arrays anymore
18 …* support for passing a `null` value to `Filesystem::isAbsolutePath()` is deprecated and will be r…
24 * support for passing arrays to `Filesystem::dumpFile()` is deprecated and will be removed in 5.0
25 …* support for passing arrays to `Filesystem::appendToFile()` is deprecated and will be removed in …
31 * Support for passing relative paths to `Filesystem::makePathRelative()` has been removed.
36 …* support for passing relative paths to `Filesystem::makePathRelative()` is deprecated and will be…
51 * removed `$mode` argument from `Filesystem::dumpFile()`
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Connector/Sabre/
H A DFile.php43 use OC\Files\Filesystem; alias
149 $view = \OC\Files\Filesystem::getView();
379 \OC_Hook::emit(\OC\Files\Filesystem::CLASSNAME, \OC\Files\Filesystem::signal_create, [
381 \OC\Files\Filesystem::signal_param_run => &$run,
384 \OC_Hook::emit(\OC\Files\Filesystem::CLASSNAME, \OC\Files\Filesystem::signal_update, [
386 \OC\Files\Filesystem::signal_param_run => &$run,
389 \OC_Hook::emit(\OC\Files\Filesystem::CLASSNAME, \OC\Files\Filesystem::signal_write, [
391 \OC\Files\Filesystem::signal_param_run => &$run,
405 \OC_Hook::emit(\OC\Files\Filesystem::CLASSNAME, \OC\Files\Filesystem::signal_post_create, [
409 \OC_Hook::emit(\OC\Files\Filesystem::CLASSNAME, \OC\Files\Filesystem::signal_post_update, [
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/fs/
H A Dfilesystem.go31 type Filesystem interface { interface
65 underlying() (Filesystem, bool)
205 apply(Filesystem) argument
208 func NewFilesystem(fsType FilesystemType, uri string, opts ...Option) Filesystem {
209 var fs Filesystem
290 func wrapFilesystem(fs Filesystem, wrapFn func(Filesystem) Filesystem) Filesystem { argument
293 fs = logFs.Filesystem
303 func unwrapFilesystem(fs Filesystem, wrapperType filesystemWrapperType) (Filesystem, bool) { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc39 explicit NullNode(Filesystem* filesystem) : CharNode(filesystem) {} in NullNode()
53 ConsoleNode(Filesystem* filesystem, PP_LogLevel level);
66 explicit ZeroNode(Filesystem* filesystem);
80 explicit UrandomNode(Filesystem* filesystem);
100 FsNode(Filesystem* filesystem, Filesystem* other_fs);
108 Filesystem* other_fs_;
157 ZeroNode::ZeroNode(Filesystem* filesystem) : Node(filesystem) { in ZeroNode()
233 FsNode::FsNode(Filesystem* filesystem, Filesystem* other_fs) in FsNode()
292 Error DevFs::CreateFsNode(Filesystem* other_fs) { in CreateFsNode()
300 Error DevFs::DestroyFsNode(Filesystem* other_fs) { in DestroyFsNode()
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/admin_audit/lib/AppInfo/
H A DApplication.php37 use OC\Files\Filesystem; alias
221 Filesystem::CLASSNAME,
227 Filesystem::CLASSNAME,
233 Filesystem::CLASSNAME,
234 Filesystem::signal_post_copy,
239 Filesystem::CLASSNAME,
245 Filesystem::CLASSNAME,
251 Filesystem::CLASSNAME,
252 Filesystem::signal_read,
257 Filesystem::CLASSNAME,
[all …]
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/Provider/FlySystem/
H A DFlySystemLocalFilesystemFactory.php4 namespace ILIAS\Filesystem\Provider\FlySystem;
6 use ILIAS\Filesystem\FilesystemFacade;
7 use ILIAS\Filesystem\Filesystem; alias
8 use ILIAS\Filesystem\Provider\Configuration\LocalConfig;
32 * @return Filesystem
66 $filesystem = new \League\Flysystem\Filesystem($adapter);

12345678910>>...340