Home
last modified time | relevance | path

Searched refs:tz (Results 51 – 75 of 87) sorted by relevance

1234

/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/davcard/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/Recur/
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
686 $dt = new DateTime($start, new DateTimeZone($tz));
/plugin/davcal/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/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php966 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
968 $dt = new DateTime($start, new DateTimeZone($tz));
/plugin/webdav/vendor/sabre/vobject/lib/
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/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php568 $tz = new \DateTimeZone('UTC');
570 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz));
582 $busyTime[0] = new \DateTimeImmutable('@' . $busyTime['start'], $tz);
583 $busyTime[1] = new \DateTimeImmutable('@' . $busyTime['end'], $tz);
/plugin/icalevents/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/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/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php88 $tz = $dt->getTimeZone();
89 $isUtc = in_array($tz->getName(), ['UTC', 'GMT', 'Z']);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php97 $tz = $dt->getTimeZone();
98 $isUtc = in_array($tz->getName(), ['UTC', 'GMT', 'Z']);
/plugin/davcal/
H A Dscript.js64 var tz = false;
66 tz = data['settings']['timezone'];
69 tz = data['settings']['meta']['forcetimezone'];
99 timezone: tz,
132 dw_davcal__modals.currentTz = (tz === false) ? '' : tz;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php319 foreach ($timezones as $tz) $calendar->add($tz);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php336 foreach ($timezones as $tz) $calendar->add($tz);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php611 public function setTimezone(DateTimeZone $tz): self argument
613 $this->timezone = $tz;
/plugin/icalevents/
H A Ddeleted.files17 externals/iCalcreator/lib/iCal.tz.inc.php
/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/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php806 $tz = '';
808 $tz = 'Z';
810 $tz = $dateTime->format('O');
813 return $value . ($ms !== '' ? '.' . $ms : '') . $tz;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D11.11.js.map1 …pe',\n 'with'\n ],\n typeKeywords: ['int', 'unit', 'string', 'tz'],\n operators: […
/plugin/translation/
H A Ddeleted.files364 flags/more/tz.gif
465 flags/tz.gif
/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1 …ours\", \"minutes\", \"seconds\",\n \"timezone\", \"tz\", \"now\", \"uuid\"…
/plugin/processing/
H A Dscript.js3797 translate: function(tx, ty, tz) {
3798 if (tz === undef) {
3799 tz = 0;
3802 … this.elements[3] += tx * this.elements[0] + ty * this.elements[1] + tz * this.elements[2];
3803 … this.elements[7] += tx * this.elements[4] + ty * this.elements[5] + tz * this.elements[6];
3804 … this.elements[11] += tx * this.elements[8] + ty * this.elements[9] + tz * this.elements[10];
3805 … this.elements[15] += tx * this.elements[12] + ty * this.elements[13] + tz * this.elements[14];
4119 invTranslate: function(tx, ty, tz) {
4120 this.preApply(1, 0, 0, -tx, 0, 1, 0, -ty, 0, 0, 1, -tz, 0, 0, 0, 1);
6779 var tz = -(far + near) / (far - near);
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

1234