Server IP : 103.233.192.212 / Your IP : 3.133.141.175 Web Server : Apache/2 System : Linux sv1.inde.co.th 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 User : sumpatuan ( 1058) PHP Version : 5.5.38 Disable Function : symlink,shell_exec,exec,proc_close,proc_open,popen,system,dl,putenv,passthru,escapeshellarg,escapeshellcmd,pcntl_exec,proc_get_status,proc_nice,proc_terminate,pclose,ini_alter,virtual,openlog,ini_restore MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/sumpatuan/public_html/backup/framework/vendors/TextHighlighter/Text/ |
Upload File : |
<?xml version="1.0"?> <!-- $Id: dtd.xml,v 1.1 2007/06/03 02:35:28 ssttoo Exp $ --> <highlight lang="dtd" case="yes"> <authors> <author name="Andrey Demenev" email="demenev@gmail.com"/> </authors> <default innerClass="code" /> <region name="comment" delimClass="comment" innerClass="comment" start="\<!--" end="--\>"> </region> <region name="redecl" start="\<\!\[" end="\]\]\>" delimClass="brackets" innerClass="code" never-contained="yes"> <contains all="yes" /> </region> <region name="tag" start="\<" end="\>" delimClass="brackets" innerClass="code" > <contains all="yes" /> <onlyin region="redecl"/> </region> <region name="brackets" start="\(" end="\)" delimClass="brackets" innerClass="code" contained="yes"> <onlyin region="tag"/> <onlyin region="brackets"/> <contains block="entity" /> <contains block="identifier" /> </region> <region name="strsingle" start="'" end="'" delimClass="quotes" innerClass="string" contained="yes"> <onlyin region="tag"/> <contains block="entity" /> </region> <region name="strdouble" start=""" end=""" delimClass="quotes" innerClass="string" contained="yes"> <onlyin region="tag"/> <contains block="entity" /> </region> <block name="tagname" match="(?<=\<)!(ENTITY|ATTLIST|ELEMENT|NOTATION)\b" innerClass="var" contained="yes"> <onlyin region="tag"/> </block> <block name="reserved" match="\s(#(IMPLIED|REQUIRED|FIXED))|CDATA|ENTITY|NOTATION|NMTOKENS?|PUBLIC|SYSTEM\b" innerClass="reserved" contained="yes"> <onlyin region="tag"/> </block> <block name="pcdata" match="#PCDATA\b" innerClass="reserved" contained="yes" /> <block name="entity" match="(\&|\%)[\w\-\.]+;" innerClass="special" /> <block name="identifier" match="[a-z][a-z\d\-\,:]+" innerClass="identifier" contained="yes" case="no"/> </highlight>