| /third_party/boost/libs/date_time/xmldoc/ |
| D | date_period.xml | 60 <entry><screen>date_period dp(date(2002,Jan,10), 61 date(2002,Jan,12));</screen></entry> 69 <entry><screen>date_period dp(date(2002,Jan,10), 153 <entry><screen>date_period dp(date(2002,Jan,1), 154 date(2002,Jan,10)); 155 dp.begin() --> 2002-Jan-01</screen> 164 <entry><screen>date_period dp(date(2002,Jan,1), 165 date(2002,Jan,10)); 166 dp.last() --> 2002-Jan-09</screen> 175 <entry><screen>date_period dp(date(2002,Jan,1), [all …]
|
| D | ex_date_period_calc.xml | 53 { date_period(date(2002,Feb,2), date(2002,Feb,4)),//weekend of 2nd-3rd 54 date_period(date(2002,Feb,9), date(2002,Feb,11)), 55 date_period(date(2002,Feb,16), date(2002,Feb,18)), 56 date_period(date(2002,Feb,23), date(2002,Feb,25)), 57 date_period(date(2002,Feb,12), date(2002,Feb,13))//a random holiday 2-12 77 date d(2002,Feb,16);
|
| D | ex_time_periods.xml | 21 * [2002-Feb-01 00:00:00/2002-Feb-01 23:59:59.999999999] 22 * contains 2002-Feb-01 03:00:05 23 * [2002-Feb-01 00:00:00/2002-Feb-01 23:59:59.999999999] 25 * [2002-Feb-01 00:00:00/2002-Feb-01 03:00:04.999999999] 27 * [2002-Feb-01 00:00:00/2002-Feb-01 03:00:04.999999999] 50 date d(2002,Feb,1); //an arbitrary date
|
| D | ex_print_hours.xml | 25 * 2002-Mar-08 16:30:59 26 * 2002-Mar-08 17:30:59 27 * 2002-Mar-08 18:30:59 28 * 2002-Mar-08 19:30:59 29 * 2002-Mar-08 20:30:59 30 * 2002-Mar-08 21:30:59 31 * 2002-Mar-08 22:30:59 32 * 2002-Mar-08 23:30:59
|
| D | ex_local_utc_conversion.xml | 23 * 2001-Dec-31 19:00:00 in New York is 2002-Jan-01 00:00:00 UTC time 24 * 2002-Jan-01 00:00:00 UTC is 2001-Dec-31 19:00:00 New York time 27 * 2002-May-31 20:00:00 in New York is 2002-Jun-01 00:00:00 UTC time 28 * 2002-Jun-01 00:00:00 UTC is 2002-May-31 20:00:00 New York time 31 * 2002-May-31 17:00:00 in Arizona is 2002-Jun-01 00:00:00 UTC time 47 ptime t10(date(2002,Jan,1), hours(7)); 75 ptime t4(date(2002,May,31), hours(20)); //4 hours b/f midnight NY time 91 ptime t7(date(2002,May,31), hours(17));
|
| D | ex_print_month.xml | 22 * Enter Year: 2002 24 * 2002-Feb-01 [Fri] 25 * 2002-Feb-02 [Sat] 26 * 2002-Feb-03 [Sun] 27 * 2002-Feb-04 [Mon] 28 * 2002-Feb-05 [Tue] 29 * 2002-Feb-06 [Wed] 30 * 2002-Feb-07 [Thu]
|
| D | ex_print_holidays.xml | 21 * Enter Year: 2002 22 * 2002-Jan-01 [Tue] 23 * 2002-Jan-21 [Mon] 24 * 2002-Feb-12 [Tue] 25 * 2002-Jul-04 [Thu] 26 * 2002-Sep-02 [Mon] 27 * 2002-Nov-28 [Thu] 28 * 2002-Dec-25 [Wed]
|
| D | date_algorithms.xml | 68 date d = lwdm.get_date(2002); 69 //2002-Jan-28</screen> 81 date d = fdm.get_date(2002); 82 //2002-Jan-07</screen> 96 date d = ndm.get_date(2002); 97 //2002-Jan-21</screen> 108 date d = pd.get_date(2002); 109 //2002-Jan-01</screen> 116 <entry>Calculate something like First Sunday after Jan 1,2002</entry> 120 date d = fdaf.get_date(date(2002,Jan,1)); [all …]
|
| /third_party/boost/ |
| D | NOTICE | 94 Copyright David Abrahams 2002 - 2003. 95 Copyright Aleksey Gurtovoy 2002. 103 Copyright John Maddock 2001 - 2002. 105 Copyright David Abrahams 2002. 112 Copyright Darin Adler 2001 - 2002. 113 Copyright Jens Maurer 2001 - 2002. 115 Copyright Douglas Gregor 2002. 122 Copyright Aleksey Gurtovoy 2002 - 2003. 123 Copyright Guillaume Melquiond 2002 - 2003. 126 Copyright David Abrahams 2001 - 2002. [all …]
|
| /third_party/boost/libs/date_time/test/gregorian/ |
| D | testgenerators.cpp | 1 /* Copyright (c) 2002,2003,2005 CrystalClear Software, Inc. 39 std::cout << lsif.get_date(2002) << std::endl; //24th in main() 40 check("Last kday", date(2002,Feb,24) == lsif.get_date(2002)); in main() 43 check("Last kday", date(2002,Feb,28) == ltif.get_date(2002)); in main() 46 check("Last kday", date(2002,Feb,22) == lfif.get_date(2002)); in main() 52 std::cout << fsif.get_date(2002) << std::endl; //24th in main() 53 check("First kday", date(2002,Feb,3) == fsif.get_date(2002)); in main() 56 check("First kday", date(2002,Feb,7) == ftif.get_date(2002)); in main() 59 check("First kday", date(2002,Feb,1) == ffif.get_date(2002)); in main() 64 std::cout << fkaf.get_date(date(2002,Feb,1)) << std::endl; //feb 4 in main() [all …]
|
| /third_party/boost/libs/date_time/example/gregorian/ |
| D | period_calc.cpp | 36 { date_period(date(2002,Feb,2), date(2002,Feb,4)),//weekend of 2nd-3rd in generateExclusion() 37 date_period(date(2002,Feb,9), date(2002,Feb,11)), in generateExclusion() 38 date_period(date(2002,Feb,16), date(2002,Feb,18)), in generateExclusion() 39 date_period(date(2002,Feb,23), date(2002,Feb,25)), in generateExclusion() 40 date_period(date(2002,Feb,12), date(2002,Feb,13))//a random holiday 2-12 in generateExclusion() 60 date d(2002,Feb,16); in main()
|
| D | print_month.cpp | 5 * Enter Year: 2002 7 * 2002-Feb-01 [Fri] 8 * 2002-Feb-02 [Sat] 9 * 2002-Feb-03 [Sun] 10 * 2002-Feb-04 [Mon] 11 * 2002-Feb-05 [Tue] 12 * 2002-Feb-06 [Wed] 13 * 2002-Feb-07 [Thu]
|
| D | print_holidays.cpp | 3 * Enter Year: 2002 4 * 2002-Jan-01 [Tue] 5 * 2002-Jan-21 [Mon] 6 * 2002-Feb-12 [Tue] 7 * 2002-Jul-04 [Thu] 8 * 2002-Sep-02 [Mon] 9 * 2002-Nov-28 [Thu] 10 * 2002-Dec-25 [Wed]
|
| /third_party/boost/libs/date_time/example/posix_time/ |
| D | time_periods.cpp | 3 * [2002-Feb-01 00:00:00/2002-Feb-01 23:59:59.999999999] contains 2002-Feb-01 03:00:05 4 * [2002-Feb-01 00:00:00/2002-Feb-01 23:59:59.999999999] intersected with 5 * [2002-Feb-01 00:00:00/2002-Feb-01 03:00:04.999999999] is 6 * [2002-Feb-01 00:00:00/2002-Feb-01 03:00:04.999999999] 29 date d(2002,Feb,1); //an arbitrary date in main()
|
| D | print_hours.cpp | 8 * 2002-Mar-08 16:30:59 9 * 2002-Mar-08 17:30:59 10 * 2002-Mar-08 18:30:59 11 * 2002-Mar-08 19:30:59 12 * 2002-Mar-08 20:30:59 13 * 2002-Mar-08 21:30:59 14 * 2002-Mar-08 22:30:59 15 * 2002-Mar-08 23:30:59
|
| D | local_utc_conversion.cpp | 5 * 2001-Dec-31 19:00:00 in New York is 2002-Jan-01 00:00:00 UTC time 6 * 2002-Jan-01 00:00:00 UTC is 2001-Dec-31 19:00:00 New York time 9 * 2002-May-31 20:00:00 in New York is 2002-Jun-01 00:00:00 UTC time 10 * 2002-Jun-01 00:00:00 UTC is 2002-May-31 20:00:00 New York time 13 * 2002-May-31 17:00:00 in Arizona is 2002-Jun-01 00:00:00 UTC time 29 ptime t10(date(2002,Jan,1), hours(7)); in main() 57 ptime t4(date(2002,May,31), hours(20)); //4 hours b/f midnight NY time in main() 73 ptime t7(date(2002,May,31), hours(17)); in main()
|
| /third_party/gettext/gnulib-local/m4/ |
| D | ChangeLog.0 | 18 2002-12-22 Bruno Haible <bruno@clisp.org> 27 2002-12-07 Bruno Haible <bruno@clisp.org> 33 2002-11-19 Bruno Haible <bruno@clisp.org> 43 2002-11-13 Bruno Haible <bruno@clisp.org> 49 2002-11-08 Bruno Haible <bruno@clisp.org> 54 2002-11-08 Bruno Haible <bruno@clisp.org> 60 2002-11-07 Bruno Haible <bruno@clisp.org> 64 2002-10-27 Bruno Haible <bruno@clisp.org> 72 2002-08-25 Bruno Haible <bruno@clisp.org> 77 2002-08-06 Bruno Haible <bruno@clisp.org> [all …]
|
| /third_party/boost/libs/date_time/test/posix_time/ |
| D | testdst_rules.cpp | 1 /* Copyright (c) 2002,2003 CrystalClear Software, Inc. 53 date d(2002,Feb,1); in main() 59 date dst_start(2002,Apr, 7); in main() 60 date dst_end(2002,Oct, 27); in main() 71 check("dst start", us_dst_local::local_dst_start_day(2002) == dst_start); in main() 72 check("dst end", us_dst_local::local_dst_end_day(2002) == dst_end); in main() 115 date dst_start2(2002,Oct,27); //last Sunday in Oct in main() 116 date dst_end2(2002,Mar,31); //last Sunday in March in main() 121 dstcalc::local_is_dst(date(2002,May,1),hours(3), in main() 129 dstcalc::local_is_dst(date(2002,Jan,1),hours(3), in main() [all …]
|
| D | testlocal_adjustor.cpp | 1 /* Copyright (c) 2002,2003, 2007 CrystalClear Software, Inc. 19 date dst_start(2002,Apr, 7); in main() 20 date dst_end_day(2002,Oct, 27); in main() 29 date d3(2002,Feb,1); in main() 42 date d4(2002,May,1); in main() 58 ptime l_not_dst(dst_start, time_duration(1,59,59)); //2002-Apr-07 01:59:59 in main() 64 ptime l_in_dst(dst_start, hours(3)); //2002-Apr-07 03:00:00 1st sec of dst in main() 73 ptime dst_end(dst_end_day, time_duration(1,59,59)); //2002-Oct-27 01:00:00 DST in main() 113 ptime t7(date(2002,May,31), hours(17)); in main() 122 ptime t7a(date(2002,May,31), hours(17)); in main() [all …]
|
| /third_party/gettext/gettext-tools/doc/ |
| D | ChangeLog.0 | 29 2002-11-05 Bruno Haible <bruno@clisp.org> 33 2002-10-30 Bruno Haible <bruno@clisp.org> 39 2002-10-28 Bruno Haible <bruno@clisp.org> 44 2002-10-27 Bruno Haible <bruno@clisp.org> 48 2002-10-27 Bruno Haible <bruno@clisp.org> 54 2002-09-09 Bruno Haible <bruno@clisp.org> 60 2002-09-09 Bruno Haible <bruno@clisp.org> 65 2002-08-18 Bruno Haible <bruno@clisp.org> 71 2002-08-06 Bruno Haible <bruno@clisp.org> 75 2002-07-16 Bruno Haible <bruno@clisp.org> [all …]
|
| /third_party/PyYAML/lib/yaml/ |
| D | representer.py | 145 return self.represent_scalar('tag:yaml.org,2002:null', 'null') 148 return self.represent_scalar('tag:yaml.org,2002:str', data) 155 return self.represent_scalar('tag:yaml.org,2002:binary', data, style='|') 162 return self.represent_scalar('tag:yaml.org,2002:bool', value) 165 return self.represent_scalar('tag:yaml.org,2002:int', str(data)) 189 return self.represent_scalar('tag:yaml.org,2002:float', value) 199 return self.represent_sequence('tag:yaml.org,2002:seq', data) 202 # value.append(self.represent_mapping(u'tag:yaml.org,2002:map', 204 #return SequenceNode(u'tag:yaml.org,2002:pairs', value) 207 return self.represent_mapping('tag:yaml.org,2002:map', data) [all …]
|
| D | constructor.py | 176 if key_node.tag == 'tag:yaml.org,2002:value': 185 if key_node.tag == 'tag:yaml.org,2002:merge': 207 elif key_node.tag == 'tag:yaml.org,2002:value': 208 key_node.tag = 'tag:yaml.org,2002:str' 432 'tag:yaml.org,2002:null', 436 'tag:yaml.org,2002:bool', 440 'tag:yaml.org,2002:int', 444 'tag:yaml.org,2002:float', 448 'tag:yaml.org,2002:binary', 452 'tag:yaml.org,2002:timestamp', [all …]
|
| /third_party/gstreamer/gstreamer/docs/random/old/ |
| D | ChangeLog.gst-plugins | 47 2002-11-25 Colin Walters <walters@debian.org> 52 2002-11-17 Ken MacLeod <ken@bitsko.slc.ut.us> 58 2002-07-07 Richard Boulton <richard@tartarus.org> 63 2002-06-03 Richard Boulton <richard@tartarus.org> 69 2002-05-06 Thomas Vander Stichele <thomas@apestaart.org> 74 2002-02-06 Thomas Vander Stichele <thomas@apestaart.org> 78 2002-01-17 Bastien Nocera <hadess@hadess.net> 83 2002-01-06 Rodney Dawes <dobey@free.fr>
|
| /third_party/boost/doc/html/date_time/ |
| D | gregorian.html | 155 <tr><td><pre class="screen">date d(2002,Jan,10);</pre></td></tr> 194 <td>From delimited date string where with order year-month-day eg: 2002-1-25</td> 196 <tr><td><pre class="screen">std::string ds("2002/1/25"); 252 <tr><td><pre class="screen">date d(2002,Jan,10); 253 d.year(); // --> 2002</pre></td></tr> 258 <tr><td><pre class="screen">date d(2002,Jan,10); 264 <tr><td><pre class="screen">date d(2002,Jan,10); 270 <tr><td><pre class="screen">date d(2002,Jan,10); 272 // ymd.year --> 2002, 279 <tr><td><pre class="screen">date d(2002,Jan,10); [all …]
|
| /third_party/libxml2/test/schemas/ |
| D | date_0.xml | 8 <date1>2002-05-18</date1> 10 <date2>2002-05-19Z</date2> 11 <date1>2002-05-18Z</date1> 14 <dt2>2002-05-19T21:30:00.99</dt2> 20 <year1>2002</year1> 21 <yearmon1>2002-05</yearmon1>
|