Class ::nntp::Session |
|
Support for NNTP session. |
Class ::nsbeat::Beat |
|
|
Class ::xowiki::Mode |
|
Mode handler to set for the current session some application
specific mode (like e.g. |
Class ::xowiki::Upload |
|
Abstract class for upload handlers. |
Class ::xowiki::UploadFile |
|
Class for storing files as xowiki::File instances. |
Class ::xowiki::UploadFileIconified |
|
Refinement of ::xowiki::UploadFile but returning content rended
by a special renderer. |
Class ::xowiki::UploadPhotoForm |
|
Class for storing files as instances of photo.form. |
Object ::nsbeat::b1 |
|
|
Object ::xowiki::mode::admin |
|
Sample admin mode handler object to toggle "admin" mode on and
off. |
nntp::Session instproc destroy |
|
Log-out from the session and destroy the session object. |
nntp::Session instproc group |
|
update all entries from the specified group |
nntp::Session instproc login |
|
Log-in with the provided credentials |
nntp::Session proc refresh |
|
Refresh articles in the database with messages from the
NNTP news server. |
nsbeat::Beat instproc beat |
|
|
nsbeat::Beat instproc data |
|
|
xowiki::CSS |
|
Backward compatibility hook for ::xowiki::CSS |
xowiki::Mode instproc get |
|
Get the current mode, which might be set by the user or which
might be obtained from the default method. |
xowiki::Mode instproc set |
|
Set the mode to the specified value |
xowiki::Mode instproc toggle |
|
Switch state of the toggle |
xowiki::Upload instproc store_file |
|
Abstract method. |
xowiki::UploadFile instproc store_file |
|
Store the file provided via instance variables by using the
formfield::file implementation (uses xowiki::File). |
xowiki::UploadFileIconified instproc store_file |
|
Store files and return a thumbnail rendering when successful. |
xowiki::UploadPhotoForm instproc store_file |
|
Ignore everything, which does not have an image/* mime type. |
xowiki::before-uninstantiate |
|
Callback to be called whenever a package instance is deleted. |
xowiki::bootstrap::card |
|
Render a Bootstrap Card. |
xowiki::bootstrap::icon |
|
Render a Bootstrap Icon. |
xowiki::bootstrap::modal_dialog |
|
Generic modal dialog wrapper. |
xowiki::bootstrap::modal_dialog_popup_button |
|
Generic modal dialog wrapper. |
xowiki::filter_option_list |
|
Process an option list (pairs of label and id)
suitable to be passed to several widgets and remove
all entries having an id from the except list. |
xowiki::formfield::child_components |
|
For every form-field obj in the provided objs, return a list of
all child components (potentially leaf components of compound
fields). |
xowiki::formfield::dict_to_fc |
|
Convert the provided dict into form_constraint syntax (comma
separated). |
xowiki::formfield::dict_to_spec |
|
Convert the provided dict into a form-field spec together with the
form-field name. |
xowiki::formfield::dict_value |
|
Return the dict value of the specified "key" when this member
exists. |
xowiki::formfield::fc_to_dict |
|
Convert from form_constraint syntax to a dict. |
xowiki::hstore::dict_as_hkey |
|
|
xowiki::hstore::double_quote |
|
From hstore manual: "Double-quote keys and values that include
whitespace, commas, =s or >s. |
xowiki::kibana_backend_reply |
|
Rewrite backend reply |
xowiki::kibana_url_rewrite |
|
Rewrite default url_rewrite_callback |
xowiki::mode::admin proc default |
|
Admins are per default in admin-mode |
xowiki::notification::do_notifications |
|
generate a notification |
xowiki::randomized_index |
|
Return a single randomized value between 0 and
length-1. |
xowiki::randomized_indices |
|
Produce a list of "length" random numbers between 0 and
length-1. |
xowiki::require_parameter_page |
|
Create or up update a parameter page. |
xowiki::update_item_index |
|
Helper function to update single or multiple fields of the
xowiki_form_instance_item_index. |