OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_filter
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/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:__anon24401
44
remove_filter
(string_filter const & filter)
function in struct:__anon24401::remove_filter
292
remove_filter
(symbol_filter));
/external/libvpx/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
...]
Completed in 247 milliseconds