The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Mac::PropertyList"

Mac::PropertyList - work with Mac plists at a low level River stage two • 11 direct dependents • 13 total dependents

This module is a low-level interface to the Mac OS X Property List (plist) format in either XML or binary. You probably shouldn't use this in applications–build interfaces on top of this so you don't have to put all the heinous multi-level object stu...

BDFOY/Mac-PropertyList-1.504 - 08 Jul 2022 03:18:32 UTC

Mac::PropertyList::XS - work with Mac plists at a low level, really fast River stage zero No dependents

Mac::PropertyList::SAX was my first attempt to speed up property-list parsing. It achieves about a 30x speed boost, but large files still take too long for my taste. This module addresses some remaining speed gains by implementing some expensive oper...

KULP/Mac-PropertyList-XS-0.05 - 26 Apr 2022 00:42:38 UTC

Mac::PropertyList::WriteBinary - pack data into a Mac "binary property list" River stage two • 11 direct dependents • 13 total dependents

The "as_string" function converts a property list structure (composed of instances of "Mac::PropertyList::dict", "Mac::PropertyList::integer", etc.) into a binary format compatible with the Apple CoreFoundation binary property list functions. It take...

BDFOY/Mac-PropertyList-1.504 - 08 Jul 2022 03:18:32 UTC

Mac::PropertyList::SAX - work with Mac plists at a low level, fast River stage one • 2 direct dependents • 2 total dependents

Mac::PropertyList is useful, but very slow on large files because it does XML parsing itself, intead of handing it off to a dedicated parser. This module uses XML::SAX::ParserFactory to select a parser capable of doing the heavy lifting, reducing par...

KULP/Mac-PropertyList-SAX-1.001 - 10 Aug 2022 22:15:54 UTC

Mac::PropertyList::ReadBinary - read binary property list files River stage two • 11 direct dependents • 13 total dependents

This module is a low-level interface to the Mac OS X Property List (plist) format. You probably shouldn't use this in applications—build interfaces on top of this so you don't have to put all the heinous multi-level object stuff where people have to ...

BDFOY/Mac-PropertyList-1.504 - 08 Jul 2022 03:18:32 UTC

Mac::PropertyListFilter - Transform XML Property lists into data structure. River stage zero No dependents

The filter transforms the output of parse_plist() to a more sensible form. Generally, "type =" 'dict', value => { }> gets transformed to a simple hashref, "type =" 'array', value => [ ]> gets transformed to an array ref. This transformation will lose...

JGOFF/Mac-PropertyListFilter-0.02 - 04 May 2004 01:50:19 UTC

Mac::iPhoto - reads in photo albums plist files of iPhoto.app on MacOS X and presents them as perl data structure. River stage zero No dependents

Reads in photo albums plist files of iPhoto.app on MacOS X and presents them as perl data structure....

DMYTRO/Mac-iPhoto-0.1 - 04 Dec 2003 04:19:59 UTC
7 results (0.032 seconds)