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:
#pike __REAL_VERSION__
-
//! @decl array(string) contenttypes
+
//! @decl
constant
array(string) contenttypes
//! The MIME content types this object can filter. constant contenttypes = ({ });
-
//! @decl optional array(string) fields
+
//! @decl optional
constant
array(string) fields
//! The different fields this object can extract from the media. The //! list can contain any of the following values. //! @string //! @value "body" //! @value "title" //! @value "keywords" //! @value "description" //! @value "robots" //! @value "headline" //! @value "modified"