Home
last modified time | relevance | path

Searched refs:_isNthOcurrenceOfWeekdayInMonth (Results 1 – 3 of 3) sorted by relevance

/dports/mail/pear-Horde_Mapi/Horde_Mapi-1.0.10/lib/Horde/Mapi/
H A DTimezone.php243 if (self::_isNthOcurrenceOfWeekdayInMonth($transition['ts'], $i)) {
398 return self::_isNthOcurrenceOfWeekdayInMonth($dst['ts'], $offsets['dstweek']) &&
399 self::_isNthOcurrenceOfWeekdayInMonth($std['ts'], $offsets['stdweek']);
418 protected static function _isNthOcurrenceOfWeekdayInMonth($timestamp, $occurence) function in Horde_Mapi_Timezone
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Mapi/Horde/Mapi/
H A DTimezone.php243 if (self::_isNthOcurrenceOfWeekdayInMonth($transition['ts'], $i)) {
398 return self::_isNthOcurrenceOfWeekdayInMonth($dst['ts'], $offsets['dstweek']) &&
399 self::_isNthOcurrenceOfWeekdayInMonth($std['ts'], $offsets['stdweek']);
418 protected static function _isNthOcurrenceOfWeekdayInMonth($timestamp, $occurence) function in Horde_Mapi_Timezone
/dports/comms/pear-Horde_ActiveSync/Horde_ActiveSync-2.41.4/lib/Horde/ActiveSync/
H A DTimezone.php238 if (self::_isNthOcurrenceOfWeekdayInMonth($transition['ts'], $i)) {
385 return self::_isNthOcurrenceOfWeekdayInMonth($dst['ts'], $offsets['dstweek']) &&
386 self::_isNthOcurrenceOfWeekdayInMonth($std['ts'], $offsets['stdweek']);
405 protected static function _isNthOcurrenceOfWeekdayInMonth($timestamp, $occurence) function in Horde_ActiveSync_Timezone