Home - this site is powered by TWiki(R)
TWiki  WebAtom (1 vs. 3)

Welcome | Register | Changes | Topics | Index | Search | Go

 <<O>>  Difference Topic WebAtom (3 - 2006-01-24 - TWikiContributor)
 TWiki's TWiki web The Documentation Web of TWiki. TWiki is an Enterprise Collaboration Platform.
Changed:
<
<
https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki Copyright 2025 by contributing authors 2018-07-16T03:20:47Z TWikiRenderDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRenderDotPm 2018-07-16T03:20:47Z Package TWiki::Render This module provides most of the actual HTML rendering code in TWiki. ClassMethod new ($session) Creates a new renderer ObjectMethod finish... (last changed by TWikiContributor) TWikiContributor TWikiUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIDotPm 2018-07-16T03:20:41Z Package TWiki::UI Coordinator of execution flow and service functions used by the UI packages StaticMethod handleRequest ($req) $res Main coordinator of request... (last changed by TWikiContributor) TWikiContributor TWikiConfigureImgToolDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm 2018-07-16T03:20:39Z Package TWiki::Configure::ImgTool This class is a singleton that offers URLs for the images (logos, warning, info) used during configuration when neither pub... (last changed by TWikiContributor) TWikiContributor TWikiStoreDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreDotPm 2018-07-16T03:20:37Z Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the `real` store provider which is hidden behind... (last changed by TWikiContributor) TWikiContributor TWikiFuncDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFuncDotPm 2018-07-16T03:20:32Z Package TWiki::Func Official list of stable TWiki functions for Plugin developers This module defines official functions that TWiki plugins can use to interact... (last changed by TWikiContributor) TWikiContributor TWikiFormFieldDefinitionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormFieldDefinitionDotPm 2015-11-29T10:27:04Z Package TWiki::Form::FieldDefinition Base class of all field definition classes. Type specific classes are derived from this class to define specific per type behaviours... (last changed by TWikiContributor) TWikiContributor TWikiDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiDotPm 2015-11-29T10:27:03Z Package TWiki TWiki operates by creating a singleton object (known as the Session object) that acts as a point of reference for all the different modules in the system... (last changed by TWikiContributor) TWikiContributor TWikiTimeDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiTimeDotPm 2014-10-05T11:03:29Z Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate,$defaultLocal) $iSecs Convert string date/time string to seconds since epoch (... (last changed by TWikiContributor) TWikiContributor TWikiEngineDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineDotPm 2013-10-14T08:02:47Z Package TWiki::Engine The engine class is a singleton that implements details about TWiki`s execution mode. This is the base class and implements basic behavior.... (last changed by TWikiContributor) TWikiContributor TWikiOopsExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiOopsExceptionDotPm 2013-10-14T08:02:47Z Package TWiki::OopsException Exception used to raise a request to redirect to an Oops URL. An OopsException thrown anywhere in the code will redirect the browser... (last changed by TWikiContributor) TWikiContributor TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiResponseDotPm 2013-10-14T08:02:47Z Package TWiki::Response Class to encapsulate response data. Fields: status response status headers hashref to response headers body... (last changed by TWikiContributor) TWikiContributor TWikiUISearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISearchDotPm 2013-10-14T08:02:47Z Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description... (last changed by TWikiContributor) TWikiContributor TWikiAccessDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAccessDotPm 2013-10-14T08:02:47Z Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... (last changed by TWikiContributor) TWikiContributor TWikiLoginManagerSessionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerSessionDotPm 2013-10-14T08:02:47Z Package TWiki::LoginManager::Session Class to provide CGI::Session like infra structure, compatible with TWiki Runtime Engine mechanisms other than CGI. It inherits... (last changed by TWikiContributor) TWikiContributor TWikiStoreRcsFileDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreRcsFileDotPm 2013-10-14T08:02:47Z Package TWiki::Store::RcsFile This class is PACKAGE PRIVATE to Store, and should never be used from anywhere else. It is the base class of implementations of stores... (last changed by TWikiContributor) TWikiContributor TWikiStoreSearchAlgorithmsPurePerlDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm 2013-10-14T08:02:47Z Package TWiki::Store::SearchAlgorithms::PurePerl Pure perl implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... (last changed by TWikiContributor) TWikiContributor

 <<O>>  Difference Topic WebAtom (2 - 2006-01-24 - TWikiContributor)
 TWiki's TWiki web The Documentation Web of TWiki. TWiki is an Enterprise Collaboration Platform. https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki Copyright 2025 by contributing authors 2018-07-16T03:20:45Z SourceCode https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/SourceCode 2018-07-16T03:20:45Z TWiki Source Code Packages This documentation is automatically generated from the pod , so it always matches the running code TWiki::AccessControlException Exception... (last changed by TWikiContributor) TWikiContributor TWikiStoreSearchAlgorithmsForkingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm 2013-10-14T08:02:47Z Package TWiki::Store::SearchAlgorithms::Forking Forking implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... (last changed by TWikiContributor) TWikiContributor TWikiEngineDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineDotPm 2013-10-14T08:02:47Z Package TWiki::Engine The engine class is a singleton that implements details about TWiki`s execution mode. This is the base class and implements basic behavior.... (last changed by TWikiContributor) TWikiContributor TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiResponseDotPm 2013-10-14T08:02:47Z Package TWiki::Response Class to encapsulate response data. Fields: status response status headers hashref to response headers body... (last changed by TWikiContributor) TWikiContributor TWikiOopsExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiOopsExceptionDotPm 2013-10-14T08:02:47Z Package TWiki::OopsException Exception used to raise a request to redirect to an Oops URL. An OopsException thrown anywhere in the code will redirect the browser... (last changed by TWikiContributor) TWikiContributor TWikiUsersPasswordDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersPasswordDotPm 2011-08-21T04:15:50Z Package TWiki::Users::Password Base class of all password handlers. Default behaviour is no passwords, so anyone can be anyone they like. The methods of this class... (last changed by TWikiContributor) TWikiContributor TWikiUsersHtPasswdUserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersHtPasswdUserDotPm 2011-08-21T04:15:17Z Package TWiki::Users::HtPasswdUser Support for htpasswd and htdigest format password files. Subclass of TWiki::Users::Password . See documentation of that class... (last changed by TWikiContributor) TWikiContributor TWikiPluginsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluginsDotPm 2010-05-29T14:44:56Z Package TWiki::Plugins This module defines the singleton object that handles Plugins loading, initialization and execution. This class uses Chain of Responsibility... (last changed by TWikiContributor) TWikiContributor TWikiPluralsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluralsDotPm 2009-03-30T09:17:52Z Package TWiki::Plurals Handle conversion of plural topic names to singular form. StaticMethod singularForm ($web,$pluralForm) $singularForm Try to singularise... (last changed by TWikiContributor) TWikiContributor TWikiInfixParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiInfixParserDotPm 2008-12-06T09:02:22Z Package TWiki::Infix::Parser A simple stack based parser that parses infix expressions with nonary, unary and binary operators specified using an operator table.... (last changed by TWikiContributor) TWikiContributor TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRegisterDotPm 2008-01-22T03:21:35Z Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked... (last changed by TWikiContributor) TWikiContributor TWikiUIRDiffDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRDiffDotPm 2008-01-22T03:21:32Z Package TWiki::UI::RDiff UI functions for diffing. StaticMethod diff ($session,$web,$topic,$query) diff command handler. This method is designed to be invoked... (last changed by TWikiContributor) TWikiContributor TWikiTemplatesDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiTemplatesDotPm 2008-01-22T03:21:31Z Package TWiki::Templates Support for the TWiki template language. The following tokens are supported by this language: % TMPL:P% Instantiates a previously defined... (last changed by TWikiContributor) TWikiContributor TWikiLoginManagerTemplateLoginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerTemplateLoginDotPm 2008-01-22T03:21:30Z Package TWiki::LoginManager::TemplateLogin This is a login manager that you can specify in the security setup section of configure. It provides users with a template... (last changed by TWikiContributor) TWikiContributor TWikiInfixErrorDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiInfixErrorDotPm 2008-01-22T03:21:30Z Package TWiki::Infix::Error Class of errors used with TWiki::Infix::Parser (last changed by TWikiContributor) TWikiContributor TWikiUIViewDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIViewDotPm 2008-01-22T03:21:29Z Package TWiki::UI::View UI delegate for view function StaticMethod view ($session) view command handler. This method is designed to be invoked via the UI::run... (last changed by TWikiContributor) TWikiContributor

 <<O>>  Difference Topic WebAtom (1 - 2006-01-24 - TWikiContributor)
 TWiki's TWiki web The Documentation Web of TWiki. TWiki is an Enterprise Collaboration Platform. https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki Copyright 2025 by contributing authors 2018-07-16T03:20:47Z TWikiRenderDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRenderDotPm 2018-07-16T03:20:47Z Package TWiki::Render This module provides most of the actual HTML rendering code in TWiki. ClassMethod new ($session) Creates a new renderer ObjectMethod finish... (last changed by TWikiContributor) TWikiContributor TWikiUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIDotPm 2018-07-16T03:20:41Z Package TWiki::UI Coordinator of execution flow and service functions used by the UI packages StaticMethod handleRequest ($req) $res Main coordinator of request... (last changed by TWikiContributor) TWikiContributor TWikiConfigureImgToolDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm 2018-07-16T03:20:39Z Package TWiki::Configure::ImgTool This class is a singleton that offers URLs for the images (logos, warning, info) used during configuration when neither pub... (last changed by TWikiContributor) TWikiContributor TWikiStoreDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreDotPm 2018-07-16T03:20:37Z Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the `real` store provider which is hidden behind... (last changed by TWikiContributor) TWikiContributor TWikiFuncDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFuncDotPm 2018-07-16T03:20:32Z Package TWiki::Func Official list of stable TWiki functions for Plugin developers This module defines official functions that TWiki plugins can use to interact... (last changed by TWikiContributor) TWikiContributor TWikiFormFieldDefinitionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormFieldDefinitionDotPm 2015-11-29T10:27:04Z Package TWiki::Form::FieldDefinition Base class of all field definition classes. Type specific classes are derived from this class to define specific per type behaviours... (last changed by TWikiContributor) TWikiContributor TWikiDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiDotPm 2015-11-29T10:27:03Z Package TWiki TWiki operates by creating a singleton object (known as the Session object) that acts as a point of reference for all the different modules in the system... (last changed by TWikiContributor) TWikiContributor TWikiTimeDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiTimeDotPm 2014-10-05T11:03:29Z Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate,$defaultLocal) $iSecs Convert string date/time string to seconds since epoch (... (last changed by TWikiContributor) TWikiContributor TWikiRequestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRequestDotPm 2013-10-14T08:02:47Z Package TWiki::Request Class to encapsulate request data. Fields: action action requested (view, edit, save, ...) cookies hashref whose keys are cookie... (last changed by TWikiContributor) TWikiContributor TWikiStoreSearchAlgorithmsPurePerlDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm 2013-10-14T08:02:47Z Package TWiki::Store::SearchAlgorithms::PurePerl Pure perl implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... (last changed by TWikiContributor) TWikiContributor TWikiStoreRcsFileDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreRcsFileDotPm 2013-10-14T08:02:47Z Package TWiki::Store::RcsFile This class is PACKAGE PRIVATE to Store, and should never be used from anywhere else. It is the base class of implementations of stores... (last changed by TWikiContributor) TWikiContributor TWikiLoginManagerSessionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerSessionDotPm 2013-10-14T08:02:47Z Package TWiki::LoginManager::Session Class to provide CGI::Session like infra structure, compatible with TWiki Runtime Engine mechanisms other than CGI. It inherits... (last changed by TWikiContributor) TWikiContributor TWikiAccessDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAccessDotPm 2013-10-14T08:02:47Z Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... (last changed by TWikiContributor) TWikiContributor TWikiUISearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISearchDotPm 2013-10-14T08:02:47Z Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description... (last changed by TWikiContributor) TWikiContributor TWikiSearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiSearchDotPm 2011-04-12T00:50:47Z Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. ObjectMethod... (last changed by TWikiContributor) TWikiContributor TWikiPrefsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPrefsDotPm 2010-05-29T14:44:10Z Package TWiki::Prefs The Prefs class is a singleton that implements management of preferences. It uses a stack of TWiki::Prefs::PrefsCache objects to store the preferences... (last changed by TWikiContributor) TWikiContributor
<-- 
  • Set SKIN = rssatom
-->

View | History: r3 < r2 < r1 | More

This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WebAtom.

%TEXT%