[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/bb-includes/ -> functions.bb-formatting.php (summary)

(no description)

File Size: 405 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 31 functions

  bb_autop()
  bb_encodeit()
  bb_decodeit()
  bb_code_trick()
  bb_code_trick_reverse()
  _bb_encode_bad_empty()
  _bb_encode_bad_normal()
  bb_encode_bad()
  bb_filter_kses()
  bb_allowed_tags()
  bb_rel_nofollow()
  bb_rel_nofollow_callback()
  bb_trim_for_db()
  bb_utf8_cut()
  bb_encoded_utf8_cut()
  bb_pre_term_slug()
  bb_trim_for_db_55()
  bb_trim_for_db_150()
  bb_slug_sanitize()
  bb_user_nicename_sanitize()
  bb_sanitize_with_dashes()
  bb_pre_sanitize_with_dashes_utf8()
  bb_show_topic_context()
  bb_post_text_context()
  bb_show_context()
  bb_fix_link()
  bb_sticky_label()
  bb_closed_label()
  bb_make_link_view_all()
  bb_gmtstrtotime()
  bb_convert_chars()

Functions
Functions that are not part of a class:

bb_autop($pee, $br = 1)   X-Ref
No description

bb_encodeit( $matches )   X-Ref
No description

bb_decodeit( $matches )   X-Ref
No description

bb_code_trick( $text )   X-Ref
No description

bb_code_trick_reverse( $text )   X-Ref
No description

_bb_encode_bad_empty(&$text, $key, $preg)   X-Ref
No description

_bb_encode_bad_normal(&$text, $key, $preg)   X-Ref
No description

bb_encode_bad( $text )   X-Ref
No description

bb_filter_kses($data)   X-Ref
No description

bb_allowed_tags()   X-Ref
No description

bb_rel_nofollow( $text )   X-Ref
No description

bb_rel_nofollow_callback( $matches )   X-Ref
No description

bb_trim_for_db( $string, $length )   X-Ref
No description

bb_utf8_cut( $utf8_string, $length = 0 )   X-Ref
No description

bb_encoded_utf8_cut( $encoded, $length = 0 )   X-Ref
No description

bb_pre_term_slug( $slug, $taxonomy = '', $term_id = 0 )   X-Ref
No description

bb_trim_for_db_55( $string )   X-Ref
No description

bb_trim_for_db_150( $string )   X-Ref
No description

bb_slug_sanitize( $slug, $length = 255 )   X-Ref
No description

bb_user_nicename_sanitize( $user_nicename, $length = 50 )   X-Ref
No description

bb_sanitize_with_dashes( $text, $length = 0 )   X-Ref
No description

bb_pre_sanitize_with_dashes_utf8( $text, $_text = '', $length = 0 )   X-Ref
No description

bb_show_topic_context( $term, $text )   X-Ref
No description

bb_post_text_context( $post_text )   X-Ref
No description

bb_show_context( $term, $text )   X-Ref
No description

bb_fix_link( $link )   X-Ref
No description

bb_sticky_label( $label )   X-Ref
No description

bb_closed_label( $label )   X-Ref
No description

bb_make_link_view_all( $link )   X-Ref
No description

bb_gmtstrtotime( $string )   X-Ref
No description

bb_convert_chars( $content )   X-Ref
Converts a number of characters from a string.

Metadata tags <<title>> and <<category>> are removed, <<br>> and <<hr>> are
converted into correct XHTML and Unicode characters are converted to the
valid range.

param: string $content String of characters to be converted.
return: string Converted string.



Generated: Thu Dec 7 01:01:35 2017 Cross-referenced by PHPXref 0.7.1