Home
last modified time | relevance | path

Searched refs:remove_filter (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
Dsmartypants.php46 remove_filter('category_description', 'wptexturize');
47 remove_filter('list_cats', 'wptexturize');
48 remove_filter('comment_author', 'wptexturize');
49 remove_filter('comment_text', 'wptexturize');
50 remove_filter('single_post_title', 'wptexturize');
51 remove_filter('the_title', 'wptexturize');
52 remove_filter('the_content', 'wptexturize');
53 remove_filter('the_excerpt', 'wptexturize');
/external/oprofile/libutil++/
Dop_bfd.cpp43 struct remove_filter { struct
44 remove_filter(string_filter const & filter) in remove_filter() function
292 remove_filter(symbol_filter)); in add_symbols()
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
Dmarkdown.php88 remove_filter('the_content', 'wpautop');
89 remove_filter('the_content_rss', 'wpautop');
90 remove_filter('the_excerpt', 'wpautop');
98 remove_filter('content_save_pre', 'balanceTags', 50);
99 remove_filter('excerpt_save_pre', 'balanceTags', 50);
125 remove_filter('comment_text', 'wpautop', 30);
126 remove_filter('comment_text', 'make_clickable');