Home
last modified time | relevance | path

Searched refs:dateTime (Results 1 – 25 of 61) sorted by path

123

/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1492 public $dateTime; variable in Google_EventDateTime
1500 public function setDateTime( $dateTime) { argument
1501 $this->dateTime = $dateTime;
1504 return $this->dateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php29 public $dateTime; variable in Google\\Service\\Calendar\\EventDateTime
52 public function setDateTime($dateTime) argument
54 $this->dateTime = $dateTime;
61 return $this->dateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2QuoteInfo.php28 public function setDateTime(GooglePrivacyDlpV2DateTime $dateTime) argument
30 $this->dateTime = $dateTime;
37 return $this->dateTime;
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md95 use `dateTime` type.
/plugin/c3chart/assets/
H A Dd3.min.js2 …e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}var i=t.dateTime,o=t.date,u=t.time…
/plugin/codemirror/dist/modes/
H A Dxquery.min.js.map1 …nyURI',\n 'xs:base64Binary', 'xs:boolean', 'xs:byte', 'xs:date', 'xs:dateTime', 'xs:dateTimeSta…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js62 …xs:gDay|xs:float|xs:duration|xs:double|xs:decimal|xs:dayTimeDuration|xs:dateTime|xs:date|xs:byte|x…
64dateTime|fn:year-from-date|fn:upper-case|fn:unordered|fn:true|fn:translate|fn:trace|fn:tokenize|fn…
/plugin/combo/ComboStrap/
H A DDataType.php209 public static function toMilliSeconds(\DateTime $dateTime)
212 $secs = $dateTime->getTimestamp(); // Gets the seconds
214 $millisecs += $dateTime->format("u") / 1000; // Microseconds converted to seconds
200 toMilliSeconds(\\DateTime $dateTime) global() argument
H A DIso8601Date.php28 private $dateTime; variable in ComboStrap\\Iso8601Date
47 public function __construct($dateTime = null) argument
50 if ($dateTime == null) {
52 $this->dateTime = new DateTime();
56 $this->dateTime = $dateTime;
127 $dateTime = DateTime::createFromFormat(self::getFormat(), $dateString);
128 if ($dateTime === false) {
132 return new Iso8601Date($dateTime);
138 $dateTime
180 createFromDateTime(DateTime $dateTime) global() argument
[all...]
H A DMarkupPath.php890 $dateTime = $this->getPublishedElseCreationTime();
894 return $dateTime > new DateTime('now');
H A DPipelineUtility.php279 $dateTime = Iso8601Date::createFromString($value);
322 return $dateTime->formatLocale($pattern, $derivedLocale);
/plugin/davcal/vendor/sabre/http/lib/
H A DUtil.php69 static function toHTTPDate(\DateTime $dateTime) { argument
71 return toDate($dateTime);
H A Dfunctions.php74 * @param DateTime $dateTime
77 function toDate(DateTime $dateTime) { argument
81 $dateTime = clone $dateTime;
82 $dateTime->setTimeZone(new \DateTimeZone('GMT'));
83 return $dateTime->format('D, d M Y H:i:s \G\M\T');
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php405 * @param DateTime $dateTime
407 public function fastForward(DateTime $dateTime) { argument
409 while($this->valid() && $this->getDtEnd() < $dateTime ) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php50 $this->assertEquals($compare, $dateTime);
72 $this->assertEquals($compare, $dateTime);
84 $this->assertEquals($compare, $dateTime);
96 $this->assertEquals($compare, $dateTime);
106 $this->assertEquals($expected, $dateTime);
108 $dateTime = DateTimeParser::parse('20100316');
109 $this->assertEquals($expected, $dateTime);
122 $this->assertEquals($expected, $dateTime);
125 $this->assertEquals($expected, $dateTime);
138 $this->assertEquals($expected, $dateTime);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php398 * @param DateTime $dateTime
400 public function fastForward(DateTime $dateTime) { argument
402 while($this->valid() && $this->getDtEnd() < $dateTime ) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php50 $this->assertEquals($compare, $dateTime);
72 $this->assertEquals($compare, $dateTime);
84 $this->assertEquals($compare, $dateTime);
96 $this->assertEquals($compare, $dateTime);
106 $this->assertEquals($expected, $dateTime);
108 $dateTime = DateTimeParser::parse('20100316');
109 $this->assertEquals($expected, $dateTime);
122 $this->assertEquals($expected, $dateTime);
125 $this->assertEquals($expected, $dateTime);
138 $this->assertEquals($expected, $dateTime);
[all …]
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705dateTime,n=t.date,r=t.time,i=t.periods,a=t.days,o=t.shortDays,s=t.months,c=t.shortMonths,u=Kg(i),l…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6dateTime,n=t.date,r=t.time,i=t.periods,a=t.days,o=t.shortDays,s=t.months,c=t.shortMonths,u=Kg(i),l…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1dateTime: \"%x, %X\",\n date: \"%-m/%-d/%Y\",\n time: \"%-I:%M:%S %p\",\n periods: [\"AM\", \"P…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1dateTime,n=t.date,r=t.time,i=t.periods,a=t.days,o=t.shortDays,s=t.months,c=t.shortMonths,u=Kg(i),l…
H A Dmermaid.min.js.map1dateTime","locale_date","locale_time","locale_periods","periods","locale_weekdays","locale_shortWe…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php198 public static function convertDateTimeObject(\DateTime $dateTime, bool $includeTimezone = true) argument
202 return $dateTime->format($formatString);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php552 foreach ($deserializedObject->getArrayWithDefaultDateTime() as $dateTime) {
553 $dateTime->setTimezone(new \DateTimeZone('UTC'));
556 foreach ($deserializedObject->getArrayWithFormattedDateTime() as $dateTime) {
557 $dateTime->setTimezone(new \DateTimeZone('UTC'));
586 foreach ($deserializedObject->getNamedArrayWithFormattedDate() as $dateTime) {
587 $dateTime->setTimezone(new \DateTimeZone('UTC'));
617 foreach ($deserializedObject->getNamedArrayWithFormattedDate() as $dateTime) {
618 $dateTime->setTimezone(new \DateTimeZone('UTC'));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 … xa=ao.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",…

123