⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.89
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-pear
/
pear
/
php
/
Horde
/
Xml
/
Wbxml
/
Dtd
/
View File Name :
SyncMlMetInf.php
* @package Xml_Wbxml */ class Horde_Xml_Wbxml_Dtd_SyncMlMetInf extends Horde_Xml_Wbxml_Dtd { public function init() { /* this code table has been extracted from libwbxml * (see http://libwbxml.aymerick.com/) by using * * grep '\"[^\"]*\", *0x.., 0x.. },' wbxml_tables.c * | sed -e 's#^.*\"\([^\"]*\)\", *\(0x..\), \(0x..\) },.*$# \$this->setTag\(\3, \"\1\"\); // \2#g' */ $this->setTag(0x05, "Anchor"); // 0x01 $this->setTag(0x06, "EMI"); // 0x01 $this->setTag(0x07, "Format"); // 0x01 $this->setTag(0x08, "FreeID"); // 0x01 $this->setTag(0x09, "FreeMem"); // 0x01 $this->setTag(0x0a, "Last"); // 0x01 $this->setTag(0x0b, "Mark"); // 0x01 $this->setTag(0x0c, "MaxMsgSize"); // 0x01 $this->setTag(0x15, "MaxObjSize"); // 0x01 $this->setTag(0x0d, "Mem"); // 0x01 $this->setTag(0x0e, "MetInf"); // 0x01 $this->setTag(0x0f, "Next"); // 0x01 $this->setTag(0x10, "NextNonce"); // 0x01 $this->setTag(0x11, "SharedMem"); // 0x01 $this->setTag(0x12, "Size"); // 0x01 $this->setTag(0x13, "Type"); // 0x01 $this->setTag(0x14, "Version"); // 0x01 $this->setTag(0x15, "MaxObjSize"); // 0x01 $this->setTag(0x16, "FieldLevel"); // 0x01 if ($this->version == 1) { $this->setCodePage(0, Horde_Xml_Wbxml_Dtd::SYNCML_1_1, 'syncml:syncml1.1'); $this->setCodePage(1, Horde_Xml_Wbxml_Dtd::METINF_1_1, 'syncml:metinf1.1'); $this->setURI('syncml:metinf1.1'); } elseif ($this->version == 2) { $this->setCodePage(0, Horde_Xml_Wbxml_Dtd::SYNCML_1_2, 'syncml:syncml1.2'); $this->setCodePage(1, Horde_Xml_Wbxml_Dtd::METINF_1_2, 'syncml:metinf1.2'); $this->setURI('syncml:metinf1.2'); } else { $this->setCodePage(0, Horde_Xml_Wbxml_Dtd::SYNCML_1_0, 'syncml:syncml1.0'); $this->setCodePage(1, Horde_Xml_Wbxml_Dtd::METINF_1_0, 'syncml:metinf1.0'); $this->setURI('syncml:metinf1.0'); } } }