Home
last modified time | relevance | path

Searched refs:tz (Results 76 – 87 of 87) sorted by path

1234

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php28 $tz = new \DateTimeZone('UTC');
30 …se($vfb->isFree(new \DateTime('2012-09-12 01:15:00', $tz), new \DateTime('2012-09-12 01:45:00', $t…
31 …se($vfb->isFree(new \DateTime('2012-09-12 08:05:00', $tz), new \DateTime('2012-09-12 08:10:00', $t…
32 …se($vfb->isFree(new \DateTime('2012-09-12 10:15:00', $tz), new \DateTime('2012-09-12 10:45:00', $t…
35 …ue($vfb->isFree(new \DateTime('2012-09-12 09:00:00', $tz), new \DateTime('2012-09-12 09:15:00', $t…
36 …ue($vfb->isFree(new \DateTime('2012-09-12 09:45:00', $tz), new \DateTime('2012-09-12 10:00:00', $t…
37 …ue($vfb->isFree(new \DateTime('2012-09-12 11:00:00', $tz), new \DateTime('2012-09-12 12:00:00', $t…
H A DVTimeZoneTest.php48 $tz = new \DateTimeZone('America/Toronto');
51 $tz,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php23 $dt->setTimeZone($tz);
40 $dt->setTimeZone($tz);
55 $dt->setTimeZone($tz);
70 $dt->setTimeZone($tz);
85 $dt->setTimeZone($tz);
102 $dt->setTimeZone($tz);
120 $dt1->setTimeZone($tz);
121 $dt2->setTimeZone($tz);
139 $dt1->setTimeZone($tz);
140 $dt2->setTimeZone($tz);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php37 $tz = new DateTimeZone('Europe/Moscow');
40 new DateTime('2013-07-10 11:00:00', $tz),
41 new DateTime('2013-07-12 11:00:00', $tz),
42 new DateTime('2013-07-13 11:00:00', $tz),
H A DIssue50Test.php116 $tz = new DateTimeZone('Europe/Brussels');
119 new DateTime('2013-07-15 09:00:00', $tz),
120 new DateTime('2013-07-16 07:00:00', $tz),
121 new DateTime('2013-07-17 07:00:00', $tz),
122 new DateTime('2013-07-18 09:00:00', $tz),
123 new DateTime('2013-07-19 07:00:00', $tz),
H A DMainTest.php101 $tz = new DateTimeZone('UTC');
154 $tz = new DateTimeZone('UTC');
201 $tz = new DateTimeZone('UTC');
243 $tz = new DateTimeZone('UTC');
296 $tz = new DateTimeZone('UTC');
349 $tz = new DateTimeZone('UTC');
402 $tz = new DateTimeZone('UTC');
453 $tz = new DateTimeZone('UTC');
509 $tz = new DateTimeZone('UTC');
562 $tz = new DateTimeZone('UTC');
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
686 $dt = new DateTime($start, new DateTimeZone($tz));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php20 $tz = new \DateTimeZone($timezoneName);
21 $this->assertInstanceOf('DateTimeZone', $tz);
84 $this->assertEquals($ex->getName(), $tz->getName());
110 $this->assertEquals($ex->getName(), $tz->getName());
151 $this->assertEquals($ex->getName(), $tz->getName());
159 $this->assertEquals($ex->getName(), $tz->getName());
168 $tz = TimeZoneUtil::getTimeZone($tzid);
171 $this->assertEquals($ex->getName(), $tz->getName());
180 $tz = TimeZoneUtil::getTimeZone($tzid);
183 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5915 else if(m instanceof Date) { t = "dateTime.tz"; m = m.toISOString(); }
17947 case "date": case "dateTime.tz": oval = parseDate(val); break;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …es;\n\t};\n\tz.addEvent=function(ev){\n\t\tif (typeof (ev) == \"function\")\n\t\t\treturn dhx_catc…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1 …es;\n\t};\n\tz.addEvent=function(ev){\n\t\tif (typeof (ev) == \"function\")\n\t\t\treturn dhx_catc…
H A Ddhtmlxgantt_keyboard_navigation.js.map1 …es;\n\t};\n\tz.addEvent=function(ev){\n\t\tif (typeof (ev) == \"function\")\n\t\t\treturn dhx_catc…

1234