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

Element index for package lists

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ]

a

$attrArray
in file lists.inc, variable lamList::$attrArray
    list of LDAP attributes
arrayLower
in file tree.inc, function arrayLower() (subpackage: tree)
add_attr_form.php
procedural page add_attr_form.php (subpackage: tree)
add_attr.php
procedural page add_attr.php (subpackage: tree)
add_oclass_form.php
procedural page add_oclass_form.php (subpackage: tree)
add_oclass.php
procedural page add_oclass.php (subpackage: tree)
add_value_form.php
procedural page add_value_form.php (subpackage: tree)
add_value.php
procedural page add_value.php (subpackage: tree)
top

b

build_initial_tree_icons
in file tree.inc, function build_initial_tree_icons() (subpackage: tree)
    Builds the initial array that stores the icon-lookup for each server's DN in the tree browser. The returned
top

c

cmp_array
in file lists.inc, method lamList::cmp_array()
    Compare function used for usort-method
collapse.php
procedural page collapse.php (subpackage: tree)
create_form.php
procedural page create_form.php (subpackage: tree)
create.php
procedural page create.php (subpackage: tree)
creation_template.php
procedural page creation_template.php (subpackage: tree)
custom.php
procedural page custom.php (subpackage: tree)
top

d

$descArray
in file lists.inc, variable lamList::$descArray
    list of attribute descriptions
dn_exists
in file tree.inc, function dn_exists() (subpackage: tree)
    Gets whether an entry exists based on its DN. If the entry exists, returns true. Otherwise returns false.
draw_create_link
in file tree.php, function draw_create_link() (subpackage: tree)
draw_formatted_dn
in file tree.inc, function draw_formatted_dn() (subpackage: tree)
    Gets a DN string using the user-configured tree_display_format string to format it.
draw_jpeg_photos
in file tree.inc, function draw_jpeg_photos() (subpackage: tree)
    Draw the jpegPhoto image(s) for an entry wrapped in HTML. Many options are available to specify how the images are to be displayed.
draw_server_tree
in file tree.inc, function draw_server_tree() (subpackage: tree)
    Prints the HTML of the tree view.
draw_tree_html
in file tree.php, function draw_tree_html() (subpackage: tree)
    Recursively descend on the given dn and draw the tree in html
delete_attr.php
procedural page delete_attr.php (subpackage: tree)
delete_form.php
procedural page delete_form.php (subpackage: tree)
delete.php
procedural page delete.php (subpackage: tree)
download_binary_attr.php
procedural page download_binary_attr.php (subpackage: tree)
top

e

$entries
in file lists.inc, variable lamList::$entries
    LDAP entries
edit.php
procedural page edit.php (subpackage: tree)
expand.php
procedural page expand.php (subpackage: tree)
export_form.php
procedural page export_form.php (subpackage: tree)
export.php
procedural page export.php (subpackage: tree)
top

f

$filterText
in file lists.inc, variable lamList::$filterText
    filter string to include in URL
top

g

get_attr_select_html
in file custom.php, function get_attr_select_html() (subpackage: tree)
    Returns option values.
get_binary_attr_select_html
in file custom.php, function get_binary_attr_select_html() (subpackage: tree)
    Returns option values.
get_container
in file tree.inc, function get_container() (subpackage: tree)
    Given a DN string, this returns the parent container portion of the string.
get_container_contents
in file tree.inc, function get_container_contents() (subpackage: tree)
    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:
get_enc_type
in file tree.inc, function get_enc_type() (subpackage: tree)
get_entry_system_attrs
in file tree.inc, function get_entry_system_attrs() (subpackage: tree)
    Gets the operational attributes for an entry. Given a DN, this function fetches that entry's
get_icon
in file tree.inc, function get_icon() (subpackage: tree)
    Given a DN and server ID, this function reads the DN's objectClasses and
get_line_end_format
in file export_form.php, function get_line_end_format() (subpackage: tree)
    Helper functoin for fetching the line end format.
get_object_attr
in file tree.inc, function get_object_attr() (subpackage: tree)
    Much like get_object_attrs(), but only returns the values for one attribute of an object. Example calls:
get_object_attrs
in file tree.inc, function get_object_attrs() (subpackage: tree)
    Gets the attributes/values of an entry. Returns an associative array whose
get_rdn
in file tree.inc, function get_rdn() (subpackage: tree)
    Given a DN string, this returns the 'RDN' portion of the string.
top

i

initialize_session_tree
in file tree.inc, function initialize_session_tree() (subpackage: tree)
    Checks and fixes an initial session's tree cache if needed.
in_array_ignore_case
in file tree.inc, function in_array_ignore_case() (subpackage: tree)
    Checks if a string exists in an array, ignoring case.
is_attr_binary
in file tree.inc, function is_attr_binary() (subpackage: tree)
    Given an attribute name and server ID number, this function returns whether the attrbiute 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.
is_attr_boolean
in file tree.inc, function is_attr_boolean() (subpackage: tree)
    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.
is_binary_option_required
in file add_attr.php, function is_binary_option_required() (subpackage: tree)
is_dn_attr
in file tree.inc, function is_dn_attr() (subpackage: tree)
    Returns true if the attribute specified is required to take as input a DN.
is_jpeg_photo
in file tree.inc, function is_jpeg_photo() (subpackage: tree)
    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.
is_mail_string
in file tree.inc, function is_mail_string() (subpackage: tree)
    Get whether a string looks like an email address (user@example.com).
is_multi_line_attr
in file tree.inc, function is_multi_line_attr() (subpackage: tree)
    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 $multi_line_attributes;
is_url_string
in file tree.inc, function is_url_string() (subpackage: tree)
    Get whether a string looks like a web URL (http://www.example.com/)
top

l

$labels
in file lists.inc, variable lamList::$labels
    list of account specific labels
lamGroupList
in file group.inc, class lamGroupList
    Generates the list view.
lamGroupList
in file group.inc, method lamGroupList::lamGroupList()
    Constructor
lamHostList
in file host.inc, method lamHostList::lamHostList()
    Constructor
lamHostList
in file host.inc, class lamHostList
    Generates the list view.
lamList
in file lists.inc, method lamList::lamList()
    Constructor
lamList
in file lists.inc, class lamList
    Generates the list view.
lamMailAliasList
in file mailAlias.inc, class lamMailAliasList
    Generates the list view.
lamMailAliasList
in file mailAlias.inc, method lamMailAliasList::lamMailAliasList()
    Constructor
lamSmbDomainList
in file smbDomain.inc, method lamSmbDomainList::lamSmbDomainList()
    Constructor
lamSmbDomainList
in file smbDomain.inc, class lamSmbDomainList
    Generates the list view.
lamUserList
in file user.inc, class lamUserList
    Generates the list view.
lamUserList
in file user.inc, method lamUserList::lamUserList()
    Constructor
lists.inc
procedural page lists.inc
listBuildFilter
in file lists.inc, method lamList::listBuildFilter()
    Builds the regular expressions from the filter values.
listDoPost
in file user.inc, method lamUserList::listDoPost()
    Manages all POST actions (e.g. button pressed) for the account lists.
listDoPost
in file lists.inc, method lamList::listDoPost()
    Manages all POST actions (e.g. button pressed) for the account lists.
listDrawNavigationBar
in file lists.inc, method lamList::listDrawNavigationBar()
    Draws a navigation bar to switch between pages
listFilterAccounts
in file lists.inc, method lamList::listFilterAccounts()
    Removes all entries which do not fit to the filter.
listGetAttributeDescriptionList
in file lists.inc, method lamList::listGetAttributeDescriptionList()
    Returns an hash array containing with all attributes to be shown and their descriptions.
listGetParams
in file lists.inc, method lamList::listGetParams()
    Sets some internal parameters.
listPrintButtons
in file user.inc, method lamUserList::listPrintButtons()
    Prints the create, delete and PDF buttons.
listPrintButtons
in file lists.inc, method lamList::listPrintButtons()
    Prints the create, delete and PDF buttons.
listPrintHeader
in file lists.inc, method lamList::listPrintHeader()
    Prints the HTML head.
listPrintJavaScript
in file lists.inc, method lamList::listPrintJavaScript()
    Prints JavaScript code needed for mouse-over effects.
listPrintTableBody
in file user.inc, method lamUserList::listPrintTableBody()
    Prints the entry list
listPrintTableBody
in file group.inc, method lamGroupList::listPrintTableBody()
    Prints the entry list
listPrintTableBody
in file lists.inc, method lamList::listPrintTableBody()
    Prints the entry list
listPrintTableHeader
in file lists.inc, method lamList::listPrintTableHeader()
    Prints the attribute and filter row at the account table head
listRefreshData
in file lists.inc, method lamList::listRefreshData()
    Rereads the entries from LDAP.
listShowOUSelection
in file lists.inc, method lamList::listShowOUSelection()
    Prints a combobox with possible sub-DNs.
listSort
in file lists.inc, method lamList::listSort()
    Sorts an account list by a given attribute
list.php
procedural page list.php
top

m

$maxPageEntries
in file lists.inc, variable lamList::$maxPageEntries
    maximum count of entries per page
top

n

not_an_attr
in file add_attr_form.php, function not_an_attr() (subpackage: tree)
    Given an attribute $x, this returns true if it is NOT already specified in the current entry, returns false otherwise.
new_ou_template.php
procedural page new_ou_template.php (subpackage: tree)
top

p

$page
in file lists.inc, variable lamList::$page
    current page number
$possibleSuffixes
in file lists.inc, variable lamList::$possibleSuffixes
    list of possible LDAP suffixes(organizational units)
pla_compare_dns
in file tree.inc, function pla_compare_dns() (subpackage: tree)
    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 tree.inc, function pla_explode_dn() (subpackage: tree)
    Explode a DN into an array of its RDN parts. This function is UTF-8 safe and replaces the buggy PHP ldap_explode_dn() which does not properly handle UTF-8 DNs and also causes segmentation faults with some inputs.
pla_ldap_search
in file tree.inc, function pla_ldap_search() (subpackage: tree)
    A handy ldap searching function very similar to PHP's ldap_search() with the following exceptions: Callers may specify a search scope and the return value is an array containing the search results rather than an LDAP result resource.
pla_rdelete
in file rdelete.php, function pla_rdelete() (subpackage: tree)
pla_reverse_dn
in file tree.inc, function pla_reverse_dn() (subpackage: tree)
    Reverses a DN such that the top-level RDN is first and the bottom-level RDN is last
pretty_print_dn
in file tree.inc, function pretty_print_dn() (subpackage: tree)
    Returns an HTML-beautified version of a DN.
top

r

$refresh
in file lists.inc, variable lamList::$refresh
    refresh page switch
real_attr_name
in file tree.inc, function real_attr_name() (subpackage: tree)
    Prunes off anything after the ";" in an attr name. This is useful for attributes that may have ";binary" appended to their names. With real_attr_name(), you can more easily fetch these attributes' schema with their "real" attribute name.
remove_aliases
in file custom.php, function remove_aliases() (subpackage: tree)
    Removes attributes from the array that are aliases for eachother
rdelete.php
procedural page rdelete.php (subpackage: tree)
refresh.php
procedural page refresh.php (subpackage: tree)
top

s

$sortColumn
in file lists.inc, variable lamList::$sortColumn
    sort column name
$suffix
in file lists.inc, variable lamList::$suffix
    LDAP suffix
search_username
in file userlink.php, function search_username()
    Searches LDAP for a specific user name (uid attribute) and returns its DN entry
showPage
in file lists.inc, method lamList::showPage()
    Prints the HTML code to display the list view.
sortAttrs
in file tree.inc, function sortAttrs() (subpackage: tree)
top

t

$trans_primary
in file user.inc, variable lamUserList::$trans_primary
    Controls if GID number is translated to group name
$trans_primary_hash
in file user.inc, variable lamUserList::$trans_primary_hash
    translates GID to group name
$type
in file lists.inc, variable lamList::$type
    Account type
tree.inc
procedural page tree.inc (subpackage: tree)
templates.inc
procedural page templates.inc (subpackage: tree)
tree.php
procedural page tree.php (subpackage: tree)
tree_view.php
procedural page tree_view.php (subpackage: tree)
top

u

userlink.php
procedural page userlink.php
update_confirm.php
procedural page update_confirm.php (subpackage: tree)
update.php
procedural page update.php (subpackage: tree)
top

Documentation generated on Tue, 07 Feb 2006 17:03:30 +0100 by phpDocumentor 1.2.3