Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
]H @ s d d l Z d d l Z d d l m Z y d d l Z Wn e k
rX d d l Z Yn Xd d l m Z d g Z Gd d d e d d Z
e Z Gd d d Z
d S) N)
namedtuple) monotonic schedulerc @ sL e Z d Z d d Z d d Z d d Z d d Z d d
Z d S)Eventc C s" | j | j f | j | j f k S)N)timepriority)so r
*/opt/alt/python35/lib64/python3.5/sched.py__eq__+ s zEvent.__eq__c C s" | j | j f | j | j f k S)N)r r )r r r
r
r __lt__, s zEvent.__lt__c C s" | j | j f | j | j f k S)N)r r )r r r
r
r __le__- s zEvent.__le__c C s" | j | j f | j | j f k S)N)r r )r r r
r
r __gt__. s zEvent.__gt__c C s" | j | j f | j | j f k S)N)r r )r r r
r
r __ge__/ s zEvent.__ge__N)__name__
__module____qualname__r r
r r r r
r
r
r r * s
r z(time, priority, action, argument, kwargsc @ s e Z d Z e e j d d Z f e d d Z f e d d Z d d Z
d d
Z d d d
Z e
d d Z d S)r c C s. g | _ t j | _ | | _ | | _ d S)N)_queue threadingRLock_locktimefunc delayfunc)selfr r r
r
r __init__5 s zscheduler.__init__c
C sR | t k r i } t | | | | | } | j t j | j | Wd QRX| S)N) _sentinelr r heapqheappushr )r r r actionargumentkwargseventr
r
r enterabs= s
zscheduler.enterabsc C s) | j | } | j | | | | | S)N)r r# )r delayr r r r! r r
r
r enterK s zscheduler.enterc C s5 | j % | j j | t j | j Wd QRXd S)N)r r remover heapify)r r" r
r
r cancelT s
zscheduler.cancelc C s | j
| j SWd QRXd S)N)r r )r r
r
r empty_ s
zscheduler.emptyTc C s | j } | j } | j } | j } t j } x | S | s> P| d \ } } } }
} | } | | k ru d }
n d }
| | Wd QRX|
r | s | | S| | | q0 | |
| | d q0 Wd S)Nr TF)r r r r r heappop)r blockinglockqr r popr r r r r! Znowr$ r
r
r rund s*
z
scheduler.runc
C sG | j | j d d } Wd QRXt t t j | g t | S)N)r r listmapr r* len)r eventsr
r
r queue s
zscheduler.queueN)r r r _timer sleepr r r# r% r( r) r/ propertyr4 r
r
r
r r 3 s 2)r r collectionsr r ImportErrordummy_threadingr r5 __all__r objectr r r
r
r
r s