Home
last modified time | relevance | path

Searched refs:fileChanges (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/maude/maude-2.7.1/src/Mixfix/
H A DfileTable.cc49 int nrFileChanges = fileChanges.length(); in openFile()
50 fileChanges.expandBy(1); in openFile()
51 Entry& fc = fileChanges[nrFileChanges]; in openFile()
74 Entry& fe = fileChanges[matchingOpen - 1]; in closeFile()
78 int nrFileChanges = fileChanges.length(); in closeFile()
79 fileChanges.expandBy(1); in closeFile()
80 Entry& fc = fileChanges[nrFileChanges]; in closeFile()
146 Entry& fe = fileChanges[matchingOpen - 1]; in abortEverything()
150 fileChanges.expandBy(1); in abortEverything()
151 Entry& fc = fileChanges[nrFileChanges]; in abortEverything()
[all …]
H A DfileTable.hh73 Vector<Entry> fileChanges; member in FileTable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/
H A DCVSSubscriberMergeContext.java121 List<IDiff> fileChanges = new ArrayList<>(); in internalMerge() local
134 fileChanges.add(diff); in internalMerge()
141 if (fileDeletions.isEmpty() && fileChanges.isEmpty() && folderDiffs.isEmpty()) in internalMerge()
145 int ticks = (fileDeletions.size() + fileChanges.size()) * 100; in internalMerge()
162 if (!fileChanges.isEmpty()) { in internalMerge()
164 fileChanges.toArray(new IDiff[fileChanges.size()]), in internalMerge()
166 Policy.subMonitorFor(monitor, 100 * fileChanges.size())); in internalMerge()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/docker/notary/client/changelist/
H A Dfile_changelist.go49 sort.Sort(fileChanges(fileInfos))
180 type fileChanges []os.FileInfo type
183 func (cs fileChanges) Len() int {
188 func (cs fileChanges) Less(i, j int) bool {
193 func (cs fileChanges) Swap(i, j int) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/theupdateframework/notary/client/changelist/
H A Dfile_changelist.go49 sort.Sort(fileChanges(fileInfos))
185 type fileChanges []os.FileInfo type
188 func (cs fileChanges) Len() int {
193 func (cs fileChanges) Less(i, j int) bool {
198 func (cs fileChanges) Swap(i, j int) {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/theupdateframework/notary/client/changelist/
H A Dfile_changelist.go49 sort.Sort(fileChanges(fileInfos))
185 type fileChanges []os.FileInfo type
188 func (cs fileChanges) Len() int {
193 func (cs fileChanges) Less(i, j int) bool {
198 func (cs fileChanges) Swap(i, j int) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/theupdateframework/notary/client/changelist/
H A Dfile_changelist.go49 sort.Sort(fileChanges(fileInfos))
185 type fileChanges []os.FileInfo type
188 func (cs fileChanges) Len() int {
193 func (cs fileChanges) Less(i, j int) bool {
198 func (cs fileChanges) Swap(i, j int) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/theupdateframework/notary/client/changelist/
H A Dfile_changelist.go49 sort.Sort(fileChanges(fileInfos))
185 type fileChanges []os.FileInfo type
188 func (cs fileChanges) Len() int {
193 func (cs fileChanges) Less(i, j int) bool {
198 func (cs fileChanges) Swap(i, j int) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/file_monitor/
H A DFileMonitor.cpp306 std::vector<FileChangeEvent> fileChanges; in discoverAndProcessFileChanges() local
312 &fileChanges); in discoverAndProcessFileChanges()
315 onFilesChanged(fileChanges); in discoverAndProcessFileChanges()
332 std::vector<FileChangeEvent> fileChanges; in discoverAndProcessFileChanges() local
344 &fileChanges); in discoverAndProcessFileChanges()
351 processFileModified(it, fileChange, pTree, &fileChanges); in discoverAndProcessFileChanges()
360 &fileChanges); in discoverAndProcessFileChanges()
370 onFilesChanged(fileChanges); in discoverAndProcessFileChanges()
604 const std::vector<FileChangeEvent>& fileChanges) in enqueOnFilesChanged() argument
608 callbackQueue().enque(boost::bind(callbacks.onFilesChanged, fileChanges)); in enqueOnFilesChanged()
H A DLinuxFileMonitor.cpp568 std::vector<FileChangeEvent> fileChanges; in run() local
630 Error error = processEvent(pContext, pEvent, &fileChanges); in run()
643 if (!fileChanges.empty()) in run()
644 pContext->callbacks.onFilesChanged(fileChanges); in run()
H A DWin32FileMonitor.cpp248 std::vector<FileChangeEvent> fileChanges; in processFileChanges() local
289 &fileChanges); in processFileChanges()
300 pContext->callbacks.onFilesChanged(fileChanges); in processFileChanges()
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go532 var fileChanges []source.FileModification
534 fileChanges = append(fileChanges, source.FileModification{
542 result = append(result, fileChanges...)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go512 var fileChanges []source.FileModification
514 fileChanges = append(fileChanges, source.FileModification{
522 result = append(result, fileChanges...)
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go532 var fileChanges []source.FileModification
534 fileChanges = append(fileChanges, source.FileModification{
542 result = append(result, fileChanges...)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go532 var fileChanges []source.FileModification
534 fileChanges = append(fileChanges, source.FileModification{
542 result = append(result, fileChanges...)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go528 var fileChanges []source.FileModification
530 fileChanges = append(fileChanges, source.FileModification{
538 result = append(result, fileChanges...)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsession.go532 var fileChanges []source.FileModification
534 fileChanges = append(fileChanges, source.FileModification{
542 result = append(result, fileChanges...)

12