Home
last modified time | relevance | path

Searched defs:end (Results 276 – 300 of 304) sorted by path

1...<<111213

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php36 public $end; variable in Sabre\\CalDAV\\Xml\\Request\\FreeBusyQueryReport
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php86 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVAvailability.php34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVCalendar.php286 …public function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = …
H A DVEvent.php33 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVFreeBusy.php29 public function isFree(DateTimeInterface $start, DatetimeInterface $end)
H A DVJournal.php31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVTodo.php31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyData.php26 protected $end; variable in Sabre\\VObject\\FreeBusyData
35 public function __construct($start, $end)
55 public function add($start, $end, $type)
H A DFreeBusyGenerator.php47 protected $end; variable in Sabre\\VObject\\FreeBusyGenerator
92 …public function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objec…
165 public function setTimeRange(DateTimeInterface $start = null, DateTimeInterface $end = null)
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) {
H A DVCalendar.php253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) {
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) {
H A DVFreeBusy.php27 public function isFree(\DateTime $start, \Datetime $end) {
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) {
H A DVTodo.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php45 protected $end; variable in Sabre\\VObject\\FreeBusyGenerator
81 …t(\DateTime $start = null, \DateTime $end = null, $objects = null, DateTimeZone $timeZone = null) {
154 public function setTimeRange(\DateTime $start = null, \DateTime $end = null) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php14 public function testInTimeRange(VAlarm $valarm,$start,$end,$outcome) {
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011…
H A DVEventTest.php12 public function testInTimeRange(VEvent $vevent,$start,$end,$outcome) {
H A DVJournalTest.php13 public function testInTimeRange(VJournal $vtodo,$start,$end,$outcome) {
H A DVTodoTest.php14 public function testInTimeRange(VTodo $vtodo,$start,$end,$outcome) {
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2275 "end":[], property in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d03800.GenericWorker._listeners
2294 end : function () { method in GenericWorker
8517 function updatewindow(strm, src, end, copy) { argument
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4198 var end = function ba_end() { function
13256 function make_3d_range(start, end) { argument
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13 … define&&define.amd?define("ext/dhtmlxgantt_keyboard_navigation",[],e):"object"==typeof exports?ex… function

1...<<111213