?PNG
IHDR ? f ??C1 sRGB ?? gAMA ?a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
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/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
VHc @ s/ d Z d d k Z d d k Z y d d k Z Wn e j
o d d k Z n Xd d k l Z d d k Td d k l Z e i e
d Z e i e
d Z e
Z e i e d Z
d d d
YZ d d d YZ d
d Z e d j o6 e Z e Gd Ge
e GHe e d p d GHn d S( s@ mx.UID -- A UID datatype.
Relies on mx.DateTime.
Copyright (c) 1998-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com
Copyright (c) 2000-2008, eGenix.com Software GmbH; mailto:info@egenix.com
See the documentation for further information on copyrights,
or contact the author. All Rights Reserved.
iN( t DateTime( t *( t __version__c C s\ | | i } | | d | i } d | d d } | | | | | | d S( sS Mangle the UID string uid using the given key string.
The output has the same length as the input UID string and
should make it hard to forge valid UIDs without knowledge of
the key string.
Note that the output string is not a valid UID string in
itself, i.e. it most likely won't verify().
i t ffffi i i ( t digest( t uidt keyt md5t otpt akeyt bkeyt ckey( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyt mangle s c C st | | i } | | d | } d | d d } | | | | | i } | | | | | d | S( sO Demangle a mangle()d UID string muid using the given key
string.
i R i i i ( R ( t muidR R R R t tuidR R
( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyt demangle2 s
c C s | | | S( sW Returns the timestamp encoded in the UID string uid
as DateTime instance.
( ( R t DateTimeFromTickst timestamp( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyR F s t IDc B sh e Z d Z d Z d d d d Z e i e d Z d e d Z
d Z e d Z
e d Z RS( sj ID class for creating unique IDs.
The generated IDs are unique to the host, process and time
with high probabilty. In addition their validity can be
verified (using a CRC type algorithm).
The algorithm uses a 40-bit timestamp in the ID which can be
extracted using the .timestamp() method. Accuracy is one second.
t c C s6 | o t | | | | _ n t | | | _ d S( s Construct a new uid for the object target.
target defaults to the singleton None.
code is an optional addition to the uid that can later be
used to verify the validity of the uid together with the
UID's CRC value.
timestamp may be given as DateTime instance. It defaults
to the current local time.
N( t UIDR ( t selft targett codeR ( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyt __init__e s c C s | | | i S( sS Returns the timestamp encoded in the ID
as DateTime instance.
( R ( R R R ( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyR x s c C s* | | | p
t d n | | _ d S( Ns invalid UID( t ErrorR ( R R R t verify( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyt set_uid s
c C s | i S( N( R ( R ( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyt __str__ s c C s | | i | i S( N( R ( R t othert cmp( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyt __cmp__ s c C s
| | i S( N( R ( R t hash( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyt __hash__ s N( t __name__t
__module__t __doc__t NoneR R R R R R R R R R R R! ( ( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyR V s t _EmptyClassc B s e Z RS( ( R" R# ( ( ( s0 /usr/lib64/python2.6/site-packages/mx/UID/UID.pyR&