Home
last modified time | relevance | path

Searched defs:_hours (Results 1 – 18 of 18) sorted by relevance

/dports/www/pear-Horde_Service_Weather/Horde_Service_Weather-2.5.4/lib/Horde/Service/Weather/Parser/
H A DMetar.php34 protected $_hours = array( variable in Horde_Service_Weather_Parser_Metar
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/FreeBusy/View/
H A DDay.php34 protected function _hours() function in Kronolith_FreeBusy_View_Day
H A DMonth.php47 protected function _hours() function in Kronolith_FreeBusy_View_Month
H A DWeek.php49 protected function _hours() function in Kronolith_FreeBusy_View_Week
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/value_classes/
H A DValueSchedule.cpp202 uint8 const _hours, uint8 const _minutes, int8 const _setback in SetSwitchPoint()
326 uint8 const _hours, in FindSwitchPoint()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/value_classes/
H A DValueSchedule.cpp175 bool ValueSchedule::SetSwitchPoint(uint8 const _hours, uint8 const _minutes, int8 const _setback) in SetSwitchPoint()
287 bool ValueSchedule::FindSwitchPoint(uint8 const _hours, uint8 const _minutes, uint8* o_idx) const in FindSwitchPoint()
/dports/multimedia/mp4v2/mp4v2-2.0.0/libutil/
H A DTimecode.h62 uint64_t _hours; variable
/dports/devel/p5-iCal-Parser/iCal-Parser-1.20/lib/iCal/
H A DParser.pm224 sub _hours { subroutine
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Functions/
H A DSPARQL.pm1342 sub _hours { subroutine
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/FreeBusy/
H A DView.php351 abstract protected function _hours(); function in Kronolith_FreeBusy_View
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DSearchInfoDialog.java48 private static final int[] _hours = { field in SearchInfoDialog
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXsdDuration.cs20 private int _hours; field
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Ddownloadtracker.py599 def _hours(hours: int) -> str: function
/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Dunits.py283 def _hours(self): member in Angle
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/
H A DManager.cpp3098 uint8 const _hours, in SetSwitchPoint()
3132 uint8 const _hours, in RemoveSwitchPoint()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/
H A DManager.cpp3396 bool Manager::SetSwitchPoint(ValueID const& _id, uint8 const _hours, uint8 const _minutes, int8 con… in SetSwitchPoint()
3428 bool Manager::RemoveSwitchPoint(ValueID const& _id, uint8 const _hours, uint8 const _minutes) in RemoveSwitchPoint()
/dports/lang/nbc/NXT/
H A DNXTDefs.h6717 #define __HTRCXSetWatch(_hours, _minutes) \ argument
8656 #define __MSRCXSetWatch(_hours, _minutes) \ argument
16962 #define HTRCXSetWatch(_hours, _minutes) __HTRCXSetWatch(_hours, _minutes) argument
19493 #define MSRCXSetWatch(_hours, _minutes) __MSRCXSetWatch(_hours, _minutes) argument
H A DNXCDefs.h10711 #define HTRCXSetWatch(_hours, _minutes) asm { __HTRCXSetWatch(_hours, _minutes) } argument
13202 #define MSRCXSetWatch(_hours, _minutes) asm { __MSRCXSetWatch(_hours, _minutes) } argument