Home
last modified time | relevance | path

Searched refs:isMac (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/emulators/cemu/CEmu-1.3/gui/qt/keypad/
H A Dkeypadwidget.cpp173 bool isMac = true; in setType() local
175 bool isMac = false; in setType() local
212 …addKey(new OtherKey{mConfig, 16 - is83 * 2, 45, 37, isMac ? Label(" mode") : Label("mode"), LabelF… in setType()
216 …addKey(new OtherKey{mConfig, 7, isMac ? Label(" ln") : Label("ln"), Label("eˣ"), Label("S"), is83 … in setType()
217 …addKey(new OtherKey{mConfig, 9, isMac ? Label(" log") : Label("log"), Label("10ˣ"), Label("N"), is… in setType()
233 …sWin || isMac) ? Label("X,T,θ,n") : Label(" X,T,θ,n "), LabelFrEn("échanger", "link"), QString{}, … in setType()
239 …addKey(new OtherKey{mConfig, 3, isMac ? Label(" (") : Label("("), Label("{"), Label("K"), is83 * 2… in setType()
249 …addKey(new OtherKey{mConfig, 3, isMac ? Label(" )") : Label(")"), Label("}"), Label("L"), is83 * 2… in setType()
255 …addKey(new OperKey{mConfig, isMac ? Label(" + ") : Label("+"), LabelFrEn("mém", "mem"), Label("“")… in setType()
257 …addKey(new OperKey{mConfig, isMac ? Label(" × ") : Label("×"), Label("["), Label("R"), is83 * 2, i… in setType()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/extra-1.7.9/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/extra-1.7.10/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/extra-1.7.7/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/extra-1.7.7/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/extra-1.7.9/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/extra-1.7.9/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/extra-1.7.2/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/extra-1.7.9/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/extra-1.7.2/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/extra-1.7.9/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/extra-1.7.9/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/extra-1.7.1/src/System/Info/
H A DExtra.hs7 isMac,
29 isMac :: Bool
31 isMac = True function
33 isMac = False function
/dports/graphics/qgis/qgis-3.22.3/python/plugins/sagaprovider/
H A DSagaUtils.py36 from processing.tools.system import isWindows, isMac, userFolder
59 if isMac() or platform.system() == 'FreeBSD' or platform.system() == 'DragonFly':
88 …if not isWindows() and not isMac() and platform.system() != 'FreeBSD' and platform.system() != 'Dr…
105 elif isMac() or platform.system() == 'FreeBSD' or platform.system() == 'DragonFly':
128 elif isMac() or platform.system() == 'FreeBSD' or platform.system() == 'DragonFly':
144 …if isMac() or platform.system() == 'FreeBSD' or platform.system() == 'DragonFly': # This trick av…
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/saga/
H A DSagaUtils.py36 from processing.tools.system import isWindows, isMac, userFolder
59 if isMac() or platform.system() == 'FreeBSD' or platform.system() == 'DragonFly':
84 …if not isWindows() and not isMac() and not platform.system() == 'FreeBSD' and platform.system() !=…
101 elif isMac() or platform.system() == 'FreeBSD' or platform.system() == 'DragonFly':
126 elif isMac() or platform.system() == 'FreeBSD' or platform.system() == 'DragonFly':
142 …if isMac() or platform.system() == 'FreeBSD' or platform.system() == 'DragonFly': # This trick av…
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/airframework/src/mx/skins/halo/
H A DWindowMinimizeButtonSkin.as74 isMac = Capabilities.os.substring(0,3) == "Mac";
86 private var isMac:Boolean;
165 upProp.value = isMac ? macMinUpSkin : winMinUpSkin;
174 downProp.value = isMac ? macMinDownSkin : winMinDownSkin;
183 overProp.value = isMac ? macMinOverSkin : winMinOverSkin;
192 disabledProp.value = isMac ? macMinDisabledSkin : winMinDisabledSkin;
H A DWindowMaximizeButtonSkin.as83 isMac = Capabilities.os.substring(0,3) == "Mac";
95 private var isMac:Boolean;
174 upProp.value = isMac ? macMaxUpSkin : winMaxUpSkin;
183 downProp.value = isMac ? macMaxDownSkin : winMaxDownSkin;
192 overProp.value = isMac ? macMaxOverSkin : winMaxOverSkin;
201 disabledProp.value = isMac ? macMaxDisabledSkin : winMaxDisabledSkin;
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozrunner/mozrunner/
H A Dutils.py104 if mozinfo.isMac:
112 elif mozinfo.isMac:
155 if mozinfo.isMac:
182 elif mozinfo.isMac:
239 if ubsan and (mozinfo.isLinux or mozinfo.isMac):
283 elif mozinfo.isLinux or mozinfo.isMac or mozinfo.isWin:
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/airframework/src/mx/skins/halo/
H A DWindowMaximizeButtonSkin.as90 isMac = Capabilities.os.substring(0,3) == "Mac";
102 private var isMac:Boolean;
181 upProp.value = isMac ? macMaxUpSkin : winMaxUpSkin;
190 downProp.value = isMac ? macMaxDownSkin : winMaxDownSkin;
199 overProp.value = isMac ? macMaxOverSkin : winMaxOverSkin;
208 disabledProp.value = isMac ? macMaxDisabledSkin : winMaxDisabledSkin;
H A DWindowMinimizeButtonSkin.as81 isMac = Capabilities.os.substring(0,3) == "Mac";
93 private var isMac:Boolean;
172 upProp.value = isMac ? macMinUpSkin : winMinUpSkin;
181 downProp.value = isMac ? macMinDownSkin : winMinDownSkin;
190 overProp.value = isMac ? macMinOverSkin : winMinOverSkin;
199 disabledProp.value = isMac ? macMinDisabledSkin : winMinDisabledSkin;
/dports/www/firefox/firefox-99.0/testing/mozbase/mozrunner/mozrunner/
H A Dutils.py104 if mozinfo.isMac:
112 elif mozinfo.isMac:
155 if mozinfo.isMac:
182 elif mozinfo.isMac:
239 if ubsan and (mozinfo.isLinux or mozinfo.isMac):
283 elif mozinfo.isLinux or mozinfo.isMac or mozinfo.isWin:
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozrunner/mozrunner/
H A Dutils.py104 if mozinfo.isMac:
112 elif mozinfo.isMac:
155 if mozinfo.isMac:
182 elif mozinfo.isMac:
239 if ubsan and (mozinfo.isLinux or mozinfo.isMac):
283 elif mozinfo.isLinux or mozinfo.isMac or mozinfo.isWin:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozrunner/mozrunner/
H A Dutils.py100 if mozinfo.isMac:
108 elif mozinfo.isMac:
152 if mozinfo.isMac:
171 elif mozinfo.isMac:
221 if ubsan and (mozinfo.isLinux or mozinfo.isMac):
259 elif mozinfo.isLinux or mozinfo.isMac or mozinfo.isWin:
/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs34 isMac :: Bool
36 isMac = True function
38 isMac = False function
72 t <- [ mkTest "new file" (if | isMac && not poll -> [evAddedOrModified False]
91 , mkTest "new directory" (if | isMac -> [evAddedOrModified True]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs34 isMac :: Bool
36 isMac = True function
38 isMac = False function
72 t <- [ mkTest "new file" (if | isMac && not poll -> [evAddedOrModified False]
91 , mkTest "new directory" (if | isMac -> [evAddedOrModified True]

12345678910>>...26