Home
last modified time | relevance | path

Searched defs:detectChanges (Results 1 – 12 of 12) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/builder/fscache/
H A Dfscache.go564 type detectChanges struct { struct
565 f fsutil.ChangeFunc
566 supported bool
569 …detectChanges) HandleChange(kind fsutil.ChangeKind, path string, fi os.FileInfo, err error) error {
576 func (dc *detectChanges) MarkSupported(v bool) {
583 func (dc *detectChanges) ContentHasher() fsutil.ContentHasher {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/builder/fscache/
H A Dfscache.go565 type detectChanges struct { struct
566 f fsutil.ChangeFunc
567 supported bool
570 …detectChanges) HandleChange(kind fsutil.ChangeKind, path string, fi os.FileInfo, err error) error {
577 func (dc *detectChanges) MarkSupported(v bool) {
584 func (dc *detectChanges) ContentHasher() fsutil.ContentHasher {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/builder/fscache/
H A Dfscache.go566 type detectChanges struct { struct
567 f fsutil.ChangeFunc
568 supported bool
571 …detectChanges) HandleChange(kind fsutil.ChangeKind, path string, fi os.FileInfo, err error) error {
578 func (dc *detectChanges) MarkSupported(v bool) {
585 func (dc *detectChanges) ContentHasher() fsutil.ContentHasher {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/builder/fscache/
H A Dfscache.go566 type detectChanges struct { struct
567 f fsutil.ChangeFunc
568 supported bool
571 …detectChanges) HandleChange(kind fsutil.ChangeKind, path string, fi os.FileInfo, err error) error {
578 func (dc *detectChanges) MarkSupported(v bool) {
585 func (dc *detectChanges) ContentHasher() fsutil.ContentHasher {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/builder/fscache/
H A Dfscache.go564 type detectChanges struct { struct
565 f fsutil.ChangeFunc
566 supported bool
569 …detectChanges) HandleChange(kind fsutil.ChangeKind, path string, fi os.FileInfo, err error) error {
576 func (dc *detectChanges) MarkSupported(v bool) {
583 func (dc *detectChanges) ContentHasher() fsutil.ContentHasher {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/builder/fscache/
H A Dfscache.go565 type detectChanges struct { struct
566 f fsutil.ChangeFunc
567 supported bool
570 …detectChanges) HandleChange(kind fsutil.ChangeKind, path string, fi os.FileInfo, err error) error {
577 func (dc *detectChanges) MarkSupported(v bool) {
584 func (dc *detectChanges) ContentHasher() fsutil.ContentHasher {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/builder/fscache/
H A Dfscache.go565 type detectChanges struct { struct
566 f fsutil.ChangeFunc
567 supported bool
570 …detectChanges) HandleChange(kind fsutil.ChangeKind, path string, fi os.FileInfo, err error) error {
577 func (dc *detectChanges) MarkSupported(v bool) {
584 func (dc *detectChanges) ContentHasher() fsutil.ContentHasher {
/dports/lang/elm/compiler-0.19.1/terminal/src/
H A DInstall.hs287 detectChanges old new = function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_service.ps1940 $detectChanges = ( variable
965 if ($detectChanges) { variable
1030 …O: deprecate this scenario as state != 'absent' should require one of the params in $detectChanges. regex
/dports/finance/kraft/kraft-0.97/src/
H A Dkraftdb.cpp183 bool detectChanges {true}; in dbConnect() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPlots.cpp726 void detectChanges(bool activatePlots) in detectChanges() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionMain.cpp329 void detectChanges(module_context::ChangeSource source) in detectChanges() function