/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 46 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++/ |
op_bfd.cpp | 43 struct remove_filter { struct in namespace:__anon10203 44 remove_filter(string_filter const & filter) function in struct:__anon10203::remove_filter 292 remove_filter(symbol_filter));
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 88 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'); [all...] |