WordPress
[ www.tenman.info ] [ top ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ] [ z ]

a

addslashes_gpc
in file formatting.php, function addslashes_gpc()
    Adds slashes to escape strings.
antispambot
in file formatting.php, function antispambot()
    Converts email addresses characters to HTML entities to block spam bots.
attribute_escape
in file formatting.php, function attribute_escape()
    Escaping for HTML attributes.
top

b

backslashit
in file formatting.php, function backslashit()
    Adds backslashes before letters and before a number at the start of a string.
balanceTags
in file formatting.php, function balanceTags()
    Will only balance the tags if forced to and the option is set to balance tags.
top

c

clean_pre
in file formatting.php, function clean_pre()
    Accepts matches array from preg_replace_callback in wpautop() or a string.
clean_url
in file formatting.php, function clean_url()
    Checks and cleans a URL.
convert_chars
in file formatting.php, function convert_chars()
    Converts a number of characters from a string.
convert_smilies
in file formatting.php, function convert_smilies()
    Convert text equivalent of smilies to images.
top

e

ent2ncr
in file formatting.php, function ent2ncr()
    Converts named entities into numbered entities.
top

f

force_balance_tags
in file formatting.php, function force_balance_tags()
    Balances tags of string using a modified stack.
formatting.php
procedural page formatting.php
format_to_edit
in file formatting.php, function format_to_edit()
    Acts on text which is about to be edited.
format_to_post
in file formatting.php, function format_to_post()
    Holder for the 'format_to_post' filter.
funky_javascript_fix
in file formatting.php, function funky_javascript_fix()
    Fixes javascript bugs in browsers.
top

g

get_date_from_gmt
in file formatting.php, function get_date_from_gmt()
    Converts a GMT date into the correct format for the blog.
get_gmt_from_date
in file formatting.php, function get_gmt_from_date()
    Returns a date in the GMT equivalent.
top

h

htmlentities2
in file formatting.php, function htmlentities2()
    Convert entities, while preserving already-encoded entities.
human_time_diff
in file formatting.php, function human_time_diff()
    Determines the difference between two timestamps.
top

i

iso8601_timezone_to_offset
in file formatting.php, function iso8601_timezone_to_offset()
    Computes an offset in seconds from an iso8601 timezone.
iso8601_to_datetime
in file formatting.php, function iso8601_to_datetime()
    Converts an iso8601 date to MySQL DateTime format used by post_date[_gmt].
is_email
in file formatting.php, function is_email()
    Checks to see if the text is a valid email address.
top

j

js_escape
in file formatting.php, function js_escape()
    Escape single quotes, specialchar double quotes, and fix line endings.
top

l

like_escape
in file formatting.php, function like_escape()
    Escapes text for SQL LIKE special characters % and _.
links_add_base_url
in file formatting.php, function links_add_base_url()
    Add a Base url to relative links in passed content.
links_add_target
in file formatting.php, function links_add_target()
    Adds a Target attribute to all links in passed content.
top

m

make_clickable
in file formatting.php, function make_clickable()
    Convert plaintext URI to HTML links.
top

n

normalize_whitespace
in file formatting.php, function normalize_whitespace()
top

p

popuplinks
in file formatting.php, function popuplinks()
    Adds a element attributes to open links in new windows.
top

r

remove_accents
in file formatting.php, function remove_accents()
    Converts all accent characters to ASCII characters.
top

s

sanitize_email
in file formatting.php, function sanitize_email()
    Strips out all characters that are not allowable in an email.
sanitize_file_name
in file formatting.php, function sanitize_file_name()
    Filters certain characters from the file name.
sanitize_option
in file formatting.php, function sanitize_option()
    Sanitises various option values based on the nature of the option.
sanitize_sql_orderby
in file formatting.php, function sanitize_sql_orderby()
    Ensures a string is a valid SQL order by clause.
sanitize_title
in file formatting.php, function sanitize_title()
    Sanitizes title or use fallback title.
sanitize_title_with_dashes
in file formatting.php, function sanitize_title_with_dashes()
    Sanitizes title, replacing whitespace with dashes.
sanitize_url
in file formatting.php, function sanitize_url()
    Performs clean_url() for database usage.
sanitize_user
in file formatting.php, function sanitize_user()
    Sanitize username stripping out unsafe characters.
seems_utf8
in file formatting.php, function seems_utf8()
    Checks to see if a string is utf8 encoded.
stripslashes_deep
in file formatting.php, function stripslashes_deep()
    Navigates through an array and removes slashes from the values.
top

t

tag_escape
in file formatting.php, function tag_escape()
    Escape a HTML tag name.
trailingslashit
in file formatting.php, function trailingslashit()
    Appends a trailing slash.
top

u

untrailingslashit
in file formatting.php, function untrailingslashit()
    Removes trailing slash if it exists.
urlencode_deep
in file formatting.php, function urlencode_deep()
    Navigates through an array and encodes the values to be used in a URL.
utf8_uri_encode
in file formatting.php, function utf8_uri_encode()
    Encode the Unicode values to be used in the URI.
top

w

wpautop
in file formatting.php, function wpautop()
    Replaces double line-breaks with paragraph elements.
wptexturize
in file formatting.php, function wptexturize()
    Replaces common plain text characters into formatted entities
wp_htmledit_pre
in file formatting.php, function wp_htmledit_pre()
    Formats text for the HTML editor.
wp_html_excerpt
in file formatting.php, function wp_html_excerpt()
    Safely extracts not more than the first $count characters from html string.
wp_iso_descrambler
in file formatting.php, function wp_iso_descrambler()
    Convert to ASCII from email subjects.
wp_make_link_relative
in file formatting.php, function wp_make_link_relative()
    Convert full URL paths to absolute paths.
wp_parse_str
in file formatting.php, function wp_parse_str()
    Parses a string into variables to be stored in an array.
wp_pre_kses_less_than
in file formatting.php, function wp_pre_kses_less_than()
    Convert lone less than signs.
wp_pre_kses_less_than_callback
in file formatting.php, function wp_pre_kses_less_than_callback()
    Callback function used by preg_replace.
wp_rel_nofollow
in file formatting.php, function wp_rel_nofollow()
    Adds rel nofollow string to all HTML A elements in content.
wp_rel_nofollow_callback
in file formatting.php, function wp_rel_nofollow_callback()
    Callback to used to add rel=nofollow string to HTML A element.
wp_richedit_pre
in file formatting.php, function wp_richedit_pre()
    Formats text for the rich text editor.
wp_specialchars
in file formatting.php, function wp_specialchars()
    Converts a number of special characters into their HTML entities.
wp_sprintf
in file formatting.php, function wp_sprintf()
    WordPress implementation of PHP sprintf() with filters.
wp_sprintf_l
in file formatting.php, function wp_sprintf_l()
    Localize list items before the rest of the content.
wp_trim_excerpt
in file formatting.php, function wp_trim_excerpt()
    Generates an excerpt from the content, if needed.
top

z

zeroise
in file formatting.php, function zeroise()
    Add leading zeros when necessary.
top

Documentation generated on Sun, 29 Mar 2009 16:21:44 +0900 by phpDocumentor 1.4.2