Home
last modified time | relevance | path

Searched refs:previousPath (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/megaglest/megaglest-source-3.13.0/mk/linux/tools-for-standalone-client/installer/scripts/
H A Dconfig.lua26 local previousPath = ''
28 previousPath = MojoSetup.info.homedir .. '/megaglest/'
30 previousPath = '/opt/games/megaglest/'
32 previousPath = '/usr/local/games/megaglest/'
35 if previousPath ~= '' then
37 os.execute(previousPath .. 'uninstall-megaglest.sh')
44 local previousPath = ''
46 previousPath = MojoSetup.info.homedir .. '/megaglest/'
48 previousPath = '/opt/games/megaglest/'
50 previousPath = '/usr/local/games/megaglest/'
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DJTBestHaplotype.java31 …public JTBestHaplotype(final JTBestHaplotype<V, E> previousPath, final List<E> edgesToExtend, fina… in JTBestHaplotype() argument
32 super(previousPath, edgesToExtend, edgePenalty); in JTBestHaplotype()
33 junctionTreeManager = new JunctionTreeManager(previousPath.junctionTreeManager); in JTBestHaplotype()
34 …ionTreeEvidence = junctionTreeManager.hasJunctionTreeEvidence() ? 0 : previousPath.decisionEdgesTa… in JTBestHaplotype()
38 …private JTBestHaplotype(final JTBestHaplotype<V, E> previousPath, final List<E> chain, final int e… in JTBestHaplotype() argument
39 … super(previousPath, chain, computeLogPenaltyScore( edgeMultiplicity, totalOutgoingMultiplicity)); in JTBestHaplotype()
40 junctionTreeManager = new JunctionTreeManager(previousPath.junctionTreeManager); in JTBestHaplotype()
43 …decisionEdgesTakenSinceLastJunctionTreeEvidence = thisPathBasedOnJT ? 0 : previousPath.decisionEdg… in JTBestHaplotype()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/scratchpad/
H A Dscratchpad.cpp200 const QString previousPath = dataDirectory() + previousName; in renameScratch() local
202 if (previousPath == newPath) { in renameScratch()
206 if (QFile::rename(previousPath, newPath)) { in renameScratch()
207 qCDebug(PLUGIN_SCRATCHPAD) << "renamed" << previousPath << "to" << newPath; in renameScratch()
216 …auto* document = core()->documentController()->documentForUrl(QUrl::fromLocalFile(previousPath))) { in renameScratch()
223 qCWarning(PLUGIN_SCRATCHPAD) << "failed renaming" << previousPath << "to" << newPath; in renameScratch()
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/Validator/
H A DRecursiveContextualValidator.php103 $previousPath = $this->context->getPropertyPath();
130 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
147 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
164 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
203 $previousPath = $this->context->getPropertyPath();
222 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
263 $previousPath = $this->context->getPropertyPath();
280 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/
H A DRecursiveContextualValidator.php93 $previousPath = $this->context->getPropertyPath();
125 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
146 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
162 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
190 $previousPath = $this->context->getPropertyPath();
209 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
245 $previousPath = $this->context->getPropertyPath();
262 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/
H A DRecursiveContextualValidator.php93 $previousPath = $this->context->getPropertyPath();
125 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
146 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
162 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
190 $previousPath = $this->context->getPropertyPath();
209 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
245 $previousPath = $this->context->getPropertyPath();
262 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/Validator/
H A DRecursiveContextualValidator.php93 $previousPath = $this->context->getPropertyPath();
125 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
146 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
162 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
190 $previousPath = $this->context->getPropertyPath();
209 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
245 $previousPath = $this->context->getPropertyPath();
262 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/Validator/
H A DRecursiveContextualValidator.php88 $previousPath = $this->context->getPropertyPath();
120 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
141 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
157 … $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
185 $previousPath = $this->context->getPropertyPath();
204 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
240 $previousPath = $this->context->getPropertyPath();
257 $this->context->setNode($previousValue, $previousObject, $previousMetadata, $previousPath);
/dports/security/keybase/client-v5.7.1/go/avatars/
H A Dfullcaching.go342 …ngSource) commitAvatarToDisk(m libkb.MetaContext, data io.ReadCloser, previousPath string) (path s…
350 if len(previousPath) > 0 {
352 c.debug(m, "commitAvatarToDisk: using previous path: %s", previousPath)
353 if file, err = os.OpenFile(previousPath, os.O_RDWR, os.ModeAppend); err != nil {
406 var previousPath string
419 previousPath = c.normalizeFilenameFromCache(m, previousEntry.Path)
423 path, err := c.commitAvatarToDisk(m, resp.Body, previousPath)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/settings/autofill/
H A Dautofill_edit_table_view_controller.mm189 NSIndexPath* previousPath = [self indexForCellPathWithOffset:-1
193 previousPath && [[self.tableView cellForRowAtIndexPath:previousPath]
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DMusic.cpp100 if(path == previousPath) in SetSource()
102 previousPath = path; in SetSource()
H A DMusic.h56 std::string previousPath; variable
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/projectmanagerview/
H A Dcutcopypastehelpers.cpp163 const Path& previousPath = result.filteredPaths.back(); in mapSourceToDestination() local
165 …result.finalPaths[previousPath].append(Path(destinationPath, previousPath.parent().relativePath(pa… in mapSourceToDestination()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/base/
H A DfileList.cpp107 const QString previousPath = item->text(); in modifyItem() local
110 const QUrl url = mFileListHelper.openUrl(previousPath); in modifyItem()
H A DmultipleFileList.cpp261 const QString previousPath = item->text(0); in modifyItem() local
264 const QUrl url = mFileListHelper.openUrl(previousPath); in modifyItem()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/library/
H A Dlibrary.cpp362 QString previousPath; in removeMissingFiles() local
368 if(previousPath == path) in removeMissingFiles()
371 previousPath = path; in removeMissingFiles()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/
H A DAbstractTest.php211 $previousPath = $context->getPropertyPath();
225 $this->assertSame($previousPath, $context->getPropertyPath());
274 $previousPath = $context->getPropertyPath();
288 $this->assertSame($previousPath, $context->getPropertyPath());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Validator/
H A DAbstractTest.php211 $previousPath = $context->getPropertyPath();
225 $this->assertSame($previousPath, $context->getPropertyPath());
274 $previousPath = $context->getPropertyPath();
288 $this->assertSame($previousPath, $context->getPropertyPath());
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/wallpapers/image/
H A Dimage.cpp782 …QUrl previousPath = m_slideFilterModel->index(m_currentSlide, 0).data(BackgroundListModel::PathRol… in nextSlide() local
794 …if (previousSlide == m_slideFilterModel->rowCount() - 1 && previousPath == next && m_slideFilterMo… in nextSlide()
801 m_wallpaperPath = previousPath.toLocalFile(); in nextSlide()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmainwindowlayout.cpp2100 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2101 if (!previousPath.isEmpty()) in plug()
2102 layoutState.remove(previousPath); in plug()
2103 previousPath = currentHoveredFloat->layoutInfo()->indexOf(widget); in plug()
2116 if (!previousPath.isEmpty()) in plug()
2117 currentHoveredFloat->layoutInfo()->remove(previousPath); in plug()
2144 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2150 if (!previousPath.isEmpty()) in plug()
2151 layoutState.remove(previousPath); in plug()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmainwindowlayout.cpp2100 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2101 if (!previousPath.isEmpty()) in plug()
2102 layoutState.remove(previousPath); in plug()
2103 previousPath = currentHoveredFloat->layoutInfo()->indexOf(widget); in plug()
2116 if (!previousPath.isEmpty()) in plug()
2117 currentHoveredFloat->layoutInfo()->remove(previousPath); in plug()
2144 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2150 if (!previousPath.isEmpty()) in plug()
2151 layoutState.remove(previousPath); in plug()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmainwindowlayout.cpp2100 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2101 if (!previousPath.isEmpty()) in plug()
2102 layoutState.remove(previousPath); in plug()
2103 previousPath = currentHoveredFloat->layoutInfo()->indexOf(widget); in plug()
2116 if (!previousPath.isEmpty()) in plug()
2117 currentHoveredFloat->layoutInfo()->remove(previousPath); in plug()
2144 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2150 if (!previousPath.isEmpty()) in plug()
2151 layoutState.remove(previousPath); in plug()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmainwindowlayout.cpp2100 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2101 if (!previousPath.isEmpty()) in plug()
2102 layoutState.remove(previousPath); in plug()
2103 previousPath = currentHoveredFloat->layoutInfo()->indexOf(widget); in plug()
2116 if (!previousPath.isEmpty()) in plug()
2117 currentHoveredFloat->layoutInfo()->remove(previousPath); in plug()
2144 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2150 if (!previousPath.isEmpty()) in plug()
2151 layoutState.remove(previousPath); in plug()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmainwindowlayout.cpp2100 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2101 if (!previousPath.isEmpty()) in plug()
2102 layoutState.remove(previousPath); in plug()
2103 previousPath = currentHoveredFloat->layoutInfo()->indexOf(widget); in plug()
2116 if (!previousPath.isEmpty()) in plug()
2117 currentHoveredFloat->layoutInfo()->remove(previousPath); in plug()
2144 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2150 if (!previousPath.isEmpty()) in plug()
2151 layoutState.remove(previousPath); in plug()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmainwindowlayout.cpp2100 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2101 if (!previousPath.isEmpty()) in plug()
2102 layoutState.remove(previousPath); in plug()
2103 previousPath = currentHoveredFloat->layoutInfo()->indexOf(widget); in plug()
2116 if (!previousPath.isEmpty()) in plug()
2117 currentHoveredFloat->layoutInfo()->remove(previousPath); in plug()
2144 QList<int> previousPath = layoutState.indexOf(widget); in plug() local
2150 if (!previousPath.isEmpty()) in plug()
2151 layoutState.remove(previousPath); in plug()

123