Server IP : 103.53.40.154 / Your IP : 18.117.78.87 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /../lib64/python2.7/compiler/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
� m��fc @ s} d Z d d l Z e j d � j Z e j d � j Z e j d � Z e j d � Z e j d � Z [ d d d � � YZ d S( s� Shared support for scanning document type declarations in HTML and XHTML. This module is used as a foundation for the HTMLParser and sgmllib modules (indirectly, for htmllib as well). It has no documented public API and should not be used directly. i����Ns [a-zA-Z][-_.a-zA-Z0-9]*\s*s (\'[^\']*\'|"[^"]*")\s*s --\s*>s ]\s*]\s*>s ]\s*>t ParserBasec B s� e Z d Z d � Z d � Z d � Z d � Z d � Z d Z d � Z d d � Z d d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( si Parser base class which provides some common support methods used by the SGML/HTML and XHTML parsers.c C s"