pike.git
/
lib
/
modules
/
Search.pmod
/
Filter.pmod
/
Word.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Search.pmod/Filter.pmod/Word.pmod:1:
// This file is part of Roxen Search
-
// Copyright © 2001 Roxen IS. All rights reserved.
+
// Copyright © 2001
- 2009,
Roxen IS. All rights reserved.
//
-
// $Id: Word.pmod,v 1.
12
2004
/
08
/
07
15
:
27
:
00
js
Exp $
+
// $Id: Word.pmod,v 1.
13
2009
/
05
/
25
12
:
41
:
22
mast
Exp $
inherit .HTML; constant contenttypes = ({ "application/msword", "application/vnd.ms-word" }); constant fields = ({ "body", "title", "keywords"}); .Output filter(Standards.URI uri, string|Stdio.File data, string content_type) { .Output res=.Output();