-
$_indexIsDirty
-
-
$_lastError
-
-
_addLiteral
-
Adds a literal to our array of literals
-
_afterstr
-
Retrieves a substring after a delimiter.
-
_asLiteral
-
Returns the given string as a literal reference.
-
_beginDebugFunction
-
Called to begin the debug run of a function.
-
_bracketExplode
-
Split a string by a searator-string -- BUT the separator-string must be located *outside* of any brackets.
-
_bracketsCheck
-
This method checks the right amount and match of brackets
-
_checkNodeTest
-
Checks whether a node matches a node-test.
-
_checkPredicates
-
Checks whether a node matches predicates.
-
_closeDebugFunction
-
Called to end the debug run of a function.
-
_createSuperRoot
-
Creates a super root node.
-
_displayError
-
Displays an error message.
-
_displayMessage
-
Displays a diagnostic message
-
_evaluateExpr
-
Evaluates an XPath Expr
-
_evaluateFunction
-
Evaluates an XPath function
-
_evaluateOperator
-
Evaluate the result of an operator whose operands have been evaluated
-
_evaluatePathExpr
-
Evaluates an XPath PathExpr
-
_evaluatePrimaryExpr
-
Evaluates an XPath PrimaryExpr
-
_evaluateStep
-
Evaluate a step from a XPathQuery expression at a specific contextPath.
-
_export
-
Generates a XML string with the content of the current document.
-
_generate_ids
-
Create the ids that are accessable through the generate-id() function
-
_getAxis
-
Retrieves axis information from an XPath query step.
-
_getEndGroups
-
Split a string at it's groups, ie bracketed expressions
-
_GetOperator
-
Look for operators in the expression
-
_getTextSet
-
Get a reference-list to node text part(s) or node attribute(s).
-
_handleAxis_ancestor
-
Handles the XPath ancestor axis.
-
_handleAxis_ancestor_or_self
-
Handles the XPath ancestor-or-self axis.
-
_handleAxis_attribute
-
Handles the XPath attribute axis.
-
_handleAxis_child
-
Handles the XPath child axis.
-
_handleAxis_descendant
-
Handles the XPath descendant axis.
-
_handleAxis_descendant_or_self
-
Handles the XPath descendant-or-self axis.
-
_handleAxis_following
-
Handles the XPath following axis.
-
_handleAxis_following_sibling
-
Handles the XPath following-sibling axis.
-
_handleAxis_namespace
-
Handles the XPath namespace axis.
-
_handleAxis_parent
-
Handles the XPath parent axis.
-
_handleAxis_preceding
-
Handles the XPath preceding axis.
-
_handleAxis_preceding_sibling
-
Handles the XPath preceding-sibling axis.
-
_handleAxis_self
-
Handles the XPath self axis.
-
_handleCharacterData
-
Handles character data while parsing.
-
_handleDefaultData
-
Default handler for the XML parser.
-
_handleEndElement
-
Handles closing XML tags while parsing.
-
_handleFunction_boolean
-
Handles the XPath function boolean.
-
_handleFunction_ceiling
-
Handles the XPath function ceiling.
-
_handleFunction_concat
-
Handles the XPath function concat.
-
_handleFunction_contains
-
Handles the XPath function contains.
-
_handleFunction_count
-
Handles the XPath function count.
-
_handleFunction_false
-
Handles the XPath function FALSE.
-
_handleFunction_floor
-
Handles the XPath function floor.
-
_handleFunction_generate_id
-
Handles the XPath function generate-id.
-
_handleFunction_id
-
Handles the XPath function id.
-
_handleFunction_lang
-
Handles the XPath function lang.
-
_handleFunction_last
-
Handles the XPath function last.
-
_handleFunction_name
-
Handles the XPath function name.
-
_handleFunction_normalize_space
-
Handles the XPath function normalize-space.
-
_handleFunction_not
-
Handles the XPath function not.
-
_handleFunction_number
-
Handles the XPath function number.
-
_handleFunction_position
-
Handles the XPath function position.
-
_handleFunction_round
-
Handles the XPath function round.
-
_handleFunction_starts_with
-
Handles the XPath function starts-with.
-
_handleFunction_string
-
Handles the XPath function string.
-
_handleFunction_string_length
-
Handles the XPath function string-length.
-
_handleFunction_substring
-
Handles the XPath function substring.
-
_handleFunction_substring_after
-
Handles the XPath function substring-after.
-
_handleFunction_substring_before
-
Handles the XPath function substring-before.
-
_handleFunction_sum
-
Handles the XPath function sum.
-
_handleFunction_translate
-
Handles the XPath function translate.
-
_handleFunction_true
-
Handles the XPath function TRUE.
-
_handleFunction_x_lower
-
Handles the XPath function x-lower.
-
_handleFunction_x_upper
-
Handles the XPath function x-upper.
-
_handlePI
-
Handles processing instruction (PI)
-
_handleStartElement
-
Handles opening XML tags while parsing.
-
_internalAppendChild
-
Adds a new node to the XML document tree during xml parsing.
-
_InternalExport
-
Export the xml document starting at the named node.
-
_prestr
-
Retrieves a substring before a delimiter.
-
_printContext
-
Echo an XPath context for diagnostic purposes
-
_ProfBegin
-
Profile begin call
-
_ProfEnd
-
Profile end call
-
_ProfileToHtml
-
Show profile gathered so far as HTML table
-
_recursiveReindexNodeTree
-
Here's where the work is done for reindexing (see reindexNodeTree)
-
_removeLiterals
-
Parse out the literals of an XPath expression.
-
_resolveXPathQuery
-
Resolves an xPathQuery vector depending on the property['modMatch']
-
_resolveXPathQueryForNodeMod
-
Resolves an xPathQuery vector for a node op for modification
-
_searchString
-
Looks for a string within another string -- BUT the search-string must be located *outside* of any brackets.
-
_setLastError
-
Creates a textual error message and sets it.
-
_sortByDocOrder
-
Sort an xPathSet by doc order.
-
_stringValue
-
Obtain the string value of an object
-
_title
-
Produces a short title line.
-
_translateAmpersand
-
Translate all ampersands to it's literal entities '&' and back.
-
_treeDump
-
This is a debug helper function. It dumps the node-tree as HTML
-
_xml2Document
-
Parse the XML to a node-tree. A so called 'document'
-
__autoload
-
Load automagically a file containing the class specified by classname
-
__call
-
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
-
__call
-
Interceptor to call the poll function associated to a certain property
-
__call
-
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
-
__call
-
Here we log the return value of each method that is called in policy.inc.php
-
__call
-
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
-
__call
-
-
__clone
-
Prevent clonning the instance
-
__clone
-
Prevent clonning the instance
-
__clone
-
Prevent clonning the instance
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
The constructor takes the mac address of the system and creates and instance representing that particular system.
-
__construct
-
Get the current instance of our Settings and Logger classes
-
__construct
-
We save a reference to the real object in the constructor
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
Retrieve a row from the systems table for this system and also port_scan information
-
__construct
-
-
__construct
-
The constructor takes the parameters needed to generate a Port object Access is read-only.
-
__construct
-
-
__construct
-
-
__construct
-
Initialize the Switch_SNMP object
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__destruct
-
Close logging facilities and flush output buffering
-
__get
-
Get the value of one property if it exists
-
__get
-
Get the value of one property if it exists
-
__get
-
Get the value of one property if it exists
-
__get
-
Get the value of one property if it exists
-
__get
-
Get the value of one property if it exists
-
__get
-
Get the value of one property if it exists
-
__set
-
Set the value of one property if it exists
-
__set
-
Disallow overriding this method. This prevents our internal array from being modified by other classes.
-
__set
-
Disallow overriding this method. This prevents our internal array from being modified by other classes.
-
gdc
-
gdc() in common_functions.php
-
get
-
-
getAlertMessage
-
Get location information about where the port is, to help sysadmin to know where a certain event has happened
-
getAlertSubject
-
Get location information about where the port is, to help sysadmin to know where a certain event has happened
-
getAllProps
-
Return all properties assigned to this system. This method is here only for debugging purposes, please delete it after
-
getAllProps
-
Return all properties assigned to this system. This method is here only for debugging purposes, please delete it after
-
getAllProps
-
Return all properties assigned to this system. This method is here only for debugging purposes, please delete it after
-
getAllProps
-
Return all properties assigned to this system. This method is here only for debugging purposes, please delete it after
-
getAllProps
-
Return all properties defined. This method is here only for debugging purposes, please delete it after
-
getAttributes
-
Retrieves a dedecated attribute value or a hash-array of all attributes of a node.
-
getConnection
-
Connect to database via mysqli
-
getData
-
Retrieve all the text from a node as a single string.
-
getDataParts
-
Retrieve all the text from a node as a vector of strings
-
getDebugLevel
-
Get the current debugging level.
-
getDecidedVlan
-
-
getEndDevice
-
Get a copy of our EndDevice object
-
getEndDevice
-
Get a copy of our EndDevice object
-
getEndDeviceID
-
Get the value of the sid property
-
getIdentifier
-
The name displayed in syslog
-
getInstance
-
Get instance of this class
-
getInstance
-
Get instance of this class
-
getLastError
-
Returns the last occured error message.
-
getLastVlanID
-
Get the id of the last_vlan
-
getNode
-
Get the node defined by the $absoluteXPath.
-
getNodePath
-
Get the absolute XPath of a node that is in a document tree.
-
getNotifyInfo
-
Get list of people to notify about problems related to this switch
-
getOfficeID
-
Get the id of the office where this port is located
-
getParentXPath
-
Retrieves the absolute parent XPath query.
-
getPatchInfo
-
Get patch information related to this port
-
getPort
-
Get a copy of our Port object
-
getPort
-
Get a copy of our Port object
-
getPortDefaultVlan
-
Get the default vlan assigned to a Port
-
getPortDescription
-
Get the description for the specified port
-
getPortID
-
Get the id for this port
-
getPortInfo
-
Get port name
-
getPorts
-
Get all open ports for this system
-
getPortStatus
-
Get the status for the specified port
-
getPortType
-
Get port type for the specified port
-
getProperties
-
Returns the property/ies you want.
-
getSwitchInfo
-
Get switch information related to this port
-
getVendor
-
Return the vendor name associated to first 3 bytes of the mac address
-
getVlanID
-
Return the vlan id assigned to this EndDevice
-
getVlanName
-
Return the Name of the systems' default VLAN
-
getVlanOnPort
-
Get the vlan associated to the specified port
-
getVlan_ID
-
Get the vlan id as declared in the switch for the requested vlan name
-
getVMVlan
-
Get the vlan used by a system seen on this same port during the last 2 hours.
-
getwinsfromip
-
Get WINS Name from IP Address
-
get_actual_value
-
-
get_cisco_info
-
-
get_class1dropdown
-
Generic Drop down list: for the table $table, find the entry $id.
-
get_color
-
-
get_datversions
-
-
get_dose
-
-
get_dose
-
Lookup the patch outlet name
-
get_dstatusdropdown
-
-
get_gif_image_height
-
-
get_global_update_list
-
Get global list of needed updates from wsus db and store in openac db
-
get_header
-
-
get_hostname
-
Returns the hostname part of an fqdn thus everything before the first dot
-
get_hosts
-
Look up what systems were seen on a port in the last $conf->web_lastdays days
-
get_hosts
-
-
get_icon
-
-
get_insert_user_id
-
Insert a new user, if not already in the Users table.
-
get_ips
-
-
get_items
-
-
get_lastseen
-
-
get_last_index
-
Get the last number of an SNMP OID The OID is separated by dots and we use them as a separator.
-
get_latestdat
-
-
get_location
-
Look up the first switch or patch location for a port
-
get_location
-
-
get_locationid
-
Look up the first switch or patch location ID for a port
-
get_locationid
-
-
get_mysql_info
-
Since we could not reliably count affected rows after mysql operations
-
get_nmap_id
-
-
get_nmap_id
-
-
get_nmap_mac
-
-
get_nmap_os
-
-
get_nmap_os
-
-
get_officedropdown
-
-
get_officedropdown
-
-
get_patch
-
Lookup the patch outlet name
-
get_patch
-
-
get_port_comment
-
Get port comment
-
get_snmp_index
-
-
get_snmp_port_index
-
Get the snmp port index
-
get_status
-
-
get_statusdropdown
-
-
get_subnetdropdown
-
-
get_switch_name
-
-
get_systemaliases
-
-
get_systemdropdown
-
-
get_systems
-
Obtain list of system which are registerd in the wsus server, fetch their status for each necessary update and write everything into the vmps db
-
get_sys_ticks
-
-
get_undefined
-
-
get_userdropdown
-
-
get_userdropdown
-
-
get_users
-
-
get_user_email
-
-
get_user_name
-
-
get_var
-
-
get_vars
-
-
get_versions
-
Obtain list of product actual product version checked into the epo server
-
get_vlan
-
Get a Vlan name, given its index number
-
get_vlandropdown
-
-
get_vlanid
-
-
get_vlan_color
-
-
get_vlan_descr
-
Format mac from aabb.ccdd.eeff to aa:bb:cc:dd:ee:ff
-
get_vmps_id
-
Look up a wsus hostname in the vmps table and return the vmps id if and only if there's exactly one entry
-
grab_key
-
-
GuiEditDevice
-
GuiEditDevice.php
-
GuiEditEthernet
-
GuiEditEthernet.php
-
GuiEditIp
-
GuiEditIp.php
-
GuiList1
-
GuiList1.php
-
GuiLogtail
-
GuiLogtail.php.php
-
GuiPrint
-
GuiPrint.php
-
GuiSearch
-
-
GuiUpdateDns
-
GuiUpdateDns.php
-
GuiUserManager
-
GuiUserManager.php
-
GuiEditDevice.php
-
-
GuiEditEthernet.php
-
-
GuiEditIp.php
-
-
GuiList1.php
-
-
GuiLogtail.php
-
-
GuiPrint.php
-
-
GuiSearch.php
-
-
GuiUpdateDns.php
-
-
GuiUserManager.php
-
-
graphdefs.inc
-
-
graphdot.php
-
-
graphswitch.php
-
-
graphswitchall.php
-
-
GuiEditDevice_control.php
-
-
GuiList1_control.php
-
-
gr.php
-
-
$scsi_regexp
-
-
$switch_port
-
-
$switch_port
-
-
scan_recent.php
-
-
sms_test.php
-
-
snmp_defs.inc.php
-
-
snmp_scan.php
-
-
snmp_scan2.php
-
-
snmp_set_port.php
-
-
snmp_set_port2.php
-
-
statistics.php
-
-
stats.php
-
-
session.inc.php
-
-
Settings.php
-
-
SMSEndDevice.php
-
-
Switch_SNMP.php
-
-
SyslogRequest.php
-
-
sanitize_name
-
-
sbus
-
-
scan
-
-
scan
-
-
scsi
-
-
SearchForm
-
-
setAlertMessage
-
Set port location information to be used to generate an alert
-
setAlertSubject
-
Set port location information to be used to generate an alert
-
setAttribute
-
Set attributes of a node(s).
-
setAttributes
-
Version of setAttribute() that sets multiple attributes to node(s).
-
setCaseFolding
-
Alternative way to control whether case-folding is enabled for this XML parser.
-
setDebugLevel
-
Set debugging level. It will cause to print all debugging messages less or equal than the value we specify in this function.
-
setHealth
-
Set the health status for this device
-
setIdentifier
-
Set the script name which will be displayed in syslog
-
setLogToEmail
-
Divert logging to Email
-
setLogToHttpd
-
Divert logging to httpd
-
setLogToStdErr
-
Divert logging to StdErr
-
setLogToStdOut
-
Divert logging to StdOut
-
setModMatch
-
Resolves and xPathQuery array depending on the property['modMatch']
-
setNotifyInfo
-
Set the Notify information.
-
setOfficeID
-
Set the office where this EndDevice is
-
setPatchInfo
-
Set the Patch information where this device is on
-
setPortID
-
Set the port where this EndDevice is on
-
setPortInfo
-
Set the Port information where this device is on
-
SetPortToDynamic
-
Set a port to VMPS
-
setSkipWhiteSpaces
-
Alternative way to control whether skip-white-spaces is enabled for this XML parser.
-
setSwitchInfo
-
Set the Switch information where this device is on
-
Settings
-
Define the Settings class which is a Singleton used to hold global variables stored in the configuration files and running script.
-
setVerbose
-
Alter the verbose (error) level reporting.
-
setVlanID
-
Set the lastvlan used by this EndDevice
-
setXmlOption
-
Set an xml_parser_set_option()
-
setXmlOptions
-
Sets a number of xml_parser_set_option()s
-
set_block
-
-
set_file
-
-
set_port_as_dynamic
-
-
set_port_as_static
-
-
set_root
-
-
set_unknowns
-
-
set_var
-
-
showError
-
Wrapper around the logit method.
-
showMessage
-
Wrapper around the logit method.
-
SMSEndDevice
-
This class represents a row in the systems table in the database.
-
snmp_restart_port
-
Wrapper around the restart_port script.
-
snmp_restart_port_id
-
Wrapper around snmp_restart_port
-
sqlescape
-
sqlescape: call real_escape_string1 with DB connection
-
stats_stuff
-
-
strip_datversion
-
-
strip_datversion
-
-
str_get_last
-
Return the last parts of a tokenized string
-
subst
-
-
substringData
-
Retrieves a sub string of a text-part OR attribute-value.
-
switch_exist
-
-
Switch_SNMP
-
This class is intended to perform SNMP queries to all kind of switches.
-
syscall
-
Abstract calling of unix commands.
-
sysinfo
-
-
sysinfo
-
-
SyslogRequest
-
Class that contains information related to a syslog request
-
statgraph.php
-
-
stats.php
-
-
sk.php
-
-
sr.php
-
-
sv.php
-
-
system_footer.php
-
-
system_header.php
-
-
search.php
-
-
statgraph.php
-
-
stats.php
-
-
switch.php
-