Searched refs:VT_STRING (Results 1 – 6 of 6) sorted by relevance
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/ |
H A D | PDO.php | 26 const VT_STRING = 1; define in Sabre\\DAV\\PropertyStorage\\Backend\\PDO 86 case self::VT_STRING : 124 $valueType = self::VT_STRING;
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/ |
H A D | PDO.php | 26 const VT_STRING = 1; define in Sabre\\DAV\\PropertyStorage\\Backend\\PDO 96 case self::VT_STRING : 153 $valueType = self::VT_STRING;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 3 …VT_STRING=80;var VT_USTR=81;var VT_CUSTOM=[VT_STRING,VT_USTR]}var DocSummaryPIDDSI={1:{n:"CodePage… variable
|
H A D | xlsx.js | 2009 0x02: { n: 'Category', t: VT_STRING }, 2021 0x0e: { n: 'Manager', t: VT_STRING }, 2022 0x0f: { n: 'Company', t: VT_STRING }, 2030 0x1C: { n: 'Language', t: VT_STRING }, 2031 0x1D: { n: 'Version', t: VT_STRING }, 2038 0x02: { n: 'Title', t: VT_STRING }, 2039 0x03: { n: 'Subject', t: VT_STRING }, 2040 0x04: { n: 'Author', t: VT_STRING }, 2041 0x05: { n: 'Keywords', t: VT_STRING }, 2042 0x06: { n: 'Comments', t: VT_STRING }, [all …]
|
H A D | xlsx.min.map | 1 …bject","VT_CF","VT_CLSID","VT_VERSIONED_STREAM","VT_VECTOR","VT_ARRAY","VT_STRING","VT_USTR","VT_C…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 4803 var VT_STRING = 0x0050; // 2.3.3.1.11 VtString variable 4805 var VT_CUSTOM = [VT_STRING, VT_USTR]; 4810 /*::[*/0x02/*::]*/: { n: 'Category', t: VT_STRING }, 4822 /*::[*/0x0e/*::]*/: { n: 'Manager', t: VT_STRING }, 4823 /*::[*/0x0f/*::]*/: { n: 'Company', t: VT_STRING }, 4832 /*::[*/0x1C/*::]*/: { n: 'Language', t: VT_STRING }, 4833 /*::[*/0x1D/*::]*/: { n: 'Version', t: VT_STRING }, 4844 /*::[*/0x02/*::]*/: { n: 'Title', t: VT_STRING }, 4845 /*::[*/0x03/*::]*/: { n: 'Subject', t: VT_STRING }, 4846 /*::[*/0x04/*::]*/: { n: 'Author', t: VT_STRING }, [all …]
|