topicbacklinks Backlinks to StaticMethod in all Webs   Search TWiki Web only

Results from TWiki web retrieved at 21:57 (GMT)

A ClassMethod is a method that must be called relative to the containing class object. This normally only applies to the new method used to create new object instances ...
MailerContrib Add on to the TWiki kernel that allows users to "subscribe" to regularly scheduled e mails containing either: A report on changes to all topics ...
An ObjectMethod is a method that must be called relative to a previous constructed object of the class type. For example: package Telecoms ClassMethod new() ObjectMethod ...
Package TWiki::Attrs Class of attribute sets, designed for parsing and storing attribute values from a TWiki tag e.g. An attribute set is a map containing an entry ...
Package TWiki::Client The package is also a Factory for login managers and also the base class for all login managers. On it's own, an object of this class is used ...
Package TWiki::Compatibility Support for compatibility with old TWiki versions. Packaged separately because 99.999999% of the time this won't be needed. StaticMethod ...
Package TWiki::Configure::Load Purpose This module consists of just a single subroutine readConfig . It allows to safely modify configuration variables for one ...
Package StaticMethod unpackArchive ($archive ,$dir ) Unpack an archive. The unpacking method is determined from the file extension e.g. .zip, .tgz. .tar, etc ...
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 ...
Package TWiki::Form Object representing a single form definition. ClassMethod new ($session,$web,$form,$def) $web default web to recover form from, if ...
Package TWiki::Merge Support for merging strings StaticMethod merge2 ($arev,$a,$brev,$b,$sep,$session,$info) $arev rev for $a (string) $a first ...
Package TWiki::Meta Meta data handling. A meta data object is a hash of different types of meta data (keyed on the type, such as 'FIELD' and 'TOPICINFO'). Each entry ...
Package TWiki::Plurals Handle conversion of plural topic names to singular form. StaticMethod singularForm ($web,$pluralForm) $singularForm Try to singularise ...
Package TWiki::Render This module provides most of the actual HTML rendering code in TWiki. ClassMethod new ($session) Creates a new renderer with initial state ...
Package TWiki::Sandbox This object provides an interface to the outside world. All calls to system functions, or handling of file names, should be brokered by this ...
Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. StaticMethod ...
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 ...
Package TWiki::Store::RcsWrap extends TWiki::Store::RcsFile This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile ...
Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate,$defaultLocal) $iSecs Convert string date/time string to seconds since epoch (1970 ...
Package TWiki::UI Service functions used by the UI packages StaticMethod run (\ method,...) Entry point for execution of a UI function. The parameter is a reference ...
Package TWiki::UI::Edit Edit command handler StaticMethod edit ($session) Edit command handler. This method is designed to be invoked via the TWiki::UI::run ...
Package TWiki::UI::Manage UI functions for web, topic and user management StaticMethod manage ($session) manage command handler. This method is designed to be ...
Package TWiki::UI::Oops UI delegate for oops function StaticMethod oops cgi ($session) oops command handler. This method is designed to be invoked via the TWiki ...
Package TWiki::UI::RDiff UI functions for diffing. StaticMethod diff ($session,$web,$topic,$query) diff command handler. This method is designed to be invoked ...
Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked ...
Package TWiki::UI::Save UI delegate for save function StaticMethod save ($session) Command handler for save command. This method is designed to be invoked via ...
Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description ...
Package TWiki::UI::Statistics Statistics extraction and presentation StaticMethod statistics ($session) statistics command handler. This method is designed to ...
Package TWiki::UI::Upload UI delegate for attachment management functions StaticMethod attach ($session) upload command handler. This method is designed to be ...
Package TWiki::UI::View UI delegate for view function StaticMethod view ($session) view command handler. This method is designed to be invoked via the TWiki ...
Number of topics: 30

 
DIUM
This site is powered by the TWiki collaboration platformCopyright © 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.StaticMethod