[core_rich_media] element index

Package indexes

All elements
a b c d e f g h i m n o p r s t u w _
_
top
_a_tag_link_fixup
_a_tag_link_fixup() in comcode_from_html.php
Used by semihtml_to_comcode to fix <a> tag links. preg_replace_callback callback
_cdata_protect
_cdata_protect() in comcode_from_html.php
Apply temporary adhoc-escaping to a CDATA area (we'll reverse convert later). preg_replace_callback callback
_check_attachment_count
_check_attachment_count() in attachments2.php
Check that not too many attachments have been uploaded for the member submitting.
_close_open_lists
_close_open_lists() in comcode_text.php
Get HTML to close any open lists.
_codetag_protect
_codetag_protect() in comcode_from_html.php
Apply temporary adhoc-escaping to a code tags (we'll reverse convert later). preg_replace_callback callback
_codetag_unprotect
_codetag_unprotect() in comcode_from_html.php
Apply temporary adhoc-escaping to a code tags (we'll reverse convert later). preg_replace_callback callback
_comcode_to_tempcode
_comcode_to_tempcode() in comcode_renderer.php
Convert the specified comcode (unknown format) into a tempcode tree. You shouldn't output the tempcode tree to the browser, as it looks really horrible. If you are in a rare case where you need to output directly (not through templates), you should call the evaluate method on the tempcode object, to convert it into a string.
_convert_close_open_lists
_convert_close_open_lists() in comcode_conversion.php
Get HTML to close any open lists.
_css_color_fixup
_css_color_fixup() in comcode_from_html.php
Used by semihtml_to_comcode to fix CSS colours aways from RGB notation. preg_replace_callback callback
_css_quot_fixup
_css_quot_fixup() in comcode_from_html.php
Used by semihtml_to_comcode to make it so inline CSS with quotes uses single quotes. preg_replace_callback callback
_custom_comcode_import
_custom_comcode_import() in comcode_renderer.php
Load up custom comcode tags so that we may parse them.
_delete_attachment
_delete_attachment() in attachments3.php
Delete the specified attachment
_do_contents_level
_do_contents_level() in comcode_renderer.php
Recursive algorithm to make table of contents.
_do_tags_comcode
_do_tags_comcode() in comcode_renderer.php
Get tempcode for a Comcode tag. This function should always return (errors should be placed in the Comcode output stream), for stability reasons (i.e. if you're submitting something, you can't have the whole submit process die half way through in an unstructured fashion).
_get_details_comcode_tags
_get_details_comcode_tags() in comcode_add.php
Get some metadata of what Comcode tags we have.
_get_group_tags
_get_group_tags() in comcode_add.php
Get the comcode tags in groups
_get_preview_environment_comcode
Reads a Comcode tag from the POST environment.
_img_tag_fixup
_img_tag_fixup() in comcode_from_html.php
Used by semihtml_to_comcode to turn <img> to \[img\]. preg_replace_callback callback
_opened_tag
_opened_tag() in comcode_text.php
Helper function for setting up and juggling variables after reaching a new Comcode tag.
_reorder_css_properties
_reorder_css_properties() in comcode_from_html.php
Reorder style properties alphabetically, so our regexp's match better. preg_replace_callback callback
_reorder_xhtml_attributes
_reorder_xhtml_attributes() in comcode_from_html.php
Reorder XHTML attributes alphabetically, so our regexp's match better. preg_replace_callback callback
a
top
$attribute_stack
applies
Find whether this preview hook applies.
apply_emoticons
apply_emoticons() in comcode.php
Get the text with all the smilie codes replaced with the correct XHTML. Smiles are determined by your forum system.
array_html_preg_replace
array_html_preg_replace() in comcode_from_html.php
Do some regular expression matches, locked correctly to single HTML elements. This is necessary to make sure nesting is handled correctly, which regular expressions cannot do on their own.
attach
ocp_tempcode_static::attach() in comcode_conversion.php
Attach the specified tempcode to the right of the current tempcode object.
attachments_script
attachments_script() in attachments.php
Show the image of an attachment/thumbnail.
attachment_popup_script
attachment_popup_script() in attachments.php
Shows an HTML page of all attachments we can access with selection buttons.
attachment.php
attachment.php in attachment.php
attachment_popup.php
attachment_popup.php in attachment_popup.php
attachments.php
attachments.php in attachments.php
attachments2.php
attachments2.php in attachments2.php
attachments3.php
attachments3.php in attachments3.php
b
top
$bits
ocp_tempcode_static::$bits in comcode_conversion.php
Block_main_emoticon_codes
Block_main_emoticon_codes in main_emoticon_codes.php
c
top
$check_only
$codename
ocp_tempcode_static::$codename in comcode_conversion.php
$comcode
$connection
cacheing_environment
Standard modular cache function.
check_comcode
check_comcode() in comcode_check.php
Check the Comcode is valid.
check_naughty_javascript_url
check_naughty_javascript_url() in comcode_renderer.php
Check the specified URL for potentially malicious JavaScript. If any is found, the hack attack is logged, and an error is returned.
comcode_escape
comcode_escape() in comcode.php
Make text usable inside a string inside comcode
comcode_helper_script
comcode_helper_script() in comcode_add.php
Outputs a Comcode tag helper dialog.
comcode_parse_error
comcode_parse_error() in comcode_renderer.php
Show a comcode parser error.
comcode_preg_replace
comcode_preg_replace() in comcode_from_html.php
Do a regular expression match, locked correctly to single Comcode elements. This is necessary to make sure nesting is handled correctly, which regular expressions cannot do on their own.
comcode_strip_html_tags
comcode_strip_html_tags() in comcode_from_html.php
preg_replace callback to strip HTML tags from inside a Comcode tag, except formatting ones that we'll convert to white-space.
comcode_text_to_tempcode
comcode_text_to_tempcode() in comcode_text.php
Convert the specified comcode (text format) into a tempcode tree. You shouldn't output the tempcode tree to the browser, as it looks really horrible. If you are in a rare case where you need to output directly (not through templates), you should call the evaluate method on the tempcode object, to convert it into a string.
comcode_text__to__comcode_xml
comcode_text__to__comcode_xml() in comcode_conversion.php
Convert Comcode-Text to Comcode-XML.
comcode_to_tempcode
comcode_to_tempcode() in comcode.php
Convert the specified comcode (unknown format) into a tempcode tree. You shouldn't output the tempcode tree to the browser, as it looks really horrible. If you are in a rare case where you need to output directly (not through templates), you should call the evaluate method on the tempcode object, to convert it into a string.
comcode_xml_to_tempcode
comcode_xml_to_tempcode in comcode_xml.php
comcode_xml_to_tempcode
Convert the specified comcode (text format) into a tempcode tree. You shouldn't output the tempcode tree to the browser, as it looks really horrible. If you are in a rare case where you need to output directly (not through templates), you should call the evaluate method on the tempcode object, to convert it into a string.
convertFinalisedElement
Parse the complete text of the inside of the tag.
comcode_convert.php
comcode_convert.php in comcode_convert.php
comcode.php
comcode.php in comcode.php
comcode_add.php
comcode_add.php in comcode_add.php
comcode_check.php
comcode_check.php in comcode_check.php
comcode_conversion.php
comcode_conversion.php in comcode_conversion.php
comcode_from_html.php
comcode_from_html.php in comcode_from_html.php
comcode_renderer.php
comcode_renderer.php in comcode_renderer.php
comcode_text.php
comcode_text.php in comcode_text.php
comcode_xml.php
comcode_xml.php in comcode_xml.php
core_rich_media.php
core_rich_media.php in core_rich_media.php
comcode_tag.php
comcode_tag.php in comcode_tag.php
d
top
delete_comcode_attachments
delete_comcode_attachments() in attachments3.php
Deletes all the attachments a given language code holds. Well, not quite! It deletes all references, and any attachments have through it, run out of references.
delete_lang_comcode_attachments
This function is the same as delete_comcode_attachments, except that it deletes the language code as well.
detect_link
detect_link() in comcode_text.php
Detect a link in some text.
do_code_box
do_code_box() in comcode_renderer.php
Render a code box.
do_comcode_attachments
do_comcode_attachments() in attachments2.php
Get an array containing new comcode, and tempcode. The function wraps the normal comcode_to_tempcode function. The function will do attachment management, including deleting of attachments that have become unused due to editing of some comcode and removing of the reference.
do_emoticon
do_emoticon() in comcode.php
Turn a triple of emoticon parameters into some actual tempcode.
e
top
emoticons.php
emoticons.php in emoticons.php
endElement
Standard PHP XML parser function.
endNameSpace
Standard PHP XML parser function.
extract_identifier_at
Find the identifier component of a variable within this Tempcode.
f
top
filter_html
filter_html() in comcode_text.php
Filter HTML for safety.
final_attachments_from_preview
Finalise attachments which were created during a preview, so that they have the proper reference IDs.
from_camelCase
from_camelCase() in comcode_xml.php
Convert a string from camelCase to underlined_case.
g
top
get_chmod_array
Get a list of file permissions to set
get_dependencies
Get a mapping of dependency types
get_description
Get the description of the addon
get_file_list
Get a list of files that belong to this addon
get_version
Get the version of ocPortal this addon is for
h
top
has_attachment_access
has_attachment_access() in attachments.php
Find if the specified member has access to view the specified attachment.
Hook_addon_registry_core_rich_media
Hook_attachments_null
Hook_Preview_comcode_tag
Hook_Preview_comcode_tag in comcode_tag.php
html_to_comcode
html_to_comcode() in comcode.php
Convert (X)HTML into comcode
i
top
$is_all_semihtml
info
Block_main_emoticon_codes::info() in main_emoticon_codes.php
Standard modular info function.
init__comcode
init__comcode() in comcode.php
Standard code module initialisation function.
init__comcode_conversion
init__comcode_conversion() in comcode_conversion.php
Standard code module initialisation function.
init__comcode_from_html
init__comcode_from_html() in comcode_from_html.php
Standard code module initialisation function.
init__comcode_renderer
init__comcode_renderer() in comcode_renderer.php
Standard code module initialisation function.
init__comcode_text
init__comcode_text() in comcode_text.php
Standard code module initialisation function.
init__comcode_xml
init__comcode_xml() in comcode_xml.php
Standard code module initialisation function.
insert_lang_comcode_attachments
Insert some comcode content that may contain attachments, and return the language id.
in_tag_stack
in_tag_stack() in comcode_text.php
Find if any of some tags are in the stack.
is_empty
ocp_tempcode_static::is_empty() in comcode_conversion.php
Find whether the current tempcode object is blank or not.
m
top
$marker
map_keys_to_upper
map_keys_to_upper() in comcode_renderer.php
Turn keys of a map to upper case, and return modified map.
main_emoticon_codes.php
main_emoticon_codes.php in main_emoticon_codes.php
n
top
$namespace_stack
null.php
null.php in null.php
o
top
$on_behalf_of_member
ocp_tempcode
ocp_tempcode_static::ocp_tempcode() in comcode_conversion.php
Constructor of tempcode
ocp_tempcode_static
ocp_tempcode_static in comcode_conversion.php
p
top
$pass_id
parameterless
ocp_tempcode_static::parameterless() in comcode_conversion.php
Find whether a variable within this Tempcode is parameterless.
parse_from
ocp_tempcode_static::parse_from() in comcode_conversion.php
Parse a single symbol from an input stream and append it.
r
top
read_single_uncompiled_symbol
read_single_uncompiled_symbol() in comcode_conversion.php
Convert and return an uncompiled textual symbol (as used in templates, and comcode) into tempcode (these pieces are attached to other pieces, in a certain way, forming a tempcode tree for a template or a symbol-in-comcode).
reinsert_parameters
reinsert_parameters() in comcode_renderer.php
Build some Comcode-syntax attribute parameters from our in-memory parameters.
render_attachment
render_attachment() in attachments.php
Get tempcode for a Comcode rich-media attachment.
run
Standard modular run function for attachment hooks. They see if permission to an attachment of an ID relating to this content is present for the current member.
run
Standard modular run function for preview hooks.
run
Block_main_emoticon_codes::run() in main_emoticon_codes.php
Standard modular run function.
s
top
$semiparse_mode
$source_member
$special_child_elements_stack
$structure_sweep
semihtml_to_comcode
semihtml_to_comcode() in comcode_from_html.php
Convert Semi-HTML into comcode. Cleanup where possible
semihtml_to_comcode_wrap
semihtml_to_comcode_wrap() in comcode_from_html.php
Convert Semi-HTML into comcode. Cleanup where possible. preg_replace_callback callback
set_directive_embedment
Set the embedment of a directive within this Tempcode.
startElement
Standard PHP XML parser function.
startNameSpace
Standard PHP XML parser function.
startText
Standard PHP XML parser function.
strip_comcode
strip_comcode() in comcode.php
Strip out any Comcode from this "plain text". Useful for semantic text is wanted but where Comcode is used as "the next best thing" we have.
t
top
$tag_stack
$tempcode
thumb.php
thumb.php in thumb.php
template_to_tempcode_static
template_to_tempcode_static() in comcode_conversion.php
Convert template text into tempcode format.
test_url
test_url() in comcode_renderer.php
Test a URL as a broken link.
to_camelCase
to_camelCase() in comcode_xml.php
Convert a string from underlined_case to camelCase.
tpl_previews
Get mapping between template names and the method of this class that can render a preview of them
tpl_preview__attachments
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachments_browser
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachment_download
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachment_download_remote
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachment_left
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachment_media
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachment_qt
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachment_right
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachment_rm
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__attachment_swf
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_abbr
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_address
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_align
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_big_tabs
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_bold
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_carousel
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_cedi_link
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_cite
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_code
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_concept
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_concepts
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_concept_inline
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_contents
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_critical_parse_error
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_currency
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_del
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_dfn
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_edit_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_email
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_exp_ref
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_exp_thumb
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_exp_thumb_print
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_font
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_hide
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_highlight
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_if_in_group
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_img
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_indent
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_ins
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_italics
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_jumping
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_minor_title
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_mistake_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_overlay
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_pulse
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_q
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_quote
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_quote_by
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_random
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_reference
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_samp
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_section_controller
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_section_title
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_shocker
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_snapback
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_strike
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_sub
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_sup
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_surround
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_swf
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_table_screens
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_tab_body
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_teletype
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_textcode_line
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_textcode_tab
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_thumb
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_ticker
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_tooltip
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_underline
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_url
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_var
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__comcode_very_minor_title
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__emoticon_click_code
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__standardbox_accordion
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
u
top
update_lang_comcode_attachments
Update a language code, in such a way that new attachments are created if they were specified.
w
top
$wml
$wrap_pos
a b c d e f g h i m n o p r s t u w _