Home
last modified time | relevance | path

Searched refs:osIsWindows (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/unix/System/
H A DIsWindows.hs3 ( osIsWindows
9 osIsWindows :: Bool
10 osIsWindows = False function
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/windows/System/
H A DIsWindows.hs3 ( osIsWindows
9 osIsWindows :: Bool
10 osIsWindows = True function
/dports/devel/stack/stack-2.7.3/src/windows/System/
H A DPermissions.hs3 , osIsWindows
8 osIsWindows :: Bool
9 osIsWindows = True function
/dports/devel/stack/stack-2.7.3/src/unix/System/
H A DPermissions.hs4 , osIsWindows
12 osIsWindows :: Bool
13 osIsWindows = False function
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/common/
H A Dperuse_helpers.cpp57 bool osIsWindows = false; in init() local
65 osIsWindows = true; in init()
70 engine.rootContext()->setContextProperty("osIsWindows", osIsWindows); in init()
/dports/devel/stack/stack-2.7.3/src/test/Stack/
H A DUploadSpec.hs10 import System.Permissions (osIsWindows)
26 unless osIsWindows $ do
H A DNixSpec.hs63 let trueOnNonWindows = not osIsWindows
/dports/security/phpsecinfo/phpsecinfo-20070406/PhpSecInfo/Test/
H A DTest.php483 function osIsWindows() { function in PhpSecInfo_Test
505 if ($this->osIsWindows()) {
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/Pantry/
H A DRepo.hs28 import System.IsWindows (osIsWindows)
144 if osIsWindows
223 when osIsWindows $ void $ liftIO $ hSupportsANSIWithoutEmulation stdout
/dports/security/phpsecinfo/phpsecinfo-20070406/PhpSecInfo/Test/Core/
H A Duid.php46 if ($this->osIsWindows()) {
H A Dgid.php47 if ($this->osIsWindows()) {
H A Dupload_tmp_dir.php50 if ($this->osIsWindows()) {
/dports/security/phpsecinfo/phpsecinfo-20070406/PhpSecInfo/Test/Session/
H A Dsave_path.php52 if ($this->osIsWindows()) {
/dports/devel/stack/stack-2.7.3/src/Stack/Config/
H A DNix.hs44 | nixEnable0 && osIsWindows -> do
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/app/qml/
H A DMain.qml39 property int splitPos: osIsWindows ? 8 : 7;
H A DMobileMain.qml48 property int splitPos: osIsWindows ? 8 : 7;
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DConstants.hs35 ,osIsWindows
137 import System.Permissions (osIsWindows)
H A DScript.hs33 import Stack.Constants (osIsWindows)
193 if osIsWindows
H A DUpgrade.hs201 when osIsWindows $
H A DSetup.hs713 | osIsWindows = ".exe" function
861 | osIsWindows = hadrianScriptsWindows function
899 | osIsWindows = installGHCWindows function
963 | osIsWindows =
1075 | osIsWindows = (++ ".exe") function
H A DConfig.hs284 when (osIsWindows && ' ' `elem` localProgramsFilePath) $ do
799 if osIsWindows
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/creator/qml/
H A DAddPageSheet.qml63 property int splitPos: osIsWindows ? 8 : 7;
H A DCreateNewBook.qml44 property int splitPos: osIsWindows ? 8 : 7;
H A DBookBinaryEditor.qml111 property int splitPos: osIsWindows ? 8 : 7;
/dports/security/phpsecinfo/phpsecinfo-20070406/
H A DCHANGELOG35 - Added PhpSecInfo_Test::osIsWindows() for checking the OS

12