No package
| Anahita | Service Class |
| Koowa | Koowa class |
| lessc | The less compiler and parser. |
| lessc_formatter | |
| lessc_formatter_compressed | |
| lessc_formatter_indent | |
| lessc_parser | |
| S3 | Amazon S3 PHP class |
| S3Request |
| _die | |
| apc_exists | Check if an APC key exists |
| append_identifier_path | Easy way to set a path for an identifier. The each path segment is seperated by / Allows to set relative path using .. |
| base64UrlDecode | Decode a URL with base64 |
| base64UrlEncode | Encode a URL with base64. |
| call_object_method | Calls a method of an object. Optimized version of call_user_function |
| capture | Start caputring |
| clean_ap_user_cache | Cleans the apc user cache if it's loaded |
| clean_apc_with_prefix | Cleans the APC values that has a key that starts with $prefix |
| deprecated | Prints deprecated messages |
| dispatch_plugin | Dispatches a plugin event. This method will load first load the necessary plugins and then dispatches the passed event. |
| end_capture | End Capture. Returns the capture body |
| exec_in_background | Run a shell command in the background |
| flush_chunk | Flush a chunk of output from the buffer |
| get_config_value | Return a configuation value for an extension |
| get_parents | Return an array of parent classes for a given class |
| get_viewer | Return the viewer object |
| in_range | Check if a value is within range of $min, $max |
| inspect | Inspects an array of objects |
| is | Return whether object is an instnaces of one the $classes passes as set of arguments |
| is_admin | Check if an actor is a person type and also is admin |
| is_eql | Return true if all the values are the same |
| is_guest | Check if an actor is a person type and also is guest |
| is_person | Return if the actor is a type of person |
| is_viewer | Return if the actor is the viewer |
| lcfirst | Make a string's first character lowercase |
| mime_type | Return a mimetype of a filename based on its extension name |
| PeopleBuildRoute | |
| PeopleParseRoute | |
| pick | Picks the first non-null value of a set of arguments |
| print_query | Prints a query and repalce #__ with jos__ |
| translate | Fast translation method |