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 - 2009, Roxen IS. All rights reserved.
-
//
+
// $Id$
-
+
#pike __REAL_VERSION__
//! The MIME content types this class can filter. constant contenttypes = ({ }); //! .Output filter(Standards.URI uri, string|Stdio.File data, string content_type, mixed ... more); string my_popen(array(string) args, string|void cwd, int|void wait_for_exit) // A smarter version of Process.popen: No need to quote arguments.