Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://wiki.cmc.msu.ru/System/PublishedAPI?sortcol=2;table=1;up=0
Дата изменения: Unknown Дата индексирования: Mon Apr 11 12:11:49 2016 Кодировка: koi8-r |
Package | First Published | Comment |
---|---|---|
Foswiki::Iterator | 1.1.5 | |
Foswiki::Sandbox | 1.1.5 | Calls to external commands; untainting |
Foswiki::AccessControlException | 1.1.5 | Exception used raise an access control violation. |
Foswiki::OopsException | 1.1.5 | Exception used to raise a request to output a preformatted page. |
Foswiki::Plugins | 1.1.5 | Just to access $SESSION and $VERSION |
Foswiki::Func | 1.1.5 | Main API. |
Foswiki::Meta | 1.1.5 | Metadata for webs or topics. This class may be changed after refactorings of the Foswiki internals, so please try to use Foswiki::Func instead if possible. Incompatible changes will only be made during a major release. |
Foswiki::Attrs | 1.1.5 | Parameter passing for custom macros |
Foswiki::Time | 1.1.5 | Time handling functions. |
Foswiki::Request | 1.1.5 | URL parameters |
Package | First Published | Comment | LocalSite.cfg Setting |
---|---|---|---|
Foswiki::Users::Password | 1.1.5 | Custom Authentication. | $Foswiki::cfg{PasswordManager} |
Foswiki::UserMapping | 1.1.5 | User mapping is the process by which Foswiki maps from a username (a login name) to a display name and back. It is also where groups are maintained. | $Foswiki::cfg{UserMappingManager} |
Foswiki::LoginManager | 1.1.5 | How users login (i.e. HTML forms or Apache) | $Foswiki::cfg{LoginManager} |
Foswiki::Logger | 1.1.5 | Custom loggers. | $Foswiki::cfg{Log}{Implementation} |