Home
last modified time | relevance | path

Searched refs:is_win32 (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/dports/textproc/ctpl/ctpl-0.3.4/
H A Dwscript90 is_win32 = target_is_win32(conf.env)
105 if is_win32:
130 conf.define('CTPL_LIBDIR', '' if is_win32 else conf.env['LIBDIR'], 1)
131 conf.define('CTPL_PREFIX', '' if is_win32 else conf.env['PREFIX'], 1)
164 is_win32 = target_is_win32(bld.env)
186 uselib = 'GLIB GIO_2_24 ' + ['GIO_UNIX','GIO_WINDOWS'][is_win32],
209 base_dir = '${PREFIX}' if is_win32 else '${DOCDIR}/ctpl'
210 ext = '.txt' if is_win32 else ''
211 html_dir = '' if is_win32 else 'html/'
230 def uc_first(s, is_win32):
[all …]
/dports/devel/p5-PerlIO-Layers/PerlIO-Layers-0.012/t/
H A D10-basics.t26 my $is_win32 = int($^O eq 'MSWin32');
27 my $not_win32 = int !$is_win32;
29 is(query_handle(\*STDIN, 'crlf'), $is_win32, 'crlf is only true on Windows');
32 …ot_win32, mappable => $not_win32, crlf => $is_win32, buffered => 1, can_crlf => { unix => 0, crlf …
33 …, layer => { crlf => $is_win32 }, utf8 => 0, binary => $not_win32, mappable => $not_win32, crlf =>…
36 …:utf8', layer => { utf8 => 0 }, utf8 => 1, binary => 0, mappable => $not_win32, crlf => $is_win32],
/dports/lang/perl5.34/perl-5.34.0/dist/IO/t/
H A Dio_pipe.t35 my $is_win32=$^O eq 'MSWin32' ? "MSWin32 has broken pipes" : "";
42 if ($is_win32) {
43 print "ok $_ # skipped: $is_win32\n" for 1..4;
90 if ($is_win32) {
91 print "ok $_ # skipped: $is_win32\n" for 7..8;
124 if ($is_win32) {
125 print "ok $_ # skipped: $is_win32\n" for 9;
/dports/lang/perl5.30/perl-5.30.3/dist/IO/t/
H A Dio_pipe.t35 my $is_win32=$^O eq 'MSWin32' ? "MSWin32 has broken pipes" : "";
40 if ($is_win32) {
41 print "ok $_ # skipped: $is_win32\n" for 1..4;
88 if ($is_win32) {
89 print "ok $_ # skipped: $is_win32\n" for 7..8;
122 if ($is_win32) {
123 print "ok $_ # skipped: $is_win32\n" for 9;
/dports/lang/perl5.32/perl-5.32.1/dist/IO/t/
H A Dio_pipe.t35 my $is_win32=$^O eq 'MSWin32' ? "MSWin32 has broken pipes" : "";
40 if ($is_win32) {
41 print "ok $_ # skipped: $is_win32\n" for 1..4;
88 if ($is_win32) {
89 print "ok $_ # skipped: $is_win32\n" for 7..8;
122 if ($is_win32) {
123 print "ok $_ # skipped: $is_win32\n" for 9;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/IO/t/
H A Dio_pipe.t35 my $is_win32=$^O eq 'MSWin32' ? "MSWin32 has broken pipes" : "";
42 if ($is_win32) {
43 print "ok $_ # skipped: $is_win32\n" for 1..4;
90 if ($is_win32) {
91 print "ok $_ # skipped: $is_win32\n" for 7..8;
124 if ($is_win32) {
125 print "ok $_ # skipped: $is_win32\n" for 9;
/dports/devel/p5-FileHandle-Fmode/FileHandle-Fmode-0.14/
H A DFmode.pm22 my $is_win32 = $^O =~ /mswin32/i ? 1 : 0;
45 if($is_win32) {
62 if($is_win32) {
89 if($is_win32) {
105 if($is_win32) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Dlocalfs_test.cc86 constexpr bool is_win32 = true; in TEST() local
88 constexpr bool is_win32 = false; in TEST() local
90 ASSERT_EQ(is_win32, DetectAbsolutePath("A:/")); in TEST()
91 ASSERT_EQ(is_win32, DetectAbsolutePath("z:/foo")); in TEST()
93 ASSERT_EQ(is_win32, DetectAbsolutePath("\\")); in TEST()
94 ASSERT_EQ(is_win32, DetectAbsolutePath("\\foo")); in TEST()
95 ASSERT_EQ(is_win32, DetectAbsolutePath("\\foo\\bar")); in TEST()
96 ASSERT_EQ(is_win32, DetectAbsolutePath("\\\\foo\\bar\\baz")); in TEST()
97 ASSERT_EQ(is_win32, DetectAbsolutePath("Z:\\")); in TEST()
98 ASSERT_EQ(is_win32, DetectAbsolutePath("z:\\foo")); in TEST()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/filesystem/
H A Dlocalfs_test.cc91 constexpr bool is_win32 = true; in TEST() local
93 constexpr bool is_win32 = false; in TEST() local
95 ASSERT_EQ(is_win32, DetectAbsolutePath("A:/")); in TEST()
96 ASSERT_EQ(is_win32, DetectAbsolutePath("z:/foo")); in TEST()
98 ASSERT_EQ(is_win32, DetectAbsolutePath("\\")); in TEST()
99 ASSERT_EQ(is_win32, DetectAbsolutePath("\\foo")); in TEST()
100 ASSERT_EQ(is_win32, DetectAbsolutePath("\\foo\\bar")); in TEST()
101 ASSERT_EQ(is_win32, DetectAbsolutePath("\\\\foo\\bar\\baz")); in TEST()
102 ASSERT_EQ(is_win32, DetectAbsolutePath("Z:\\")); in TEST()
103 ASSERT_EQ(is_win32, DetectAbsolutePath("z:\\foo")); in TEST()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Dlocalfs_test.cc86 constexpr bool is_win32 = true; in TEST() local
88 constexpr bool is_win32 = false; in TEST() local
90 ASSERT_EQ(is_win32, DetectAbsolutePath("A:/")); in TEST()
91 ASSERT_EQ(is_win32, DetectAbsolutePath("z:/foo")); in TEST()
93 ASSERT_EQ(is_win32, DetectAbsolutePath("\\")); in TEST()
94 ASSERT_EQ(is_win32, DetectAbsolutePath("\\foo")); in TEST()
95 ASSERT_EQ(is_win32, DetectAbsolutePath("\\foo\\bar")); in TEST()
96 ASSERT_EQ(is_win32, DetectAbsolutePath("\\\\foo\\bar\\baz")); in TEST()
97 ASSERT_EQ(is_win32, DetectAbsolutePath("Z:\\")); in TEST()
98 ASSERT_EQ(is_win32, DetectAbsolutePath("z:\\foo")); in TEST()
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink_cli/
H A Doutput.py9 from streamlink_cli.compat import is_win32, stdout
13 if is_win32:
63 if is_win32:
131 if not is_win32:
183 if is_win32:
222 if is_win32:
244 if is_win32:
258 if is_win32:
293 if not is_win32:
/dports/devel/p5-Term-Size/Term-Size-0.207/
H A DMakefile.PL6 my $is_win32 = ($^O =~ /MSWin/i);
21 ) unless $is_win32;
26 ) if $is_win32;
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/t/
H A D50revml.t15 use constant is_win32 => $^O =~ /Win32/;
49 return skip 1, "gzip not normally found on Win32" if is_win32;
56 return skip 1, "gzip not normally found on Win32" if is_win32;
62 return skip 1, "gzip not normally found on Win32" if is_win32;
H A D10vcp.t14 use constant is_win32 => $^O =~ /Win32/;
79 return skip "perldoc may not be run as root", 1 unless $< || is_win32;
83 return skip "perldoc may not be run as root", 1 unless $< || is_win32;
/dports/multimedia/streamlink/streamlink-2.1.2/tests/
H A Dtest_cmdline_player_fifo.py4 from streamlink.compat import is_win32
8 @unittest.skipIf(is_win32, "test only applicable in a POSIX OS")
20 @unittest.skipIf(not is_win32, "test only applicable on Windows")
H A Dtest_cmdline_title.py3 from streamlink.compat import is_win32
7 @unittest.skipIf(is_win32, "test only applicable in a POSIX OS")
31 @unittest.skipIf(not is_win32, "test only applicable on Windows")
/dports/www/trac-devel/Trac-1.5.3/trac/util/
H A Dautoreload.py64 is_win32 = sys.platform == 'win32'
65 if is_win32:
74 elif is_win32 and can_exec(sys.argv[0] + '.exe'):
81 if is_win32:
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/lib/VCP/
H A DUtils.pm37 use constant is_win32 => $^O =~ /Win32/; constant
63 BEGIN { $q = is_win32 ? '"' : "'" };
126 return $p unless is_win32;
/dports/net/p5-Net-CLI-Interact/Net-CLI-Interact-2.300003/lib/Net/CLI/Interact/Transport/
H A DTelnet.pm41 if (not Net::CLI::Interact::Transport::Base::is_win32()) {
56 if $self->is_win32;
62 if ($self->is_win32) {
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/bin/
H A Dbuild_vcp_executable.pl67 use constant is_win32 => $^O =~ /Win32/i; constant
130 my $exe_name = $build_vcp_pl ? "vcp.pl" : is_win32 ? "vcp.exe" : "vcp-bin";
163 run [ is_win32 ? ( "wzunzip", "-v" ) : ( "unzip", "-l" ), $exe_name ],
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer_cli/utils/
H A Dnamed_pipe.py4 from ..compat import is_win32, is_py3
7 if is_win32:
23 if is_win32:
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/t/
H A D31-threading.t28 my $is_win32 = ($Config{osname} eq 'MSWin32') ? 1 : 0;
75 skip "Win32 needs precalc, skipping alloc/free stress test", 1 if $is_win32;
123 if ($is_win32) {
/dports/comms/o2sms/o2sms-3.36/bin/
H A Daftsms306 unless (&is_win32())
314 sub is_win32
675 return if (&is_win32()); # a few things inexplicibly don't work on win32 in this method
773 if (($config_file_info->mode & 004) && (!&is_win32()))
923 return if (&is_win32());
1056 system "stty -echo" unless (&is_win32()); # Echo off
1061 system "stty echo" unless (&is_win32()); # Echo on
1120 system "stty echo" unless (&is_win32()); # Echo on if cancel during a password read
H A Dmeteorsms306 unless (&is_win32())
314 sub is_win32
675 return if (&is_win32()); # a few things inexplicibly don't work on win32 in this method
773 if (($config_file_info->mode & 004) && (!&is_win32()))
923 return if (&is_win32());
1056 system "stty -echo" unless (&is_win32()); # Echo off
1061 system "stty echo" unless (&is_win32()); # Echo on
1120 system "stty echo" unless (&is_win32()); # Echo on if cancel during a password read
H A Dthreesms306 unless (&is_win32())
314 sub is_win32
675 return if (&is_win32()); # a few things inexplicibly don't work on win32 in this method
773 if (($config_file_info->mode & 004) && (!&is_win32()))
923 return if (&is_win32());
1056 system "stty -echo" unless (&is_win32()); # Echo off
1061 system "stty echo" unless (&is_win32()); # Echo on
1120 system "stty echo" unless (&is_win32()); # Echo on if cancel during a password read

12345678910>>...28