Home
last modified time | relevance | path

Searched refs:localtime (Results 26 – 50 of 6933) sorted by relevance

12345678910>>...278

/dports/lang/php73/php-7.3.33/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
6 * Description: Returns the results of the C system call localtime as an associative array
12 echo "*** Testing localtime() : basic functionality ***\n";
20 // Calling localtime() with all possible arguments
21 var_dump( localtime($timestamp, $associative_array) );
23 // Calling localtime() with possible optional arguments
24 var_dump( localtime($timestamp) );
26 // Calling localtime() with mandatory arguments
27 var_dump( localtime() );
[all …]
H A Dlocaltime_variation1.phpt5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
6 * Description: Returns the results of the C system call localtime as an associative array
12 echo "*** Testing localtime() : usage variation ***\n";
92 var_dump( localtime($value) );
93 var_dump( localtime($value, $is_associative) );
99 *** Testing localtime() : usage variation ***
229 Warning: localtime() expects parameter 1 to be int, array given in %s on line %d
232 Warning: localtime() expects parameter 1 to be int, array given in %s on line %d
237 Warning: localtime() expects parameter 1 to be int, array given in %s on line %d
240 Warning: localtime() expects parameter 1 to be int, array given in %s on line %d
[all …]
H A Dlocaltime_error.phpt2 Test localtime() function : error conditions
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
6 * Description: Returns the results of the C system call localtime as an associative array
15 echo "*** Testing localtime() : error conditions ***\n";
17 echo "\n-- Testing localtime() function with more than expected no. of arguments --\n";
21 var_dump( localtime($timestamp, $assoc, $extra_arg) );
26 *** Testing localtime() : error conditions ***
28 -- Testing localtime() function with more than expected no. of arguments --
30 Warning: localtime() expects at most 2 parameters, 3 given in %s on line %d
/dports/lang/php74/php-7.4.27/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
6 * Description: Returns the results of the C system call localtime as an associative array
12 echo "*** Testing localtime() : basic functionality ***\n";
20 // Calling localtime() with all possible arguments
21 var_dump( localtime($timestamp, $associative_array) );
23 // Calling localtime() with possible optional arguments
24 var_dump( localtime($timestamp) );
26 // Calling localtime() with mandatory arguments
27 var_dump( localtime() );
[all …]
/dports/www/mod_php74/php-7.4.27/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
6 * Description: Returns the results of the C system call localtime as an associative array
12 echo "*** Testing localtime() : basic functionality ***\n";
20 // Calling localtime() with all possible arguments
21 var_dump( localtime($timestamp, $associative_array) );
23 // Calling localtime() with possible optional arguments
24 var_dump( localtime($timestamp) );
26 // Calling localtime() with mandatory arguments
27 var_dump( localtime() );
[all …]
/dports/www/mod_php73/php-7.3.33/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
6 * Description: Returns the results of the C system call localtime as an associative array
12 echo "*** Testing localtime() : basic functionality ***\n";
20 // Calling localtime() with all possible arguments
21 var_dump( localtime($timestamp, $associative_array) );
23 // Calling localtime() with possible optional arguments
24 var_dump( localtime($timestamp) );
26 // Calling localtime() with mandatory arguments
27 var_dump( localtime() );
[all …]
H A Dlocaltime_variation1.phpt5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
6 * Description: Returns the results of the C system call localtime as an associative array
12 echo "*** Testing localtime() : usage variation ***\n";
92 var_dump( localtime($value) );
93 var_dump( localtime($value, $is_associative) );
99 *** Testing localtime() : usage variation ***
229 Warning: localtime() expects parameter 1 to be int, array given in %s on line %d
232 Warning: localtime() expects parameter 1 to be int, array given in %s on line %d
237 Warning: localtime() expects parameter 1 to be int, array given in %s on line %d
240 Warning: localtime() expects parameter 1 to be int, array given in %s on line %d
[all …]
H A Dlocaltime_error.phpt2 Test localtime() function : error conditions
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
6 * Description: Returns the results of the C system call localtime as an associative array
15 echo "*** Testing localtime() : error conditions ***\n";
17 echo "\n-- Testing localtime() function with more than expected no. of arguments --\n";
21 var_dump( localtime($timestamp, $assoc, $extra_arg) );
26 *** Testing localtime() : error conditions ***
28 -- Testing localtime() function with more than expected no. of arguments --
30 Warning: localtime() expects at most 2 parameters, 3 given in %s on line %d
/dports/lang/gnustep-base/libs-base-base-1_27_0/NSTimeZones/
H A DMakefile.postamble59 if [ -f NSTimeZones/localtime ]; then \
60 cp NSTimeZones/localtime /tmp/localtime.tmp; \
62 rm -f /tmp/localtime.tmp; \
67 if [ -f /tmp/localtime.tmp ]; then \
68 cp /tmp/localtime.tmp NSTimeZones/localtime; \
69 rm -f /tmp/localtime.tmp; \
/dports/www/mod_php81/php-8.1.1/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 echo "*** Testing localtime() : basic functionality ***\n";
13 // Calling localtime() with all possible arguments
14 var_dump( localtime($timestamp, $associative_array) );
16 // Calling localtime() with possible optional arguments
17 var_dump( localtime($timestamp) );
19 // Calling localtime() with mandatory arguments
20 var_dump( localtime() );
24 *** Testing localtime() : basic functionality ***
/dports/lang/php81/php-8.1.1/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 echo "*** Testing localtime() : basic functionality ***\n";
13 // Calling localtime() with all possible arguments
14 var_dump( localtime($timestamp, $associative_array) );
16 // Calling localtime() with possible optional arguments
17 var_dump( localtime($timestamp) );
19 // Calling localtime() with mandatory arguments
20 var_dump( localtime() );
24 *** Testing localtime() : basic functionality ***
/dports/lang/php80/php-8.0.15/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 echo "*** Testing localtime() : basic functionality ***\n";
13 // Calling localtime() with all possible arguments
14 var_dump( localtime($timestamp, $associative_array) );
16 // Calling localtime() with possible optional arguments
17 var_dump( localtime($timestamp) );
19 // Calling localtime() with mandatory arguments
20 var_dump( localtime() );
24 *** Testing localtime() : basic functionality ***
/dports/www/mod_php80/php-8.0.15/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 echo "*** Testing localtime() : basic functionality ***\n";
13 // Calling localtime() with all possible arguments
14 var_dump( localtime($timestamp, $associative_array) );
16 // Calling localtime() with possible optional arguments
17 var_dump( localtime($timestamp) );
19 // Calling localtime() with mandatory arguments
20 var_dump( localtime() );
24 *** Testing localtime() : basic functionality ***
/dports/misc/estic/estic-1.61_10/spunk/
H A Ddatetime.cc240 struct tm* TM = localtime (&Val); in DateStr()
283 struct tm* TM = localtime (&Val); in TimeStr()
363 struct tm* TM = localtime (&Val); in SetYear()
381 struct tm* TM = localtime (&Val); in SetMonth()
399 struct tm* TM = localtime (&Val); in SetDay()
417 struct tm* TM = localtime (&Val); in SetHour()
435 struct tm* TM = localtime (&Val); in SetMin()
453 struct tm* TM = localtime (&Val); in SetSec()
471 struct tm* TM = localtime (&Val); in SetTime()
491 struct tm* TM = localtime (&Val); in SetTime()
[all …]
/dports/audio/sfront/sfront-0.99/examples/gliss/
H A Dgliss.saol45 localtime = localtime + 1 / k_rate;
47 if (localtime < 0.010000) {
58 if (localtime > 10.000000) {
71 localtime = 0;
78 localtime = 0;
90 if (localtime >= 0.100000) {
121 localtime = localtime + 1 / k_rate;
123 if (localtime < 0.010000) {
134 if (localtime > 10.000000) {
147 localtime = 0;
[all …]
/dports/devel/open-beagle/beagle-3.0.3/PACC/Util/
H A DDate.cpp52 struct tm& lTime = *::localtime(&mTime); in get()
73 struct tm& lTime = *::localtime(&mTime); in getDayOfMonth()
85 struct tm& lTime = *::localtime(&mTime); in getDayOfWeek()
97 struct tm& lTime = *::localtime(&mTime); in getDayOfYear()
109 struct tm& lTime = *::localtime(&mTime); in getHourOfDay()
121 struct tm& lTime = *::localtime(&mTime); in getMinutesOfHour()
133 struct tm& lTime = *::localtime(&mTime); in getSecondsOfMinute()
145 struct tm& lTime = *::localtime(&mTime); in getMonthOfYear()
163 struct tm& lTime = *::localtime(&mTime); in getYear()
175 struct tm& lTime = *::localtime(&mTime); in setDate()
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/threads/t/
H A Dlibc.t24 my %localtime;
26 $localtime{$_} = localtime($_);
33 my $localtime = $localtime{$arg};
36 my $lt = localtime($arg);
37 if ($localtime ne $lt) {
46 is($threads[$_]->join(), 0, 'localtime() thread-safe');
/dports/lang/perl5.30/perl-5.30.3/dist/threads/t/
H A Dlibc.t24 my %localtime;
26 $localtime{$_} = localtime($_);
33 my $localtime = $localtime{$arg};
36 my $lt = localtime($arg);
37 if ($localtime ne $lt) {
46 is($threads[$_]->join(), 0, 'localtime() thread-safe');
/dports/devel/p5-threads/threads-2.21/t/
H A Dlibc.t24 my %localtime;
26 $localtime{$_} = localtime($_);
33 my $localtime = $localtime{$arg};
36 my $lt = localtime($arg);
37 if ($localtime ne $lt) {
46 is($threads[$_]->join(), 0, 'localtime() thread-safe');
/dports/lang/perl5.34/perl-5.34.0/dist/threads/t/
H A Dlibc.t30 my %localtime;
32 $localtime{$_} = localtime($_);
39 my $localtime = $localtime{$arg};
42 my $lt = localtime($arg);
43 if ($localtime ne $lt) {
52 is($threads[$_]->join(), 0, 'localtime() thread-safe');
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/threads/t/
H A Dlibc.t30 my %localtime;
32 $localtime{$_} = localtime($_);
39 my $localtime = $localtime{$arg};
42 my $lt = localtime($arg);
43 if ($localtime ne $lt) {
52 is($threads[$_]->join(), 0, 'localtime() thread-safe');
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/.github/workflows/
H A Dtestingv8.yml51 …sudo docker run -d -h ns.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -e "TEST_KDC_ADDR=${TEST_…
52 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 88:88 -p 88:88/udp -p…
53 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 78:88 -p 78:88/udp --…
54 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 98:88 -p 98:88/udp --…
55 …sudo docker run -d -h kdc.resdom.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 188:88 -p 188:88/ud…
56 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 58:88 -p 58:88/udp --…
57 …do docker run -d --add-host host.test.gokrb5:127.0.0.88 -v /etc/localtime:/etc/localtime:ro -p 80:…
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/.github/workflows/
H A Dtestingv8.yml51 …sudo docker run -d -h ns.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -e "TEST_KDC_ADDR=${TEST_…
52 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 88:88 -p 88:88/udp -p…
53 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 78:88 -p 78:88/udp --…
54 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 98:88 -p 98:88/udp --…
55 …sudo docker run -d -h kdc.resdom.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 188:88 -p 188:88/ud…
56 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 58:88 -p 58:88/udp --…
57 …do docker run -d --add-host host.test.gokrb5:127.0.0.88 -v /etc/localtime:/etc/localtime:ro -p 80:…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/.github/workflows/
H A Dtestingv8.yml51 …sudo docker run -d -h ns.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -e "TEST_KDC_ADDR=${TEST_…
52 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 88:88 -p 88:88/udp -p…
53 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 78:88 -p 78:88/udp --…
54 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 98:88 -p 98:88/udp --…
55 …sudo docker run -d -h kdc.resdom.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 188:88 -p 188:88/ud…
56 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 58:88 -p 58:88/udp --…
57 …do docker run -d --add-host host.test.gokrb5:127.0.0.88 -v /etc/localtime:/etc/localtime:ro -p 80:…
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/.github/workflows/
H A Dtestingv8.yml51 …sudo docker run -d -h ns.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -e "TEST_KDC_ADDR=${TEST_…
52 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 88:88 -p 88:88/udp -p…
53 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 78:88 -p 78:88/udp --…
54 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 98:88 -p 98:88/udp --…
55 …sudo docker run -d -h kdc.resdom.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 188:88 -p 188:88/ud…
56 …sudo docker run -d -h kdc.test.gokrb5 -v /etc/localtime:/etc/localtime:ro -p 58:88 -p 58:88/udp --…
57 …do docker run -d --add-host host.test.gokrb5:127.0.0.88 -v /etc/localtime:/etc/localtime:ro -p 80:…

12345678910>>...278