Home
last modified time | relevance | path

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

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Drive/
H A DAbout.php21 public $appInstalled; variable in Google_Service_Drive_About
39 public function setAppInstalled($appInstalled) argument
41 $this->appInstalled = $appInstalled;
45 return $this->appInstalled;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Drive/
H A DAbout.php21 public $appInstalled; variable in Google_Service_Drive_About
39 public function setAppInstalled($appInstalled) argument
41 $this->appInstalled = $appInstalled;
45 return $this->appInstalled;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/helpers/jdk/jpackage/test/
H A DWindowsHelper.java65 boolean appInstalled = cmd.appLauncherPath().toFile().exists(); in verifyDesktopShortcut()
68 verifyUserLocalDesktopShortcut(appInstalled); in verifyDesktopShortcut()
71 verifySystemDesktopShortcut(appInstalled); in verifyDesktopShortcut()
105 boolean appInstalled = cmd.appLauncherPath().toFile().exists(); in verifyStartMenuShortcut()
108 verifyUserLocalStartMenuShortcut(appInstalled); in verifyStartMenuShortcut()
111 verifySystemStartMenuShortcut(appInstalled); in verifyStartMenuShortcut()
150 boolean appInstalled = cmd.appLauncherPath().toFile().exists(); in verifyFileAssociationsRegistry()
172 verifyFileAssociations(appInstalled, "." + suffix, contentType); in verifyFileAssociationsRegistry()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jpackage/helpers/jdk/jpackage/test/
H A DWindowsHelper.java142 boolean appInstalled = cmd.appLauncherPath().toFile().exists(); in verifyDesktopShortcut()
145 verifyUserLocalDesktopShortcut(appInstalled); in verifyDesktopShortcut()
148 verifySystemDesktopShortcut(appInstalled); in verifyDesktopShortcut()
182 boolean appInstalled = cmd.appLauncherPath().toFile().exists(); in verifyStartMenuShortcut()
185 verifyUserLocalStartMenuShortcut(appInstalled); in verifyStartMenuShortcut()
188 verifySystemStartMenuShortcut(appInstalled); in verifyStartMenuShortcut()
227 boolean appInstalled = cmd.appLauncherPath().toFile().exists(); in verifyFileAssociationsRegistry()
249 verifyFileAssociations(appInstalled, "." + suffix, contentType); in verifyFileAssociationsRegistry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/helpers/jdk/jpackage/test/
H A DWindowsHelper.java154 boolean appInstalled = cmd.appLauncherPath(name).toFile().exists(); in verifyDesktopShortcut()
157 verifyUserLocalDesktopShortcut(appInstalled); in verifyDesktopShortcut()
160 verifySystemDesktopShortcut(appInstalled); in verifyDesktopShortcut()
194 boolean appInstalled = cmd.appLauncherPath(name).toFile().exists(); in verifyStartMenuShortcut()
197 verifyUserLocalStartMenuShortcut(appInstalled); in verifyStartMenuShortcut()
200 verifySystemStartMenuShortcut(appInstalled); in verifyStartMenuShortcut()
239 boolean appInstalled = cmd.appLauncherPath(name).toFile().exists(); in verifyFileAssociationsRegistry()
261 verifyFileAssociations(appInstalled, "." + suffix, contentType); in verifyFileAssociationsRegistry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/helpers/jdk/jpackage/test/
H A DWindowsHelper.java158 boolean appInstalled = cmd.appLauncherPath(name).toFile().exists(); in verifyDesktopShortcut()
161 verifyUserLocalDesktopShortcut(appInstalled); in verifyDesktopShortcut()
164 verifySystemDesktopShortcut(appInstalled); in verifyDesktopShortcut()
198 boolean appInstalled = cmd.appLauncherPath(name).toFile().exists(); in verifyStartMenuShortcut()
201 verifyUserLocalStartMenuShortcut(appInstalled); in verifyStartMenuShortcut()
204 verifySystemStartMenuShortcut(appInstalled); in verifyStartMenuShortcut()
243 boolean appInstalled = cmd.appLauncherPath(name).toFile().exists(); in verifyFileAssociationsRegistry()
265 verifyFileAssociations(appInstalled, "." + suffix, contentType); in verifyFileAssociationsRegistry()
/dports/devel/upp/upp/bazaar/Updater/
H A DUpdater.cpp152 appInstalled = FileExists(AppendFileName(GetProgramsFolder(), appName)); in SetAppName()
154 appInstalled = FileExists(AppendFileName(GetProgramsFolder(), appName + "/" + appName + ".exe")); in SetAppName()
156 appInstalled &= FileExists(AppendFileName(systemConfigPath, "version")); in SetAppName()
158 if(appInstalled) in SetAppName()
322 if(!appInstalled) in DO_NormalRun()
H A DUpdater.h106 bool appInstalled; variable
225 bool IsAppInstalled(void) { return appInstalled; } in IsAppInstalled()