Home
last modified time | relevance | path

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

/dports/net-im/purple-plugin-pack/purple-plugin-pack-2.8.0/schedule/
H A Dschedule.c38 static int sort_schedules(gconstpointer a, gconstpointer b);
170 sort_schedules(gconstpointer a, gconstpointer b) in sort_schedules() function
192 schedules = g_list_sort(schedules, sort_schedules); in recalculate_next_slots()
343 schedules = g_list_sort(schedules, sort_schedules); in check_and_execute()
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dscheduler.py247 for ev in sort_schedules(all_events=True):
440 def sort_schedules(all_events, now=None): function
H A Dinterface.py2157 for ev in sabnzbd.scheduler.sort_schedules(all_events=False):
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_substep_characteristics.hpp785 void sort_schedules( in sort_schedules() function
H A Dlingen_tuning.cpp184 U.sort_schedules(os, all_schedules, P, mesh, C, do_timings); in optimize()