Home
last modified time | relevance | path

Searched refs:dateTime (Results 26 – 50 of 61) sorted by relevance

123

/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php408 * @param DateTimeInterface $dateTime
410 function fastForward(DateTimeInterface $dateTime) { argument
412 while ($this->valid() && $this->getDtEnd() <= $dateTime) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php384 * @param DateTimeInterface $dateTime
386 public function fastForward(DateTimeInterface $dateTime) argument
388 while ($this->valid() && $this->getDtEnd() <= $dateTime) {
/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/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/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php785 * @param \DateTime $dateTime
791 protected function formatDateTime(DateTime $dateTime, string $dateTimeFormat, string $tzFormat, string $format)
794 $dateTime->setTimezone(new DateTimeZone(date_default_timezone_get()));
796 $dateTime->setTimezone(new DateTimeZone('UTC'));
798 $value = $dateTime->format($format);
803 $ms = (string) rtrim($dateTime->format('u'), '0');
810 $tz = $dateTime->format('O');
954 $dateTime = DateTime::createFromFormat($format, $bytes);
955 if ($dateTime === false) {
960 return [$dateTime,
752 formatDateTime(\\DateTime $dateTime, string $dateTimeFormat, string $tzFormat, string $format) global() argument
[all...]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php242 $dateTime = new \DateTime();
248 'oauth_timestamp' => $dateTime->format('U'),
/plugin/combo/ComboStrap/
H A DPipelineUtility.php279 $dateTime = Iso8601Date::createFromString($value);
322 return $dateTime->formatLocale($pattern, $derivedLocale);
H A DMarkupPath.php890 $dateTime = $this->getPublishedElseCreationTime();
894 return $dateTime > new DateTime('now');
/plugin/importfacebookevents/
H A Dsyntax.php302 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
305 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
/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/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak297 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
300 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
341 $entry = str_replace('{datetime}', $dateTime, $entry);
H A Dsyntax.php.2018-03-08_165255.bak304 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
307 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
348 $entry = str_replace('{datetime}', $dateTime, $entry);
H A Dsyntax.php.2018-03-08_163658.bak298 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
301 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
342 $entry = str_replace('{datetime}', $dateTime, $entry);
H A Dsyntax.php.2018-03-08_163718.bak297 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
300 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
341 $entry = str_replace('{datetime}', $dateTime, $entry);
H A Dsyntax.php.2018-03-08_164623.bak297 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
300 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
341 $entry = str_replace('{datetime}', $dateTime, $entry);
H A Dsyntax.php.2018-03-08_164706.bak301 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
304 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
345 $entry = str_replace('{datetime}', $dateTime, $entry);
H A Dsyntax.php.2018-03-08_165027.bak303 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
306 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
347 $entry = str_replace('{datetime}', $dateTime, $entry);
H A Dsyntax.php.2018-03-08_165158.bak302 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
305 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
346 $entry = str_replace('{datetime}', $dateTime, $entry);
/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/mantis/lib/
H A Dclass.nusoap_base.php199 'float'=>'double','dateTime'=>'string',
H A Dnusoap.php199 'float'=>'double','dateTime'=>'string',
/plugin/translator/
H A Dhelper.php564 function _revertEntries($dateTime, $lang, $user=null) { argument
569 $this->database->execute($dateTime, $lang, $user);
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md95 use `dateTime` type.
/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/googlesearch/
H A Dnusoap.php178 'float'=>'double','dateTime'=>'string',

123