Home
last modified time | relevance | path

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

/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/
H A Dsqlrschedule.cpp161 hour,minute,dp->starthour,dp->startminute); in inDayParts()
165 if (hour>=dp->starthour && minute>=dp->startminute && in inDayParts()
247 dp->starthour=0; in splitDayParts()
273 dp->starthour=charstring::toInteger(daypartparts[0]); in splitDayParts()
293 dp->endhour=dp->starthour; in splitDayParts()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/util/
H A DDateScaleUtils.php28 private static $starthour; variable in Amenadiel\\JpGraph\\Util\\DateScaleUtils
105 $h = self::$starthour;
342 self::$starthour = date('G', $aMin);
/dports/deskutils/moregroupware/moregroupware/modules/calendar/
H A Dview_avail.php87 $starthour = $_SESSION["MGW"]->settings["calendar_viewfrom"]; // start hour of day-view variable
118 …, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"]) + $starthour * 3600;
222 $actual_week_start_date = $start_time - ($actual_date_arr["wday"]-1) * 3600 * 24 - $starthour*3…
415 if (date("H",$i) >= $starthour && date("H",$i) <= $endhour) {
436 …if(!in_array($ts, $ar_appt) && ((date("Hi",$ts)/100) >= $starthour && (date("Hi",$ts)/100) < $endh…
H A Dweek.php83 $starthour = $_SESSION["MGW"]->settings["calendar_viewfrom"]; // start hour of day-view variable
97 …0,0, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"])+ $starthour*3600;
99 $actual_week_start_date = $start_time - ($actual_date_arr["wday"]-1) * 3600 * 24 - $starthour*3…
H A Dweek_a5.php77 $starthour = $_SESSION["MGW"]->settings["calendar_viewfrom"]; // start hour of day-view variable
86 …0,0, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"])+ $starthour*3600;
88 $actual_week_start_date = $start_time - ($actual_date_arr["wday"]-1) * 3600 * 24 - $starthour*3…
H A Dindex.php162 $starthour = $_SESSION["MGW"]->settings["calendar_viewfrom"]; // start hour of day-view variable
228 …, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"]) + $starthour * 3600;
1955 …, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"]) + $starthour * 3600;
2204 …0, $actual_date_arr["mon"], $actual_date_arr["mday"], $actual_date_arr["year"]) + $starthour *3600;
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_utils.inc.php72 private static $starthour,$startmonth, $startday, $startyear;
140 $h = self::$starthour;
365 self::$starthour = date('G',$aMin);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/inc/
H A Dclass.uicalendar.inc.php1158 $starthour = intval(get_var('hour',array('GET'),$this->bo->prefs['calendar']['workdaystarts']));
1161 $endhour = $starthour + $this->bo->normalizeminutes($endmin);
1163 $this->bo->set_start($this->bo->year,$this->bo->month,$this->bo->day,$starthour,$startmin,0);
/dports/www/sogo2/SOGo-2.4.1/UI/Scheduler/
H A DUIxCalListingActions.m704 [block setObject: startHour forKey: @"starthour"];
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/sqlrelay/
H A Dsqlrserver.h1900 uint16_t starthour;
/dports/www/sogo/SOGo-5.4.0/UI/Scheduler/
H A DUIxCalListingActions.m984 // [block setObject: startHour forKey: @"starthour"];
/dports/www/sogo-activesync/SOGo-5.4.0/UI/Scheduler/
H A DUIxCalListingActions.m984 // [block setObject: startHour forKey: @"starthour"];