webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
def | get_time_unit (view_range) |
Variables | |
int | patch_log_limit = 500 |
float | one_minute = 60.0 |
float | one_hour = one_minute * 60.0 |
float | one_day = one_hour * 24.0 |
float | one_month = one_day * 30.0 |
list | view_range_choices |
float | default_view_range = one_day |
def QueueStatusServer.config.charts.get_time_unit | ( | view_range | ) |
float QueueStatusServer.config.charts.default_view_range = one_day |
float QueueStatusServer.config.charts.one_day = one_hour * 24.0 |
float QueueStatusServer.config.charts.one_hour = one_minute * 60.0 |
float QueueStatusServer.config.charts.one_minute = 60.0 |
float QueueStatusServer.config.charts.one_month = one_day * 30.0 |
int QueueStatusServer.config.charts.patch_log_limit = 500 |