Home
last modified time | relevance | path

Searched refs:endhour (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/korganizer/korganizer-21.12.3/src/data/
H A Dical2vcal.cmake185 $endhour = $curappt{"starthour"} + $curappt{"endhour"};
187 $endhour = $endhour + int ($endmin / 60);
189 $curappt{"endhour"} = $endhour;
191 if ($endhour >= 24) {
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/
H A Dsqlrschedule.cpp163 hour,minute,dp->endhour,dp->endminute); in inDayParts()
166 hour<=dp->endhour && minute<=dp->endminute) { in inDayParts()
249 dp->endhour=23; in splitDayParts()
284 dp->endhour=charstring::toInteger(daypartparts[1]); in splitDayParts()
293 dp->endhour=dp->starthour; in splitDayParts()
/dports/deskutils/moregroupware/moregroupware/modules/calendar/
H A Dview_avail.php88 $endhour = $_SESSION["MGW"]->settings["calendar_viewto"]; // last hour of day-view variable
122 …, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"]) + $endhour * 3600;
223 $actual_week_end_date = $end_time + (7-$actual_date_arr["wday"]) * 3600 * 24 - $endhour * 3…
415 if (date("H",$i) >= $starthour && date("H",$i) <= $endhour) {
436 …in_array($ts, $ar_appt) && ((date("Hi",$ts)/100) >= $starthour && (date("Hi",$ts)/100) < $endhour))
449 … = $duration_ok && !in_array($i, $ar_appt) && /*limit = endhour =>*/(date("Hi",$i)/100) < $endhour;
H A Dweek.php84 $endhour = $_SESSION["MGW"]->settings["calendar_viewto"]; // last hour of day-view variable
98 …0,0,0, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"])+ $endhour*3600;
100 $actual_week_end_date = $end_time + (7-$actual_date_arr["wday"]) * 3600 * 24 - $endhour * 3…
H A Dweek_a5.php78 $endhour = $_SESSION["MGW"]->settings["calendar_viewto"]; // last hour of day-view variable
87 …0,0,0, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"])+ $endhour*3600;
89 $actual_week_end_date = $end_time + (7-$actual_date_arr["wday"]) * 3600 * 24 - $endhour * 3…
H A Dindex.php163 $endhour = $_SESSION["MGW"]->settings["calendar_viewto"]; // last hour of day-view variable
233 …, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"]) + $endhour * 3600;
1958 …, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"]) + $endhour * 3600;
2205 …,0,0, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"]) + $endhour*3600;
/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DListContainer.hpp25 unsigned int sthour, stmin, endhour, endmin; member
H A DListContainer.cpp1741 tl.endhour = tendhour; in readTimeTag()
1787 if (hour > tl.endhour) { in isNow()
1795 if (hour == tl.endhour) { in isNow()
1801 …std::cerr << thread_id << "time match " << tl.sthour << ":" << tl.stmin << "-" << tl.endhour << ":… in isNow()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/webfiles/
H A Dmaint_form103 … <SELECT NAME=endhour onClick="setcheck(this.form.go2,true)"> &REPHOURLIST </SELECT>
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/webfiles/
H A Dmaint_form103 … <SELECT NAME=endhour onClick="setcheck(this.form.go2,true)"> &REPHOURLIST </SELECT>
/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/inc/
H A Dclass.uicalendar.inc.php1161 $endhour = $starthour + $this->bo->normalizeminutes($endmin);
1164 $this->bo->set_end($this->bo->year,$this->bo->month,$this->bo->day,$endhour,$endmin,0);
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/sqlrelay/
H A Dsqlrserver.h1902 uint16_t endhour; variable