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

Element index for package tools

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

a

$attributes
in file export.inc, variable PlaLdapExporter::$attributes
top

b

$base_dn
in file export.inc, variable LdapExportInfo::$base_dn
$br
in file export.inc, variable PlaExporter::$br
top

c

$counter
in file export.inc, variable PlaLdifExporter::$counter
$counter
in file export.inc, variable PlaDsmlExporter::$counter
top

d

$deliveryAddress
in file export.inc, variable PlaVcardExporter::$deliveryAddress
displayExportInfo
in file export.inc, method PlaLdifExporter::displayExportInfo()
display_main
in file ou_edit.php, function display_main()
top

e

$entry_array
in file export.inc, variable PlaLdapExporter::$entry_array
$entry_id
in file export.inc, variable PlaLdapExporter::$entry_id
$escapeCode
in file export.inc, variable PlaCSVExporter::$escapeCode
$exporter
in file export.inc, variable PlaExporter::$exporter
export
in file export.inc, method PlaLdifExporter::export()
    Export entries to ldif format
export
in file export.inc, method PlaVcardExporter::export()
    When doing an exporter, the method export need to be overriden.
export
in file export.inc, method MyCustomExporter::export()
    When doing an exporter, the method export need to be overriden.
export
in file export.inc, method PlaCSVExporter::export()
export
in file export.inc, method PlaDsmlExporter::export()
    Export the entries to DSML
export
in file export.inc, method PlaExporter::export()
    Abstract method use to export data.
export.inc
procedural page export.inc
top

g

get_user_agent_string
in file export.inc, function get_user_agent_string()
    Gets the USER_AGENT string from the $_SERVER array, all in lower case in an E_NOTICE safe manner.
top

h

$hasNext
in file export.inc, variable PlaLdapExporter::$hasNext
top

i

$indent_step
in file export.inc, variable PlaDsmlExporter::$indent_step
is_browser_os_mac
in file export.inc, function is_browser_os_mac()
    Determines whether the browser's operating system is Macintosh.
is_browser_os_unix
in file export.inc, function is_browser_os_unix()
    Determines whether the browser's operating system is UNIX (or something like UNIX).
is_browser_os_windows
in file export.inc, function is_browser_os_windows()
    Determines whether the browser's operating system is Windows.
is_safe_ascii
in file export.inc, method PlaExporter::is_safe_ascii()
    Helper method to check if the attribute value should be base 64 encoded.
index.php
procedural page index.php
top

l

$ldap_info
in file export.inc, variable PlaLdapExporter::$ldap_info
lamTestLamdaemon
in file lamdaemonTest.php, function lamTestLamdaemon()
    Runs a test case of lamdaemon.
LdapEscape
in file export.inc, method PlaCSVExporter::LdapEscape()
LdapExportInfo
in file export.inc, class LdapExportInfo
    This class encapsulate informations about the ldap server from which the export is done.
LdapExportInfo
in file export.inc, method LdapExportInfo::LdapExportInfo()
    Create a new LdapExportInfo object
lamdaemonTest.php
procedural page lamdaemonTest.php
top

m

$MAX_LDIF_LINE_LENGTH
in file export.inc, variable PlaLdifExporter::$MAX_LDIF_LINE_LENGTH
$multivalue_separator
in file export.inc, variable PlaCSVExporter::$multivalue_separator
multi_lines_display
in file export.inc, method PlaLdifExporter::multi_lines_display()
    Helper method to wrap ldif lines
MyCustomExporter
in file export.inc, class MyCustomExporter
MyCutsomExporter
in file export.inc, method MyCustomExporter::MyCutsomExporter()
massBuildAccounts.php
procedural page massBuildAccounts.php
masscreate.php
procedural page masscreate.php
massDoUpload.php
procedural page massDoUpload.php
top

n

$num_entries
in file export.inc, variable PlaLdapExporter::$num_entries
top

o

ou_edit.php
procedural page ou_edit.php
top

p

PlaAbstractExporter
in file export.inc, class PlaAbstractExporter
    This class represents the base class of all exporters
PlaCSVExporter
in file export.inc, class PlaCSVExporter
    Export to cvs format
PlaCSVExporter
in file export.inc, method PlaCSVExporter::PlaCSVExporter()
PlaDsmlExporter
in file export.inc, method PlaDsmlExporter::PlaDsmlExporter()
    Create a PlaDsmlExporter object
PlaDsmlExporter
in file export.inc, class PlaDsmlExporter
    Export entries to DSML v.1
PlaExporter
in file export.inc, method PlaExporter::PlaExporter()
    Constructor
PlaExporter
in file export.inc, class PlaExporter
    PlaExporter acts a wrapper around another exporter.
PlaLdapExporter
in file export.inc, method PlaLdapExporter::PlaLdapExporter()
    Create a PlaLdapExporter object.
PlaLdapExporter
in file export.inc, class PlaLdapExporter
    Export data from a ldap server
PlaLdifExporter
in file export.inc, class PlaLdifExporter
    Export entries to ldif format
PlaLdifExporter
in file export.inc, method PlaLdifExporter::PlaLdifExporter()
    Create a PlaLdifExporter object
PlaVcardExporter
in file export.inc, class PlaVcardExporter
PlaVcardExporter
in file export.inc, method PlaVcardExporter::PlaVcardExporter()
pla_fetch_entry_array
in file export.inc, method PlaLdapExporter::pla_fetch_entry_array()
    Return the entry as an array
pla_fetch_entry_array
in file export.inc, method PlaAbstractExporter::pla_fetch_entry_array()
    Return the entry as an array
pla_fetch_entry_array
in file export.inc, method PlaExporter::pla_fetch_entry_array()
    Return the entry as an array
pla_fetch_entry_object
in file export.inc, method PlaLdapExporter::pla_fetch_entry_object()
    Return the entry as an Entry object
pla_fetch_entry_object
in file export.inc, method PlaExporter::pla_fetch_entry_object()
    Return the entry as an Entry object
pla_fetch_entry_object
in file export.inc, method PlaAbstractExporter::pla_fetch_entry_object()
    Return the entry as an Entry object
pla_get_ldap_info
in file export.inc, method PlaAbstractExporter::pla_get_ldap_info()
    Return a PlaLdapInfo Object
pla_get_ldap_info
in file export.inc, method PlaLdapExporter::pla_get_ldap_info()
    Return a PlaLdapInfo Object
pla_get_ldap_info
in file export.inc, method PlaExporter::pla_get_ldap_info()
    Return a PlaLdapInfo Object
pla_has_entry
in file export.inc, method PlaAbstractExporter::pla_has_entry()
    Return true if there is some more entries to be processed
pla_has_entry
in file export.inc, method PlaLdapExporter::pla_has_entry()
    Return true if there is some more entries to be processed
pla_has_entry
in file export.inc, method PlaExporter::pla_has_entry()
    Return true if there is some more entries to be processed
pla_num_entries
in file export.inc, method PlaExporter::pla_num_entries()
    Return the number of entries
pla_num_entries
in file export.inc, method PlaLdapExporter::pla_num_entries()
    Return the number of entries
pla_num_entries
in file export.inc, method PlaAbstractExporter::pla_num_entries()
    Return the number of entries
top

q

$qualifier
in file export.inc, variable PlaCSVExporter::$qualifier
$queryFilter
in file export.inc, variable PlaLdapExporter::$queryFilter
$query_filter
in file export.inc, variable LdapExportInfo::$query_filter
top

r

$results
in file export.inc, variable PlaLdapExporter::$results
top

s

$scope
in file export.inc, variable LdapExportInfo::$scope
$scope
in file export.inc, variable PlaLdapExporter::$scope
$separator
in file export.inc, variable PlaCSVExporter::$separator
    When doing an exporter, the method export need to be overriden.
setOutputFormat
in file export.inc, method PlaExporter::setOutputFormat()
    Set the carriage return /linefeed for the export
showColumnData
in file masscreate.php, function showColumnData()
    Prints the properties of one input field.
showMainPage
in file masscreate.php, function showMainPage()
    Displays the acount type specific main page of the upload.
schema.php
procedural page schema.php
top

t

tools.php
procedural page tools.php
top

v

$vcardMapping
in file export.inc, variable PlaVcardExporter::$vcardMapping
top

Documentation generated on Wed, 15 Nov 2006 18:00:33 +0100 by phpDocumentor 1.2.3