Full index

Package indexes


a b c d e f g h i j l m o p r s t v w _
a
top
Method addInlineScript
Add inline javascript to the output buffer.
Method authenticate
Find out if a set of login credentials are valid, and if requested, mark the user as logged in in the current session.
Class Auth_gollem
Auth_gollem in gollem.php
The Auth_gollem:: class provides a Gollem implementation of the Horde authentication system.
Page api.php
api.php in api.php
b
top
Method backendSelect
Generate the backend selection list for use in the menu.
Page base.php
base.php in base.php
c
top
Method canAutoLogin
Can we log in without a login screen for the requested backend key?
Method changeBackend
Change the currently active backend.
Method changeDir
Gollem::changeDir() in Gollem.php
Changes the current directory of the Gollem session based on the 'dir' form field.
Method changePermissions
Change permissions on files using the current Gollem session settings.
Method checkAuthentication
Check Gollem authentication and change to the currently active directory. Redirects to login page on authentication/session failure.
Method checkPermissions
Checks if a user has the specified permissions on the selected backend.
Method copyFile
Gollem::copyFile() in Gollem.php
Copies a file using the current Gollem session settings.
Method createFolder
Create a folder using the current Gollem session settings.
Method createSession
Take information posted from a login attempt and try setting up
d
top
Method decode
Added to Gollem's json.php to use json_decode() if available.
Method deleteFile
Gollem::deleteFile() in Gollem.php
Delete a file using the current Gollem session settings.
Method deleteFolder
Delete a folder using the current Gollem session settings.
Method directoryNavLink
Produces a directory link used for navigation.
Method displayColumns
Parse the 'columns' preference.
e
top
Method encode
Added to Gollem's json.php to use json_encode() if available.
Method expireCache
Gollem::expireCache() in Gollem.php
Expire a folder cache entry.
f
top
Method fetch
Gollem_Template::fetch() in Template.php
Fetches a template from the specified file and return the parsed contents.
g
top
Method get
Gollem_Template::get() in Template.php
Returns the value of a tag or loop.
Method getAutologinID
Get the authentication ID to use for autologins based on the value of the 'hordeauth' parameter.
Method getBackends
Gollem::getBackends() in Gollem.php
Get a list of the available backends for permissions setup.
Method getDir
Gollem::getDir() in Gollem.php
Get the current directory of the Gollem session.
Method getDisplayPath
Generate the display path (the path with any root information stripped out).
Method getHome
Gollem::getHome() in Gollem.php
Get the home directory of the Gollem session.
Method getMenu
Gollem::getMenu() in Gollem.php
Build Gollem's list of menu items.
Method getOption
Returns an option's value.
Method getPreferredBackend
Get the current preferred backend key.
Method getRoot
Gollem::getRoot() in Gollem.php
Get the root directory of the Gollem session.
Method getType
Return the content-type
Method getVFSOb
Gollem::getVFSOb() in Gollem.php
Return a Horde_VFS object for the given backend.
Method getVFSPath
Gollem::getVFSPath() in Gollem.php
Take a fully qualified and break off the file or directory name.
Class Gollem
Gollem in Gollem.php
Gollem Base Class.
Method gollemSetAuthErrorMsg
Somewhat of a hack to allow Gollem to set an authentication error message that may occur outside of this file.
Constant GOLLEM_BASE
GOLLEM_BASE in base.php
Class Gollem_MIME_Viewer_images
The Gollem_MIME_Viewer_images class allows images to be displayed inline in a message.
Class Gollem_Serialize_JSON
Converts to and from JSON format.
Constant GOLLEM_SERIALIZE_JSON_IN_ARR
Constant GOLLEM_SERIALIZE_JSON_IN_CMT
Constant GOLLEM_SERIALIZE_JSON_IN_OBJ
Constant GOLLEM_SERIALIZE_JSON_IN_STR
Constant GOLLEM_SERIALIZE_JSON_SLICE
Marker constant for JSON::decode(), used to flag stack state.
Class Gollem_Session
Gollem_Session in Session.php
Functions required to start a Gollem session.
Constant GOLLEM_SORT_ASCEND
GOLLEM_SORT_ASCEND in Gollem.php
Sort ascending.
Constant GOLLEM_SORT_DATE
GOLLEM_SORT_DATE in Gollem.php
Sort by file date.
Constant GOLLEM_SORT_DESCEND
GOLLEM_SORT_DESCEND in Gollem.php
Sort descending.
Constant GOLLEM_SORT_NAME
GOLLEM_SORT_NAME in Gollem.php
Sort by file name.
Constant GOLLEM_SORT_SIZE
GOLLEM_SORT_SIZE in Gollem.php
Sort by file size.
Constant GOLLEM_SORT_TYPE
GOLLEM_SORT_TYPE in Gollem.php
Sort by file type.
Method Gollem_Template
Constructor.
Class Gollem_Template
Gollem_Template in Template.php
Constant GOLLEM_TEMPLATES
GOLLEM_TEMPLATES in base.php
Constant GOLLEM_TEMPLATE_STRING
GOLLEM_TEMPLATE_STRING in Template.php
The identifier to use for memory-only templates.
Page gollem.php
gollem.php in gollem.php
Page Gollem.php
Gollem.php in Gollem.php
h
top
Function handle_columnselect
$Horde: gollem/lib/prefs.php,v 1.2.2.4 2009/01/06 15:23:54 jan Exp $
Constant HORDE_BASE
HORDE_BASE in base.php
Gollem base inclusion file. This file brings in all of the dependencies that every Gollem script will need, and sets up objects that all scripts use.
Class Horde_Block_gollem_tree_menu
Gollem tree block.
i
top
Page images.php
images.php in images.php
j
top
Page JSON.php
JSON.php in JSON.php
l
top
Method listFolder
Gollem::listFolder() in Gollem.php
List the current folder.
Method loadBackendList
Load the backends list into the global $gollem_backends variable.
Method logoutUrl
Gollem::logoutUrl() in Gollem.php
Generate an URL to the logout screen that includes any known information, such as username, server, etc., that can be filled in on the login form.
m
top
Method menu
Gollem::menu() in Gollem.php
Outputs Gollem's menu to the current output stream.
Method moveFile
Gollem::moveFile() in Gollem.php
Moves a file using the current Gollem session settings.
o
top
Method outputInlineScript
Print inline javascript to the output buffer.
p
top
Page prefs.php
prefs.php in prefs.php
Method parse
Gollem_Template::parse() in Template.php
Parses all variables/tags in the template.
Method pathEncode
Gollem::pathEncode() in Gollem.php
Convert a Gollem path into a URL encoded string, but keep '/'.
r
top
Method realPath
Gollem::realPath() in Gollem.php
Returns the canonical path of the string. Like PHP's built-in realpath() except the directory need not exist on the local server.
Method renameItem
Gollem::renameItem() in Gollem.php
Rename files using the current Gollem session settings.
Method render
Render out the currently set contents.
s
top
Page Session.php
Session.php in Session.php
Method set
Gollem_Template::set() in Template.php
Sets a tag, loop, or if variable.
Method setDir
Gollem::setDir() in Gollem.php
Changes the current directory of the Gollem session to the supplied value.
Method setOption
Sets an option.
Method setTemplate
Set the template contents to a string.
Method status
Gollem::status() in Gollem.php
Outputs Gollem's status/notification bar.
Method stripAPIPath
Cleans a path presented to Gollem's browse API call.
Method subdirectory
Generate correct subdirectory links.
t
top
Page tree_menu.php
tree_menu.php in tree_menu.php
Page Template.php
Template.php in Template.php
v
top
Method verifyDir
Gollem::verifyDir() in Gollem.php
This function verifies whether a given directory is below the root.
w
top
Method writeFile
Gollem::writeFile() in Gollem.php
Write an uploaded file to the VFS backend.
_
top
Variable $_app
Variable $_arrays
Loop tag values.
Variable $_basepath
Directory that templates should be read from.
Variable $_cache
Gollem_Template::$_cache in Template.php
The Horde_Cache object to use.
Variable $_foreachMap
Foreach variable mappings.
Variable $_foreachVar
Foreach variable incrementor.
Variable $_options
Option values.
Variable $_pregcache
preg_match() cache.
Variable $_scalars
Tag (scalar) values.
Variable $_template
Template source.
Variable $_templateFile
Path to template source.
Method _buildTree
Method _decode
Decodes a JSON string into appropriate variable.
Method _encode
Encodes an arbitrary variable into JSON format.
Function _gollem_browse
_gollem_browse() in api.php
Browses through the VFS tree.
Function _gollem_getViewLink
Returns a link to the gollem file preview interface
Function _gollem_mkcol
_gollem_mkcol() in api.php
Creates a directory ("collection" in WebDAV-speak) within the VFS
Function _gollem_move
_gollem_move() in api.php
Renames a file or directory
Function _gollem_path_delete
Removes a file or folder from the VFS
Function _gollem_perms
_gollem_perms() in api.php
Function _gollem_put
_gollem_put() in api.php
Accepts a file for storage into the VFS
Function _gollem_returnFromSelectlist
Returns the data for a given selection ID and index.
Function _gollem_selectlistLink
Creates a link to the gollem file selection window.
Function _gollem_selectlistResults
Returns the list of files selected by the user for a given selection ID.
Function _gollem_setSelectlist
Sets the files selected for a given selection ID.
Method _parse
Parses all variables/tags in the template.
a b c d e f g h i j l m o p r s t v w _