Home
last modified time | relevance | path

Searched refs:initialPath (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DStoreFileInfo.java85 private final Path initialPath; field in StoreFileInfo
98 assert initialPath != null; in StoreFileInfo()
103 this.initialPath = initialPath; in StoreFileInfo()
104 Path p = initialPath; in StoreFileInfo()
173 this.initialPath = fileStatus.getPath(); in StoreFileInfo()
345 return initialPath; in getPath()
500 if (initialPath != null && o.initialPath == null) return false; in equals()
501 if (initialPath == null && o.initialPath != null) return false; in equals()
502 if (initialPath != o.initialPath && initialPath != null in equals()
503 && !initialPath.equals(o.initialPath)) return false; in equals()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/
H A DExternalProjectImportWizard.java56 private String initialPath = null; field in ExternalProjectImportWizard
71 public ExternalProjectImportWizard(String initialPath) in ExternalProjectImportWizard() argument
74 this.initialPath = initialPath; in ExternalProjectImportWizard()
92 "wizardExternalProjectsPage", initialPath, currentSelection); //$NON-NLS-1$ in addPages()
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/settings/src/test/
H A Dcommon.cpp13 string initialPath = "files/"; variable
38 string path1 = initialPath + fileName1; in FilesMatch()
39 string path2 = initialPath + fileName2; in FilesMatch()
57 string path = initialPath + fileName; in LoadFile()
69 string path = initialPath + fileName; in SaveFile()
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dutil.cpp431 Common::String initialPath(path); in pathMakeRelative() local
434 initialPath = convertPath(initialPath); in pathMakeRelative()
438initialPath = Common::normalizePath(g_director->getCurrentPath() + initialPath, g_director->_dirSe… in pathMakeRelative()
439 Common::String convPath = initialPath; in pathMakeRelative()
444 initialPath.trim(); in pathMakeRelative()
446 if (testPath(initialPath, directory)) in pathMakeRelative()
447 return initialPath; in pathMakeRelative()
474 if (testPath(initialPath, directory)) in pathMakeRelative()
475 return initialPath; in pathMakeRelative()
538 addedexts = testExtensions(initialPath, initialPath, convPath); in pathMakeRelative()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/desktop/screenshot/
H A Dscreenshot.cpp132 QString initialPath = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation); in saveScreenshot() local
133 if (initialPath.isEmpty()) in saveScreenshot()
134 initialPath = QDir::currentPath(); in saveScreenshot()
135 initialPath += tr("/untitled.") + format; in saveScreenshot()
137 QFileDialog fileDialog(this, tr("Save As"), initialPath); in saveScreenshot()
140 fileDialog.setDirectory(initialPath); in saveScreenshot()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/linux/
H A Dx11fileselector.cpp111 if (!initialPath.empty ()) in runKDialog()
112 command += " \"" + initialPath.getString () + "\""; in runKDialog()
130 if (!initialPath.empty ()) in runZenity()
131 command += "--filename=\"" + initialPath.getString () + "\""; in runZenity()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/linux/
H A Dx11fileselector.cpp111 if (!initialPath.empty ()) in Handle()
112 command += " \"" + initialPath.getString () + "\""; in Handle()
130 if (!initialPath.empty ()) in Handle()
131 command += "--filename=\"" + initialPath.getString () + "\""; in Handle()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DFolderBrowseDialog.cpp68 Result FolderBrowseDialog::Show(Window* owner, const uichar* initialPath) in Show() argument
80 if (initialPath != NULL) in Show()
83 browseInfo.lParam = (LPARAM)(LPTSTR)initialPath; in Show()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dfile_utilities.cpp32 const QString &initialPath) { in filedialogGetSaveFile() argument
43 initialPath); in filedialogGetSaveFile()
52 const QString &initialPath) { in filedialogGetSaveFile() argument
58 initialPath); in filedialogGetSaveFile()
269 const QString &initialPath, in GetWritePath() argument
274 if (filedialogGetSaveFile(parent, file, caption, filter, initialPath)) { in GetWritePath()
287 const QString &initialPath, in GetFolder() argument
301 initialPath); in GetFolder()
H A Dfile_utilities.h21 const QString &initialPath);
82 const QString &initialPath,
88 const QString &initialPath,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/
H A DSelectSystemLibraryQuickFix.java64 IPath initialPath = null; in handleContainerResolutionError() local
66 initialPath = JavaRuntime.newDefaultJREContainerPath(); in handleContainerResolutionError()
68 initialPath = oldPath; in handleContainerResolutionError()
70 IClasspathEntry initialEntry = JavaCore.newContainerEntry(initialPath); in handleContainerResolutionError()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dfile_selector.cpp24 const std::string& initialPath, in show_file_selector() argument
39 dlg->setFileName(initialPath); in show_file_selector()
78 return fileSelector.show(title, initialPath, extensions, output); in show_file_selector()
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/
H A Dqgsnewvectorlayerdialog.sip.in21 const QString &initialPath = QString() ) /Deprecated/;
25 If the ``initialPath`` argument is specified, then the dialog will default to the specified filenam…
33 …ayer( QString &errorMessage /Out/, QWidget *parent = 0, const QString &initialPath = QString(), QS…
37 If the ``initialPath`` argument is specified, then the dialog will default to the specified filenam…
46 :param initialPath: initial file path to show in dialog
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/
H A Dqgsnewvectorlayerdialog.sip.in21 const QString &initialPath = QString() ) /Deprecated/;
25 If the ``initialPath`` argument is specified, then the dialog will default to the specified filenam…
33 …ayer( QString &errorMessage /Out/, QWidget *parent = 0, const QString &initialPath = QString(), QS…
37 If the ``initialPath`` argument is specified, then the dialog will default to the specified filenam…
46 :param initialPath: initial file path to show in dialog
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/filesystem/
H A DFileSystemSupportRegistry.java78 public URI browseFileSystem(String initialPath, Shell shell) {
84 if (!initialPath.equals(IDEResourceInfoUtils.EMPTY_STRING)) {
86 .getFileInfo(initialPath);
88 dialog.setFilterPath(initialPath);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DExclusionInclusionEntryDialog.java234 IPath initialPath= new Path(fExclusionPatternDialog.getText()); in chooseExclusionPattern() local
236 …IPath[] res= chooseExclusionPattern(getShell(), fCurrSourceFolder, title, message, initialPath, fa… in chooseExclusionPattern()
243 …l, IContainer currentSourceFolder, String title, String message, IPath initialPath, boolean multiS… in chooseExclusionPattern() argument
253 if (initialPath != null) { in chooseExclusionPattern()
255 int nSegments= initialPath.segmentCount(); in chooseExclusionPattern()
257 IResource elem= curr.findMember(initialPath.segment(i)); in chooseExclusionPattern()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/devicesupport/
H A Dsshsettingspage.cpp62 void setupPathChooser(PathChooser &chooser, const FilePath &initialPath, bool &changedFlag);
156 void SshSettingsWidget::setupPathChooser(PathChooser &chooser, const FilePath &initialPath, in setupPathChooser() argument
160 chooser.setFilePath(initialPath); in setupPathChooser()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsguiutils.cpp121 QString initialPath; in getSaveAsImageName() local
125 initialPath = lastUsedDir; in getSaveAsImageName()
130 initialPath = QDir( lastUsedDir ).filePath( defaultFilename ); in getSaveAsImageName()
136 …outputFileName = QFileDialog::getSaveFileName( parent, message, initialPath, QStringList( filterMa… in getSaveAsImageName()
148 …std::unique_ptr<QFileDialog> fileDialog( new QFileDialog( parent, message, initialPath, QStringLis… in getSaveAsImageName()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsguiutils.cpp121 QString initialPath; in getSaveAsImageName() local
125 initialPath = lastUsedDir; in getSaveAsImageName()
130 initialPath = QDir( lastUsedDir ).filePath( defaultFilename ); in getSaveAsImageName()
136 …outputFileName = QFileDialog::getSaveFileName( parent, message, initialPath, QStringList( filterMa… in getSaveAsImageName()
148 …std::unique_ptr<QFileDialog> fileDialog( new QFileDialog( parent, message, initialPath, QStringLis… in getSaveAsImageName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/storage/external/
H A DDirectoryBrowserActivity.java23 String initialPath = data.getStringExtra(DIRECTORY_PATH_EXTRA); in onCreate() local
27 Fragment fragment = DirectoryBrowserFragment.newInstance(initialPath); in onCreate()
/dports/math/scilab/scilab-6.1.1/scilab/modules/preferences/src/java/org/scilab/modules/preferences/
H A DXConfigManager.java109 public static void displayAndWait(String initialPath) { in displayAndWait() argument
125 if (initialPath != null && !initialPath.equals("")) { in displayAndWait()
126 String path = getPath(initialPath); in displayAndWait()
173 public static void openPreferences(String initialPath) { in openPreferences() argument
174 XConfigManager.displayAndWait(initialPath); in openPreferences()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdConfigure.java140 SafePath initialPath = Repository.getRepository().getRepositoryPath(); in testRepository() local
144 Asserts.assertTrue(samePath.equals(initialPath)); in testRepository()
152 Asserts.assertFalse(changedPath.equals(initialPath)); in testRepository()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdConfigure.java140 SafePath initialPath = Repository.getRepository().getRepositoryPath(); in testRepository() local
144 Asserts.assertTrue(samePath.equals(initialPath)); in testRepository()
152 Asserts.assertFalse(changedPath.equals(initialPath)); in testRepository()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdConfigure.java140 SafePath initialPath = Repository.getRepository().getRepositoryPath(); in testRepository() local
144 Asserts.assertTrue(samePath.equals(initialPath)); in testRepository()
152 Asserts.assertFalse(changedPath.equals(initialPath)); in testRepository()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdConfigure.java138 SafePath initialPath = Repository.getRepository().getRepositoryPath(); in testRepository() local
142 Asserts.assertTrue(samePath.equals(initialPath)); in testRepository()
150 Asserts.assertFalse(changedPath.equals(initialPath)); in testRepository()

12345678910