?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@sdZddkZddkZddkZddklZlZdfdYZdfdYZ de efd YZ ee d fd YZ d e efd YZ ee dfdYZ e Z dfdYZdeefdYZeedS(s Namespace objects. 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(tfreezet attributest NamespacecBsgeZdZdZddedZeiedZ dei ei ei ei feiedZdZeiedZddZd Zd Zd Zd Zd ZedZedZdZdZdZdZdZdZeZ ddZ"e"Z#de$dZ%dddZ&e'i(e)dZ*e'i(e)dZ+RS(s' Base class for Namespaces. Instances of this namespace can store arbitrary attributes, which are stored in the instances dictionary. They are then available via attribute lookup, e.g. ns.attr, and index lookup, e.g. ns['attr']. The Namespaces support acquisition. To link the object to another object, set self.baseobj to the other object. Attributes not found in the Namespace instance are then looked up in the other object as well. NOTE: All methods and internal attributes must start with an underscore. Namespace attributes must *not* start with an underscore to prevent naming collisions with internal variables and methods. Names with leading underscore can *not* be acquired. cKs|o|ii|ndS(sV Initializes the namespace with the attributes given as keywords. N(t__dict__tupdate(tselftkws((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyt__init__$sicCsh}x!|D]}||||||||jo|ii|n|ii|idS(s Updates the namespace dictionary with the new entries taken from the object other_namespace. other_namespace can either be a dictionary or another Namespace object. N(RR(Rtother_namespacetDictTypettype((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyt_updateLs c Cs|||jo|i}n |i}|i}|i}xV|D]N\} } || o5| |jp|| |joqHn| || tdefault((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyt_get,scCs||i||S(so Extract a list of named objects from the namespace. defaults may be given as sequence of the same size as names to provide default values in case names are not found in the namespace. Only the instance dictionary is scanned, the class variables are not available through this mechanism. (R(Rtnamestdefaultstextract((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyt_extract8scCst|}h}| oO| oGx|iiD]/\}}|| |jo||||t,(RR:tsortR-t __module__t__name__(RtjointidR:((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyt__repr__is    c Cs|ii}|id|ii|ii||fg}x|D]\}}yt|}Wn"ttt fj o d}n1Xt |djo|d dt |}n|i d|d|fqHWt i |dS(Ns%s.%s at 0x%x:s*** repr(value) failed ***is!... (truncated, full length = %i)s %-10s %st:s (RRRMR-RNROtreprt ValueErrort TypeErrorR/R7tappendR"RP(RRPRQRtlRRts((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyt__str__us     ((N((,RORNt__doc__RRR ttypesRRRtBuiltinMethodTypet ClassTypet MethodTypet FunctionTypeRR R!R&R'R)R*R,R.R3R5R6R8R9RR;R=R?t_hasattrR RBt_getattrRERFRKR"RPRQRRRZ(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyR sF               # t DefaultMixincBseZdZdZdZRS(sR Mixin that provides default attribute values. The namespace returns _default for all undefined attributes (except the ones that start with an underscore, see __getattr__). The _default is defined as '' for this class. The acquisition feature is *not* available for instances of this class. tcCs%|ddjo t|n|iS(s Return self._default for all undefined attributes that don't start with an underscore. For attributes that start with an underscore, raise an AttributeError. This is especially important if the objects are to be pickled, since the pickle mechanism queries a few methods on the objects, which it then calls. it_(R/t_default(RR1((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyt __getattr__s  (RORNR[RfRg(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyRcs tNamespaceWithDefaultcBseZdZRS(s[ Namespace class with an infinite number of attributes. The namespace returns _default for all undefined attributes (except the ones that start with an underscore, see __getattr__). The _default is defined as '' for this class. The acquisition feature is *not* available for instances of this class. (RORNR[(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyRhs tAcquisitionMixincBseZdZdZeZRS(sN Mixin that acquires unknown attributes from a .baseobj (if set) N(RORNR[R tbaseobjtacquireRg(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyRistNamespaceWithAcquisitioncBseZdZRS(s Namespace class with acquisition mechanism. The namespace fetches values for all undefined attributes (except the ones that start with an underscore, see __getattr__) from the .baseobj, if defined. (RORNR[(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyRlst _NotFoundcBseZRS((RORN(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyRmstFormatNamespaceMixincBseZdZedZRS(se This mixin makes a Namespace class conform to the Python format string mechanism. The following format specifiers are supported: %(attribute)s - gives the string representation of .attribute %()s - evaluates the in the Namespace dictionary and returns the string representation All standard Python string formatting output types are supported, provided that the attribute or evaluation result can be converted to these types. cCs4t|||}||j o|St||iS(N(RtevalR(RtitemRmR((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyR3s (RORNR[RmR3(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyRnstFormatNamespacecBseZdZRS(s Namespace class which supports the Python format string lookup mechanism. These Namespaces can be used in 'format string' % namespace formatting. The following format specifiers are supported: %(attribute)s - gives the string representation of .attribute %()s - evaluates the in the Namespace dictionary and returns the string representation All standard Python string formatting output types are supported, provided that the attribute or evaluation result can be converted to these types. (RORNR[(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyRqs(R[R"R\tmx.Tools.NewBuiltinstmxtmx.ToolsRRRRcRhRiRlRmRnRq(((s7/usr/lib64/python2.6/site-packages/mx/Misc/Namespace.pyts"