Horde Application Framework 3.3 (Horde 3 branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Horde Application Framework 3.3 (Horde 3 branch)
# 1  
Old 09-26-2008
Horde Application Framework 3.3 (Horde 3 branch)

The Horde Application Framework is a modular, general-purpose Web application framework. It provides an extensive array of classes that are targeted at the common problems and tasks involved in developing modern Web applications. License: GNU Lesser General Public License (LGPL) Changes:
Synchronization support has been further stabilized. The vCard parser and viewer have been improved and include photo support now. Deletion of user data has been improved Form fields for images, string arrays, and PGP and S/MIME keys have been added or improved. An SQL driver for signups has been added. A Basque translation has been added. Many further improvements and bugfixes have been made. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Gnome2::VFS::Application(3pm)				User Contributed Perl Documentation			     Gnome2::VFS::Application(3pm)

NAME
Gnome2::VFS::Application - represents an application for the application registry METHODS
$app_id->add_mime_type ($mime_type) o $mime_type (string) list = $app_id->get_bool_value ($key) o $key (string) Returns the actual value and a boolean indicating whether the requested key was found. $app_id->set_bool_value ($key, $value) o $key (string) o $value (boolean) $app_id->clear_mime_types boolean = $app_id->exists list = $app_id->get_keys Returns a list of valid keys for that application. application = $app_id->get_mime_application list = $app_id->get_mime_types Returns a list of MIME types this application can handle. string = $app_id->peek_value ($key) o $key (string) $app_id->remove_application $app_id->remove_mime_type ($mime_type) o $mime_type (string) boolean = $app_id->supports_mime_type ($mime_type) o $mime_type (string) boolean = $app_id->supports_uri_scheme ($uri_scheme) o $uri_scheme (string) $app_id->unset_key ($key) o $key (string) $app_id->set_value ($key, $value) o $key (string) o $value (string) SEE ALSO
Gnome2::VFS COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2::VFS for a full notice. perl v5.14.2 2011-11-15 Gnome2::VFS::Application(3pm)