Roxen.git/
server/
base_server/
module.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-25
2005-02-25 15:04:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ea5df540aa0143fea117cef1f1c291838b097b52 (
16
lines) (+
13
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Some documentation updates.
Rev: server/base_server/module.pike:1.217
1:
// This file is part of Roxen WebServer. // Copyright © 1996 - 2004, Roxen IS.
-
// $Id: module.pike,v 1.
216
2004
/
06
/
30
16
:
58
:
38
mast
Exp $
+
// $Id: module.pike,v 1.
217
2005
/
02
/
25
15
:
04
:
17
grubba
Exp $
#include <module_constants.h> #include <module.h>
253:
} /* By default, provide nothing. */
-
string query_provides() { return 0; }
+
multiset(
string
)
query_provides() { return 0; }
function(RequestID:int|mapping) query_seclevels()
388:
//! the properties. //! //! Otherwise returns a @[PropertySet] object.
+
//!
+
//! @seealso
+
//! @[query_property()]
PropertySet|mapping(string:mixed) query_property_set(string path, RequestID id) { SIMPLE_TRACE_ENTER (this, "Querying properties on %O", path);
409:
//! @note //! Returning a string is shorthand for returning an array //! with a single text node.
+
//!
+
//! @seealso
+
//! @[query_property_set()]
string|array(Parser.XML.Tree.SimpleNode)|mapping(string:mixed) query_property(string path, string prop_name, RequestID id) {
424:
} //! RFC 2518 PROPFIND implementation with recursion according to
-
//! @[depth]. See @[find_properties] for details.
+
//! @[depth]. See @[
PropertySet()->
find_properties
()
] for details.
+
//!
+
//! @seealso
+
//! @[query_property_set()]
mapping(string:mixed) recurse_find_properties(string path, string mode, int depth, RequestID id, multiset(string)|void filt)