Home
last modified time | relevance | path

Searched refs:tz (Results 26 – 50 of 87) sorted by last modified time

1234

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1tz-index: 2500;\\n}\\n\\n.context-view.fixed {\\n\\tall: initial;\\n\\tfont-family: inherit;\\n\\t…
H A D11.11.js.map1 …pe',\n 'with'\n ],\n typeKeywords: ['int', 'unit', 'string', 'tz'],\n operators: […
H A D2.2.js.map1tz], with tx, ty and tz being the first, second and third translation-value parameters respectivel…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1tz","isArray","shift","pop","bin","bins","push","_","constant","thresholds","sort","quantile","dev…
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php30 * @param DateTimeZone $tz
34 public static function parseDateTime($dt, DateTimeZone $tz = null) argument
43 if ('Z' === $matches[7] || is_null($tz)) {
44 $tz = new DateTimeZone('UTC');
48 …($matches[1].'-'.$matches[2].'-'.$matches[3].' '.$matches[4].':'.$matches[5].':'.$matches[6], $tz);
60 * @param DateTimeZone $tz
64 public static function parseDate($date, DateTimeZone $tz = null) argument
73 if (is_null($tz)) {
74 $tz = new DateTimeZone('UTC');
78 $date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3], $tz);
H A DFreeBusyGenerator.php529 $tz = new \DateTimeZone('UTC');
531 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz));
542 $busyTime[0] = new \DateTimeImmutable('@'.$busyTime['start'], $tz);
543 $busyTime[1] = new \DateTimeImmutable('@'.$busyTime['end'], $tz);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php88 $tz = $dt->getTimeZone();
89 $isUtc = in_array($tz->getName(), ['UTC', 'GMT', 'Z']);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php336 foreach ($timezones as $tz) $calendar->add($tz);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php200 $tz = null;
208 if (is_null($tz)) {
209 $tz = $d->getTimeZone();
210 $isUtc = in_array($tz->getName(), ['UTC', 'GMT', 'Z', '+00:00']);
212 $this->offsetSet('TZID', $tz->getName());
215 $d = $d->setTimeZone($tz);
263 $tz = $dts[0]->getTimeZone();
264 $isUtc = $isFloating ? false : in_array($tz->getName(), ['UTC', 'GMT', 'Z']);
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng110 param-tz = element tz { value-text | value-uri }?
180 param-pref, param-type, param-geo, param-tz,
229 property-tz = element tz {
379 | property-tz | property-uid | property-url
/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1 …ours\", \"minutes\", \"seconds\",\n \"timezone\", \"tz\", \"now\", \"uuid\"…
/plugin/pdfjs/pdfjs/web/locale/zam/
H A Dviewer.properties38 document_properties.title=Sá nìe yêtz...
39 document_properties_label=Sá nìe yêtz...
56 attachments.title=Mb-&lòɁ yêtz
58 findbar.title=GòzăɁl lèɁn yêtz
/plugin/pdfjs/pdfjs/web/locale/cak/
H A Dviewer.properties227 unexpected_response_error=Man oyob'en ta tz'olin rutzij ruk'u'x samaj.
240 password_ok=Ütz
245 web_fonts_disabled=E chupül ri taq ajk'amaya'l tz'ib': man tikirel ta nokisäx ri taq tz'ib' PDF pa …
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php31 * @param DateTimeZone $tz
34 static public function parseDateTime($dt, DateTimeZone $tz = null) { argument
43 if ($matches[7]==='Z' || is_null($tz)) {
44 $tz = new DateTimeZone('UTC');
46 …. $matches[2] . '-' . $matches[3] . ' ' . $matches[4] . ':' . $matches[5] .':' . $matches[6], $tz);
58 * @param DateTimeZone $tz
61 static public function parseDate($date, DateTimeZone $tz = null) { argument
70 if (is_null($tz)) {
71 $tz = new DateTimeZone('UTC');
74 $date = new DateTime($matches[1] . '-' . $matches[2] . '-' . $matches[3], $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/lib/Property/ICalendar/
H A DDateTime.php207 $tz = null;
216 if (is_null($tz)) {
217 $tz = $d->getTimeZone();
218 $isUtc = in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
220 $this->offsetSet('TZID', $tz->getName());
223 $d->setTimeZone($tz);
279 $tz = $dts[0]->getTimeZone();
280 $isUtc = $isFloating ? false : in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php94 $tz = null;
97 $tz = $dt->getTimeZone();
98 $isUtc = in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
/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/
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/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/Recur/
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
686 $dt = new DateTime($start, new DateTimeZone($tz));
/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…

1234