Roxen.git/
server/
etc/
modules/
RXML.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-06
2003-05-06 12:09:07 by Anders Johansson <anders@roxen.com>
6de325bd50830ab3481c23180a33d00d8d32c9c4 (
12
lines) (+
7
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
Small doc fix.
Rev: server/etc/modules/RXML.pmod/module.pmod:1.312
2:
// // Created 1999-07-30 by Martin Stjernholm. //
-
// $Id: module.pmod,v 1.
311
2003/
04
/
23
12:
56
:
29
mast
Exp $
+
// $Id: module.pmod,v 1.
312
2003/
05
/
06
12:
09
:
07
anders
Exp $
// Kludge: Must use "RXML.refs" somewhere for the whole module to be // loaded correctly.
2793:
constant FLAG_DONT_CACHE_RESULT = 0x00080000; //! Keep this frame unevaluated in the p-code produced for a //! surrounding frame with @[FLAG_GET_EVALED_CONTENT]. That implies
-
//! that all other surrounding frames also remain unevaluated, and
-
//!
this flag is therefore automatically propagated by the parser into
-
//!
surrounding
frames. The flag is tested after the first evaluation
-
//!
of the frame has finished.
+
//! that all other surrounding frames
(that aren't cache static; see
+
//! @[FLAG_IS_CACHE_STATIC])
also remain unevaluated, and this flag is
+
//!
therefore automatically propagated by the parser into
surrounding
+
//! frames. The flag is tested after the first evaluation of the frame
+
//!
has finished.
constant FLAG_MAY_CACHE_RESULT = 0x00100000; //! Mostly for internal use to flag that the result may be cached.