Home
last modified time | relevance | path

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

/dports/devel/erlang-lager/lager-3.2.4/src/
H A Dlager_util.erl239 parse_rotation_day_spec([], Res) -> function
241 parse_rotation_day_spec([$D, D1, D2], Res) -> function
248 parse_rotation_day_spec([$D, D], Res) when D >= $0, D =< $9 -> function
250 parse_rotation_day_spec(_, _) -> function
255 parse_rotation_day_spec(T, [{day, Week}]);
258 parse_rotation_day_spec(T, [{date, last}]);
262 parse_rotation_day_spec(T, [{date, X}]);
267 parse_rotation_day_spec(T, [{date, M - 48}]);
278 parse_rotation_day_spec(X, []);