[Gollem] element index
Package indexes
horde
Horde_Serialize
Horde_Template
Horde_Auth
Horde_MIME_Viewer
All elements
a
b
c
d
e
g
h
l
m
o
p
r
s
t
v
w
_
_
top
$_app
Horde_Block_gollem_tree_menu::$_app
in tree_menu.php
_buildTree
Horde_Block_gollem_tree_menu::_buildTree()
in tree_menu.php
_gollem_browse
_gollem_browse()
in api.php
Browses through the VFS tree.
_gollem_getViewLink
_gollem_getViewLink()
in api.php
Returns a link to the gollem file preview interface
_gollem_mkcol
_gollem_mkcol()
in api.php
Creates a directory ("collection" in WebDAV-speak) within the VFS
_gollem_move
_gollem_move()
in api.php
Renames a file or directory
_gollem_path_delete
_gollem_path_delete()
in api.php
Removes a file or folder from the VFS
_gollem_perms
_gollem_perms()
in api.php
_gollem_put
_gollem_put()
in api.php
Accepts a file for storage into the VFS
_gollem_returnFromSelectlist
_gollem_returnFromSelectlist()
in api.php
Returns the data for a given selection ID and index.
_gollem_selectlistLink
_gollem_selectlistLink()
in api.php
Creates a link to the gollem file selection window.
_gollem_selectlistResults
_gollem_selectlistResults()
in api.php
Returns the list of files selected by the user for a given selection ID.
_gollem_setSelectlist
_gollem_setSelectlist()
in api.php
Sets the files selected for a given selection ID.
a
top
addInlineScript
Gollem::addInlineScript()
in Gollem.php
Add inline javascript to the output buffer.
api.php
api.php
in api.php
b
top
backendSelect
Gollem::backendSelect()
in Gollem.php
Generate the backend selection list for use in the menu.
c
top
canAutoLogin
Gollem::canAutoLogin()
in Gollem.php
Can we log in without a login screen for the requested backend key?
changeBackend
Gollem_Session::changeBackend()
in Session.php
Change the currently active backend.
changeDir
Gollem::changeDir()
in Gollem.php
Changes the current directory of the Gollem session based on the 'dir' form field.
changePermissions
Gollem::changePermissions()
in Gollem.php
Change permissions on files using the current Gollem session settings.
checkAuthentication
Gollem::checkAuthentication()
in Gollem.php
Check Gollem authentication and change to the currently active directory. Redirects to login page on authentication/session failure.
checkPermissions
Gollem::checkPermissions()
in Gollem.php
Checks if a user has the specified permissions on the selected backend.
copyFile
Gollem::copyFile()
in Gollem.php
Copies a file using the current Gollem session settings.
createFolder
Gollem::createFolder()
in Gollem.php
Create a folder using the current Gollem session settings.
createSession
Gollem_Session::createSession()
in Session.php
Take information posted from a login attempt and try setting up
d
top
deleteFile
Gollem::deleteFile()
in Gollem.php
Delete a file using the current Gollem session settings.
deleteFolder
Gollem::deleteFolder()
in Gollem.php
Delete a folder using the current Gollem session settings.
directoryNavLink
Gollem::directoryNavLink()
in Gollem.php
Produces a directory link used for navigation.
displayColumns
Gollem::displayColumns()
in Gollem.php
Parse the 'columns' preference.
e
top
expireCache
Gollem::expireCache()
in Gollem.php
Expire a folder cache entry.
g
top
getAutologinID
Gollem::getAutologinID()
in Gollem.php
Get the authentication ID to use for autologins based on the value of the 'hordeauth' parameter.
getBackends
Gollem::getBackends()
in Gollem.php
Get a list of the available backends for permissions setup.
getDir
Gollem::getDir()
in Gollem.php
Get the current directory of the Gollem session.
getDisplayPath
Gollem::getDisplayPath()
in Gollem.php
Generate the display path (the path with any root information stripped out).
getHome
Gollem::getHome()
in Gollem.php
Get the home directory of the Gollem session.
getMenu
Gollem::getMenu()
in Gollem.php
Build Gollem's list of menu items.
getPreferredBackend
Gollem::getPreferredBackend()
in Gollem.php
Get the current preferred backend key.
getRoot
Gollem::getRoot()
in Gollem.php
Get the root directory of the Gollem session.
getVFSOb
Gollem::getVFSOb()
in Gollem.php
Return a Horde_VFS object for the given backend.
getVFSPath
Gollem::getVFSPath()
in Gollem.php
Take a fully qualified and break off the file or directory name.
Gollem
Gollem
in Gollem.php
Gollem Base Class.
Gollem_Session
Gollem_Session
in Session.php
Functions required to start a Gollem session.
GOLLEM_SORT_ASCEND
GOLLEM_SORT_ASCEND
in Gollem.php
Sort ascending.
GOLLEM_SORT_DATE
GOLLEM_SORT_DATE
in Gollem.php
Sort by file date.
GOLLEM_SORT_DESCEND
GOLLEM_SORT_DESCEND
in Gollem.php
Sort descending.
GOLLEM_SORT_NAME
GOLLEM_SORT_NAME
in Gollem.php
Sort by file name.
GOLLEM_SORT_SIZE
GOLLEM_SORT_SIZE
in Gollem.php
Sort by file size.
GOLLEM_SORT_TYPE
GOLLEM_SORT_TYPE
in Gollem.php
Sort by file type.
Gollem.php
Gollem.php
in Gollem.php
h
top
Horde_Block_gollem_tree_menu
Horde_Block_gollem_tree_menu
in tree_menu.php
Gollem tree block.
l
top
listFolder
Gollem::listFolder()
in Gollem.php
List the current folder.
loadBackendList
Gollem::loadBackendList()
in Gollem.php
Load the backends list into the global $gollem_backends variable.
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
menu
Gollem::menu()
in Gollem.php
Outputs Gollem's menu to the current output stream.
moveFile
Gollem::moveFile()
in Gollem.php
Moves a file using the current Gollem session settings.
o
top
outputInlineScript
Gollem::outputInlineScript()
in Gollem.php
Print inline javascript to the output buffer.
p
top
pathEncode
Gollem::pathEncode()
in Gollem.php
Convert a Gollem path into a URL encoded string, but keep '/'.
r
top
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.
renameItem
Gollem::renameItem()
in Gollem.php
Rename files using the current Gollem session settings.
s
top
Session.php
Session.php
in Session.php
setDir
Gollem::setDir()
in Gollem.php
Changes the current directory of the Gollem session to the supplied value.
status
Gollem::status()
in Gollem.php
Outputs Gollem's status/notification bar.
stripAPIPath
Gollem::stripAPIPath()
in Gollem.php
Cleans a path presented to Gollem's browse API call.
subdirectory
Gollem::subdirectory()
in Gollem.php
Generate correct subdirectory links.
t
top
tree_menu.php
tree_menu.php
in tree_menu.php
v
top
verifyDir
Gollem::verifyDir()
in Gollem.php
This function verifies whether a given directory is below the root.
w
top
writeFile
Gollem::writeFile()
in Gollem.php
Write an uploaded file to the VFS backend.
a
b
c
d
e
g
h
l
m
o
p
r
s
t
v
w
_