Home
last modified time | relevance | path

Searched refs:dirUrl (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dkcoredirlister.h118 …virtual bool openUrl(const QUrl &dirUrl, OpenUrlFlags flags = NoFlags); // TODO KF6: remove virtua…
146 virtual void stop(const QUrl &dirUrl); // TODO KF6: remove virtual
291 virtual void updateDirectory(const QUrl &dirUrl); // TODO KF6: remove virtual
452 KFileItemList itemsForDir(const QUrl &dirUrl, WhichItems which = FilteredItems) const;
499 void started(const QUrl &dirUrl);
516 void completed(const QUrl &dirUrl); // clazy:exclude=overloaded-signal
527 void listingDirCompleted(const QUrl &dirUrl);
544 void canceled(const QUrl &dirUrl); // clazy:exclude=overloaded-signal
555 void listingDirCanceled(const QUrl &dirUrl);
596 void clear(const QUrl &dirUrl); // clazy:exclude=overloaded-signal
[all …]
H A Dkremoteencoding.cpp72 QUrl dirUrl(url); in directory() local
73 if (ignore_trailing_slash && dirUrl.path().endsWith(QLatin1Char('/'))) { in directory()
74 dirUrl = dirUrl.adjusted(QUrl::StripTrailingSlash); in directory()
76 const QString dir = dirUrl.adjusted(QUrl::RemoveFilename).path(); in directory()
/dports/devel/kio-extras/kio-extras-21.12.3/filenamesearch/kded/
H A Dfilenamesearchmodule.cpp53 for (const QUrl &dirUrl : qAsConst(m_searchUrls)) { in slotFilesAdded() local
54 if (urlPath.startsWith(dirUrl.path())) { in slotFilesAdded()
55 org::kde::KDirNotify::emitFilesAdded(dirUrl); in slotFilesAdded()
69 for (const QUrl &dirUrl : qAsConst(m_searchUrls)) { in slotFilesChanged() local
70 if (urlPath.startsWith(dirUrl.path())) { in slotFilesChanged()
90 for (const QUrl &dirUrl : qAsConst(m_searchUrls)) { in slotFilesRemoved() local
91 if (urlPath.startsWith(dirUrl.path())) { in slotFilesRemoved()
/dports/databases/kexi/kexi-3.2.0/src/widget/
H A DKexiStartupFileHandler.cpp151 QUrl dirUrl; in saveRecentDir() local
153 dirUrl = d->requester->url(); in saveRecentDir()
156 qDebug() << dirUrl; in saveRecentDir()
157 if (dirUrl.isValid() && dirUrl.isLocalFile()) { in saveRecentDir()
158 dirUrl = dirUrl.adjusted(QUrl::RemoveFilename); in saveRecentDir()
159 dirUrl.setPath(dirUrl.path() + QString()); in saveRecentDir()
160 qDebug() << "Added" << dirUrl.path() << "to recent dirs class" << d->recentDirClass; in saveRecentDir()
161 KexiUtils::addRecentDir(d->recentDirClass, dirUrl.path()); in saveRecentDir()
/dports/graphics/gwenview/gwenview-21.12.3/tests/auto/
H A Dcontextmanagertest.cpp49 QUrl dirUrl = QUrl::fromLocalFile(sandBox.absolutePath()); in QTEST_MAIN() local
55 dirModel.dirLister()->openUrl(dirUrl); in QTEST_MAIN()
67 dirModel.dirLister()->updateDirectory(dirUrl); in QTEST_MAIN()
78 dirModel.dirLister()->updateDirectory(dirUrl); in QTEST_MAIN()
/dports/devel/kio-extras/kio-extras-21.12.3/filenamesearch/
H A Dkio_filenamesearch.cpp144 const QUrl dirUrl = QUrl(urlQuery.queryItemValue(QStringLiteral("url"))); in listDir() local
147 if (dirUrl.isLocalFile() && dirUrl.toLocalFile() == QLatin1String("/proc")) { in listDir()
157 searchDir(dirUrl, regex, isContent, iteratedDirs, pendingDirs); in listDir()
168 void FileNameSearchProtocol::searchDir(const QUrl &dirUrl, in searchDir() argument
174 KIO::ListJob *listJob = KIO::listRecursive(dirUrl, KIO::HideProgressInfo, false /* hidden */); in searchDir()
187 QUrl entryUrl(dirUrl); in searchDir()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DExportSequencesTask.cpp46 …et<qint64> &rowIds, bool trimGaps, bool addToProjectFlag, const QString &dirUrl, const DocumentFor… in ExportSequencesTask() argument
49 dirUrl(dirUrl), in ExportSequencesTask()
61 …QString filePath = GUrlUtils::prepareFileLocation(dirUrl + "/" + filename + "." + extension, state… in prepare()
H A DExportSequencesTask.h40 const QString &dirUrl,
51 QString dirUrl; variable
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/utils/
H A Dmessageviewerutil.cpp205 QUrl dirUrl; in saveContents() local
214 if (!dirUrl.isValid()) { in saveContents()
220 dirUrl.setPath(dirUrl.path() + QLatin1Char('/')); in saveContents()
222 currentFolder = dirUrl; in saveContents()
253 if (!dirUrl.isEmpty()) { in saveContents()
254 curUrl = dirUrl; in saveContents()
535 QUrl dirUrl = QFileDialog::getSaveFileUrl(parent, in saveMessageInMboxAndGetUrl() local
541 if (!dirUrl.isEmpty()) { in saveMessageInMboxAndGetUrl()
545 if (dirUrl.isLocalFile()) { in saveMessageInMboxAndGetUrl()
547 file.setFileName(dirUrl.toLocalFile()); in saveMessageInMboxAndGetUrl()
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/lib/document/
H A Dsavejob.cpp101 QUrl dirUrl = d->mNewUrl; in doStart() local
102 dirUrl = dirUrl.adjusted(QUrl::RemoveFilename); in doStart()
107 dirUrl.toDisplayString(QUrl::PreferLocalFile))); in doStart()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kioslave/applications/
H A Dkio_applications.cpp172 QUrl dirUrl = url; // preserve protocol, whether that's programs:/ or applications:/ in listDir() local
173 dirUrl.setPath('/' + relPath); in listDir()
174 dirUrl = dirUrl.adjusted(QUrl::StripTrailingSlash); in listDir()
176 … createDirEntry(entry, g->caption(), dirUrl.url(), QStringLiteral("inode/directory"), g->icon()); in listDir()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/wizard/
H A DBowtieWidgetController.cpp85 QString dirUrl = finalyze(url); in sl_browse() local
86 dirCtrl->updateGUI(dirUrl); in sl_browse()
87 wc->setAttributeValue(bw->idxDir, dirUrl); in sl_browse()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/shared/singlefileresource/
H A Dsinglefileresourceconfigwidgetbase.cpp149 QUrl dirUrl(ui.kcfg_Path->url()); in slotStatJobResult() local
150 dirUrl = KIO::upUrl(dirUrl); in slotStatJobResult()
152 …mStatJob = KIO::statDetails(dirUrl, KIO::StatJob::SourceSide, KIO::StatDetail::StatDefaultDetails,… in slotStatJobResult()
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dkurlrequestertest.cpp77 const QUrl dirUrl = QUrl::fromLocalFile(QDir::currentPath()); in testUrlRequester() local
78 req.setStartDir(dirUrl); in testUrlRequester()
79 QCOMPARE(req.startDir().toString(), dirUrl.toString()); in testUrlRequester()
96 const QString filePath = dirUrl.toLocalFile() + '/' + fileName; in testUrlRequester()
H A Dkfilewidgettest.cpp373 const QUrl dirUrl = QUrl::fromLocalFile(tempDir.path()); in testSetFilterForSave() local
378 KFileWidget fw(dirUrl); in testSetFilterForSave()
385 QCOMPARE(fw.baseUrl().adjusted(QUrl::StripTrailingSlash), dirUrl); in testSetFilterForSave()
430 const QUrl dirUrl = QUrl::fromLocalFile(tempDir.path()); in testExtensionForSave() local
435 KFileWidget fw(dirUrl); in testExtensionForSave()
444 QCOMPARE(fw.baseUrl().adjusted(QUrl::StripTrailingSlash), dirUrl); in testExtensionForSave()
509 QUrl dirUrl = QUrl::fromLocalFile(tempDir.path()); in testDropFile() local
513 dirUrl = QUrl::fromLocalFile(tempDir.filePath(dir)); in testDropFile()
545 QCOMPARE(fileWidget.baseUrl().adjusted(QUrl::StripTrailingSlash), dirUrl); in testDropFile()
/dports/biology/ugene/ugene-40.1/src/plugins/dbi_bam/src/
H A DBAMDbiPlugin.cpp260 QString dirUrl = getDirUrl(loadInfoTask->getSourceUrl()); in initPrepareToImportTask() local
261 if (!FileAndDirectoryUtils::isDirectoryWritable(dirUrl)) { in initPrepareToImportTask()
264 dirUrl = getDirUrl(url); in initPrepareToImportTask()
266dirUrl = getDirUrl(AppContext::getAppSettings()->getUserAppsSettings()->getUserTemporaryDirPath()); in initPrepareToImportTask()
269 …ask = new PrepareToImportTask(loadInfoTask->getSourceUrl(), loadInfoTask->isSam(), refUrl, dirUrl); in initPrepareToImportTask()
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/
H A Dscreenshot_test.cxx82 auto const dirUrl = m_directories.getURLFromWorkdir(aDirname); in implSaveScreenshot() local
83 auto const e = osl::Directory::createPath(dirUrl); in implSaveScreenshot()
86 OString("Failed to create " + OUStringToOString(dirUrl, RTL_TEXTENCODING_UTF8)) in implSaveScreenshot()
91 auto const pngUrl = OUString(dirUrl + "/" + aBasename + ".png"); in implSaveScreenshot()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/
H A Dscreenshot_test.cxx82 auto const dirUrl = m_directories.getURLFromWorkdir(aDirname); in implSaveScreenshot() local
83 auto const e = osl::Directory::createPath(dirUrl); in implSaveScreenshot()
87 "Failed to create " + dirUrl, RTL_TEXTENCODING_UTF8).getStr(), in implSaveScreenshot()
91 auto const pngUrl = OUString(dirUrl + "/" + aBasename + ".png"); in implSaveScreenshot()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-carbon-integration/src/org/herac/tuxguitar/carbon/opendoc/
H A DOpenDocListener.java119 int dirUrl = OS.CFURLCreateFromFSRef(OS.kCFAllocatorDefault, fsRef); in openDocProc() local
120 int dirString = OS.CFURLCopyFileSystemPath(dirUrl,OS.kCFURLPOSIXPathStyle); in openDocProc()
121 OS.CFRelease(dirUrl); in openDocProc()
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dfileoperations.cpp98 QUrl dirUrl = contextManager->targetDirUrl(); in copyMoveOrLink() local
99 if (!dirUrl.isValid()) { in copyMoveOrLink()
100 dirUrl = urlList.constFirst().adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); in copyMoveOrLink()
102 dialog->setDirectoryUrl(dirUrl); in copyMoveOrLink()
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/kioslaves/kded/
H A Dbaloosearchmodule.cpp71 for (const QUrl& dirUrl : std::as_const(m_searchUrls)) { in slotBalooFileDbChanged() local
72 org::kde::KDirNotify::emitFilesAdded(dirUrl); in slotBalooFileDbChanged()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/
H A DDatasetsController.cpp87 : dirUrl(nullptr), dbFolderUrl(nullptr) { in URLContainerUpdateHelper()
90 : dirUrl(url), dbFolderUrl(nullptr) { in URLContainerUpdateHelper()
93 : dirUrl(nullptr), dbFolderUrl(nullptr) { in URLContainerUpdateHelper()
96 : dirUrl(nullptr), dbFolderUrl(url) { in URLContainerUpdateHelper()
100 SAFE_POINT(nullptr != dirUrl, "NULL folder url", ); in visit()
101 dirUrl->setIncludeFilter(item->getIncludeFilter()); in visit()
102 dirUrl->setExcludeFilter(item->getExcludeFilter()); in visit()
103 dirUrl->setRecursive(item->isRecursive()); in visit()
118 DirUrlContainer *dirUrl; member in U2::URLContainerUpdateHelper
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/ext/
H A Ddll_httpconnect.cpp149 const char *dirUrl = stack->pop()->getString(); in EmulateHTTPConnectExternalCalls() local
155 warning("SendRecvHTTP(\"%s\",%d,buf,%d) is not implemented", dirUrl, dirUrlMaxLen, bufMaxLen); in EmulateHTTPConnectExternalCalls()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/hosting/
H A Dmodule_mac.mm200 void findModulesInDirectory (NSURL* dirUrl, Module::PathList& result)
202 dirUrl = [dirUrl URLByResolvingSymlinksInPath];
203 if (!dirUrl)
206 enumeratorAtURL: dirUrl
/dports/graphics/skanlite/skanlite-21.12.3/src/
H A Dskanlite.cpp437 QUrl dirUrl = m_saveLocation->folderUrl(); in saveImage() local
438 bool dirExists = urlExists(dirUrl); in saveImage()
448 dirUrl = m_saveLocation->folderUrl(); in saveImage()
449 dirExists = urlExists(dirUrl); // check that we actually got an existing folder in saveImage()
455 dirUrl = QUrl::fromUserInput(QDir::homePath() + QLatin1Char('/')); in saveImage()
456 m_saveLocation->setFolderUrl(dirUrl); in saveImage()
485 fileUrl = dirUrl; in saveImage()

123