Searched refs:permissions (Results 151 - 175 of 435) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
83 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
114 entry.permissions = PERMISSIONS
123 assert clone.permissions == PERMISSIONS
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
83 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
114 entry.permissions = PERMISSIONS
123 assert clone.permissions == PERMISSIONS
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
83 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
114 entry.permissions = PERMISSIONS
123 assert clone.permissions == PERMISSIONS
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
83 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
115 entry.permissions = PERMISSIONS
124 assert clone.permissions == PERMISSIONS
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
83 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
115 entry.permissions = PERMISSIONS
124 assert clone.permissions == PERMISSIONS
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
83 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
102 // No file permissions - readable by all
105 // UserAccount has no username or group; use World permissions
126 // No file permissions - writable by all
129 // UserAccount has no username or group; use World permissions
150 // No file permissions - executable by all
153 // UserAccount has no username or group; use World permissions
198 def permissions = permissionsString ? new Permissions(permissionsString) : null
199 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
104 // No file permissions - readable by all
107 // UserAccount has no username or group; use World permissions
128 // No file permissions - writable by all
131 // UserAccount has no username or group; use World permissions
152 // No file permissions - executable by all
155 // UserAccount has no username or group; use World permissions
200 def permissions = permissionsString ? new Permissions(permissionsString) : null
201 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
104 // No file permissions - readable by all
107 // UserAccount has no username or group; use World permissions
128 // No file permissions - writable by all
131 // UserAccount has no username or group; use World permissions
152 // No file permissions - executable by all
155 // UserAccount has no username or group; use World permissions
200 def permissions = permissionsString ? new Permissions(permissionsString) : null
201 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
106 // No file permissions - readable by all
109 // UserAccount has no username or group; use World permissions
130 // No file permissions - writable by all
133 // UserAccount has no username or group; use World permissions
154 // No file permissions - executable by all
157 // UserAccount has no username or group; use World permissions
202 def permissions = permissionsString ? new Permissions(permissionsString) : null
203 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
104 // No file permissions - readable by all
107 // UserAccount has no username or group; use World permissions
128 // No file permissions - writable by all
131 // UserAccount has no username or group; use World permissions
152 // No file permissions - executable by all
155 // UserAccount has no username or group; use World permissions
200 def permissions = permissionsString ? new Permissions(permissionsString) : null
201 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
104 // No file permissions - readable by all
107 // UserAccount has no username or group; use World permissions
128 // No file permissions - writable by all
131 // UserAccount has no username or group; use World permissions
152 // No file permissions - executable by all
155 // UserAccount has no username or group; use World permissions
200 def permissions = permissionsString ? new Permissions(permissionsString) : null
201 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
104 // No file permissions - readable by all
107 // UserAccount has no username or group; use World permissions
128 // No file permissions - writable by all
131 // UserAccount has no username or group; use World permissions
152 // No file permissions - executable by all
155 // UserAccount has no username or group; use World permissions
200 def permissions = permissionsString ? new Permissions(permissionsString) : null
201 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
104 // No file permissions - readable by all
107 // UserAccount has no username or group; use World permissions
128 // No file permissions - writable by all
131 // UserAccount has no username or group; use World permissions
152 // No file permissions - executable by all
155 // UserAccount has no username or group; use World permissions
200 def permissions = permissionsString ? new Permissions(permissionsString) : null
201 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy13 * See the License for the specific language governing permissions and
102 // No file permissions - readable by all
105 // UserAccount has no username or group; use World permissions
126 // No file permissions - writable by all
129 // UserAccount has no username or group; use World permissions
150 // No file permissions - executable by all
153 // UserAccount has no username or group; use World permissions
198 def permissions = permissionsString ? new Permissions(permissionsString) : null
199 return new FileEntry(path: '', owner: owner, group: group, permissions: permissions)
[all...]

Completed in 306 milliseconds

1234567891011>>