Home
last modified time | relevance | path

Searched refs:installType (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DPersonalApplicationPolicy.php20 public $installType; variable in Google_Service_AndroidManagement_PersonalApplicationPolicy
23 public function setInstallType($installType) argument
25 $this->installType = $installType;
29 return $this->installType;
H A DApplicationPolicy.php27 public $installType; variable in Google_Service_AndroidManagement_ApplicationPolicy
85 public function setInstallType($installType) argument
87 $this->installType = $installType;
91 return $this->installType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DApplicationPolicy.php24 public $installType; variable in Google_Service_AndroidManagement_ApplicationPolicy
58 public function setInstallType($installType) argument
60 $this->installType = $installType;
64 return $this->installType;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/oamapps/replayTransactionLog/
H A Dreplaytransactionlog.cpp69 int installType = -1; in isRunningOnPm() local
80 installType = boost::get<5>(t); in isRunningOnPm()
90 if ( installType != oam::INSTALL_COMBINE_DM_UM_PM ) in isRunningOnPm()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/oamapps/replayTransactionLog/
H A Dreplaytransactionlog.cpp69 int installType = -1; in isRunningOnPm() local
80 installType = boost::get<5>(t); in isRunningOnPm()
90 if ( installType != oam::INSTALL_COMBINE_DM_UM_PM ) in isRunningOnPm()
/dports/www/thirtybees/thirtybees-1.1.0/install/controllers/http/
H A Dconfigure.php47 public $installType; variable in InstallControllerHttpConfigure
58 $this->session->installType = Tools::getValue('dbMode');
259 $this->installType = ($this->session->installType) ? $this->session->installType : 'full';
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_installer/models/
H A Dinstall.php92 $installType = $app->input->getWord('installtype');
96 switch ($installType)
130 if (in_array($installType, array('upload', 'url')))
166 if (in_array($installType, array('upload', 'url')))
184 if (in_array($installType, array('upload', 'url')))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/
H A DVMTypePage.java168 IVMInstallType installType = (IVMInstallType)selection.getFirstElement(); in updateNextPage() local
169 AbstractVMInstallPage page = ((VMInstallWizard)getWizard()).getPage(installType); in updateNextPage()
171 VMStandin standin = new VMStandin(installType, StandardVMPage.createUniqueId(installType)); in updateNextPage()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Dwraptype.h275 switch (static_cast<InstallType>(T::installType)) { in install()
307 dassert(T::installType == InstallType::OverNative || T::construct != BaseInfo::construct); in newInstance()
315 dassert(T::installType == InstallType::OverNative || T::construct != BaseInfo::construct); in newInstance()
318 _context, T::installType == InstallType::OverNative ? _constructor : _proto, args))); in newInstance()
322 dassert(T::installType == InstallType::OverNative || T::construct != BaseInfo::construct); in newInstance()
330 dassert(T::installType == InstallType::OverNative || T::construct != BaseInfo::construct); in newInstance()
333 _context, T::installType == InstallType::OverNative ? _constructor : _proto, args))); in newInstance()
H A Derror.h47 static const InstallType installType = InstallType::OverNative; member
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/extensions/
H A DExtensionTestCommon.jsm60 * @param {string} installType
63 constructor(file, rootURI, installType) {
67 this.installType = installType;
105 if (this.installType == "temporary") {
110 } else if (this.installType == "permanent") {
126 throw new Error("installType must be one of: temporary, permanent");
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/extensions/
H A DExtensionTestCommon.jsm58 * @param {string} installType
61 constructor(file, rootURI, installType) {
65 this.installType = installType;
103 if (this.installType == "temporary") {
108 } else if (this.installType == "permanent") {
124 throw new Error("installType must be one of: temporary, permanent");
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/
H A DMacOSXVMInstall.java52 MacOSXVMInstallType installType= (MacOSXVMInstallType) getVMInstallType(); in getJavaVersion() local
53 String vmVersion= installType.getVMVersion(installLocation, executable); in getJavaVersion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DStandardVM.java55 StandardVMType installType = (StandardVMType) getVMInstallType(); in getJavaVersion() local
60 String vmVersion = installType.getVMVersion(installLocation, executable); in getJavaVersion()
/dports/www/thirtybees/thirtybees-1.1.0/install/theme/views/
H A Dconfigure.phtml42 …"radio" name="dbMode" style="vertical-align: middle;" <?php if ($this->installType == 'full'): ?>c…
46 …"radio" name="dbMode" style="vertical-align: middle;" <?php if ($this->installType == 'lite'): ?>c…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Net/net/PeerToPeer/
H A DUnsafePeerToPeerMethods.cs302 string installType = installTypeKey.GetValue(OSInstallTypeRegName) as string; in IsServerCore()
304 if (string.IsNullOrEmpty(installType)) { in IsServerCore()
309 …if (String.Compare(installType, InstallTypeStringServerCore, StringComparison.OrdinalIgnoreCase) =… in IsServerCore()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/
H A DcmCPackNSISGenerator.cxx270 for (auto& installType : this->InstallationTypes) { in PackageFiles()
271 installTypes[installType.second.Index - 1] = &installType.second; in PackageFiles()
273 for (cmCPackInstallationType* installType : installTypes) { in PackageFiles()
275 installTypesCode += installType->DisplayName; in PackageFiles()
704 for (cmCPackInstallationType const* installType : in CreateComponentDescription()
706 out << " " << installType->Index; in CreateComponentDescription()
H A DcmCPackGenerator.cxx599 for (std::string const& installType : installTypesVector) { in InstallProjectViaInstallCMakeProjects()
601 this->GetInstallationType(project.ProjectName, installType)); in InstallProjectViaInstallCMakeProjects()
1531 cmCPackInstallationType* installType = &this->InstallationTypes[name]; in GetInstallationType() local
1536 installType->Name = name; in GetInstallationType()
1540 installType->DisplayName = *displayName; in GetInstallationType()
1542 installType->DisplayName = installType->Name; in GetInstallationType()
1545 installType->Index = static_cast<unsigned>(this->InstallationTypes.size()); in GetInstallationType()
1547 return installType; in GetInstallationType()
1600 for (std::string const& installType : installTypesVector) { in GetComponent()
1602 this->GetInstallationType(projectName, installType)); in GetComponent()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/
H A DcmCPackNSISGenerator.cxx270 for (auto& installType : this->InstallationTypes) { in PackageFiles()
271 installTypes[installType.second.Index - 1] = &installType.second; in PackageFiles()
273 for (cmCPackInstallationType* installType : installTypes) { in PackageFiles()
275 installTypesCode += installType->DisplayName; in PackageFiles()
704 for (cmCPackInstallationType const* installType : in CreateComponentDescription()
706 out << " " << installType->Index; in CreateComponentDescription()
H A DcmCPackGenerator.cxx599 for (std::string const& installType : installTypesVector) { in InstallProjectViaInstallCMakeProjects()
601 this->GetInstallationType(project.ProjectName, installType)); in InstallProjectViaInstallCMakeProjects()
1531 cmCPackInstallationType* installType = &this->InstallationTypes[name]; in GetInstallationType() local
1536 installType->Name = name; in GetInstallationType()
1540 installType->DisplayName = *displayName; in GetInstallationType()
1542 installType->DisplayName = installType->Name; in GetInstallationType()
1545 installType->Index = static_cast<unsigned>(this->InstallationTypes.size()); in GetInstallationType()
1547 return installType; in GetInstallationType()
1600 for (std::string const& installType : installTypesVector) { in GetComponent()
1602 this->GetInstallationType(projectName, installType)); in GetComponent()
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackNSISGenerator.cxx270 for (auto& installType : this->InstallationTypes) { in PackageFiles()
271 installTypes[installType.second.Index - 1] = &installType.second; in PackageFiles()
273 for (cmCPackInstallationType* installType : installTypes) { in PackageFiles()
275 installTypesCode += installType->DisplayName; in PackageFiles()
704 for (cmCPackInstallationType const* installType : in CreateComponentDescription()
706 out << " " << installType->Index; in CreateComponentDescription()
H A DcmCPackGenerator.cxx599 for (std::string const& installType : installTypesVector) { in InstallProjectViaInstallCMakeProjects()
601 this->GetInstallationType(project.ProjectName, installType)); in InstallProjectViaInstallCMakeProjects()
1531 cmCPackInstallationType* installType = &this->InstallationTypes[name]; in GetInstallationType() local
1536 installType->Name = name; in GetInstallationType()
1540 installType->DisplayName = *displayName; in GetInstallationType()
1542 installType->DisplayName = installType->Name; in GetInstallationType()
1545 installType->Index = static_cast<unsigned>(this->InstallationTypes.size()); in GetInstallationType()
1547 return installType; in GetInstallationType()
1600 for (std::string const& installType : installTypesVector) { in GetComponent()
1602 this->GetInstallationType(projectName, installType)); in GetComponent()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/
H A DInstallsListResponse.php21 protected $installType = 'Google_Service_AndroidEnterprise_Install'; variable in Google_Service_AndroidEnterprise_InstallsListResponse
/dports/devel/staf/src/staf/install/ismp/classes/
H A DSTAFOlderVersionPanel2xSwingImpl.java100 JLabel installType = new in createPanel() local
106 versionInfoPanel.add(installType, gbc); in createPanel()
H A DSTAFOlderVersionPanelSwingImpl.java100 JLabel installType = new in createPanel() local
106 versionInfoPanel.add(installType, gbc); in createPanel()

123