UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

38 lines 3.47 kB
```css // Property: itemContentType // Description: Content type of the attribute set. // Component(s): Ti.App.iOS.SearchableItemAttributeSet '.item-content-type-uttype-text[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_TEXT } '.item-content-type-uttype-plain-text[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_PLAIN_TEXT } '.item-content-type-uttype-utf8-plain-text[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_UTF8_PLAIN_TEXT } '.item-content-type-uttype-utf16-external-plain-text[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_UTF16_EXTERNAL_PLAIN_TEXT } '.item-content-type-uttype-utf16-plain-text[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_UTF16_PLAIN_TEXT } '.item-content-type-uttype-rtf[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_RTF } '.item-content-type-uttype-html[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_HTML } '.item-content-type-uttype-xml[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_XML } '.item-content-type-uttype-pdf[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_PDF } '.item-content-type-uttype-rtfd[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_RTFD } '.item-content-type-uttype-flat-rtfd[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_FLAT_RTFD } '.item-content-type-uttype-txn-text-and-multimedia-data[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_TXN_TEXT_AND_MULTIMEDIA_DATA } '.item-content-type-uttype-web-archive[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_WEB_ARCHIVE } '.item-content-type-uttype-image[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_IMAGE } '.item-content-type-uttype-jpeg[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_JPEG } '.item-content-type-uttype-jpeg2000[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_JPEG2000 } '.item-content-type-uttype-tiff[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_TIFF } '.item-content-type-uttype-pict[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_PICT } '.item-content-type-uttype-gif[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_GIF } '.item-content-type-uttype-png[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_PNG } '.item-content-type-uttype-quicktime-image[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_QUICKTIME_IMAGE } '.item-content-type-uttype-apple-icns[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_APPLE_ICNS } '.item-content-type-uttype-bmp[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_BMP } '.item-content-type-uttype-ico[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_ICO } '.item-content-type-uttype-movie[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_MOVIE } '.item-content-type-uttype-video[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_VIDEO } '.item-content-type-uttype-audio[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_AUDIO } '.item-content-type-uttype-quicktime-movie[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_QUICKTIME_MOVIE } '.item-content-type-uttype-mpeg[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_MPEG } '.item-content-type-uttype-mpeg4[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_MPEG4 } '.item-content-type-uttype-mp3[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_MP3 } '.item-content-type-uttype-mpeg4-audio[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_MPEG4_AUDIO } '.item-content-type-uttype-apple-protected-mpeg4-audio[platform=ios]': { itemContentType: Ti.App.iOS.UTTYPE_APPLE_PROTECTED_MPEG4_AUDIO } ```