Home
last modified time | relevance | path

Searched refs:oldFiles (Results 1 – 25 of 106) sorted by relevance

12345

/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DBrowser.cpp108 }else if(oldFiles.contains(file) ){ in fileChanged()
110 oldFiles.removeAll(file); in fileChanged()
188 oldFiles.clear(); in loadDirectory()
199 QStringList old = oldFiles; //copy this over for the moment (both lists will change in a moment) in loadDirectory()
200 oldFiles.clear(); //get ready for re-creating this list in loadDirectory()
212 oldFiles << path; //add to list for next time in loadDirectory()
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/dstream/
H A DFileInputDStream.scala168 val oldFiles = batchTimeToSelectedFiles.filter(_._1 < (time - rememberDuration)) constant
169 batchTimeToSelectedFiles --= oldFiles.keys
170 recentlySelectedFiles --= oldFiles.values.flatten
171 logInfo("Cleared " + oldFiles.size + " old files that were older than " +
172 (time - rememberDuration) + ": " + oldFiles.keys.mkString(", "))
174 oldFiles.map(p => (p._1, p._2.mkString(", "))).mkString("\n"))
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/index/tsi1/
H A Dfile_set.go96 func (fs *FileSet) MustReplace(oldFiles []File, newFile File) *FileSet {
97 assert(len(oldFiles) > 0, "cannot replace empty files")
102 if fs.files[i] == oldFiles[0] {
110 for j := range oldFiles {
111 if fs.files[i+j] != oldFiles[j] {
112 …panic(fmt.Sprintf("cannot replace non-contiguous files: subset=%+v, fileset=%+v", Files(oldFiles).…
117 other := make([]File, len(fs.files)-len(oldFiles)+1)
120 copy(other[i+1:], fs.files[i+len(oldFiles):])
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DIntrinsicTask_Tests.cs962 string[] oldFiles = null, newFiles = null; in ItemsInPartialBuild()
965 oldFiles = ObjectModelHelpers.GetTempFiles(2, new DateTime(2005, 1, 1)); in ItemsInPartialBuild()
994 ObjectModelHelpers.DeleteTempFiles(oldFiles); in ItemsInPartialBuild()
1003 string[] oldFiles = null, newFiles = null; in PropertiesInPartialBuild()
1006 oldFiles = ObjectModelHelpers.GetTempFiles(2, new DateTime(2005, 1, 1)); in PropertiesInPartialBuild()
1036 ObjectModelHelpers.DeleteTempFiles(oldFiles); in PropertiesInPartialBuild()
1045 string[] oldFiles = null, newFiles = null; in ItemsInPartialBuildVisibleToSubsequentlyInferringTasks()
1048 oldFiles = ObjectModelHelpers.GetTempFiles(2, new DateTime(2005, 1, 1)); in ItemsInPartialBuildVisibleToSubsequentlyInferringTasks()
1050 string oldInput = oldFiles[0]; in ItemsInPartialBuildVisibleToSubsequentlyInferringTasks()
1052 string oldOutput = oldFiles[1]; in ItemsInPartialBuildVisibleToSubsequentlyInferringTasks()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/index/tsi1/
H A Dfile_set.go96 func (fs *FileSet) MustReplace(oldFiles []File, newFile File) *FileSet {
97 assert(len(oldFiles) > 0, "cannot replace empty files")
102 if fs.files[i] == oldFiles[0] {
110 for j := range oldFiles {
111 if fs.files[i+j] != oldFiles[j] {
112 …panic(fmt.Sprintf("cannot replace non-contiguous files: subset=%+v, fileset=%+v", Files(oldFiles).…
117 other := make([]File, len(fs.files)-len(oldFiles)+1)
120 copy(other[i+1:], fs.files[i+len(oldFiles):])
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/index/tsi1/
H A Dfile_set.go96 func (fs *FileSet) MustReplace(oldFiles []File, newFile File) *FileSet {
97 assert(len(oldFiles) > 0, "cannot replace empty files")
102 if fs.files[i] == oldFiles[0] {
110 for j := range oldFiles {
111 if fs.files[i+j] != oldFiles[j] {
112 …panic(fmt.Sprintf("cannot replace non-contiguous files: subset=%+v, fileset=%+v", Files(oldFiles).…
117 other := make([]File, len(fs.files)-len(oldFiles)+1)
120 copy(other[i+1:], fs.files[i+len(oldFiles):])
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/index/tsi1/
H A Dfile_set.go96 func (fs *FileSet) MustReplace(oldFiles []File, newFile File) *FileSet {
97 assert(len(oldFiles) > 0, "cannot replace empty files")
102 if fs.files[i] == oldFiles[0] {
110 for j := range oldFiles {
111 if fs.files[i+j] != oldFiles[j] {
112 …panic(fmt.Sprintf("cannot replace non-contiguous files: subset=%+v, fileset=%+v", Files(oldFiles).…
117 other := make([]File, len(fs.files)-len(oldFiles)+1)
120 copy(other[i+1:], fs.files[i+len(oldFiles):])
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dload.go233 func filenamesIdentical(oldFiles, newFiles []string) bool { argument
234 if len(oldFiles) != len(newFiles) {
237 oldByName := make(map[string]struct{}, len(oldFiles))
238 for _, filename := range oldFiles {
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/project/dialogs/
H A Dtemporarydata.cpp344 QStringList oldFiles; in cleanBackup() local
348 oldFiles << f.fileName(); in cleanBackup()
351 if (oldFiles.isEmpty()) { in cleanBackup()
355 …ackup data for projects older than %1 months.", KdenliveSettings::cleanCacheMonths()), oldFiles) != in cleanBackup()
360 for (const QString &f : qAsConst(oldFiles)) { in cleanBackup()
676 QStringList oldFiles; in cleanProxy() local
681 oldFiles << f.fileName(); in cleanProxy()
685 if (oldFiles.isEmpty()) { in cleanProxy()
689 …lips (%1)\nProxy clips can be recreated on project opening.", KIO::convertSize(size)), oldFiles) != in cleanProxy()
693 for (const QString &f : qAsConst(oldFiles)) { in cleanProxy()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dfileselector.cpp78 QList<QPair<QString, int> > oldFiles = currentFiles(); in filterChanged() local
91 if (!oldFiles.isEmpty()) { in filterChanged()
93 for (int o = 0; o < oldFiles.size(); o++) { in filterChanged()
94 const QPair<QString, int> &oldFile = oldFiles[o]; in filterChanged()
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dload.go276 func filenamesIdentical(oldFiles, newFiles []string) bool { argument
277 if len(oldFiles) != len(newFiles) {
280 oldByName := make(map[string]struct{}, len(oldFiles))
281 for _, filename := range oldFiles {
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/FileDropzone/
H A DFileDropzone.tsx54 setFiles((oldFiles) => {
55 return oldFiles.map((oldFile) => {
73 setFiles((oldFiles) => [...oldFiles, ...customFiles]);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/h5p/h5p-editor/
H A Dh5peditor.class.php143 $oldFiles = array();
161 …$this->processSemantics($oldFiles, $this->h5p->loadLibrarySemantics($oldLibrary['name'], $oldLibra…
164 for ($i = 0, $s = count($oldFiles); $i < $s; $i++) {
165 if (!in_array($oldFiles[$i], $newFiles) &&
166 preg_match('/^(\w+:\/\/|\.\.\/)/i', $oldFiles[$i]) === 0) {
167 $this->h5p->fs->removeContentFile($oldFiles[$i], $content);
/dports/science/scidavis/scidavis-2.4.0/
H A Dtranslation_updater.py79 oldFiles = [f for f in listdir(old_folder) if isfile(join(old_folder, f))] variable
82 if f in oldFiles:
/dports/www/dooble/dooble-2021.12.05/Source/
H A Ddooble_web_engine_page.cc69 const QStringList &oldFiles, in chooseFiles() argument
77 (view(), tr("Select File"), QDir::homePath(), oldFiles.value(0)); in chooseFiles()
93 return QWebEnginePage::chooseFiles(mode, oldFiles, acceptedMimeTypes); in chooseFiles()
/dports/www/moodle311/moodle/h5p/h5plib/v124/joubel/editor/
H A Dh5peditor.class.php159 $oldFiles = array();
177 …$this->processSemantics($oldFiles, $this->h5p->loadLibrarySemantics($oldLibrary['name'], $oldLibra…
180 for ($i = 0, $s = count($oldFiles); $i < $s; $i++) {
181 if (!in_array($oldFiles[$i], $newFiles) &&
182 preg_match('/^(\w+:\/\/|\.\.\/)/i', $oldFiles[$i]) === 0) {
183 $this->h5p->fs->removeContentFile($oldFiles[$i], $content);
/dports/www/moodle310/moodle/h5p/h5plib/v124/joubel/editor/
H A Dh5peditor.class.php159 $oldFiles = array();
177 …$this->processSemantics($oldFiles, $this->h5p->loadLibrarySemantics($oldLibrary['name'], $oldLibra…
180 for ($i = 0, $s = count($oldFiles); $i < $s; $i++) {
181 if (!in_array($oldFiles[$i], $newFiles) &&
182 preg_match('/^(\w+:\/\/|\.\.\/)/i', $oldFiles[$i]) === 0) {
183 $this->h5p->fs->removeContentFile($oldFiles[$i], $content);

12345