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
3
¢báWº ã @ s° d Z ddlZddlZdZdZdZdZdZdZ eeeeee dœZ
ed d
„ e
jƒ D ƒƒZ
e
jeeedœƒ ede diZejd
ejƒZG dd„ dejjƒZdd„ Zdd„ Zdd„ ZdS )ak DNS Rdata Classes.
@var _by_text: The rdata class textual name to value mapping
@type _by_text: dict
@var _by_value: The rdata class value to textual name mapping
@type _by_value: dict
@var _metaclasses: If an rdataclass is a metaclass, there will be a mapping
whose key is the rdatatype value and whose value is True in this dictionary.
@type _metaclasses: dicté Né é é éþ éÿ )Ú RESERVED0ÚINÚCHÚHSÚNONEÚANYc c s | ]\}}||fV qd S )N© )Ú.0ÚxÚyr
r
ú /usr/lib/python3.6/rdataclass.pyú 2 s r )ZINTERNETZCHAOSZHESIODTzCLASS([0-9]+)$c @ s e Zd ZdZdS )ÚUnknownRdataclasszA DNS class is unknown.N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r
r
r
r r E s r c C sV t j| jƒ ƒ}|dkrRtj| ƒ}|dkr,t‚t|jdƒƒ}|dk sJ|dkrRtdƒ‚|S )zúConvert text into a DNS rdata class value.
@param text: the text
@type text: string
@rtype: int
@raises dns.rdataclass.UnknownRdataclass: the class is unknown
@raises ValueError: the rdata class value is not >= 0 and <= 65535
Nr r iÿÿ z'class must be between >= 0 and <= 65535) Ú_by_textÚgetÚupperÚ_unknown_class_patternÚmatchr ÚintÚgroupÚ
ValueError)ÚtextÚvaluer r
r
r Ú from_textJ s
r" c C s: | dk s| dkrt dƒ‚tj| ƒ}|dkr6dt| ƒ }|S )z¾Convert a DNS rdata class to text.
@param value: the rdata class value
@type value: int
@rtype: string
@raises ValueError: the rdata class value is not >= 0 and <= 65535
r iÿÿ z'class must be between >= 0 and <= 65535NZCLASS)r Ú _by_valuer Úrepr)r! r r
r
r Úto_text^ s
r% c C s | t krdS dS )zmTrue if the class is a metaclass.
@param rdclass: the rdata class
@type rdclass: int
@rtype: boolTF)Ú_metaclasses)Zrdclassr
r
r Úis_metaclassn s r' )r ÚreZ
dns.exceptionZdnsr r r r
r r r ÚdictÚitemsr# Úupdater&