Home
last modified time | relevance | path

Searched refs:oldPaths (Results 1 – 25 of 65) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/events/
H A DNodeIDMap.java32 protected IPath[] oldPaths; field in NodeIDMap
41 this.oldPaths = new IPath[SIZES[sizeOffset]]; in NodeIDMap()
71 grownOldPaths[hash] = oldPaths[i]; in expand()
76 oldPaths = grownOldPaths; in expand()
128 return oldPaths[index]; in getOldPath()
158 oldPaths[i] = oldPath; in put()
167 oldPaths[i] = oldPath; in put()
183 oldPaths[i] = oldPath; in put()
192 oldPaths[i] = oldPath; in put()
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/desktop-utils/lumina-fm/
H A DFODialog.cpp63 bool FODialog::CopyFiles(QStringList oldPaths, QStringList newPaths){ in CopyFiles() argument
65 if(oldPaths.length() == newPaths.length()){ in CopyFiles()
66 Worker->ofiles = oldPaths; in CopyFiles()
79 bool FODialog::RestoreFiles(QStringList oldPaths, QStringList newPaths){ in RestoreFiles() argument
81 if(oldPaths.length() == newPaths.length()){ in RestoreFiles()
82 Worker->ofiles = oldPaths; in RestoreFiles()
95 bool FODialog::MoveFiles(QStringList oldPaths, QStringList newPaths){ in MoveFiles() argument
97 if(oldPaths.length() == newPaths.length()){ in MoveFiles()
98 Worker->ofiles = oldPaths; in MoveFiles()
H A DFODialog.h70 bool CopyFiles(QStringList oldPaths, QStringList newPaths); //same permissions as old files
71 bool RestoreFiles(QStringList oldPaths, QStringList newPaths); //user/group rw permissions
72 bool MoveFiles(QStringList oldPaths, QStringList newPaths); //no change in permissions
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/
H A DLibrarySection.java500 …private void updateBuildProperties(final String[] oldPaths, final String[] newPaths, boolean modif… in updateBuildProperties() argument
513 if (oldPaths[0] == null) { in updateBuildProperties()
522 for (String oldPath : oldPaths) in updateBuildProperties()
532 for (int i = 0; i < oldPaths.length; i++) in updateBuildProperties()
533 if (newPaths[i] != null && oldPaths[i] != null) { in updateBuildProperties()
534 entry.renameToken(oldPaths[i], newPaths[i]); in updateBuildProperties()
536 configureSourceBuildEntry(bmodel, oldPaths[i], newPaths[i]); in updateBuildProperties()
543 private void updateJavaClasspathLibs(String[] oldPaths, String[] newPaths) { in updateJavaClasspathLibs() argument
556 for (int j = 0; j < oldPaths.length; j++) in updateJavaClasspathLibs()
557 if (oldPaths[j] != null && path.equals(new Path(oldPaths[j]).removeTrailingSeparator())) in updateJavaClasspathLibs()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/tree/
H A DDefaultTreeSelectionModel.java514 int oldPaths = 0; in addSelectionPaths() local
516 oldPaths = selection.length; in addSelectionPaths()
536 TreePath[] newSelection = new TreePath[oldPaths + validPaths]; in addSelectionPaths()
537 if (oldPaths > 0) in addSelectionPaths()
538 System.arraycopy(selection, 0, newSelection, 0, oldPaths); in addSelectionPaths()
544 i = oldPaths; in addSelectionPaths()
552 System.arraycopy(paths, 0, newSelection, oldPaths, in addSelectionPaths()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/tree/
H A DDefaultTreeSelectionModel.java514 int oldPaths = 0; in addSelectionPaths() local
516 oldPaths = selection.length; in addSelectionPaths()
536 TreePath[] newSelection = new TreePath[oldPaths + validPaths]; in addSelectionPaths()
537 if (oldPaths > 0) in addSelectionPaths()
538 System.arraycopy(selection, 0, newSelection, 0, oldPaths); in addSelectionPaths()
544 i = oldPaths; in addSelectionPaths()
552 System.arraycopy(paths, 0, newSelection, oldPaths, in addSelectionPaths()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/tree/
H A DDefaultTreeSelectionModel.java514 int oldPaths = 0; in addSelectionPaths() local
516 oldPaths = selection.length; in addSelectionPaths()
536 TreePath[] newSelection = new TreePath[oldPaths + validPaths]; in addSelectionPaths()
537 if (oldPaths > 0) in addSelectionPaths()
538 System.arraycopy(selection, 0, newSelection, 0, oldPaths); in addSelectionPaths()
544 i = oldPaths; in addSelectionPaths()
552 System.arraycopy(paths, 0, newSelection, oldPaths, in addSelectionPaths()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/tree/
H A DDefaultTreeSelectionModel.java514 int oldPaths = 0; in addSelectionPaths() local
516 oldPaths = selection.length; in addSelectionPaths()
536 TreePath[] newSelection = new TreePath[oldPaths + validPaths]; in addSelectionPaths()
537 if (oldPaths > 0) in addSelectionPaths()
538 System.arraycopy(selection, 0, newSelection, 0, oldPaths); in addSelectionPaths()
544 i = oldPaths; in addSelectionPaths()
552 System.arraycopy(paths, 0, newSelection, oldPaths, in addSelectionPaths()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/tree/
H A DDefaultTreeSelectionModel.java514 int oldPaths = 0; in addSelectionPaths() local
516 oldPaths = selection.length; in addSelectionPaths()
536 TreePath[] newSelection = new TreePath[oldPaths + validPaths]; in addSelectionPaths()
537 if (oldPaths > 0) in addSelectionPaths()
538 System.arraycopy(selection, 0, newSelection, 0, oldPaths); in addSelectionPaths()
544 i = oldPaths; in addSelectionPaths()
552 System.arraycopy(paths, 0, newSelection, oldPaths, in addSelectionPaths()

123