Home
last modified time | relevance | path

Searched refs:getOldPath (Results 1 – 22 of 22) sorted by relevance

/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/__tests__/
H A DArcanistDiffParserTestCase.php60 $this->assertEqual('left', $change->getOldPath());
286 $change->getOldPath(),
295 $change->getOldPath(),
327 $target->getOldPath());
477 $change->getOldPath());
523 $change->getOldPath());
609 $this->assertEqual('file with spaces.txt', $change->getOldPath());
673 array($change->getOldPath(), $change->getCurrentPath()),
/dports/devel/arcanist/arcanist-b2e715f/src/parser/__tests__/
H A DArcanistDiffParserTestCase.php60 $this->assertEqual('left', $change->getOldPath());
286 $change->getOldPath(),
295 $change->getOldPath(),
327 $target->getOldPath());
477 $change->getOldPath());
523 $change->getOldPath());
609 $this->assertEqual('file with spaces.txt', $change->getOldPath());
673 array($change->getOldPath(), $change->getCurrentPath()),
/dports/x11-fm/qtfm/qtfm-6.2.1/libfm/
H A Dbookmarkmodel.cpp120 QStringList getOldPath = file.absoluteFilePath().split("/", in dropMimeData() local
123 for (int i=0;i<getOldPath.size()-1;++i) { in dropMimeData()
124 oldPath.append(QString("/%1").arg(getOldPath.at(i))); in dropMimeData()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/
H A DPreferencesSettingsTransfer.java39 File srcFolder = new File(getOldPath().toOSString()); in transferSettings()
86 private IPath getOldPath() { in getOldPath() method in PreferencesSettingsTransfer
/dports/devel/arcanist/arcanist-b2e715f/src/parser/diff/
H A DArcanistDiffChange.php186 public function getOldPath() { function in ArcanistDiffChange
246 $this->getOldPath()));
287 $summary[] = ' from: '.$this->getOldPath();
/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/diff/
H A DArcanistDiffChange.php186 public function getOldPath() { function in ArcanistDiffChange
246 $this->getOldPath()));
287 $summary[] = ' from: '.$this->getOldPath();
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/proxymodeltestsuite/
H A Dmodeleventlogger.h21 Q_PROPERTY(QString oldPath READ getOldPath) in Q_PROPERTY() argument
39 QString getOldPath() const in getOldPath() function
/dports/devel/arcanist/arcanist-b2e715f/src/parser/
H A DArcanistBundle.php267 $old_path = $this->getOldPath($change);
360 if ($change->getOldPath() != $multicopy_change->getCurrentPath()) {
422 $old_path = $this->getOldPath($change);
638 private function getOldPath(ArcanistDiffChange $change) { function in ArcanistBundle
639 $old_path = $change->getOldPath();
762 $name = basename($change->getOldPath());
H A DArcanistDiffParser.php656 $old = $this->buildChange($change->getOldPath());
670 $old = $this->buildChange($change->getOldPath());
/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/
H A DArcanistBundle.php267 $old_path = $this->getOldPath($change);
360 if ($change->getOldPath() != $multicopy_change->getCurrentPath()) {
422 $old_path = $this->getOldPath($change);
638 private function getOldPath(ArcanistDiffChange $change) { function in ArcanistBundle
639 $old_path = $change->getOldPath();
762 $name = basename($change->getOldPath());
H A DArcanistDiffParser.php656 $old = $this->buildChange($change->getOldPath());
670 $old = $this->buildChange($change->getOldPath());
/dports/devel/arcanist/arcanist-b2e715f/src/init/lib/
H A DPhutilLibraryConflictException.php72 public function getOldPath() { function in PhutilLibraryConflictException
/dports/devel/arcanist-lib/arcanist-b2e715f/src/init/lib/
H A DPhutilLibraryConflictException.php72 public function getOldPath() { function in PhutilLibraryConflictException
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/filesystem/
H A DCVSURI.java69 IPath path = getOldPath(uri); in fromUri()
204 private static IPath getOldPath(URI uri) { in getOldPath() method in CVSURI
/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.java124 public IPath getOldPath(long nodeID) { in getOldPath() method in NodeIDMap
H A DResourceDelta.java136 IPath oldPath = nodeIDMap.getOldPath(newInfo.getNodeId()); in fixMovesAndMarkers()
273 return deltaInfo.getNodeIDMap().getOldPath(newInfo.getNodeId()); in getMovedFromPath()
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistPatchWorkflow.php521 $path = $change->getOldPath();
542 $change->getOldPath(),
/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistPatchWorkflow.php521 $path = $change->getOldPath();
542 $change->getOldPath(),
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/
H A DTestLogRollAbort.java209 ((FSHLog) log).replaceWriter(((FSHLog)log).getOldPath(), null, null, null); in testLogRollAfterSplitStart()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/
H A DFSHLog.java617 Path getOldPath() { in getOldPath() method in FSHLog
686 Path oldPath = getOldPath(); in rollWriter()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DXMLSource.java369 public String getOldPath() { in getOldPath() method in XMLSource.Alias
439 aliasMap.put(temp.getOldPath(), temp.getNewPath()); in loadAliases()
/dports/x11-fm/qtfm/qtfm-6.2.1/fm/src/
H A Dmainwindow.cpp1000 QStringList getOldPath = files.at(0).toLocalFile().split("/", QString::SkipEmptyParts); local
1002 for (int i=0;i<getOldPath.size()-1;++i) { oldPath.append(QString("/%1").arg(getOldPath.at(i))); }