Searched refs:VT_STRING (Results 1 – 6 of 6) sorted by relevance
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/ |
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/ |
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/ |
D | xlsx.min.js | 3 …VT_STRING=80;var VT_USTR=81;var VT_CUSTOM=[VT_STRING,VT_USTR]}var DocSummaryPIDDSI={1:{n:"CodePage…
|
D | xlsx.js | 2001 var VT_STRING = 0x0050; // 2.3.3.1.11 VtString variable 2003 var VT_CUSTOM = [VT_STRING, VT_USTR]; 2009 0x02: { n: 'Category', t: VT_STRING }, 2010 0x03: { n: 'PresentationFormat', t: VT_STRING }, 2021 0x0e: { n: 'Manager', t: VT_STRING }, 2022 0x0f: { n: 'Company', t: VT_STRING }, 2028 0x1A: { n: 'ContentType', t: VT_STRING }, 2029 0x1B: { n: 'ContentStatus', t: VT_STRING }, 2030 0x1C: { n: 'Language', t: VT_STRING }, 2031 0x1D: { n: 'Version', t: VT_STRING }, [all …]
|
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/ |
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 }, 4811 /*::[*/0x03/*::]*/: { n: 'PresentationFormat', t: VT_STRING }, 4822 /*::[*/0x0e/*::]*/: { n: 'Manager', t: VT_STRING }, 4823 /*::[*/0x0f/*::]*/: { n: 'Company', t: VT_STRING }, 4830 /*::[*/0x1A/*::]*/: { n: 'ContentType', t: VT_STRING }, 4831 /*::[*/0x1B/*::]*/: { n: 'ContentStatus', t: VT_STRING }, 4832 /*::[*/0x1C/*::]*/: { n: 'Language', t: VT_STRING }, 4833 /*::[*/0x1D/*::]*/: { n: 'Version', t: VT_STRING }, [all …]
|