Methods |
Description |
---|---|
BP_Friendship_Export::get_data() |
Get data & count of messages by page and user. |
BP_Friendship_Export::instance() |
Get the instance of this class. |
BP_Friendship_Export::process_data() |
Export member friendships. |
BP_Friendship_Export::process_erase() |
Delete friendship connection data. |
BP_GOPP_Image_Editor_GS::clear() |
Deletes transient and clears caching statics. |
BP_GOPP_Image_Editor_GS::crop() |
Crops Image. Unsupported. |
BP_GOPP_Image_Editor_GS::escapeshellarg() |
It’s too tiresome to have to deal with PHP’s setlocale() to avoid UTF-8 mangling so just do escaping ourselves. |
BP_GOPP_Image_Editor_GS::flip() |
Flips current image. Unsupported. |
BP_GOPP_Image_Editor_GS::get_gs_args() |
Returns the arguments for the main Ghostscript invocation. |
BP_GOPP_Image_Editor_GS::get_page() |
Gets the page to render for the preview. |
BP_GOPP_Image_Editor_GS::get_resolution() |
Gets the resolution to use for the preview. |
BP_GOPP_Image_Editor_GS::get_size() |
Gets dimensions of image. |
BP_GOPP_Image_Editor_GS::gs_cmd() |
Returns (shell-escaped) shell command with passed-in arguments tagged on, and stderr redirected to stdout. |
BP_GOPP_Image_Editor_GS::gs_cmd_nix() |
Returns the *nix path of the Ghostscript executable. |
BP_GOPP_Image_Editor_GS::gs_cmd_path() |
Returns the path of the Ghostscript executable. |
BP_GOPP_Image_Editor_GS::gs_cmd_win() |
Tries to determine the Windows path of the Ghostscript executable. |
BP_GOPP_Image_Editor_GS::gs_valid() |
Checks that file is local, doesn’t have a funny name and is a PDF. |
BP_GOPP_Image_Editor_GS::initial_gs_args() |
The initial non-varying arguments for the main invocation of Ghostscript. |
BP_GOPP_Image_Editor_GS::is_win() |
Whether on Windows or not. |
BP_GOPP_Image_Editor_GS::load() |
Checks validity and existence of file and sets mime type and calls `set_resolution` and `set_page` and `set_quality` (firing filters). |
BP_GOPP_Image_Editor_GS::multi_resize() |
Resize multiple images from a single source. Unsupported. |
BP_GOPP_Image_Editor_GS::resize() |
Resizes current image. Unsupported. |
BP_GOPP_Image_Editor_GS::rotate() |
Rotates current image counter-clockwise by $angle. Unsupported. |
BP_GOPP_Image_Editor_GS::save() |
Creates JPEG preview from PDF. |
BP_GOPP_Image_Editor_GS::set_page() |
Sets the page to render for the preview. |
BP_GOPP_Image_Editor_GS::set_resolution() |
Sets the resolution to use for the preview. |
BP_GOPP_Image_Editor_GS::stream() |
Streams current image to browser. Unsupported. |
BP_GOPP_Image_Editor_GS::supports_mime_type() |
Checks to see if editor supports the mime-type specified. |
BP_GOPP_Image_Editor_GS::test() |
Checks to see if current environment supports Ghostscript and whether we’re compatible with args if any. |
BP_GOPP_Image_Editor_GS::test_gs_cmd() |
Tests whether a purported Ghostscript executable works. |
BP_Group_Export::additional_group_items_delete() |
Delete group avatar and cover photo. |
BP_Group_Export::get_data() |
Get data & count of messages by page and user. |
BP_Group_Export::instance() |
Get the instance of this class. |
BP_Group_Export::merge_metas() |
Fetch all metas and merge into items. |
BP_Group_Export::process_data() |
Export member created groups. |
BP_Group_Export::process_erase() |
Delete member created groups. |
BP_Group_Extension::__get() |
Provide access to otherwise unavailable object properties. |
BP_Group_Extension::__isset() |
Provide a fallback for isset( $this->foo ) when foo is unavailable. |
BP_Group_Extension::__set() |
Allow plugins to set otherwise unavailable object properties. |
BP_Group_Extension::_display_hook() |
Hook the main display method, and loads the template file. |
BP_Group_Extension::_meta_box_display_callback() |
Create the Dashboard meta box for this extension. |
BP_Group_Extension::_register() |
The main setup routine for the extension. |
BP_Group_Extension::admin_screen() | |
BP_Group_Extension::admin_screen_save() | |
BP_Group_Extension::call_admin_screen() |
Call the admin_screen() method, and add a nonce field. |
BP_Group_Extension::call_admin_screen_save() |
Check the nonce, and call the admin_screen_save() method. |
BP_Group_Extension::call_display() |
Call the display() method. |
BP_Group_Extension::call_edit_screen() |
Call the edit_screen() method. |
BP_Group_Extension::call_edit_screen_save() |
Check the nonce, and call the edit_screen_save() method. |
BP_Group_Extension::call_edit_screen_template_loader() |
Load the template that houses the Edit screen. |