Home
last modified time | relevance | path

Searched refs:isNewInstall (Results 1 – 23 of 23) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/config/
H A DCOConfigurationManager.java286 isNewInstall() in isNewInstall() method in COConfigurationManager
288 return( ConfigurationManager.getInstance().isNewInstall()); in isNewInstall()
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DdeduplicateArchiveRevId.php35 if ( PopulateArchiveRevId::isNewInstall( $dbw ) ) {
H A DpopulateArchiveRevId.php52 public static function isNewInstall( IDatabase $dbw ) { function in PopulateArchiveRevId
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/browser/listener/
H A DConfigListener.java90 context.executeInBrowser(callback + "(" + COConfigurationManager.isNewInstall() + ")"); in handleMessage()
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DdeduplicateArchiveRevId.php41 if ( PopulateArchiveRevId::isNewInstall( $dbw ) ) {
H A DpopulateArchiveRevId.php51 public static function isNewInstall( IDatabase $dbw ) { function in PopulateArchiveRevId
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DdeduplicateArchiveRevId.php41 if ( PopulateArchiveRevId::isNewInstall( $dbw ) ) {
H A DpopulateArchiveRevId.php51 public static function isNewInstall( IDatabase $dbw ) { function in PopulateArchiveRevId
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/
H A DUIConfigDefaultsSWTv3.java91 if (!config.isNewInstall() in initialize()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/
H A DPluginConfig.java1314 isNewInstall(); in isNewInstall() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/extlistener/
H A DStimulusRPC.java201 return COConfigurationManager.isNewInstall(); in hookListeners()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/
H A DPluginConfigImpl.java187 isNewInstall() in isNewInstall() method in PluginConfigImpl
189 return( COConfigurationManager.isNewInstall()); in isNewInstall()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/config/impl/
H A DConfigurationManager.java316 isNewInstall() in isNewInstall() method in ConfigurationManager
318 return( ConfigurationChecker.isNewInstall()); in isNewInstall()
H A DConfigurationChecker.java983 isNewInstall() in isNewInstall() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/remote/
H A DRPPluginConfig.java184 isNewInstall() in isNewInstall() method in RPPluginConfig
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/modules/
H A DSocialService.jsm825 let isNewInstall = !manifest;
834 if (isNewInstall) {
844 if (isNewInstall) {
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/feature/
H A DFeatureManagerUI.java187 && !ConfigurationChecker.isNewInstall() && !FeatureUtils.hasPlusLicence()) { in addFreeBurnUI()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/extensions/internal/
H A DXPIDatabase.jsm2785 let isNewInstall = !!aNewAddon || !XPIDatabase.rebuildingDatabase;
2789 let isDetectedInstall = isNewInstall && !aNewAddon;
2832 } else if (unsigned && !isNewInstall) {
/dports/www/firefox/firefox-99.0/toolkit/mozapps/extensions/internal/
H A DXPIDatabase.jsm2909 let isNewInstall = !!aNewAddon || !XPIDatabase.rebuildingDatabase;
2913 let isDetectedInstall = isNewInstall && !aNewAddon;
2956 } else if (unsigned && !isNewInstall) {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/extensions/internal/
H A DXPIDatabase.jsm2805 let isNewInstall = !!aNewAddon || !XPIDatabase.rebuildingDatabase;
2809 let isDetectedInstall = isNewInstall && !aNewAddon;
2852 } else if (unsigned && !isNewInstall) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/extensions/internal/
H A DXPIDatabase.jsm2805 let isNewInstall = !!aNewAddon || !XPIDatabase.rebuildingDatabase;
2809 let isDetectedInstall = isNewInstall && !aNewAddon;
2852 } else if (unsigned && !isNewInstall) {
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/shells/main/
H A DMainWindowImpl.java1496 if ( ConfigurationChecker.isNewInstall()){ in showMainWindow()
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dinstaller.php1425 public function isNewInstall() { function in Installer