TWiki::Store::RcsFile $version if 0 or undef, or out of range (version number > number of revs) will return info about the latest revision.
$web - Web name, required, e.g. 'Sandbox'
( 'WebChanges', 'WebHome', 'WebIndex', 'WebNotify' )
$searchString - the search string, in egrep format if regex
$web - The web to search in
\@topics - reference to a list of topics to search
\%options - reference to an options hash
\%options hash may contain the following options: type - if regex will perform a egrep-syntax RE search (default '')
casesensitive - false to ignore case (defaulkt true)
files_without_match - true to return files only (default false)
files_without_match is specified, it will
return on the first match in each topic (i.e. it will return only one
match per topic, and will not return matching lines).
$query must be a TWiki::Query object.
Returns a reference to a hash that maps the names of topics that all matched
to the result of the query expression (e.g. if the query expression is
'TOPICPARENT.name' then you will get back a hash that maps topic names
to their parent.
SMELL: this is really inefficient!
$web - web being removed
$lease reference to lease hash, or undef if the existing lease is to be cleared.
$text of new revision
$comment checkin comment
$user is a wikiname.
$date in epoch seconds; may be ignored
$fh filehandle for contents of new revision
$comment checkin comment
$user is a wikiname.
$date in epoch seconds; may be ignored
$text is the new revision
$date is in epoch seconds.
$user is a wikiname.
$comment is a string
|
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Daya Bay? Send feedback Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiStoreRcsFileDotPm. |