Home
last modified time | relevance | path

Searched refs:parseDuration (Results 26 – 41 of 41) sorted by relevance

12

/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVEvent.php65 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
H A DVTodo.php34 …$duration = isset($this->DURATION) ? VObject\DateTimeParser::parseDuration($this->DURATION) : null;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php72 $effectiveEnd->add(VObject\DateTimeParser::parseDuration($this->DURATION));
H A DVTodo.php32 … $duration = isset($this->DURATION)?VObject\DateTimeParser::parseDuration($this->DURATION):null;
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVEvent.php72 $effectiveEnd->add(VObject\DateTimeParser::parseDuration($this->DURATION));
H A DVTodo.php32 … $duration = isset($this->DURATION)?VObject\DateTimeParser::parseDuration($this->DURATION):null;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php249 … $duration = DateTimeParser::parseDuration((string)$component->DURATION);
292 $duration = DateTimeParser::parseDuration($endTime);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php249 … $duration = DateTimeParser::parseDuration((string)$component->DURATION);
292 $duration = DateTimeParser::parseDuration($endTime);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php249 … $duration = DateTimeParser::parseDuration((string)$component->DURATION);
292 $duration = DateTimeParser::parseDuration($endTime);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVTodo.php32 … $duration = isset($this->DURATION)?VObject\DateTimeParser::parseDuration($this->DURATION):null;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVTodo.php34 …$duration = isset($this->DURATION) ? VObject\DateTimeParser::parseDuration($this->DURATION) : null;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php430 … $duration = DateTimeParser::parseDuration((string) $component->DURATION);
475 $duration = DateTimeParser::parseDuration($endTime);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php467 … $duration = DateTimeParser::parseDuration((string)$component->DURATION);
510 $duration = DateTimeParser::parseDuration($endTime);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php813 public static function parseDuration($duration, $timestamp = null) function in OneLogin_Saml2_Utils
904 $expireTime = self::parseDuration($cacheDuration, time());
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js178 this.prototype.parseDuration = function(header) {
273 var sentDuration = this.parseDuration(header);
/plugin/adfs/phpsaml/
H A DREADME.md1477 * `parseDuration` - Interprets a ISO8601 duration value relative to a given

12