Home
last modified time | relevance | path

Searched refs:appsDir (Results 1 – 8 of 8) sorted by relevance

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/kicker/plugin/
H A Dmenuentryeditor.cpp38 const QDir appsDir(appsPath); in edit() local
41 if (appsDir.exists(fileName)) { in edit()
44 if (!appsDir.exists()) { in edit()
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DGaiaChrome.cpp101 GaiaChrome::EnsureValidPath(nsIFile* appsDir) in EnsureValidPath() argument
105 systemAppDir->InitWithFile(appsDir); in EnsureValidPath()
110 nsCString path; appsDir->GetNativePath(path); in EnsureValidPath()
/dports/multimedia/webcamoid/webcamoid-8.8.0/ports/deploy/
H A Ddeploy_windows.py89 appsDir = '@ApplicationsDir@'
92 appsDir = '@ApplicationsDirX86@'
94 appsDir = '@ApplicationsDirX64@'
96 self.installerTargetDir = appsDir + '/' + self.programName
H A Ddeploy_posix_windows.py108 appsDir = '@ApplicationsDir@'
111 appsDir = '@ApplicationsDirX86@'
113 appsDir = '@ApplicationsDirX64@'
115 self.installerTargetDir = appsDir + '/' + self.programName
/dports/deskutils/flameshot/flameshot-0.10.2/src/tools/launcher/
H A Dapplauncherwidget.cpp51 QDir appsDir(dir); in AppLauncherWidget() local
52 m_parser.processDirectory(appsDir); in AppLauncherWidget()
/dports/comms/klog/klog-1.8.5/src/setuppages/
H A Dsetuppageelog.cpp493 QString appsDir= util->getTQSLsPath(); in slotSelectTQSLClicked() local
508 tqslFile = QFileDialog::getOpenFileName(this, tr("Select File"), appsDir, filter); in slotSelectTQSLClicked()
/dports/www/nextcloud/nextcloud/apps-pkg/settings/lib/Controller/
H A DCheckSetupController.php623 $appsDir = new DirectoryIterator($appRoot['path']);
625 foreach ($appsDir as $fileInfo) {
/dports/devel/kf5-kservice/kservice-5.89.0/autotests/
H A Dksycocatest.cpp116 QString appsDir() const in appsDir() function in KSycocaTest