Home
last modified time | relevance | path

Searched refs:IS_MAC (Results 1 – 25 of 87) sorted by relevance

1234

/dports/sysutils/p5-File-Which/File-Which-1.27/lib/File/
H A DWhich.pm16 use constant IS_MAC => ($^O eq 'MacOS'); constant
21 our $IMPLICIT_CURRENT_DIR = IS_WIN || IS_VMS || IS_MAC;
63 if ( IS_MAC ) {
82 if !IS_VMS and !IS_MAC and !IS_WIN and $exec =~ /\// and -f $exec and -x $exec;
112 IS_MAC ## no critic (ValuesAndExpressions::ProhibitMixedBooleanOperators)
/dports/devel/git-lfs/git-lfs-3.0.2/t/
H A Dtestenv.sh8 IS_MAC=0
23 IS_MAC=1
42 elif [ $IS_MAC -eq 1 ]; then
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/gui/
H A DScreen.java28 private static final boolean IS_MAC = OS.contains("mac"); field in Screen
68 if (IS_MAC) // macOS has its own retina handling in getDefaultFontScaling()
92 if (!IS_MAC) { // macOS has its own icon handling in Screen()
197 return IS_MAC; in isMac()
/dports/games/pysolfc/PySolFC-2.14.1/scripts/
H A Dgen_individual_importing_tests.py9 IS_MAC = (platform == "darwin") variable
33 if ((not is_gtk) or (ver == 2 and (not IS_MAC) and (not SKIP_GTK))):
/dports/net/proxychains-ng/proxychains-ng-4.15/src/
H A Dmain.c19 #ifdef IS_MAC
138 #ifdef IS_MAC in main()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/
H A Dadd_code_to_python_process.py129 IS_MAC = sys.platform == 'darwin' variable
177 elif IS_MAC:
245 if IS_WINDOWS or IS_MAC: # just the extension changes
521 elif IS_MAC:
/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dmconfig.h92 # define IS_MAC macro
460 #ifdef IS_MAC
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dmconfig.h92 # define IS_MAC macro
460 #ifdef IS_MAC
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/
H A Dpydevd_tracing.py2 IS_LINUX, IS_MAC, IS_PY2, DebugInfoHolder, LOAD_NATIVE_LIB_FLAG, \
160 elif IS_MAC:
222 if IS_WINDOWS or IS_MAC: # just the extension changes
/dports/devel/p5-File-Remove/File-Remove-1.58/lib/File/
H A DRemove.pm33 use constant IS_MAC => !! ( $^O eq 'darwin' ); constant
195 } elsif ( IS_MAC ) {
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/sysutils/schilyutils/schily-2021-09-18/include/schily/
H A Dmconfig.h98 # define IS_MAC macro
529 #ifdef IS_MAC
/dports/math/osqp/osqp-0.6.2/lin_sys/
H A Dlib_handler.h17 #elif defined IS_MAC
/dports/math/py-osqp/osqp-0.6.2.post0/osqp_sources/lin_sys/
H A Dlib_handler.h17 #elif defined IS_MAC
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Locale/
H A DLocaleProviders.java45 private static final boolean IS_MAC = System.getProperty("os.name").startsWith("Mac"); field in LocaleProviders
332 IS_MAC && in bug8232871Test()
369 (IS_WINDOWS || IS_MAC)) { in bug8232860Test()
457 (IS_WINDOWS || IS_MAC)) { in bug8257964Test()
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dmconfig.h146 # define IS_MAC macro
520 #ifdef IS_MAC
/dports/lang/spidermonkey60/firefox-60.9.0/build/
H A Dautomation.py.in95 IS_MAC = _IS_MAC variable in Automation
100 UNIXISH = not IS_WIN32 and not IS_MAC
136 "IS_MAC",
193 if self.UNIXISH or self.IS_MAC:
195 if self.IS_MAC:
225 if self.IS_ASAN and (self.IS_LINUX or self.IS_MAC):
388 elif self.IS_DEBUG_BUILD and self.IS_MAC:
451 if self.IS_MAC and os.path.exists(cmd + "-bin"):
463 if self.IS_MAC:
/dports/www/firefox-legacy/firefox-52.8.0esr/build/
H A Dautomation.py.in102 IS_MAC = _IS_MAC variable in Automation
107 UNIXISH = not IS_WIN32 and not IS_MAC
143 "IS_MAC",
211 if self.UNIXISH or self.IS_MAC:
214 if self.IS_MAC:
253 if self.IS_ASAN and (self.IS_LINUX or self.IS_MAC):
416 elif self.IS_DEBUG_BUILD and self.IS_MAC:
479 if self.IS_MAC and os.path.exists(cmd + "-bin"):
491 if self.IS_MAC:

1234