Home
last modified time | relevance | path

Searched refs:start (Results 1001 – 1025 of 1772) sorted by last modified time

1...<<41424344454647484950>>...71

/plugin/phpwikify/
H A DLICENSE289 to attach them to the start of each source file to most effectively
/plugin/booking/
H A Dhelper.php55 list($start, $end, $user) = explode("\t", $line, 3);
58 if ($start > $to) continue;
66 $bookings[$start] = [
67 'start' => $start,
121 $start = strtotime($begin);
122 $end = $start + $this->parseTime($length);
123 if ($start == $end) throw new \Exception('No valid length specified', self::E_NOLENGTH);
125 $conflicts = $this->getBookings($id, $start, $end);
128 $line = "$start\t$end\t$user\n";
156 list($start, ,$booker) = explode("\t", $line, 3);
[all …]
H A DLICENSE289 to attach them to the start of each source file to most effectively
H A Daction.php84 * @param string $start
87 protected function addBooking($id, $start, $length) argument
92 $this->helper->addBooking($id, $start, $length, $_SERVER['REMOTE_USER']);
103 * @param int $start
105 protected function cancelBooking($id, $start) argument
113 if ($this->helper->cancelBooking($id, $start, $user)) {
/plugin/minimap/
H A DREADME.md79 When the plugin can't find a start page, it will show in the head of the component `No Home Page Fo…
81 The start page of a namespace is:
84 …ue of the [startpage configuration](https://www.dokuwiki.org/config:startpage) (by default `start`)
86 For instance, for the namespace `wiki`, a start page would be:
89 * or `wiki:start`
/plugin/securelogin/
H A DREADME.md75 id:start
87 id:start
/plugin/telleveryone/
H A DLICENSE289 to attach them to the start of each source file to most effectively
/plugin/tcycle/
H A DLICENSE630 to attach them to the start of each source file to most effectively
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1start position, and whether the match\n * must start at the specified position only. The `lastInde…
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php38 protected $start; variable in Sabre\\VObject\\FreeBusyGenerator
75 * @param DateTime $start
83 if ($start && $end) {
84 $this->setTimeRange($start, $end);
150 * @param DateTime $start
156 $this->start = $start;
218 if ($this->start) {
267 if ($this->start && $time[1] < $this->start) break;
299 if($this->start && $this->start > $endTime) continue;
331 if ($this->start) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php30 * @param DateTime $start
32 public function __construct($rrule, DateTime $start) { argument
34 $this->startDate = $start;
H A DRRuleIterator.php31 * @param DateTime $start
33 public function __construct($rrule, DateTime $start) { argument
35 $this->startDate = $start;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
37 $it = new EventIterator($this, null, $start->getTimezone());
47 $it->fastForward($start);
55 return ($it->getDTStart() < $end && $it->getDTEnd() > $start);
59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
80 ($start < $effectiveEnd) && ($end > $effectiveStart)
H A DVFreeBusy.php23 * @param DateTime $start
27 public function isFree(\DateTime $start, \Datetime $end) { argument
55 if($start < $busyEnd && $end > $busyStart) {
H A DVTodo.php25 * @param DateTime $start
29 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
41 return $start <= $effectiveEnd && $end > $dtstart;
44 ($start < $due || $start <= $dtstart) &&
47 return $start <= $dtstart && $end > $dtstart;
51 return ($start < $due && $end >= $due);
55 ($start <= $created || $start <= $completed) &&
59 return ($start <= $completed && $end >= $completed);
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
97 if ($start <= $occurrence && $end > $occurrence) {
103 return ($start <= $effectiveTrigger && $end > $effectiveTrigger);
H A DVJournal.php25 * @param DateTime $start
29 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
38 return ($start <= $effectiveEnd && $end > $dtstart);
H A DVCalendar.php247 * @param DateTime $start
253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) { argument
282 if ($vevent->isInTimeRange($start, $end)) {
301 $it->fastForward($start);
305 if ($it->getDTEnd() > $start) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php14 public function testInTimeRange(VAlarm $valarm,$start,$end,$outcome) { argument
16 $this->assertEquals($outcome, $valarm->isInTimeRange($start, $end));
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011… argument
20 new \DateTime($start),
H A DVJournalTest.php13 public function testInTimeRange(VJournal $vtodo,$start,$end,$outcome) { argument
15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
H A DVEventTest.php12 public function testInTimeRange(VEvent $vevent,$start,$end,$outcome) { argument
14 $this->assertEquals($outcome, $vevent->isInTimeRange($start, $end));
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dbench.php8 $start = microtime(true); variable
12 echo "time: " . (microtime(true)-$start) . "\n";
H A Drrulebench.php18 $bench->parse->start();
26 $bench->expand->start();
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php105 list($start, $end) = explode('/', $item, 2);
107 $start = DateTimeParser::parseDateTime($start);
112 $start->format('Y-m-d\\TH:i:s'),
118 $start->format('Y-m-d\\TH:i:s'),

1...<<41424344454647484950>>...71