Home
last modified time | relevance | path

Searched refs:testdate (Results 1 – 25 of 115) sorted by relevance

12345

/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DUtils.php58 $testdate = $date;
60 if (substr($testdate, 0, 1) == '%') {
61 $testdate = substr($testdate, 1);
64 if (substr($testdate, -1, 1) == '%') {
65 $testdate = substr($testdate, 0, strlen($testdate) - 1);
68 return is_int($testdate);
/dports/mail/sma/sma-1.4/contrib/
H A Dspam-graph.pl82 $testdate=$sdate;
87 $itestm = substr($testdate,2,2);
88 $testdate=&DateCalc($sdate,"+$i day",\$err);
89 $testdate=substr($testdate,0,8);
90 $testm = substr($testdate,2,2);
97 $logfile = $testdate . $post;
100 if ($testdate > 20020602)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/opensurvey/wizard/
H A Dcreate_survey.php81 $testdate = false; variable
87 $testdate = true; variable
90 $testdate = true; variable
98 if (!$testdate) {
102 if ($title && $testdate) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/opensurvey/wizard/
H A Dcreate_survey.php79 $testdate = false; variable
87 $testdate = true; variable
90 $testdate = true; variable
98 if (!$testdate) {
102 if ($title && $testdate)
/dports/security/beecrypt/beecrypt-4.2.1/c++/util/
H A DMakefile.am16 TESTS = testlist testdate testprop
18 check_PROGRAMS = testlist testdate testprop
23 testdate_SOURCES = testdate.cxx
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A DMakefile73 testftnaddr testdate teststrtok testrematch
148 testdate: testdate.o $(LIB) target
149 $(CC) $(LFLAGS) -o testdate testdate.o $(LIBS)
150 testdate.o: parsedate.c
151 $(CC) $(CFLAGS) $(LOCAL_CFLAGS) -DTEST -c parsedate.c -o testdate.o
/dports/www/moodle310/moodle/lib/form/tests/behat/
H A Drepeat_defaults.feature11 | testdate[1][day] | 8 |
12 | testdate[1][month] | September |
13 | testdate[1][year] | 2013 |
/dports/www/moodle39/moodle/lib/form/tests/behat/
H A Drepeat_defaults.feature11 | testdate[1][day] | 8 |
12 | testdate[1][month] | September |
13 | testdate[1][year] | 2013 |
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafilesystem/tests/
H A Dtest.lua57 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
58 assert (lfs.touch (tmpfile, testdate))
60 assert (new_att.access == testdate, "could not set access time")
61 assert (new_att.modification == testdate, "could not set modification time")
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafilesystem/tests/
H A Dtest.lua57 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
58 assert (lfs.touch (tmpfile, testdate))
60 assert (new_att.access == testdate, "could not set access time")
61 assert (new_att.modification == testdate, "could not set modification time")
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafilesystem/tests/
H A Dtest.lua57 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
58 assert (lfs.touch (tmpfile, testdate))
60 assert (new_att.access == testdate, "could not set access time")
61 assert (new_att.modification == testdate, "could not set modification time")
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafilesystem/tests/
H A Dtest.lua57 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
58 assert (lfs.touch (tmpfile, testdate))
60 assert (new_att.access == testdate, "could not set access time")
61 assert (new_att.modification == testdate, "could not set modification time")
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafilesystem/tests/
H A Dtest.lua57 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
58 assert (lfs.touch (tmpfile, testdate))
60 assert (new_att.access == testdate, "could not set access time")
61 assert (new_att.modification == testdate, "could not set modification time")
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafilesystem/tests/
H A Dtest.lua57 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
58 assert (lfs.touch (tmpfile, testdate))
60 assert (new_att.access == testdate, "could not set access time")
61 assert (new_att.modification == testdate, "could not set modification time")
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafilesystem/tests/
H A Dtest.lua57 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
58 assert (lfs.touch (tmpfile, testdate))
60 assert (new_att.access == testdate, "could not set access time")
61 assert (new_att.modification == testdate, "could not set modification time")
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/test/
H A DMakefile.in5 PROGRAMS = testall testdbm testdate testxml testrmm \
46 testdate_OBJECTS = testdate.lo
48 testdate: $(testdate_OBJECTS) $(testdate_LDADD)
/dports/emulators/mess/mame-mame0226/3rdparty/luafilesystem/tests/
H A Dtest.lua69 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
70 assert (lfs.touch (tmpfile, testdate))
72 assert (new_att.access == testdate, "could not set access time")
73 assert (new_att.modification == testdate, "could not set modification time")
/dports/emulators/mame/mame-mame0226/3rdparty/luafilesystem/tests/
H A Dtest.lua69 local testdate = os.time({ year = 2007, day = 10, month = 2, hour=0})
70 assert (lfs.touch (tmpfile, testdate))
72 assert (new_att.access == testdate, "could not set access time")
73 assert (new_att.modification == testdate, "could not set modification time")
/dports/www/moodle311/moodle/lib/form/tests/behat/
H A Drepeat_defaults.feature11 | testdate[1][day] | 8 |
12 | testdate[1][month] | September |
13 | testdate[1][year] | 2013 |
/dports/devel/boost-docs/boost_1_72_0/libs/date_time/test/gregorian/
H A Dtestgreg_wstream.cpp49 date testdate(not_a_date_time); in main()
50 wss2 >> testdate; in main()
51 check("date operator>>", to_simple_wstring(testdate) == res); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/test/gregorian/
H A Dtestgreg_wstream.cpp49 date testdate(not_a_date_time); in main()
50 wss2 >> testdate; in main()
51 check("date operator>>", to_simple_wstring(testdate) == res); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestgreg_wstream.cpp49 date testdate(not_a_date_time); in main()
50 wss >> testdate; in main()
51 check("date operator>>", to_simple_wstring(testdate) == res); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestgreg_wstream.cpp49 date testdate(not_a_date_time); in main()
50 wss >> testdate; in main()
51 check("date operator>>", to_simple_wstring(testdate) == res); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestgreg_wstream.cpp49 date testdate(not_a_date_time); in main()
50 wss >> testdate; in main()
51 check("date operator>>", to_simple_wstring(testdate) == res); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestgreg_wstream.cpp49 date testdate(not_a_date_time); in main()
50 wss >> testdate; in main()
51 check("date operator>>", to_simple_wstring(testdate) == res); in main()

12345