Home
last modified time | relevance | path

Searched refs:ChangeFileMode (Results 1 – 21 of 21) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git2go/
H A Dcommit_test.go337 ChangeFileMode{Path: "non-existing"},
349 ChangeFileMode{Path: "file-1", ExecutableMode: true},
357 ChangeFileMode{Path: "file-1", ExecutableMode: true},
371 ChangeFileMode{Path: "file-1", ExecutableMode: true},
392 ChangeFileMode{Path: "file-1", ExecutableMode: true},
H A Dcommit_actions.go14 type ChangeFileMode struct { struct
H A Dserialization.go20 reflect.TypeOf(ChangeFileMode{}): {},
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git2go/
H A Dcommit_test.go338 ChangeFileMode{Path: "non-existing"},
350 ChangeFileMode{Path: "file-1", ExecutableMode: true},
358 ChangeFileMode{Path: "file-1", ExecutableMode: true},
372 ChangeFileMode{Path: "file-1", ExecutableMode: true},
393 ChangeFileMode{Path: "file-1", ExecutableMode: true},
H A Dcommit_actions.go14 type ChangeFileMode struct { struct
H A Dgob.go22 ChangeFileMode{}: {},
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git2go/
H A Dcommit_test.go329 ChangeFileMode{Path: "non-existing"},
341 ChangeFileMode{Path: "file-1", ExecutableMode: true},
349 ChangeFileMode{Path: "file-1", ExecutableMode: true},
363 ChangeFileMode{Path: "file-1", ExecutableMode: true},
384 ChangeFileMode{Path: "file-1", ExecutableMode: true},
H A Dcommit_actions.go14 type ChangeFileMode struct { struct
H A Dserialization.go20 reflect.TypeOf(ChangeFileMode{}): {},
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/winutils/
H A Dchmod.c88 static BOOL ChangeFileMode(__in LPCWSTR path, __in_opt INT mode,
142 if (ChangeFileMode(longPathName, unixAccessMask, actions)) in Chmod()
175 static BOOL ChangeFileMode(__in LPCWSTR path, __in_opt INT unixAccessMask, in ChangeFileMode() function
236 if (ChangeFileMode(path, mode, actions)) in ChangeFileModeRecursively()
315 if (!ChangeFileMode(path, mode, actions)) in ChangeFileModeRecursively()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/commit/
H A Dchange_file_mode.go11 func applyChangeFileMode(action git2go.ChangeFileMode, index *git.Index) error { argument
H A Dcommit.go98 case git2go.ChangeFileMode:
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/commit/
H A Dchange_file_mode.go10 func applyChangeFileMode(action git2go.ChangeFileMode, index *git.Index) error {
H A Dcommit.go96 case git2go.ChangeFileMode:
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/commit/
H A Dchange_file_mode.go11 func applyChangeFileMode(action git2go.ChangeFileMode, index *git.Index) error { argument
H A Dcommit.go98 case git2go.ChangeFileMode:
/dports/net/ntpa/ntpa-0.8.2/Ntp.Common/IO/
H A DPermission.cs29 public static bool ChangeFileMode(string file, uint mode) in ChangeFileMode() method in Ntp.Common.IO.Permission
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer/Export/
H A DFileSystemDestination.cs55 if (!Permission.ChangeFileMode(file, FileMask)) in ApplyPermissions()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dcommit_files.go238 actions = append(actions, git2go.ChangeFileMode{
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dcommit_files.go238 actions = append(actions, git2go.ChangeFileMode{
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dcommit_files.go241 actions = append(actions, git2go.ChangeFileMode{