41 calls to vfsStream::getCurrentUser() in Zircon Profile 8.0
- vfsStreamAbstractContent::__construct in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContent.php - constructor
- vfsStreamAbstractContentTestCase::allPermissionsForGroup in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::allPermissionsForOther in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::allPermissionsForUser in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::executeAndWritePermissionsForGroup in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::executeAndWritePermissionsForOther in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::executeAndWritePermissionsForUser in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::executePermissionsForGroup in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::executePermissionsForOther in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::executePermissionsForUser in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::noPermissionsForEveryone in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readAndExecutePermissionsForGroup in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readAndExecutePermissionsForOther in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readAndExecutePermissionsForUser in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readAndWritePermissionsForGroup in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readAndWritePermissionsForOther in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readAndWritePermissionsForUser in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readPermissionsForGroup in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readPermissionsForOther in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::readPermissionsForUser in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::writePermissionsForGroup in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::writePermissionsForOther in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamAbstractContentTestCase::writePermissionsForUser in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContentTestCase.php - @test @group permissions @group bug_15
- vfsStreamDirectoryTestCase::owner in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamDirectoryTestCase.php - setting and retrieving owner of a file
- vfsStreamFileTestCase::owner in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamFileTestCase.php - setting and retrieving owner of a file
- vfsStreamWrapper::createFile in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - creates a file at given path
- vfsStreamWrapper::dir_opendir in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - opens a directory
- vfsStreamWrapper::doPermChange in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - executes given permission change when necessary rights allow such a change
- vfsStreamWrapper::doUnlink in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - removes a path
- vfsStreamWrapper::mkdir in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - creates a new directory
- vfsStreamWrapper::rename in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - rename from one path to another
- vfsStreamWrapper::rmdir in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - removes a directory
- vfsStreamWrapper::stream_open in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - open the stream
- vfsStreamWrapper::stream_read in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - read the stream up to $count bytes
- vfsStreamWrapper::stream_truncate in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - truncates a file to a given length
- vfsStreamWrapper::stream_write in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - writes data into the stream
- vfsStreamWrapperTestCase::chownDoesNotWorkOnVfsStreamUrls in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperTestCase.php - @test @group issue_11 @group permissions
- vfsStreamWrapperTestCase::fileownerIsCurrentUserByDefault in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperTestCase.php - @test @group permissions
- vfsStreamWrapperTestCase::statReturnsFullDataForDirectories in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperTestCase.php - @test
- vfsStreamWrapperTestCase::statReturnsFullDataForDirectoriesWithDot in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperTestCase.php - @test
- vfsStreamWrapperTestCase::statReturnsFullDataForFiles in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperTestCase.php - stat() returns full data