Home
last modified time | relevance | path

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

/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dtest_functional_adding_nzbs.py32 PAUSED_PRIORITY,
53 PAUSED_PRIORITY,
63 PAUSED_PRIORITY,
72 PAUSED_PRIORITY,
81 PAUSED_PRIORITY,
90 PAUSED_PRIORITY,
98 VALID_DEFAULT_PRIORITIES = [PAUSED_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY, HIGH_PRIORITY, FORCE_PR…
103 STATE_PRIOS = [DUP_PRIORITY, PAUSED_PRIORITY]
109 PAUSED_PRIORITY: "Paused",
409 if expected_state == PAUSED_PRIORITY:
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dconstants.py106 PAUSED_PRIORITY = -2 variable
H A Dnzbstuff.py43 PAUSED_PRIORITY,
866 if self.priority == PAUSED_PRIORITY:
1329 PAUSED_PRIORITY,
1350 if prio not in (DUP_PRIORITY, PAUSED_PRIORITY, FORCE_PRIORITY):