Lines Matching refs:from

365             $schedule->repeatFlag = $schedule->to != '' && $schedule->from != $schedule->to;
414 if (!$event->from)
416 foreach ($this->datedSchedules [$event->from] as $other)
429 if (!$event->shared || !$event->from || !$event->title)
432 foreach ($this->datedSchedules [$event->from] as $other)
509 $schedule->from = $this->scheduleRoot->df2ds ($request ['from']);
511 if ('' == $schedule->from) {
512 $schedule->from = $schedule->to;
515 if ($schedule->from == $schedule->to)
517 if ('' == $schedule->from && '' == $schedule->where && '' == $schedule->title) {
538 if (!$this->scheduleRoot->checkDS ($schedule->from))
542 else if ($this->after && ($schedule->to ? $schedule->to : $schedule->from) < $this->after)
544 else if ($schedule->to != '' && $schedule->from > $schedule->to)
552 $schedule->repeatFlag = $schedule->to != '' && $schedule->from != $schedule->to;
661 ('Le '. $this->scheduleRoot->ds2ln ($schedule->from, true))).
700 if ($event->from == $schedule->from &&
735 $this->datedSchedules [$schedule->from][] = $schedule;
737 $this->repeatedSchedules [$schedule->from][] = $schedule;
739 $this->fixedSchedules [$schedule->from][] = $schedule;
795 if ($event->from >= $ds_end)
800 preg_match ("#(?<Y>[0-9]{4})(?<m>[0-9]{2})(?<d>[0-9]{2})#", $event->from, $dt_from);
1102 $day = $this->scheduleRoot->ds2df ($event->syncStart ? $event->syncStart : $event->from);
1200 …return $this->getLang ('from').' '.$this->scheduleRoot->ds2ln ($event->from, $bold).' '.$this->get…
1220 preg_match ("#(?<Y>[0-9]{4})(?<m>[0-9]{2})(?<d>[0-9]{2})#", $event->from, $dt_from);
1255 if ($this->before && strcmp ($event->from, $this->before) > 0)
1258 if ($this->date && (strcmp ($event->from, $this->date) > 0 ||
1259 … strcmp (('' != $event->to ? $event->to : $event->from), $this->date) < 0))
1262 strcmp (('' != $event->to ? $event->to : $event->from), $this->after) < 0)
1286 $when = $event->from.'-'.$event->at.'-'.$event->to;
1289 if (!$this->after || strcmp ($event->from, $this->after) > 0)
1290 $event->syncStart = $event->from;
1293 … preg_match ("#(?<Y>[0-9]{4})(?<m>[0-9]{2})(?<d>[0-9]{2})#", $event->from, $dt_from);
1475 $from = (!$this->defaultSchedule->from && isset ($_REQUEST["schd"]["date"])) ?
1477 $this->scheduleRoot->ds2df ($this->defaultSchedule->from);
1592 …ut class="date" id="scheduleFrom" name="schd[from]" type="text" value="'.$from.'" placeholder="'.$…