phpLDAPadmin
[ class tree: phpLDAPadmin ] [ index: phpLDAPadmin ] [ all elements ]

Element index for package phpLDAPadmin

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ x ] [ _ ]

_

_
in file functions.php, function _()
    If gettext is not available in PHP, then this will provide compatibility for it.
__autoload
in file functions.php, function __autoload()
    Loads class definition
__construct
in file ds_myldap.php, method myldap::__construct()
__construct
in file ds.php, method Datastore::__construct()
__construct
in file ds_ldap_pla.php, method ldap_pla::__construct()
__construct
in file ds.php, method DS::__construct()
__get
in file ds_ldap_pla.php, method ldap_pla::__get()
__construct
in file export_functions.php, method Exporter::__construct()
__construct
in file import_functions.php, method Importer::__construct()
__construct
in file import_functions.php, method Import::__construct()
$_app
in file page.php, variable page::$_app
$_default
in file page.php, variable page::$_default
$_head
in file page.php, variable page::$_head
$_pageheader
in file page.php, variable page::$_pageheader
__construct
in file page.php, method page::__construct()
__construct
in file schema_functions.php, method ObjectClass_ObjectClassAttribute::__construct()
    Creates a new ObjectClass_ObjectClassAttribute with specified name and source objectClass.
__construct
in file schema_functions.php, method Syntax::__construct()
    Creates a new Syntax object from a raw LDAP syntax string.
__construct
in file schema_functions.php, method ObjectClass::__construct()
    Creates a new ObjectClass object given a raw LDAP objectClass string.
__construct
in file schema_functions.php, method MatchingRuleUse::__construct()
__construct
in file schema_functions.php, method MatchingRule::__construct()
    Creates a new MatchingRule object from a raw LDAP MatchingRule string.
__construct
in file schema_functions.php, method AttributeType::__construct()
    Creates a new AttributeType object from a raw LDAP AttributeType string.
__call
in file Visitor.php, method Visitor::__call()
__clone
in file Template.php, method Template::__clone()
__construct
in file xmlTemplates.php, method xmlTemplates::__construct()
__construct
in file xmlTemplates.php, method xmlTemplate::__construct()
__construct
in file Template.php, method Template::__construct()
__construct
in file BinaryAttribute.php, method BinaryAttribute::__construct()
__construct
in file PageRender.php, method PageRender::__construct()
__construct
in file SelectionAttribute.php, method SelectionAttribute::__construct()
__construct
in file Attribute.php, method Attribute::__construct()
__construct
in file TreeItem.php, method TreeItem::__construct()
__construct
in file Tree.php, method Tree::__construct()
__construct
in file config_default.php, method Config::__construct()
top

a

add_hook
in file hooks.php, function add_hook()
    Adds a procedure to a hook for later execution.
APPCONFIG
in file common.php, constant APPCONFIG
    The index we will store our config in $_SESSION
app_error_handler
in file functions.php, function app_error_handler()
    Custom error handling function.
app_name
in file functions.php, function app_name()
    Returns the application name.
app_version
in file functions.php, function app_version()
    Returns the application version currently running. The version is read from the file named VERSION.
arrayLower
in file functions.php, function arrayLower()
    Reads an array and returns the array values back in lower case
array_stripslashes
in file functions.php, function array_stripslashes()
    Strips all slashes from the specified array in place (pass by ref).
array_to_query_string
in file functions.php, function array_to_query_string()
    Converts an array to a query-string with the option to exclude certain variables from the returned query string. This is convenient if callers want to convert the current GET query string or POST array into a string and replace certain variables with their own.
auto_lang
in file functions.php, function auto_lang()
    This function will convert the browser two character language into the default 5 character language, where the country portion should NOT be assumed to be upper case characters of the first two characters.
a_array_rand
in file functions.php, function a_array_rand()
    This function returns an array of $num_req values randomly picked from the $input array
AJAXTree.php
procedural page AJAXTree.php
Attribute.php
procedural page Attribute.php
AttributeFactory.php
procedural page AttributeFactory.php
add
in file ds_ldap_pla.php, method ldap_pla::add()
    Add objects
accept
in file export_functions.php, method Export::accept()
accept
in file import_functions.php, method Import::accept()
add_attr_form.php
procedural page add_attr_form.php
add_oclass_form.php
procedural page add_oclass_form.php
add_value_form.php
procedural page add_value_form.php
accept
in file Query.php, method Query::accept()
    Accept will run the query and store the results in results()
addAlias
in file schema_functions.php, method AttributeType::addAlias()
    Adds an attribute name to the alias array.
addChildObjectClass
in file schema_functions.php, method ObjectClass::addChildObjectClass()
    Adds an objectClass to the list of objectClasses that inherit from this objectClass.
addRequiredByObjectClass
in file schema_functions.php, method AttributeType::addRequiredByObjectClass()
    Adds an objectClass name to this attribute's list of "required by" objectClasses, that is the list of objectClasses which must have this attribute.
addUsedByAttr
in file schema_functions.php, method MatchingRule::addUsedByAttr()
    Adds an attribute name to the list of attributes who use this MatchingRule
addUsedInObjectClass
in file schema_functions.php, method AttributeType::addUsedInObjectClass()
    Adds an objectClass name to this attribute's list of "used in" objectClasses, that is the list of objectClasses which provide this attribute.
AttributeType
in file schema_functions.php, class AttributeType
    Represents an LDAP AttributeType
app_session_start
in file session_functions.php, function app_session_start()
    The only function which should be called by a user
$aliases
in file Attribute.php, variable Attribute::$aliases
$attributes
in file xmlTemplates.php, variable xmlTemplate::$attributes
$autovalue
in file Attribute.php, variable Attribute::$autovalue
accept
in file Template.php, method Template::accept()
    This function will perform the following intialisation steps:
accept
in file TemplateRender.php, method TemplateRender::accept()
    Initialise and Render the TemplateRender
accept
in file QueryRender.php, method QueryRender::accept()
    Intialise and Render the QueryRender
accept
in file PageRender.php, method PageRender::accept()
    Initialise the PageRender
addAttribute
in file xmlTemplates.php, method xmlTemplate::addAttribute()
    Add another attribute to this template
addFileName
in file BinaryAttribute.php, method BinaryAttribute::addFileName()
addFilePath
in file BinaryAttribute.php, method BinaryAttribute::addFilePath()
addOption
in file SelectionAttribute.php, method SelectionAttribute::addOption()
addValue
in file Attribute.php, method Attribute::addValue()
addValue
in file SelectionAttribute.php, method SelectionAttribute::addValue()
Attribute
in file Attribute.php, class Attribute
    Represents an attribute of a template.
AttributeFactory
in file AttributeFactory.php, class AttributeFactory
    AttributeFactory Class
autoValue
in file Attribute.php, method Attribute::autoValue()
    Autovalue is called after the attribute is initialised, and thus the values from the ldap server will be set.
autoValue
in file SelectionAttribute.php, method SelectionAttribute::autoValue()
addChild
in file TreeItem.php, method TreeItem::addChild()
    Add a child to this DN entry.
addEntry
in file Tree.php, method Tree::addEntry()
    Add an entry in the tree view ; the entry is added in the children array of its parent
AJAXTree
in file AJAXTree.php, class AJAXTree
    This class implements an AJAX based tree.
$arrOutput
in file xml2array.php, variable xml2array::$arrOutput
top

b

binSIDtoText
in file functions.php, function binSIDtoText()
blowfish_decrypt
in file functions.php, function blowfish_decrypt()
    Decryption using blowfish algorithm
blowfish_encrypt
in file functions.php, function blowfish_encrypt()
    Encryption using blowfish algorithm
BinaryAttribute.php
procedural page BinaryAttribute.php
$br
in file export_functions.php, variable Export::$br
block
in file page.php, class block
    This class draws a block.
block_add
in file page.php, method page::block_add()
build_tree
in file copy.php, function build_tree()
BinaryAttribute
in file BinaryAttribute.php, class BinaryAttribute
    Represents an attribute whose values are binary
top

c

check_config
in file functions.php, function check_config()
    Makes sure that the config file is properly setup.
clear_hooks
in file hooks.php, function clear_hooks()
    Removes all procedures from a hook.
cmd_control_pane
in file functions.php, function cmd_control_pane()
    Commands available in the control_panel of the page
CONFDIR
in file functions.php, constant CONFDIR
CSSDIR
in file common.php, constant CSSDIR
common.php
procedural page common.php
common.php
procedural page common.php
config_default.php
procedural page config_default.php
$custom
in file ds.php, variable DS::$custom
checkUniqueAttrs
in file ds_ldap_pla.php, method ldap_pla::checkUniqueAttrs()
    This function will check whether the value for an attribute being changed is already assigned to another DN.
connect
in file ds_myldap.php, method myldap::connect()
    Connect and Bind to the Database
connect
in file ds.php, method DS::connect()
    This will make the connection to the datasource
$compress
in file export_functions.php, variable Export::$compress
copy_dn
in file copy.php, function copy_dn()
cmd.php
procedural page cmd.php
compare.php
procedural page compare.php
compare_form.php
procedural page compare_form.php
copy.php
procedural page copy.php
copy_form.php
procedural page copy_form.php
create.php
procedural page create.php
create_confirm.php
procedural page create_confirm.php
$cols
in file Attribute.php, variable Attribute::$cols
$cols
in file MultiLineAttribute.php, variable MultiLineAttribute::$cols
$container
in file Template.php, variable Template::$container
$container
in file PageRender.php, variable PageRender::$container
clearValue
in file Attribute.php, method Attribute::clearValue()
copy
in file Template.php, method Template::copy()
    Copy a DN
$custom
in file config_default.php, variable Config::$custom
CheckCustom
in file config_default.php, method Config::CheckCustom()
    Function to check and warn about any unusual defined variables.
childSorted
in file TreeItem.php, method TreeItem::childSorted()
    Mark the children as sorted
close
in file TreeItem.php, method TreeItem::close()
    Mark this node as closed.
Config
in file config_default.php, class Config
    The config class contains all our configuration settings for a session.
configDefinition
in file config_default.php, method Config::configDefinition()
collapse.php
procedural page collapse.php
top

d

DEBUGTMP
in file Visitor.php, constant DEBUGTMP
DEBUGTMPSUB
in file Visitor.php, constant DEBUGTMPSUB
debug_dump
in file functions.php, function debug_dump()
    This function dumps the $variable for debugging purposes
debug_dump_backtrace
in file functions.php, function debug_dump_backtrace()
    This function generates a backtrace
DEBUG_ENABLED
in file common.php, constant DEBUG_ENABLED
debug_log
in file functions.php, function debug_log()
    Debug Logging
debug_sysmsg
in file functions.php, function debug_sysmsg()
    Send a debug as a sys message
del_cached_item
in file functions.php, function del_cached_item()
    Deletes the cache for a specified $item for the specified $index
dn_escape
in file functions.php, function dn_escape()
    Parse a DN and escape any special characters
dn_unescape
in file functions.php, function dn_unescape()
    Parse a DN and unescape any special characters
DOCDIR
in file functions.php, constant DOCDIR
draw_chooser_link
in file functions.php, function draw_chooser_link()
    Draws an HTML browse button which, when clicked, pops up a DN chooser dialog.
draw_formatted_dn
in file functions.php, function draw_formatted_dn()
    Gets a DN string using the user-configured tree_display_format string to format it.
draw_jpeg_photo
in file functions.php, function draw_jpeg_photo()
    Draw the jpegPhoto image(s) for an entry wrapped in HTML. Many options are available to specify how the images are to be displayed.
DateAttribute.php
procedural page DateAttribute.php
DnAttribute.php
procedural page DnAttribute.php
ds.php
procedural page ds.php
ds_ldap_pla.php
procedural page ds_ldap_pla.php
ds_myldap.php
procedural page ds_myldap.php
$default
in file ds.php, variable DS::$default
Datastore
in file ds.php, class Datastore
    The list of database sources
delete
in file ds_ldap_pla.php, method ldap_pla::delete()
    Delete objects
dnExists
in file ds_myldap.php, method myldap::dnExists()
    Gets whether an entry exists based on its DN. If the entry exists, returns true. Otherwise returns false.
DS
in file ds.php, class DS
    This abstract class provides the basic variables and methods.
display
in file page.php, method page::display()
display_pla_parse_error
in file import.php, function display_pla_parse_error()
draw
in file page.php, method block::draw()
delete.php
procedural page delete.php
delete_attr.php
procedural page delete_attr.php
delete_form.php
procedural page delete_form.php
download_binary_attr.php
procedural page download_binary_attr.php
$description
in file Query.php, variable Query::$description
$description
in file schema_functions.php, variable SchemaItem::$description
$default
in file SelectionAttribute.php, variable SelectionAttribute::$default
$description
in file Template.php, variable Template::$description
$display
in file Attribute.php, variable Attribute::$display
$dn
in file PageRender.php, variable PageRender::$dn
DateAttribute
in file DateAttribute.php, class DateAttribute
    Represents an attribute whose values are dates
delValue
in file Attribute.php, method Attribute::delValue()
DnAttribute
in file DnAttribute.php, class DnAttribute
    Represents an attribute whose values are DNs
drawBlurJavascriptAttribute
in file TemplateRender.php, method TemplateRender::drawBlurJavascriptAttribute()
drawCheckLinkPasswordAttribute
in file TemplateRender.php, method TemplateRender::drawCheckLinkPasswordAttribute()
drawContainerChooser
in file TemplateRender.php, method TemplateRender::drawContainerChooser()
    Container Chooser
drawCurrentValueAttribute
in file PageRender.php, method PageRender::drawCurrentValueAttribute()
    Draw the current specific value of an attribute
drawCurrentValueBinaryAttribute
in file PageRender.php, method PageRender::drawCurrentValueBinaryAttribute()
drawCurrentValueJpegAttribute
in file PageRender.php, method PageRender::drawCurrentValueJpegAttribute()
    Draw a Jpeg Attribute
drawCurrentValuePasswordAttribute
in file PageRender.php, method PageRender::drawCurrentValuePasswordAttribute()
drawCurrentValuesAttribute
in file PageRender.php, method PageRender::drawCurrentValuesAttribute()
    DRAW DISPLAYED CURRENT VALUES *
drawDefaultHelperPasswordAttribute
in file TemplateRender.php, method TemplateRender::drawDefaultHelperPasswordAttribute()
drawDefaultHelperSambaPasswordAttribute
in file TemplateRender.php, method TemplateRender::drawDefaultHelperSambaPasswordAttribute()
drawDnValueIconAttribute
in file TemplateRender.php, method TemplateRender::drawDnValueIconAttribute()
drawEndValueLineAttribute
in file TemplateRender.php, method TemplateRender::drawEndValueLineAttribute()
drawFillJavascriptAttribute
in file TemplateRender.php, method TemplateRender::drawFillJavascriptAttribute()
drawFocusJavascriptAttribute
in file TemplateRender.php, method TemplateRender::drawFocusJavascriptAttribute()
drawForm
in file TemplateRender.php, method TemplateRender::drawForm()
drawFormEnd
in file TemplateRender.php, method TemplateRender::drawFormEnd()
drawFormReadOnlyValueAttribute
in file PageRender.php, method PageRender::drawFormReadOnlyValueAttribute()
drawFormReadOnlyValueBinaryAttribute
in file PageRender.php, method PageRender::drawFormReadOnlyValueBinaryAttribute()
drawFormReadOnlyValueJpegAttribute
in file PageRender.php, method PageRender::drawFormReadOnlyValueJpegAttribute()
drawFormReadOnlyValueMultiLineAttribute
in file PageRender.php, method PageRender::drawFormReadOnlyValueMultiLineAttribute()
drawFormReadOnlyValuePasswordAttribute
in file PageRender.php, method PageRender::drawFormReadOnlyValuePasswordAttribute()
drawFormReadOnlyValueShadowAttribute
in file PageRender.php, method PageRender::drawFormReadOnlyValueShadowAttribute()
drawFormReadWriteValueAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValueAttribute()
drawFormReadWriteValueBinaryAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValueBinaryAttribute()
drawFormReadWriteValueDateAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValueDateAttribute()
drawFormReadWriteValueDnAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValueDnAttribute()
drawFormReadWriteValueGidAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValueGidAttribute()
drawFormReadWriteValueMultiLineAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValueMultiLineAttribute()
drawFormReadWriteValuePasswordAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValuePasswordAttribute()
drawFormReadWriteValueSelectionAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValueSelectionAttribute()
drawFormReadWriteValueShadowAttribute
in file PageRender.php, method PageRender::drawFormReadWriteValueShadowAttribute()
drawFormStart
in file TemplateRender.php, method TemplateRender::drawFormStart()
    FORM METHODS *
drawFormSubmitButton
in file TemplateRender.php, method TemplateRender::drawFormSubmitButton()
drawFormValueAttribute
in file PageRender.php, method PageRender::drawFormValueAttribute()
    Draw a input value for an attribute - used in a form.
drawFormValueObjectClassAttribute
in file PageRender.php, method PageRender::drawFormValueObjectClassAttribute()
drawHelperAttribute
in file TemplateRender.php, method TemplateRender::drawHelperAttribute()
drawHiddenAttributes
in file PageRender.php, method PageRender::drawHiddenAttributes()
    Draw all hidden attributes
drawHiddenValueAttribute
in file PageRender.php, method PageRender::drawHiddenValueAttribute()
    Draw specific hidden attribute
drawHiddenValueBinaryAttribute
in file PageRender.php, method PageRender::drawHiddenValueBinaryAttribute()
    Draw specific hidden binary attribute
drawIconAttribute
in file TemplateRender.php, method TemplateRender::drawIconAttribute()
    DRAW ICONS FOR ATTRIBUTES VALUES *
drawIconDnAttribute
in file TemplateRender.php, method TemplateRender::drawIconDnAttribute()
    DN ATTRIBUTES *
drawIconObjectClassAttribute
in file TemplateRender.php, method TemplateRender::drawIconObjectClassAttribute()
    OBJECT CLASS ATTRIBUTE *
drawIconSelectionAttribute
in file TemplateRender.php, method TemplateRender::drawIconSelectionAttribute()
    SELECTION ATTRIBUTE RENDERING *
drawInternalAttribute
in file TemplateRender.php, method TemplateRender::drawInternalAttribute()
drawInternalAttributes
in file TemplateRender.php, method TemplateRender::drawInternalAttributes()
    INTERNAL ATTRIBUTES *
drawJavascript
in file TemplateRender.php, method TemplateRender::drawJavascript()
    DRAW PAGE JAVACRIPT
drawJavascriptAttribute
in file TemplateRender.php, method TemplateRender::drawJavascriptAttribute()
    javacript
drawJavascriptBinaryAttribute
in file TemplateRender.php, method TemplateRender::drawJavascriptBinaryAttribute()
    BINARY ATTRIBUTE RENDERING *
drawJavaScriptDateAttribute
in file TemplateRender.php, method TemplateRender::drawJavaScriptDateAttribute()
    DATE ATTRIBUTE RENDERING *
drawJavascriptPasswordAttribute
in file TemplateRender.php, method TemplateRender::drawJavascriptPasswordAttribute()
    PASSWORD ATTRIBUTES *
drawJavascriptRandomPasswordAttribute
in file TemplateRender.php, method TemplateRender::drawJavascriptRandomPasswordAttribute()
    This will draw the javascript that displays to the user the random password generated
drawMailValueIconAttribute
in file TemplateRender.php, method TemplateRender::drawMailValueIconAttribute()
drawMassFormReadWriteValueAttribute
in file MassRender.php, method MassRender::drawMassFormReadWriteValueAttribute()
drawMassFormReadWriteValueBinaryAttribute
in file MassRender.php, method MassRender::drawMassFormReadWriteValueBinaryAttribute()
drawMassFormReadWriteValueJpegAttribute
in file MassRender.php, method MassRender::drawMassFormReadWriteValueJpegAttribute()
drawMenuAttribute
in file TemplateRender.php, method TemplateRender::drawMenuAttribute()
    ATTRIBUTE MENU *
drawNameAttribute
in file PageRender.php, method PageRender::drawNameAttribute()
    DRAW ATTRIBUTE NAME *
drawNotesAttribute
in file PageRender.php, method PageRender::drawNotesAttribute()
    ATTRIBUTE NOTES
drawObjectClassChooser
in file TemplateRender.php, method TemplateRender::drawObjectClassChooser()
    Object Class Chooser
drawOldValueAttribute
in file PageRender.php, method PageRender::drawOldValueAttribute()
drawOldValueBinaryAttribute
in file PageRender.php, method PageRender::drawOldValueBinaryAttribute()
drawOldValueJpegAttribute
in file PageRender.php, method PageRender::drawOldValueJpegAttribute()
    Draw a Jpeg Attribute
drawOldValuePasswordAttribute
in file PageRender.php, method PageRender::drawOldValuePasswordAttribute()
drawOldValuesAttribute
in file PageRender.php, method PageRender::drawOldValuesAttribute()
    DRAW DISPLAYED OLD VALUES *
drawRDNChooser
in file TemplateRender.php, method TemplateRender::drawRDNChooser()
    RDN Chooser
drawRequiredSymbolAttribute
in file TemplateRender.php, method TemplateRender::drawRequiredSymbolAttribute()
drawSelectorPopupDateAttribute
in file TemplateRender.php, method TemplateRender::drawSelectorPopupDateAttribute()
    Draws an HTML date selector button which, when clicked, pops up a date selector dialog.
drawShadowDateShadowAttribute
in file PageRender.php, method PageRender::drawShadowDateShadowAttribute()
drawStartValueLineAttribute
in file TemplateRender.php, method TemplateRender::drawStartValueLineAttribute()
    ATTRIBUTE LINE *
drawStepForm
in file TemplateRender.php, method TemplateRender::drawStepForm()
drawSubTitle
in file QueryRender.php, method QueryRender::drawSubTitle()
drawSubTitle
in file PageRender.php, method PageRender::drawSubTitle()
drawSubTitle
in file TemplateRender.php, method TemplateRender::drawSubTitle()
drawTemplateAttribute
in file TemplateRender.php, method TemplateRender::drawTemplateAttribute()
drawTemplateChoice
in file TemplateRender.php, method TemplateRender::drawTemplateChoice()
    Present a list of available templates for creating and editing LDAP entries
drawTemplateChoice
in file QueryRender.php, method QueryRender::drawTemplateChoice()
drawTemplateValuesAttribute
in file TemplateRender.php, method TemplateRender::drawTemplateValuesAttribute()
drawTitle
in file TemplateRender.php, method TemplateRender::drawTitle()
drawTitle
in file PageRender.php, method PageRender::drawTitle()
drawTitleAttribute
in file TemplateRender.php, method TemplateRender::drawTitleAttribute()
    ATTRIBUTE TITLE *
drawUrlValueIconAttribute
in file TemplateRender.php, method TemplateRender::drawUrlValueIconAttribute()
drawValidateJavascriptAttribute
in file TemplateRender.php, method TemplateRender::drawValidateJavascriptAttribute()
drawValueAttribute
in file TemplateRender.php, method TemplateRender::drawValueAttribute()
    values *
$default
in file config_default.php, variable Config::$default
$dn
in file TreeItem.php, variable TreeItem::$dn
delChild
in file TreeItem.php, method TreeItem::delChild()
    Delete a child from this DN entry.
delEntry
in file Tree.php, method Tree::delEntry()
    Delete an entry from the tree view ; the entry is deleted from the children array of its parent
draw
in file Tree.php, method Tree::draw()
    Displays the LDAP tree
draw
in file HTMLTree.php, method HTMLTree::draw()
    Displays the tree in HTML
draw_children
in file AJAXTree.php, method AJAXTree::draw_children()
    Expand and draw a child entry, when it is clicked on. This is using AJAX just to render this section of the tree.
draw_create_link
in file HTMLTree.php, method HTMLTree::draw_create_link()
    Print the HTML to show the "create new entry here".
draw_item
in file AJAXTree.php, method AJAXTree::draw_item()
    Draw a node of the tree
draw_item
in file HTMLTree.php, method HTMLTree::draw_item()
    Recursively descend on the given dn and draw the tree in html
draw_javascript
in file HTMLTree.php, method HTMLTree::draw_javascript()
    If there is javascript, draw it
draw_javascript
in file AJAXTree.php, method AJAXTree::draw_javascript()
    Draw the javascript to support the tree.
draw_logged_in_user
in file HTMLTree.php, method HTMLTree::draw_logged_in_user()
    Draw the Logged in User
draw_login_link
in file HTMLTree.php, method HTMLTree::draw_login_link()
    Draw login link
draw_menu
in file HTMLTree.php, method HTMLTree::draw_menu()
    Draw the tree menu options
draw_server_name
in file HTMLTree.php, method HTMLTree::draw_server_name()
    Draw the server name
draw_tree_node.php
procedural page draw_tree_node.php
top

e

error
in file functions.php, function error()
    Display an error message in the system message panel of the page.
expand_dn_with_base
in file functions.php, function expand_dn_with_base()
    Appends a servers base to a "sub" dn or returns the base.
E_STRICT
in file common.php, constant E_STRICT
export_functions.php
procedural page export_functions.php
escapeDN
in file ds_myldap.php, method myldap::escapeDN()
    Parse a DN and escape any special characters
export
in file export_functions.php, method ExportLDIF::export()
    Export entries to LDIF format
export
in file export_functions.php, method ExportVCARD::export()
    Export entries to VCARD format
Export
in file export_functions.php, class Export
    Export Class
export
in file export_functions.php, method ExportDSML::export()
    Export entries to DSML format
export
in file export_functions.php, method ExportCSV::export()
ExportCSV
in file export_functions.php, class ExportCSV
    Export entries to CSV
ExportDSML
in file export_functions.php, class ExportDSML
    Export entries to DSML v.1
Exporter
in file export_functions.php, class Exporter
    Exporter Class
ExportLDIF
in file export_functions.php, class ExportLDIF
    Export from LDAP using an LDIF format
ExportVCARD
in file export_functions.php, class ExportVCARD
    Export entries to VCARD v2.1
$error
in file import_functions.php, variable ImportLDIF::$error
eof
in file import_functions.php, method ImportLDIF::eof()
    Returns true if we reached the end of the input.
entry_chooser.php
procedural page entry_chooser.php
export.php
procedural page export.php
export_form.php
procedural page export_form.php
$entries
in file Tree.php, variable Tree::$entries
expand.php
procedural page expand.php
top

f

full_str_pad
in file functions.php, function full_str_pad()
    String padding
functions.php
procedural page functions.php
$filename
in file xmlTemplates.php, variable xmlTemplate::$filename
$filenames
in file BinaryAttribute.php, variable BinaryAttribute::$filenames
$filepaths
in file BinaryAttribute.php, variable BinaryAttribute::$filepaths
$forcedelete
in file Attribute.php, variable Attribute::$forcedelete
$forcehide
in file Attribute.php, variable Attribute::$forcehide
top

g

get_cached_item
in file functions.php, function get_cached_item()
    Returns the cached array of LDAP resources.
get_custom_file
in file functions.php, function get_custom_file()
    Get a customized file for a server We don't need any caching, because it's done by PHP
get_enc_type
in file functions.php, function get_enc_type()
    Detects password encryption type
get_href
in file functions.php, function get_href()
    Fetches the URL for the specified item. This is a convenience function for fetching project HREFs (like bugs)
get_icon
in file functions.php, function get_icon()
    Given a DN and server ID, this function reads the DN's objectClasses and
get_next_number
in file functions.php, function get_next_number()
    For LDAP servers with auto_number enabled, this function will get the next available number using the host's preferred mechanism (pool or search).
get_rdn
in file functions.php, function get_rdn()
    Given a DN string, this returns the 'RDN' portion of the string.
get_request
in file functions.php, function get_request()
    Return the result of a form variable, with optional default
GidAttribute.php
procedural page GidAttribute.php
getAuthType
in file ds.php, method DS::getAuthType()
    Return the authentication type for this object
getBaseDN
in file ds_myldap.php, method myldap::getBaseDN()
    Gets the root DN of the specified LDAPServer, or null if it can't find it (ie, the server won't give it to us, or it isnt specified in the configuration file).
getContainer
in file ds_myldap.php, method myldap::getContainer()
    Given a DN string, this returns the parent container portion of the string.
getContainerContents
in file ds_myldap.php, method myldap::getContainerContents()
    Gets a list of child entries for an entry. Given a DN, this function fetches the list of DNs of child entries one level beneath the parent. For example, for the following tree:
getContainerPath
in file ds_myldap.php, method myldap::getContainerPath()
    Given a DN string and a path like syntax, this returns the parent container portion of the string.
getContainerTop
in file ds_myldap.php, method myldap::getContainerTop()
    Given a DN string, this returns the top container portion of the string.
getDNAttrValue
in file ds_myldap.php, method myldap::getDNAttrValue()
    Much like getDNAttrValues(), but only returns the values for one attribute of an object. Example calls:
getDNAttrValues
in file ds_myldap.php, method myldap::getDNAttrValues()
    Gets the attributes/values of an entry. Returns an associative array whose keys are attribute value names and whose values are arrays of values for said attribute.
getErrorMessage
in file ds.php, method DS::getErrorMessage()
    Return error details from previous operation
getErrorMessage
in file ds_myldap.php, method myldap::getErrorMessage()
    Get the last error string
getErrorNum
in file ds_myldap.php, method myldap::getErrorNum()
    Get the last error number
getErrorNum
in file ds.php, method DS::getErrorNum()
getIndex
in file ds.php, method DS::getIndex()
getLogin
in file ds.php, method DS::getLogin()
    Get the login name of the user logged into this datastore's connection method If this returns null, we are not logged in.
getLoginID
in file ds_myldap.php, method myldap::getLoginID()
    Get a user ID
getMethod
in file ds.php, method DS::getMethod()
    Work out which connection method to use.
getName
in file ds.php, method DS::getName()
    Get the name of this datastore
getPassword
in file ds.php, method DS::getPassword()
    Get the login password of the user logged into this datastore's connection method
getRootDSE
in file ds_myldap.php, method myldap::getRootDSE()
getSchemaAttribute
in file ds_myldap.php, method myldap::getSchemaAttribute()
    Gets a single AttributeType object specified by name.
getSchemaObjectClass
in file ds_myldap.php, method myldap::getSchemaObjectClass()
    Gets a single ObjectClass object specified by name.
getServerList
in file ds.php, method Datastore::getServerList()
    Get a list of all the configured servers.
getValue
in file ds.php, method DS::getValue()
    Return a configuration value
getHeader
in file export_functions.php, method Export::getHeader()
getServer
in file export_functions.php, method Export::getServer()
    Return this LDAP Server object
getServerID
in file export_functions.php, method Export::getServerID()
    Return the LDAP server ID
getTemplate
in file export_functions.php, method Exporter::getTemplate()
getType
in file export_functions.php, method ExportVCARD::getType()
getType
in file export_functions.php, method ExportLDIF::getType()
getType
in file export_functions.php, method ExportCSV::getType()
getType
in file export_functions.php, method ExportDSML::getType()
getModRDNAttributes
in file import_functions.php, method ImportLDIF::getModRDNAttributes()
    Build the attributes for the entry when the change type is modrdn
getServer
in file import_functions.php, method ImportLDIF::getServer()
getSource
in file import_functions.php, method Import::getSource()
getTemplate
in file import_functions.php, method ImportLDIF::getTemplate()
getTemplate
in file import_functions.php, method Importer::getTemplate()
getType
in file import_functions.php, method ImportLDIF::getType()
getMustAttrs
in file update_confirm.php, function getMustAttrs()
get_line_end_format
in file export_form.php, function get_line_end_format()
    Helper function for fetching the line end format.
get_user_agent_string
in file export_form.php, function get_user_agent_string()
    Gets the USER_AGENT string from the $_SERVER array, all in lower case in an E_NOTICE safe manner.
getAttrDisplayOrder
in file Query.php, method Query::getAttrDisplayOrder()
getAttrSortOrder
in file Query.php, method Query::getAttrSortOrder()
getDescription
in file Query.php, method Query::getDescription()
getDN
in file Query.php, method Query::getDN()
    This is temporary to get around objects that use a DN for rendering, for example jpegPhoto
getDNEncode
in file Query.php, method Query::getDNEncode()
getAliases
in file schema_functions.php, method AttributeType::getAliases()
    Gets the names of attributes that are an alias for this attribute (if any).
getChildObjectClasses
in file schema_functions.php, method ObjectClass::getChildObjectClasses()
    Returns the array of objectClass names which inherit from this objectClass.
getDescription
in file schema_functions.php, method SchemaItem::getDescription()
getEquality
in file schema_functions.php, method AttributeType::getEquality()
    Gets this attribute's equality string
getForceMayAttrs
in file schema_functions.php, method ObjectClass::getForceMayAttrs()
getIsCollective
in file schema_functions.php, method AttributeType::getIsCollective()
    Gets whether this attribute is collective.
getIsNoUserModification
in file schema_functions.php, method AttributeType::getIsNoUserModification()
    Gets whether this attribute is not modifiable by users.
getIsObsolete
in file schema_functions.php, method SchemaItem::getIsObsolete()
    Gets whether this objectClass is flagged as obsolete by the LDAP server.
getIsSingleValue
in file schema_functions.php, method AttributeType::getIsSingleValue()
    Gets whether this attribute is single-valued. If this attribute only supports single values, true is returned. If this attribute supports multiple values, false is returned.
getMaxLength
in file schema_functions.php, method AttributeType::getMaxLength()
    Gets this attribute's the maximum length. If no maximum is defined by the LDAP server, null is returned.
getMayAttrNames
in file schema_functions.php, method ObjectClass::getMayAttrNames()
    Gets an array of attribute names (strings) that entries of this ObjectClass must define.
getMayAttrs
in file schema_functions.php, method ObjectClass::getMayAttrs()
    Gets an array of AttributeType objects that entries of this ObjectClass may define.
getMustAttrNames
in file schema_functions.php, method ObjectClass::getMustAttrNames()
    Gets an array of attribute names (strings) that entries of this ObjectClass must define.
getMustAttrs
in file schema_functions.php, method ObjectClass::getMustAttrs()
    Gets an array of AttributeType objects that entries of this ObjectClass must define.
getName
in file schema_functions.php, method ObjectClass_ObjectClassAttribute::getName()
getName
in file schema_functions.php, method SchemaItem::getName()
    Return the objects name.
getOID
in file schema_functions.php, method SchemaItem::getOID()
getOrdering
in file schema_functions.php, method AttributeType::getOrdering()
    Gets this attribute's ordering specification.
getParents
in file schema_functions.php, method ObjectClass::getParents()
    This will return all our parent ObjectClass Objects
getRequiredByObjectClasses
in file schema_functions.php, method AttributeType::getRequiredByObjectClasses()
    Gets the list of "required by" objectClasses, that is the list of objectClasses which provide must have attribute.
getSource
in file schema_functions.php, method ObjectClass_ObjectClassAttribute::getSource()
getSubstr
in file schema_functions.php, method AttributeType::getSubstr()
    Gets this attribute's substring matching specification
getSupAttribute
in file schema_functions.php, method AttributeType::getSupAttribute()
    Gets this attribute's parent attribute (if any). If this attribute does not inherit from another attribute, null is returned.
getSupClasses
in file schema_functions.php, method ObjectClass::getSupClasses()
    Gets the objectClass names from which this objectClass inherits.
getSyntaxOID
in file schema_functions.php, method AttributeType::getSyntaxOID()
    Gets this attribute's syntax OID. Differs from getSyntaxString() in that this function only returns the actual OID with any length specification removed.
getSyntaxString
in file schema_functions.php, method AttributeType::getSyntaxString()
    Gets this attribute's raw syntax string (ie: "1.2.3.4{16}").
getType
in file schema_functions.php, method AttributeType::getType()
    Gets this attribute's type
getType
in file schema_functions.php, method ObjectClass::getType()
    Gets the type of this objectClass: STRUCTURAL, ABSTRACT, or AUXILIARY.
getUsage
in file schema_functions.php, method AttributeType::getUsage()
    Gets this attribute's usage string as defined by the LDAP server
getUsedByAttrs
in file schema_functions.php, method MatchingRule::getUsedByAttrs()
    Gets an array of attribute names (strings) which use this MatchingRule
getUsedByAttrs
in file schema_functions.php, method MatchingRuleUse::getUsedByAttrs()
    Gets an array of attribute names (strings) which use this MatchingRuleUse object.
getUsedInObjectClasses
in file schema_functions.php, method AttributeType::getUsedInObjectClasses()
    Gets the list of "used in" objectClasses, that is the list of objectClasses which provide this attribute.
getAddedValues
in file Attribute.php, method Attribute::getAddedValues()
    Display the values removed in an attribute.
getAddValueMenuItemAttribute
in file TemplateRender.php, method TemplateRender::getAddValueMenuItemAttribute()
getAddValueMenuItemObjectClassAttribute
in file TemplateRender.php, method TemplateRender::getAddValueMenuItemObjectClassAttribute()
getAliases
in file Attribute.php, method Attribute::getAliases()
    Return a list of aliases for this Attribute (as defined by the schema) This list will be lowercase.
getAttrbyLdapType
in file Template.php, method Template::getAttrbyLdapType()
    Get Attributes by LDAP type This function will return a list of attributes by LDAP type (MUST,MAY).
getAttribute
in file xmlTemplates.php, method xmlTemplate::getAttribute()
    Get a specific Attribute
getAttributeNames
in file xmlTemplates.php, method xmlTemplate::getAttributeNames()
    Get the attribute names
getAttributes
in file Template.php, method Template::getAttributes()
    Get the attribute entries
getAttributesInternal
in file Template.php, method Template::getAttributesInternal()
    Return a list of the internal attributes
getAttributesShown
in file Template.php, method Template::getAttributesShown()
    Return a list of attributes that should be shown
getAttrID
in file xmlTemplates.php, method xmlTemplate::getAttrID()
    Get an attribute ID
getAutoPostPasswordAttribute
in file PageRender.php, method PageRender::getAutoPostPasswordAttribute()
getAutoValue
in file Attribute.php, method Attribute::getAutoValue()
getAvailAttrs
in file Template.php, method Template::getAvailAttrs()
    Get available attributes
getBlurJavascriptAttribute
in file TemplateRender.php, method TemplateRender::getBlurJavascriptAttribute()
getCols
in file MultiLineAttribute.php, method MultiLineAttribute::getCols()
getContainer
in file Template.php, method Template::getContainer()
    Get the DN of the container for this entry
getContainerEncode
in file Template.php, method Template::getContainerEncode()
getContext
in file Template.php, method Template::getContext()
    Determine the type of template this is
getDefault
in file SelectionAttribute.php, method SelectionAttribute::getDefault()
getDefaultAttribute
in file TemplateRender.php, method TemplateRender::getDefaultAttribute()
getDeleteAttributeMessage
in file TemplateRender.php, method TemplateRender::getDeleteAttributeMessage()
getDescription
in file Attribute.php, method Attribute::getDescription()
getDescription
in file Template.php, method Template::getDescription()
    Return the template description
getDN
in file Template.php, method Template::getDN()
    Display the DN for this template entry. If the DN is not set (creating a new entry), then a generated DN will be produced, taken from the RDN and the CONTAINER details.
getDNEncode
in file Template.php, method Template::getDNEncode()
getFileName
in file xmlTemplates.php, method xmlTemplate::getFileName()
    Get the Template filename.
getFileName
in file BinaryAttribute.php, method BinaryAttribute::getFileName()
getFileNames
in file BinaryAttribute.php, method BinaryAttribute::getFileNames()
getFilePath
in file BinaryAttribute.php, method BinaryAttribute::getFilePath()
getFilePaths
in file BinaryAttribute.php, method BinaryAttribute::getFilePaths()
getFocusJavascriptAttribute
in file TemplateRender.php, method TemplateRender::getFocusJavascriptAttribute()
getForceDeleteAttrs
in file Template.php, method Template::getForceDeleteAttrs()
    Get the attributes that are marked as force delete We'll cache this result in the event of multiple calls.
getFriendlyName
in file Attribute.php, method Attribute::getFriendlyName()
getHelper
in file Attribute.php, method Attribute::getHelper()
getHelperValue
in file Attribute.php, method Attribute::getHelperValue()
getHint
in file Attribute.php, method Attribute::getHint()
getIcon
in file Template.php, method Template::getIcon()
    Get template icon
getIcon
in file Attribute.php, method Attribute::getIcon()
getID
in file xmlTemplates.php, method xmlTemplate::getID()
    Return the template by ID
getLDAPadd
in file Template.php, method Template::getLDAPadd()
    Return an array, that can be passed to ldap_add().
getLDAPmodify
in file Template.php, method Template::getLDAPmodify()
    Return an array, that can be passed to ldap_mod_replace().
getLDAPtype
in file Attribute.php, method Attribute::getLDAPtype()
getMaxLength
in file Attribute.php, method Attribute::getMaxLength()
getMaxValueCount
in file Attribute.php, method Attribute::getMaxValueCount()
getMenuItemAddAttribute
in file TemplateRender.php, method TemplateRender::getMenuItemAddAttribute()
getMenuItemAttribute
in file TemplateRender.php, method TemplateRender::getMenuItemAttribute()
getMenuItemCompare
in file TemplateRender.php, method TemplateRender::getMenuItemCompare()
getMenuItemCreate
in file TemplateRender.php, method TemplateRender::getMenuItemCreate()
getMenuItemExportBase
in file TemplateRender.php, method TemplateRender::getMenuItemExportBase()
getMenuItemExportSub
in file TemplateRender.php, method TemplateRender::getMenuItemExportSub()
getMenuItemInternalAttributes
in file TemplateRender.php, method TemplateRender::getMenuItemInternalAttributes()
getMenuItemRename
in file TemplateRender.php, method TemplateRender::getMenuItemRename()
getMenuItemSelectionAttribute
in file TemplateRender.php, method TemplateRender::getMenuItemSelectionAttribute()
getMenuItemShowChildren
in file TemplateRender.php, method TemplateRender::getMenuItemShowChildren()
getMenuItemSwitchTemplate
in file TemplateRender.php, method TemplateRender::getMenuItemSwitchTemplate()
getMinValueCount
in file Attribute.php, method Attribute::getMinValueCount()
getMode
in file TemplateRender.php, method TemplateRender::getMode()
    Set the mode of the TemplateRender
getMode
in file PageRender.php, method PageRender::getMode()
    May be overloaded in other classes
getModeContainer
in file TemplateRender.php, method TemplateRender::getModeContainer()
    Return the container for this mode
getModeContainer
in file PageRender.php, method PageRender::getModeContainer()
getModifiedAttributesMessage
in file TemplateRender.php, method TemplateRender::getModifiedAttributesMessage()
getModifyMemberMenuItemAttribute
in file TemplateRender.php, method TemplateRender::getModifyMemberMenuItemAttribute()
getName
in file Attribute.php, method Attribute::getName()
    Return the name of the attribute.
getName
in file xmlTemplates.php, method xmlTemplate::getName()
    Return the template name
getNoteAliasAttribute
in file PageRender.php, method PageRender::getNoteAliasAttribute()
getNoteHintAttribute
in file PageRender.php, method PageRender::getNoteHintAttribute()
getNoteRDNAttribute
in file PageRender.php, method PageRender::getNoteRDNAttribute()
getNoteRequiredAttribute
in file PageRender.php, method PageRender::getNoteRequiredAttribute()
getNoteROAttribute
in file PageRender.php, method PageRender::getNoteROAttribute()
getObjectClasses
in file Template.php, method Template::getObjectClasses()
    Return the objectclasses defined in this template
getOldValue
in file Attribute.php, method Attribute::getOldValue()
getOldValues
in file Attribute.php, method Attribute::getOldValues()
getOnChange
in file Attribute.php, method Attribute::getOnChange()
getOptionCount
in file SelectionAttribute.php, method SelectionAttribute::getOptionCount()
getPage
in file Attribute.php, method Attribute::getPage()
getPostAttribute
in file PageRender.php, method PageRender::getPostAttribute()
    Process our <post> arguments from the templates
getPostValue
in file Attribute.php, method Attribute::getPostValue()
getRDN
in file Template.php, method Template::getRDN()
    Return the RDN for this template. If the DN is already defined, then the RDN will be calculated from it.
getRDNAttributeName
in file Template.php, method Template::getRDNAttributeName()
    Return the attribute name part of the RDN
getRDNAttrs
in file Template.php, method Template::getRDNAttrs()
    Get all the RDNs for this template, in RDN order.
getReadOnlyMessage
in file TemplateRender.php, method TemplateRender::getReadOnlyMessage()
getReadTime
in file xmlTemplates.php, method xmlTemplate::getReadTime()
    Get the Template read time.
getRegExp
in file Template.php, method Template::getRegExp()
getRemovedValues
in file Attribute.php, method Attribute::getRemovedValues()
    Display the values removed in an attribute.
getRenameMenuItemAttribute
in file TemplateRender.php, method TemplateRender::getRenameMenuItemAttribute()
getRows
in file MultiLineAttribute.php, method MultiLineAttribute::getRows()
getSelection
in file SelectionAttribute.php, method SelectionAttribute::getSelection()
getServer
in file xmlTemplates.php, method xmlTemplate::getServer()
    Return this LDAP Server object
getServer
in file Visitor.php, method Visitor::getServer()
    Return this LDAP Server object
getServerID
in file Visitor.php, method Visitor::getServerID()
    Return the LDAP server ID
getServerID
in file xmlTemplates.php, method xmlTemplate::getServerID()
    Return the LDAP server ID
getSize
in file Attribute.php, method Attribute::getSize()
getSource
in file Attribute.php, method Attribute::getSource()
getSpacer
in file Attribute.php, method Attribute::getSpacer()
getTemplate
in file xmlTemplates.php, method xmlTemplates::getTemplate()
    Return a template by its ID
getTemplate
in file PageRender.php, method PageRender::getTemplate()
getTemplateChoice
in file PageRender.php, method PageRender::getTemplateChoice()
    This function is invoked if we dont know which template we should be using.
getTemplateID
in file PageRender.php, method PageRender::getTemplateID()
getTemplates
in file QueryRender.php, method QueryRender::getTemplates()
    Get our templates applicable for this object
getTemplates
in file xmlTemplates.php, method xmlTemplates::getTemplates()
    Return a list of templates by their type This function should return a sorted list, as the array is built sorted.
getTemplates
in file PageRender.php, method PageRender::getTemplates()
    Get our templates applicable for this object
getTitle
in file xmlTemplates.php, method xmlTemplate::getTitle()
    Get template title
getType
in file Attribute.php, method Attribute::getType()
getType
in file xmlTemplates.php, method xmlTemplate::getType()
    Return the template type
getValue
in file Attribute.php, method Attribute::getValue()
getValueCount
in file Attribute.php, method Attribute::getValueCount()
getValues
in file Attribute.php, method Attribute::getValues()
getVerify
in file Attribute.php, method Attribute::getVerify()
getViewSchemaMessage
in file TemplateRender.php, method TemplateRender::getViewSchemaMessage()
GidAttribute
in file GidAttribute.php, class GidAttribute
    Represents a 'gidNumber' attribute
getBaseEntries
in file Tree.php, method Tree::getBaseEntries()
    Get the entries that are BaseDN entries.
getChildren
in file TreeItem.php, method TreeItem::getChildren()
    Returns null if the children have never be defined
getCommandList
in file config_default.php, method Config::getCommandList()
    Get a list of available commands.
getDepth
in file HTMLTree.php, method HTMLTree::getDepth()
    Work out how deep the "opened" tree is.
getDN
in file TreeItem.php, method TreeItem::getDN()
    Get the DN of this tree item.
getDNEncode
in file TreeItem.php, method TreeItem::getDNEncode()
getEntry
in file Tree.php, method Tree::getEntry()
    Get a tree entry
getFriendlyHTML
in file config_default.php, method Config::getFriendlyHTML()
    This function will return the <ancronym> html for a friendly name attribute.
getFriendlyName
in file config_default.php, method Config::getFriendlyName()
    This function will return the friendly name of an attribute, if it exists.
getIcon
in file TreeItem.php, method TreeItem::getIcon()
    Returns the path of the icon file used to represent this node ;
getInstance
in file Tree.php, method Tree::getInstance()
    Create an instance of the tree - this is used when we call this class directly Tree::getInstance($index)
getObjectClasses
in file TreeItem.php, method TreeItem::getObjectClasses()
getRDN
in file TreeItem.php, method TreeItem::getRDN()
    Get the RDN of this tree items DN.
getServer
in file Tree.php, method Tree::getServer()
    Get the server Object for this tree
getServer
in file config_default.php, method Config::getServer()
getServerID
in file Tree.php, method Tree::getServerID()
    Get the Server ID for this tree
getServerList
in file config_default.php, method Config::getServerList()
    Return a list of our servers
getTemplate
in file TreeItem.php, method TreeItem::getTemplate()
getValue
in file config_default.php, method Config::getValue()
    Get a configuration value.
get_formatted_dn
in file HTMLTree.php, method HTMLTree::get_formatted_dn()
get_indentation
in file AJAXTree.php, method AJAXTree::get_indentation()
    Return the indentation before a node
get_logout_menu_item
in file HTMLTree.php, method HTMLTree::get_logout_menu_item()
get_menu_item
in file HTMLTree.php, method HTMLTree::get_menu_item()
    Get the HTML for each tree menu option
top

h

HOOKSDIR
in file functions.php, constant HOOKSDIR
HTDOCDIR
in file functions.php, constant HTDOCDIR
htmlid
in file functions.php, function htmlid()
    Returns a HTML id that can be used in the URL after the #.
hooks.php
procedural page hooks.php
HTMLTree.php
procedural page HTMLTree.php
head_add
in file page.php, method page::head_add()
$helper
in file Attribute.php, variable Attribute::$helper
$helpervalue
in file Attribute.php, variable Attribute::$helpervalue
$hint
in file Attribute.php, variable Attribute::$hint
hasBeenModified
in file Attribute.php, method Attribute::hasBeenModified()
hasDefaultTemplate
in file Template.php, method Template::hasDefaultTemplate()
    Is default templates enabled? This will disable the default template from the engine.
haveDefaultTemplate
in file TemplateRender.php, method TemplateRender::haveDefaultTemplate()
    Is the default template enabled?
haveDefaultTemplate
in file QueryRender.php, method QueryRender::haveDefaultTemplate()
    Are default queries enabled?
haveFriendlyName
in file Attribute.php, method Attribute::haveFriendlyName()
haveMoreValues
in file Attribute.php, method Attribute::haveMoreValues()
hide
in file Attribute.php, method Attribute::hide()
$hooks
in file config_default.php, variable Config::$hooks
haveFriendlyName
in file config_default.php, method Config::haveFriendlyName()
    This function will return true if a friendly name exists for an attribute.
HTMLTree
in file HTMLTree.php, class HTMLTree
    This class implements a straight HTML tree - no AJAX rendering is used.
top

i

IMGDIR
in file common.php, constant IMGDIR
isAjaxEnabled
in file functions.php, function isAjaxEnabled()
    Is PLA configured for AJAX display
isCompress
in file functions.php, function isCompress()
    Is compression enabled for output
is_dn_string
in file functions.php, function is_dn_string()
    Given a string, this function returns true if the string has the format of a DN (ie, looks like "cn=Foo,dc=example,dc=com"). Returns false otherwise.
is_mail_string
in file functions.php, function is_mail_string()
    Get whether a string looks like an email address (user@example.com).
is_url_string
in file functions.php, function is_url_string()
    Get whether a string looks like a web URL (http://www.example.com/)
index.php
procedural page index.php
import_functions.php
procedural page import_functions.php
$index
in file ds.php, variable DS::$index
inactivityTime
in file ds.php, method DS::inactivityTime()
    Return the time left in seconds until this connection times out. If there is not timeout, this function will return null.
Instance
in file ds.php, method Datastore::Instance()
    Return an object Instance of a configured database.
InstanceId
in file ds.php, method Datastore::InstanceId()
    Return an object Instance of a configured database.
InstanceName
in file ds.php, method Datastore::InstanceName()
    Return an object Instance of a configured database.
isAnonBindAllowed
in file ds_myldap.php, method myldap::isAnonBindAllowed()
    Return if anonymous bind is allowed in the configuration
isAnonBindAllowed
in file ds_ldap_pla.php, method ldap_pla::isAnonBindAllowed()
    Fetch whether the user has configured a certain server login to be non anonymous
isAttrBinary
in file ds_myldap.php, method myldap::isAttrBinary()
    Given an attribute name and server ID number, this function returns whether the attribute may contain binary data. This is useful for developers who wish to display the contents of an arbitrary attribute but don't want to dump binary data on the page.
isAttrBoolean
in file ds_myldap.php, method myldap::isAttrBoolean()
    Given an attribute name and server ID number, this function returns whether the attrbiute contains boolean data. This is useful for developers who wish to display the contents of a boolean attribute with a drop-down.
isAttrHidden
in file ds_ldap_pla.php, method ldap_pla::isAttrHidden()
    Returns true if the specified attribute is configured as hidden in config.php.
isAttrReadOnly
in file ds_ldap_pla.php, method ldap_pla::isAttrReadOnly()
    Returns true if the specified attribute is configured as read only in config.php.
isAttrUnique
in file ds_ldap_pla.php, method ldap_pla::isAttrUnique()
    Returns true if the specified attribute is configured as unique in config.php.
isBranchRenameEnabled
in file ds_ldap_pla.php, method ldap_pla::isBranchRenameEnabled()
    Returns true if the user has configured the specified server to enable branch (non-leaf) renames.
isDefaultKey
in file ds.php, method DS::isDefaultKey()
isDefaultSetting
in file ds.php, method DS::isDefaultSetting()
isDNAttr
in file ds_myldap.php, method myldap::isDNAttr()
    Returns true if the attribute specified is required to take as input a DN.
isForceMay
in file ds_myldap.php, method myldap::isForceMay()
    This function determines if the specified attribute is contained in the force_may list as configured in config.php.
isJpegPhoto
in file ds_myldap.php, method myldap::isJpegPhoto()
    Used to determine if the specified attribute is indeed a jpegPhoto. If the specified attribute is one that houses jpeg data, true is returned. Otherwise this function returns false.
isLoggedIn
in file ds.php, method DS::isLoggedIn()
    Return if this datastore's connection method has been logged into
isMultiLineAttr
in file ds_ldap_pla.php, method ldap_pla::isMultiLineAttr()
    Determines if an attribute's value can contain multiple lines. Attributes that fall in this multi-line category may be configured in config.php. Hence, this function accesses the global variable $_SESSION[APPCONFIG]->custom->appearance['multi_line_attributes'];
isReadOnly
in file ds.php, method DS::isReadOnly()
isSessionValid
in file ds_ldap_pla.php, method ldap_pla::isSessionValid()
    Check if the session timeout has occured for this LDAP server.
isSessionValid
in file ds.php, method DS::isSessionValid()
    This method should be overridden in application specific ds files
isShowCreateEnabled
in file ds_ldap_pla.php, method ldap_pla::isShowCreateEnabled()
    Gets whether the admin has configured phpLDAPadmin to show the "Create New" link in the tree viewer.
isVisible
in file ds.php, method DS::isVisible()
    Functions that return the condition of the datasource
$items
in file export_functions.php, variable Export::$items
isCompressed
in file export_functions.php, method Export::isCompressed()
isSafeAscii
in file export_functions.php, method Export::isSafeAscii()
    Helper method to check if the attribute value should be base 64 encoded.
$input
in file import_functions.php, variable Import::$input
Import
in file import_functions.php, class Import
    Import Class
Importer
in file import_functions.php, class Importer
    Importer Class
ImportLDIF
in file import_functions.php, class ImportLDIF
    Import entries from LDIF
is_browser
in file export_form.php, function is_browser()
    Determine the OS for the browser
import.php
procedural page import.php
import_form.php
procedural page import_form.php
index.php
procedural page index.php
isVisible
in file Query.php, method Query::isVisible()
    Test if the template is visible
isAliasFor
in file schema_functions.php, method AttributeType::isAliasFor()
    Returns whether the specified attribute is an alias for this one (based on this attribute's alias list).
isForceMay
in file schema_functions.php, method ObjectClass::isForceMay()
    Determine if an array is listed in the force_may attrs
isForceMay
in file schema_functions.php, method AttributeType::isForceMay()
isRelated
in file schema_functions.php, method ObjectClass::isRelated()
    Return if this objectClass is related to $oclass
isStructural
in file schema_functions.php, method ObjectClass::isStructural()
$icon
in file Attribute.php, variable Attribute::$icon
$id
in file xmlTemplates.php, variable xmlTemplate::$id
$internal
in file Attribute.php, variable Attribute::$internal
initValue
in file Attribute.php, method Attribute::initValue()
isAdminDisabled
in file xmlTemplates.php, method xmlTemplate::isAdminDisabled()
    May be overloaded in other classes
isAdminDisabled
in file Template.php, method Template::isAdminDisabled()
isAttrType
in file Template.php, method Template::isAttrType()
    Return true if this is a MUST,MAY attribute
isForceDelete
in file Attribute.php, method Attribute::isForceDelete()
isInternal
in file Attribute.php, method Attribute::isInternal()
isInValid
in file Template.php, method Template::isInValid()
    Get the template validity or the reason it is invalid
isMay
in file Attribute.php, method Attribute::isMay()
isMultiple
in file Attribute.php, method Attribute::isMultiple()
isMultiple
in file SelectionAttribute.php, method SelectionAttribute::isMultiple()
isNoLeaf
in file Template.php, method Template::isNoLeaf()
isRDN
in file Attribute.php, method Attribute::isRDN()
    Return if this attribute is an RDN attribute
isReadOnly
in file Template.php, method Template::isReadOnly()
    Test if this template has been marked as a read-only template
isReadOnly
in file Attribute.php, method Attribute::isReadOnly()
isRequired
in file Attribute.php, method Attribute::isRequired()
isType
in file xmlTemplates.php, method xmlTemplate::isType()
    Test if a template is of a type
isVisible
in file Attribute.php, method Attribute::isVisible()
isVisible
in file Template.php, method Template::isVisible()
    Test if the template is visible
$icon
in file TreeItem.php, variable TreeItem::$icon
isBaseDN
in file TreeItem.php, method TreeItem::isBaseDN()
    Return if this item is a base DN item.
isChildSorted
in file TreeItem.php, method TreeItem::isChildSorted()
    Do the children require resorting
isCommandAvailable
in file config_default.php, method Config::isCommandAvailable()
    Simple ACL to see if commands can be run
isInLDAP
in file TreeItem.php, method TreeItem::isInLDAP()
isLeaf
in file TreeItem.php, method TreeItem::isLeaf()
    Return if this node is a leaf.
isOpened
in file TreeItem.php, method TreeItem::isOpened()
    Return if this item has been opened.
isSizeLimited
in file TreeItem.php, method TreeItem::isSizeLimited()
    Return if this node has hit an LDAP size limit (and thus doesnt have all its children).
top

j

JSDIR
in file functions.php, constant JSDIR
JpegAttribute.php
procedural page JpegAttribute.php
JpegAttribute
in file JpegAttribute.php, class JpegAttribute
    Represents an attribute whose values are jpeg pictures
justModified
in file Attribute.php, method Attribute::justModified()
$javascript
in file HTMLTree.php, variable HTMLTree::$javascript
top

l

LANGDIR
in file functions.php, constant LANGDIR
ldap_error_msg
in file functions.php, function ldap_error_msg()
    Print an LDAP error message
LIBDIR
in file common.php, constant LIBDIR
littleEndian
in file functions.php, function littleEndian()
    Converts a little-endian hex-number to one, that 'hexdec' can convert
ldap_pla
in file ds_ldap_pla.php, class ldap_pla
    This abstract class provides variables and methods for LDAP datastores for use by PLA.
login
in file ds.php, method DS::login()
    Login to the datastore method: default = anon, connect to ds using bind_id not auth_id.
login
in file ds_myldap.php, method myldap::login()
    Login to the database with the application user/password
logout
in file ds.php, method DS::logout()
    Logout of this datastore's connection method
LDAPimport
in file import_functions.php, method Import::LDAPimport()
$ldaptype
in file Attribute.php, variable Attribute::$ldaptype
listOpenItems
in file AJAXTree.php, method AJAXTree::listOpenItems()
    List the items in the tree that are open
top

m

masort
in file functions.php, function masort()
    Sort a multi dimensional array.
MassRender.php
procedural page MassRender.php
MultiLineAttribute.php
procedural page MultiLineAttribute.php
MatchingRules
in file ds_myldap.php, method myldap::MatchingRules()
    Returns an array of MatchingRule objects for the specified server.
modify
in file ds_ldap_pla.php, method ldap_pla::modify()
    Modify objects
modify
in file ds_myldap.php, method myldap::modify()
    Modify attributes of a DN
myldap
in file ds_myldap.php, class myldap
    This abstract class provides the basic variables and methods for LDAP datastores
mass_delete.php
procedural page mass_delete.php
mass_edit.php
procedural page mass_edit.php
mass_update.php
procedural page mass_update.php
modify_member_form.php
procedural page modify_member_form.php
MatchingRule
in file schema_functions.php, class MatchingRule
    Represents an LDAP MatchingRule
MatchingRuleUse
in file schema_functions.php, class MatchingRuleUse
    Represents an LDAP schema matchingRuleUse entry
$maxlength
in file Attribute.php, variable Attribute::$maxlength
$max_value_count
in file Attribute.php, variable Attribute::$max_value_count
$min_value_count
in file Attribute.php, variable Attribute::$min_value_count
$modified
in file Attribute.php, variable Attribute::$modified
$multiple
in file SelectionAttribute.php, variable SelectionAttribute::$multiple
MassRender
in file MassRender.php, class MassRender
    TemplateRender class
MultiLineAttribute
in file MultiLineAttribute.php, class MultiLineAttribute
    Represents a attribute whose values are multiline text
top

n

newServer
in file ds.php, method Datastore::newServer()
    Create a new database object
$name
in file schema_functions.php, variable SchemaItem::$name
$name
in file schema_functions.php, variable ObjectClass_ObjectClassAttribute::$name
$name
in file Attribute.php, variable Attribute::$name
$name
in file xmlTemplates.php, variable xmlTemplate::$name
needJS
in file Attribute.php, method Attribute::needJS()
    Does this attribute need supporting JS
newAttribute
in file AttributeFactory.php, method AttributeFactory::newAttribute()
top

o

obfuscate_password_display
in file functions.php, function obfuscate_password_display()
    Fetches whether the user has configured phpLDAPadmin to obfuscate passwords with "*********" when displaying them.
ObjectClassAttribute.php
procedural page ObjectClassAttribute.php
ObjectClass
in file schema_functions.php, class ObjectClass
    Represents an LDAP objectClass
ObjectClass_ObjectClassAttribute
in file schema_functions.php, class ObjectClass_ObjectClassAttribute
    A simple class for representing AttributeTypes used only by the ObjectClass class.
$oldvalues
in file Attribute.php, variable Attribute::$oldvalues
$onchange
in file Attribute.php, variable Attribute::$onchange
$order
in file Attribute.php, variable Attribute::$order
$ordersort
in file Attribute.php, variable Attribute::$ordersort
ObjectClassAttribute
in file ObjectClassAttribute.php, class ObjectClassAttribute
    Represents an 'objectClass' attribute
OnChangeAdd
in file Template.php, method Template::OnChangeAdd()
    OnChangeAdd javascript processing
$objectclasses
in file TreeItem.php, variable TreeItem::$objectclasses
open
in file TreeItem.php, method TreeItem::open()
    Opens the node ; the children of the node must have been defined
top

p

password_check
in file functions.php, function password_check()
    Given a clear-text password and a hash, this function determines if the clear-text password is the password that was used to generate the hash. This is handy to verify a user's password when all that is given is the hash and a "guess".
password_generate
in file functions.php, function password_generate()
    This function returns a string automatically generated
password_hash
in file functions.php, function password_hash()
    Hashes a password and returns the hash based on the specified enc_type.
password_types
in file functions.php, function password_types()
    Return the list of available password types
pla_compare_dns
in file functions.php, function pla_compare_dns()
    Compares 2 DNs. If they are equivelant, returns 0, otherwise, returns their sorting order (similar to strcmp()): Returns < 0 if dn1 is less than dn2.
pla_explode_dn
in file functions.php, function pla_explode_dn()
    Explode a DN into an array of its RDN parts.
pla_reverse_dn
in file functions.php, function pla_reverse_dn()
    Reverses a DN such that the top-level RDN is first and the bottom-level RDN is last
pla_verbose_error
in file functions.php, function pla_verbose_error()
    Given an LDAP error number, returns a verbose description of the error.
pretty_print_dn
in file functions.php, function pretty_print_dn()
    Returns an HTML-beautified version of a DN.
page.php
procedural page page.php
PageRender.php
procedural page PageRender.php
PasswordAttribute.php
procedural page PasswordAttribute.php
page
in file page.php, class page
    This class controls the final output to the browser.
pla_rdelete
in file rdelete.php, function pla_rdelete()
password_checker.php
procedural page password_checker.php
$page
in file PageRender.php, variable PageRender::$page
$page
in file Attribute.php, variable Attribute::$page
$postvalue
in file Attribute.php, variable Attribute::$postvalue
PageRender
in file PageRender.php, class PageRender
    PageRender class
PasswordAttribute
in file PasswordAttribute.php, class PasswordAttribute
    Represents an attribute whose values are passwords
parseXML
in file xml2array.php, method xml2array::parseXML()
top

q

QUERYDIR
in file functions.php, constant QUERYDIR
Query.php
procedural page Query.php
QueryRender.php
procedural page QueryRender.php
query_functions.php
procedural page query_functions.php
query
in file ds_myldap.php, method myldap::query()
    Perform a query to the Database
query
in file ds.php, method DS::query()
    Query the datasource
query_engine.php
procedural page query_engine.php
Queries
in file query_functions.php, class Queries
    Query Class
Query
in file Query.php, class Query
    Query Class
QueryRender
in file QueryRender.php, class QueryRender
    QueryRender class
top

r

random_junk
in file functions.php, function random_junk()
    This is for Opera. By putting "random junk" in the query string, it thinks
random_salt
in file functions.php, function random_salt()
    Used to generate a random salt for crypt-style passwords. Salt strings are used to make pre-built hash cracking dictionaries difficult to use as the hash algorithm uses not only the user's password but also a randomly generated string. The string is stored as the first N characters of the hash for reference of hashing algorithms later.
rdn_explode
in file functions.php, function rdn_explode()
    Split an RDN into its attributes
remove_hook
in file hooks.php, function remove_hook()
    Removes a procedure from a hook, based on a filter.
REQUIRED_PHP_VERSION
in file config_default.php, constant REQUIRED_PHP_VERSION
    The minimum version of PHP required to run phpLDAPadmin.
return_ldap_hash
in file functions.php, function return_ldap_hash()
    Query LDAP and return a hash.
run_hook
in file hooks.php, function run_hook()
    Runs procedures attached to a hook.
RandomPasswordAttribute.php
procedural page RandomPasswordAttribute.php
rename
in file ds_ldap_pla.php, method ldap_pla::rename()
    Rename objects
$results
in file export_functions.php, variable Export::$results
$resultsdata
in file export_functions.php, variable Export::$resultsdata
readEntry
in file import_functions.php, method ImportLDIF::readEntry()
r_copy_dn
in file copy.php, function r_copy_dn()
rdelete.php
procedural page rdelete.php
refresh.php
procedural page refresh.php
rename.php
procedural page rename.php
rename_form.php
procedural page rename_form.php
$results
in file Query.php, variable Query::$results
removeAlias
in file schema_functions.php, method AttributeType::removeAlias()
    Removes an attribute name from this attribute's alias array.
$rdn
in file Attribute.php, variable Attribute::$rdn
$readonly
in file Attribute.php, variable Attribute::$readonly
$readtime
in file xmlTemplates.php, variable xmlTemplate::$readtime
$rows
in file MultiLineAttribute.php, variable MultiLineAttribute::$rows
$rows
in file Attribute.php, variable Attribute::$rows
RandomPasswordAttribute
in file RandomPasswordAttribute.php, class RandomPasswordAttribute
    Represents an attribute whose values are random passwords
readTemplates
in file Template.php, method Template::readTemplates()
    Return the templates of type (creation/modification)
readChildren
in file Tree.php, method Tree::readChildren()
    Read the children of a tree entry
readChildrenNumber
in file Tree.php, method Tree::readChildrenNumber()
    Return the number of children an entry has. Optionally autoread the child entry.
readingChildren
in file TreeItem.php, method TreeItem::readingChildren()
rename
in file TreeItem.php, method TreeItem::rename()
    Rename this DN.
renameEntry
in file Tree.php, method Tree::renameEntry()
    Rename an entry in the tree
$resParser
in file xml2array.php, variable xml2array::$resParser
top

s

server_select_list
in file functions.php, function server_select_list()
    Server html select list
set_cached_item
in file functions.php, function set_cached_item()
    Caches the specified $item for the specified $index.
set_cookie
in file functions.php, function set_cookie()
    Utility wrapper for setting cookies, which takes into consideration application configuration values. On success, true is returned. On failure, false is returned.
sortAttrs
in file functions.php, function sortAttrs()
    Attribute sorting
sort_array_by_priority
in file hooks.php, function sort_array_by_priority()
    Compares two arrays by numerically comparing their 'prority' value. Standard `cmp-like' function.
stopwatch
in file common.php, function stopwatch()
    Timer stopwatch, used to instrument the application
support_oid_to_text
in file functions.php, function support_oid_to_text()
    Given an LDAP OID number, returns a verbose description of the OID.
syslog_debug
in file syslog.php, function syslog_debug()
    Issue a debug message via syslog, only if $log_level is set to 'debug' from the config file.
syslog_err
in file syslog.php, function syslog_err()
    Issue an error message via syslog.
syslog_msg
in file syslog.php, function syslog_msg()
    Verify that syslog logging is activated in the config via the debug->syslog variable and does a call to the syslog() function is it is true.
syslog_notice
in file syslog.php, function syslog_notice()
    Issue a notice message via syslog.
syslog_warning
in file syslog.php, function syslog_warning()
    Issue a warning message via syslog.
system_message
in file functions.php, function system_message()
    Record a system message.
SambaPasswordAttribute.php
procedural page SambaPasswordAttribute.php
schema_functions.php
procedural page schema_functions.php
SelectionAttribute.php
procedural page SelectionAttribute.php
ShadowAttribute.php
procedural page ShadowAttribute.php
syslog.php
procedural page syslog.php
SchemaAttributes
in file ds_myldap.php, method myldap::SchemaAttributes()
    Gets an associative array of AttributeType objects for the specified server. Each array entry's key is the name of the attributeType in lower-case and the value is an AttributeType object.
SchemaObjectClasses
in file ds_myldap.php, method myldap::SchemaObjectClasses()
    Gets an associative array of ObjectClass objects for the specified server. Each array entry's key is the name of the objectClass in lower-case and the value is an ObjectClass object.
SchemaSyntaxes
in file ds_myldap.php, method myldap::SchemaSyntaxes()
    Returns an array of Syntax objects that this LDAP server uses mapped to their descriptions. The key of each entry is the OID of the Syntax.
setDefaults
in file ds.php, method DS::setDefaults()
    Functions that set and verify object configuration details
setLogin
in file ds.php, method DS::setLogin()
    Set the login details of the user logged into this datastore's connection method
setValue
in file ds.php, method DS::setValue()
    Set a configuration value
setValue
in file ds.php, method Datastore::setValue()
    Set values for a database object.
$server_id
in file import_functions.php, variable Import::$server_id
$source
in file import_functions.php, variable Import::$source
setBody
in file page.php, method block::setBody()
setFooter
in file page.php, method block::setFooter()
setsysmsg
in file page.php, method page::setsysmsg()
setTitle
in file page.php, method block::setTitle()
show
in file page.php, method page::show()
    Only show a particular page frame - used by an AJAX call
setDN
in file Query.php, method Query::setDN()
    This is temporary to get around objects that use a DN for rendering, for example jpegPhoto
storeTemplate
in file Query.php, method Query::storeTemplate()
    Main processing to store the template.
$source
in file schema_functions.php, variable ObjectClass_ObjectClassAttribute::$source
SchemaItem
in file schema_functions.php, class SchemaItem
    Generic parent class for all schema items. A schema item is an ObjectClass, an AttributeBype, a MatchingRule, or a Syntax.
setAliases
in file schema_functions.php, method AttributeType::setAliases()
    Sets this attribute's list of aliases.
setDescription
in file schema_functions.php, method SchemaItem::setDescription()
setForceMay
in file schema_functions.php, method AttributeType::setForceMay()
    This function will mark this attribute as a forced MAY attribute
setIsSingleValue
in file schema_functions.php, method AttributeType::setIsSingleValue()
    Sets whether this attribute is single-valued.
setName
in file schema_functions.php, method AttributeType::setName()
    Sets this attriute's name.
setOID
in file schema_functions.php, method SchemaItem::setOID()
setSupAttribute
in file schema_functions.php, method AttributeType::setSupAttribute()
    Sets this attriute's SUP attribute (ie, the attribute from which this attribute inherits).
setType
in file schema_functions.php, method AttributeType::setType()
    Sets this attribute's type.
setUsedByAttrs
in file schema_functions.php, method MatchingRule::setUsedByAttrs()
    Sets the list of used_by_attrs to the array specified by $attrs;
Syntax
in file schema_functions.php, class Syntax
    Represents an LDAP Syntax
session_functions.php
procedural page session_functions.php
$selection
in file SelectionAttribute.php, variable SelectionAttribute::$selection
$server_id
in file Visitor.php, variable Visitor::$server_id
$server_id
in file xmlTemplates.php, variable xmlTemplates::$server_id
$server_id
in file xmlTemplates.php, variable xmlTemplate::$server_id
$shadow_after_today_attrs
in file ShadowAttribute.php, variable ShadowAttribute::$shadow_after_today_attrs
$shadow_before_today_attrs
in file ShadowAttribute.php, variable ShadowAttribute::$shadow_before_today_attrs
$size
in file Attribute.php, variable Attribute::$size
$source
in file Attribute.php, variable Attribute::$source
$spacer
in file Attribute.php, variable Attribute::$spacer
$structural_oclass
in file Template.php, variable Template::$structural_oclass
SambaPasswordAttribute
in file SambaPasswordAttribute.php, class SambaPasswordAttribute
    Represents an attribute whose values are SAMBA passwords
SelectionAttribute
in file SelectionAttribute.php, class SelectionAttribute
    Represents an attribute whose values are in a predefined list
setCols
in file MultiLineAttribute.php, method MultiLineAttribute::setCols()
setContainer
in file PageRender.php, method PageRender::setContainer()
setContainer
in file Template.php, method Template::setContainer()
    Set the container for this template, if we are creating entries
setDescription
in file Attribute.php, method Attribute::setDescription()
setDN
in file Template.php, method Template::setDN()
    Set the DN for this template, if we are editing entries
setDN
in file PageRender.php, method PageRender::setDN()
setForceDelete
in file Attribute.php, method Attribute::setForceDelete()
setHint
in file Attribute.php, method Attribute::setHint()
setIcon
in file Attribute.php, method Attribute::setIcon()
setInternal
in file Attribute.php, method Attribute::setInternal()
setInvalid
in file Template.php, method Template::setInvalid()
    Set a template as invalid
setInvisible
in file Template.php, method Template::setInvisible()
setLDAPtype
in file Attribute.php, method Attribute::setLDAPtype()
setMaxLength
in file Attribute.php, method Attribute::setMaxLength()
setMaxValueCount
in file Attribute.php, method Attribute::setMaxValueCount()
setMinValueCount
in file Attribute.php, method Attribute::setMinValueCount()
setMultiple
in file SelectionAttribute.php, method SelectionAttribute::setMultiple()
setOldValue
in file Attribute.php, method Attribute::setOldValue()
setOptional
in file Attribute.php, method Attribute::setOptional()
setPage
in file Attribute.php, method Attribute::setPage()
setPostValue
in file Attribute.php, method Attribute::setPostValue()
setProperties
in file Attribute.php, method Attribute::setProperties()
setRDN
in file Attribute.php, method Attribute::setRDN()
setRDNAttributes
in file Template.php, method Template::setRDNAttributes()
    Set the RDN attributes Given an RDN, mark the attributes as RDN attributes. If there is no defined attribute, then the remaining RDNs will be returned.
setReadOnly
in file Attribute.php, method Attribute::setReadOnly()
setRequired
in file Attribute.php, method Attribute::setRequired()
setRows
in file MultiLineAttribute.php, method MultiLineAttribute::setRows()
setSize
in file Attribute.php, method Attribute::setSize()
setType
in file Attribute.php, method Attribute::setType()
setValue
in file Attribute.php, method Attribute::setValue()
setVisible
in file Template.php, method Template::setVisible()
setXML
in file Attribute.php, method Attribute::setXML()
ShadowAttribute
in file ShadowAttribute.php, class ShadowAttribute
    Represents a shadow date attribute
show
in file Attribute.php, method Attribute::show()
storeTemplate
in file Template.php, method Template::storeTemplate()
    Main processing to store the template.
$servers
in file config_default.php, variable Config::$servers
setBase
in file TreeItem.php, method TreeItem::setBase()
    Set this item as a LDAP base DN item.
setLeaf
in file TreeItem.php, method TreeItem::setLeaf()
    Mark this node as a leaf.
setObjectClasses
in file TreeItem.php, method TreeItem::setObjectClasses()
setServers
in file config_default.php, method Config::setServers()
setSizeLimited
in file TreeItem.php, method TreeItem::setSizeLimited()
    Mark this node as a size limited (it wont have all its children).
setTemplate
in file TreeItem.php, method TreeItem::setTemplate()
$stack
in file xml2array.php, variable xml2array::$stack
$stack_ref
in file xml2array.php, variable xml2array::$stack_ref
$strXmlData
in file xml2array.php, variable xml2array::$strXmlData
top

t

Template.php
procedural page Template.php
TemplateRender.php
procedural page TemplateRender.php
template_functions.php
procedural page template_functions.php
Tree.php
procedural page Tree.php
TreeItem.php
procedural page TreeItem.php
TMPLDIR
in file functions.php, constant TMPLDIR
$type
in file ds.php, variable DS::$type
types
in file export_functions.php, method Exporter::types()
types
in file import_functions.php, method Importer::types()
template_engine.php
procedural page template_engine.php
tree
in file page.php, method page::tree()
$template
in file PageRender.php, variable PageRender::$template
$templates
in file xmlTemplates.php, variable xmlTemplates::$templates
$template_id
in file PageRender.php, variable PageRender::$template_id
$title
in file Template.php, variable Template::$title
$type
in file xmlTemplates.php, variable xmlTemplate::$type
$type
in file Attribute.php, variable Attribute::$type
Template
in file Template.php, class Template
    Template Class
TemplateRender
in file TemplateRender.php, class TemplateRender
    TemplateRender class
Templates
in file template_functions.php, class Templates
    Templates Class
Tree
in file Tree.php, class Tree
    Abstract class which represents the LDAP tree view ; the draw() method must be implemented by subclasses
TreeItem
in file TreeItem.php, class TreeItem
    Represents an item in the tree.
top

u

utime
in file functions.php, function utime()
    Returns the current time as a double (including micro-seconds).
untested
in file ds.php, method DS::untested()
    Return the untested config items
userIsAllowedLogin
in file ds_myldap.php, method myldap::userIsAllowedLogin()
    This function will determine if the user is allowed to login based on a filter
userIsMember
in file ds_myldap.php, method myldap::userIsMember()
    This function will test if a user is a member of a group.
update.php
procedural page update.php
update_confirm.php
procedural page update_confirm.php
$unique
in file Attribute.php, variable Attribute::$unique
unsetSizeLimited
in file TreeItem.php, method TreeItem::unsetSizeLimited()
    Clear the size limited flag.
untested
in file config_default.php, method Config::untested()
    Return the untested config items
top

v

Visitor.php
procedural page Visitor.php
view_jpeg_photo.php
procedural page view_jpeg_photo.php
$values
in file Attribute.php, variable Attribute::$values
$verify
in file Attribute.php, variable Attribute::$verify
$visible
in file Attribute.php, variable Attribute::$visible
visitAttribute
in file PageRender.php, method PageRender::visitAttribute()
    Dummy method...
Visitor
in file Visitor.php, class Visitor
    Abstract Visitor class
top

x

xml2array.php
procedural page xml2array.php
xmlTemplates.php
procedural page xmlTemplates.php
xmlTemplate
in file xmlTemplates.php, class xmlTemplate
    XML Template Class
xmlTemplates
in file xmlTemplates.php, class xmlTemplates
    XML Templates Class
xml2array
in file xml2array.php, class xml2array
    XML Parser
top

Documentation generated on Sun, 25 Mar 2012 19:35:18 +0200 by phpDocumentor 1.4.1