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:
// This file is part of Roxen Search
-
// Copyright © 2001 Roxen IS. All rights reserved.
+
// Copyright © 2001
- 2009,
Roxen IS. All rights reserved.
//
-
// $Id: Base.pike,v 1.
17
2005
/05/
23
14
:
57
:
38
anders
Exp $
+
// $Id: Base.pike,v 1.
18
2009
/05/
25
12
:
41
:
22
mast
Exp $
//! The MIME content types this class can filter. constant contenttypes = ({ }); constant tmp_filename = Search.TmpFile.tmp_filename; //! .Output filter(Standards.URI uri, string|Stdio.File data, string content_type, mixed ... more);