pike.git
/
lib
/
modules
/
Search.pmod
/
Filter.pmod
/
Base.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Search.pmod/Filter.pmod/Base.pike:1:
//! The MIME content types this class can filter.
-
array(string)
contenttypes = ({ });
+
constant
contenttypes = ({ });
//! void set_content(string); array(array(string)) get_anchors(); void add_content(string, int); array(array) get_filtered_content(); string get_title(); string get_keywords(); string get_description();