Home
last modified time | relevance | path

Searched defs:end (Results 101 – 125 of 458) sorted by relevance

12345678910>>...19

/plugin/icalevents/vendor/sabre/vobject/lib/Component/
DVJournal.php31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
DVEvent.php33 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
DVAlarm.php87 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
DVAvailability.php34 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
DVTodo.php31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
/plugin/eventline/
Dtimeline.js54 end: hzEnd, property
59 end: hzEnd2, property
64 end: hzEnd3, property
/plugin/structgantt/meta/
DGantt.php355 protected function listDays($start, $end)
385 protected function makeHeaders($start, $end)
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.string.ends-with.js14 var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len); variable
D_array-copy-within.js12 var end = arguments.length > 2 ? arguments[2] : undefined; variable
/plugin/davcard/vendor/sabre/vobject/lib/Component/
DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
DSideEffectsSniff.php92 private function _searchForConflict(PHP_CodeSniffer_File $phpcsFile, $start, $end, $tokens)
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.string.ends-with.js14 var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len); variable
D_array-copy-within.js12 var end = arguments.length > 2 ? arguments[2] : undefined; variable
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
DSwitchDeclarationSniff.php230 private function _findNextCase(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $end)
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
DFreeBusyQueryReport.php36 public $end; variable in Sabre\\CalDAV\\Xml\\Request\\FreeBusyQueryReport
/plugin/webdav/vendor/sabre/vobject/lib/Component/
DVAvailability.php34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
DVEvent.php33 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
DVAlarm.php86 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
DVTodo.php31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
/plugin/authucenter/lib/uc_client/control/
Dfeed.php84 function _delete($start, $end) {
/plugin/icalevents/vendor/sabre/vobject/bin/
Dbench_freebusygenerator.php28 $end = new \DateTime('2020-01-01'); variable
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php36 public $end; variable in Sabre\\CalDAV\\Xml\\Request\\FreeBusyQueryReport
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
DVJournalTest.php13 public function testInTimeRange(VJournal $vtodo,$start,$end,$outcome) {

12345678910>>...19