Home
last modified time | relevance | path

Searched refs:hostOS (Results 1 – 25 of 1924) sorted by relevance

12345678910>>...77

/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/qbs/
H A Dcommon.qbs56 if (hostOS && hostOS.contains("macos")) {
59 } else if (hostOS && hostOS.contains("windows")) {
67 if (hostOS.contains("macos")) {
70 } else if (hostOS.contains("windows")) {
82 property string pathListSeparator: hostOS.contains("windows") ? ";" : ":"
83 property string pathSeparator: hostOS.contains("windows") ? "\\" : "/"
84 property string nullDevice: hostOS.contains("windows") ? "NUL" : "/dev/null"
89 return hostOS.contains("windows") ? "msvc" : "mingw";
91 return hostOS.contains("macos") ? "xcode" : "clang";
122 validator.setRequiredProperty("hostOS", hostOS);
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/
H A DIC_PlatformWarningPage.cpp53 registerField("hostOS*", m_dialog->hostOS); in IC_PlatformWarningPage()
69 QString host_os = m_dialog->hostOS->currentText(); in isComplete()
221 m_dialog->hostOS->clear(); in initializePage()
227 setHostOS(m_dialog->hostOS, "pf", ""); in initializePage()
228 m_dialog->hostOS->insertItem(0, ""); in initializePage()
229 m_dialog->hostOS->setCurrentIndex(0); in initializePage()
231 for (int i=0; i<m_dialog->hostOS->count(); ++i) in initializePage()
233 wz->host_os_list.append(m_dialog->hostOS->itemText(i)); in initializePage()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DClusterDialog.cpp68 setHostOS(m_dialog->hostOS, platform, obj->getStr("host_OS").c_str()); in loadFWObject()
89 m_dialog->hostOS->setEnabled(!o->isReadOnly()); in loadFWObject()
90 setDisabledPalette(m_dialog->hostOS); in loadFWObject()
128 setHostOS(m_dialog->hostOS, platform, ""); in platformChanged()
137 if (readHostOS(m_dialog->hostOS).toLatin1().constData() != in hostOSChanged()
152 QString host_os = readHostOS(m_dialog->hostOS); in resetClusterGroupTypes()
253 new_state->setStr("host_OS", readHostOS(m_dialog->hostOS).toLatin1().constData()); in applyChanges()
H A Dplatforms.cpp897 QString readHostOS(QComboBox *hostOS) in readHostOS() argument
899 return hostOS->itemData(hostOS->currentIndex()).toString(); in readHostOS()
984 hostOS->clear(); in setHostOS()
1008 hostOS->addItem(os, os); in setHostOS()
1009 hostOS->setCurrentIndex(0); in setHostOS()
1029 hostOS->setCurrentIndex( ind ); in setHostOS()
1038 hostOS->addItem("", ""); in setHostOS()
1050 hostOS->setCurrentIndex( ind ); in setHostOS()
1244 hostOS = ""; in guessOSAndPlatformFromSysDescr()
1259 hostOS = "pix_os"; in guessOSAndPlatformFromSysDescr()
[all …]
H A DFirewallDialog.cpp104 setHostOS(m_dialog->hostOS, platform, obj->getStr("host_OS").c_str()); in loadFWObject()
129 m_dialog->hostOS->setEnabled(!o->isReadOnly()); in loadFWObject()
130 setDisabledPalette(m_dialog->hostOS); in loadFWObject()
216 setHostOS( m_dialog->hostOS, platform, ""); in platformChanged()
226 QString ho = readHostOS(m_dialog->hostOS); in hostOSChanged()
348 string new_host_os = readHostOS(m_dialog->hostOS).toLatin1().constData(); in applyChanges()
H A Dplatforms.h184 QString readHostOS(QComboBox *hostOS);
187 void setHostOS(QComboBox *hostOS, const QString &platform, const QString &os);
190 QString &platform, QString &hostOS, QString &version);
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/imports/qbs/Probes/
H A DAndroidNdkProbe.qbs40 property stringList hostOS: qbs.hostOS
48 if (qbs.hostOS.contains("windows"))
51 if (qbs.hostOS.contains("macos"))
54 if (qbs.hostOS.contains("linux"))
86 if (hostOS.contains("windows"))
88 if (hostOS.contains("darwin"))
90 if (hostOS.contains("linux"))
H A DJdkProbe.qbs37 property stringList hostOS: qbs.hostOS
40 && !qbs.hostOS.contains("android")
50 path = JavaUtils.findJdkPath(hostOS, architecture, environmentPaths, platformSearchPaths);
H A DAndroidSdkProbe.qbs40 if (qbs.hostOS.contains("windows"))
42 if (qbs.hostOS.contains("macos"))
44 if (qbs.hostOS.contains("linux"))
H A DPathProbe.qbs43 property pathList platformSearchPaths: hostOS.contains("unix") ? ['/usr', '/usr/local'] : []
46 property stringList hostOS: qbs.hostOS
/dports/security/fwbuilder/fwbuilder-5.3.7/src/unit_tests/FirewallDialogTest/
H A DFirewallDialogTest.cpp124 QComboBox *hostOS = dialog->findChild<QComboBox*>("hostOS"); in testDialog() local
165 QString hostOSstr = hostOS->currentText(); in testDialog()
175 if (hostOS->currentText() != hostOSstr) in testDialog()
206 hostOS->setCurrentIndex(0); in testDialog()
208 for (int i=1; i<hostOS->count(); i++) in testDialog()
211 hostOS->setCurrentIndex(i); in testDialog()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/hostinfo/
H A DHostInfoJob.cpp46 hostOS() in hostOS() function
67 return hostOS(); in hostOSName()
182 gs->insert( "hostOS", hostOS() ); in exec()
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/qnx/
H A Dqnx.qbs42 searchPaths: qbs.hostOS.contains("windows")
80 if (qbs.hostOS.contains("linux"))
82 if (qbs.hostOS.contains("macos"))
84 if (qbs.hostOS.contains("windows"))
114 throw ModUtils.ModuleError("Host operating system '" + qbs.hostOS
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/cli/
H A Dmono.qbs17 if (qbs.hostOS.contains("macos"))
19 if (qbs.hostOS.contains("unix"))
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/Program/
H A DAr.hs75 let simpleArgs = case hostOS of
80 finalArgs = case hostOS of
112 || hostOS == AIX) $ -- AIX uses its own "ar" format variant
119 Platform hostArch hostOS = hostPlatform lbi
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/Program/
H A DAr.hs75 let simpleArgs = case hostOS of
80 finalArgs = case hostOS of
112 || hostOS == AIX) $ -- AIX uses its own "ar" format variant
119 Platform hostArch hostOS = hostPlatform lbi
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/Program/
H A DAr.hs75 let simpleArgs = case hostOS of
80 finalArgs = case hostOS of
112 || hostOS == AIX) $ -- AIX uses its own "ar" format variant
119 Platform hostArch hostOS = hostPlatform lbi
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/Program/
H A DAr.hs75 let simpleArgs = case hostOS of
80 finalArgs = case hostOS of
112 || hostOS == AIX) $ -- AIX uses its own "ar" format variant
119 Platform hostArch hostOS = hostPlatform lbi
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/Program/
H A DAr.hs75 let simpleArgs = case hostOS of
80 finalArgs = case hostOS of
112 || hostOS == AIX) $ -- AIX uses its own "ar" format variant
119 Platform hostArch hostOS = hostPlatform lbi
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/language/testdata/
H A DgetNativeSetting.qbs8 if (qbs.hostOS.contains("macos")) {
10 } else if (qbs.hostOS.contains("windows")) {
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/qbs/modules/libclang/
H A Dlibclang.qbs12 property stringList hostOS: qbs.hostOS
30 llvmConfig = ClangFunctions.llvmConfig(hostOS, QtcFunctions);
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Zip/
H A DZipItem.h344 Byte hostOS = MadeByVersion.HostOS; in GetCodePage() local
346 hostOS == NFileHeader::NHostOS::kFAT in GetCodePage()
347 || hostOS == NFileHeader::NHostOS::kNTFS in GetCodePage()
348 || hostOS == NFileHeader::NHostOS::kUnix // do we need it? in GetCodePage()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Zip/
H A DZipItem.h329 Byte hostOS = GetHostOS(); in GetCodePage() local
331 hostOS == NFileHeader::NHostOS::kFAT in GetCodePage()
332 || hostOS == NFileHeader::NHostOS::kNTFS in GetCodePage()
333 || hostOS == NFileHeader::NHostOS::kUnix // do we need it? in GetCodePage()
/dports/devel/qbs/qbs-src-1.21.0/tests/
H A Dtests.qbs20 if (qbs.hostOS.contains("windows") && qbs.targetOS.contains("windows")) {
35 if (qbs.hostOS.contains("darwin") && qbs.targetOS.contains("darwin")) {
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata-qt/qtscxml/
H A Dqtscxml.qbs44 if (product.qbs.hostOS.contains("windows")) {
46 } else if (product.qbs.hostOS.contains("macos")) {

12345678910>>...77