[FreeNAC] element index

All elements
$ a b c d e f g h i j k l m n o p q r s t u v w x _
$
top
Constant $ConstantName
$ConstantName in XPath.class.php
Php.XPath
_
top
Variable $_indexIsDirty
XPathEngine::$_indexIsDirty in XPath.class.php
Variable $_lastError
XPathBase::$_lastError in XPath.class.php
Method _addLiteral
XPathEngine::_addLiteral() in XPath.class.php
Adds a literal to our array of literals
Method _afterstr
XPathBase::_afterstr() in XPath.class.php
Retrieves a substring after a delimiter.
Method _asLiteral
XPathEngine::_asLiteral() in XPath.class.php
Returns the given string as a literal reference.
Method _beginDebugFunction
Called to begin the debug run of a function.
Method _bracketExplode
XPathBase::_bracketExplode() in XPath.class.php
Split a string by a searator-string -- BUT the separator-string must be located *outside* of any brackets.
Method _bracketsCheck
XPathBase::_bracketsCheck() in XPath.class.php
This method checks the right amount and match of brackets
Method _checkNodeTest
Checks whether a node matches a node-test.
Method _checkPredicates
Checks whether a node matches predicates.
Method _closeDebugFunction
Called to end the debug run of a function.
Method _createSuperRoot
Creates a super root node.
Method _displayError
XPathBase::_displayError() in XPath.class.php
Displays an error message.
Method _displayMessage
XPathBase::_displayMessage() in XPath.class.php
Displays a diagnostic message
Method _evaluateExpr
XPathEngine::_evaluateExpr() in XPath.class.php
Evaluates an XPath Expr
Method _evaluateFunction
Evaluates an XPath function
Method _evaluateOperator
Evaluate the result of an operator whose operands have been evaluated
Method _evaluatePathExpr
Evaluates an XPath PathExpr
Method _evaluatePrimaryExpr
Evaluates an XPath PrimaryExpr
Method _evaluateStep
XPathEngine::_evaluateStep() in XPath.class.php
Evaluate a step from a XPathQuery expression at a specific contextPath.
Method _export
XPathEngine::_export() in XPath.class.php
Generates a XML string with the content of the current document.
Method _generate_ids
XPathEngine::_generate_ids() in XPath.class.php
Create the ids that are accessable through the generate-id() function
Method _getAxis
XPathEngine::_getAxis() in XPath.class.php
Retrieves axis information from an XPath query step.
Method _getEndGroups
XPathBase::_getEndGroups() in XPath.class.php
Split a string at it's groups, ie bracketed expressions
Method _GetOperator
XPathEngine::_GetOperator() in XPath.class.php
Look for operators in the expression
Method _getTextSet
XPath::_getTextSet() in XPath.class.php
Get a reference-list to node text part(s) or node attribute(s).
Method _handleAxis_ancestor
Handles the XPath ancestor axis.
Method _handleAxis_ancestor_or_self
Handles the XPath ancestor-or-self axis.
Method _handleAxis_attribute
Handles the XPath attribute axis.
Method _handleAxis_child
Handles the XPath child axis.
Method _handleAxis_descendant
Handles the XPath descendant axis.
Method _handleAxis_descendant_or_self
Handles the XPath descendant-or-self axis.
Method _handleAxis_following
Handles the XPath following axis.
Method _handleAxis_following_sibling
Handles the XPath following-sibling axis.
Method _handleAxis_namespace
Handles the XPath namespace axis.
Method _handleAxis_parent
Handles the XPath parent axis.
Method _handleAxis_preceding
Handles the XPath preceding axis.
Method _handleAxis_preceding_sibling
Handles the XPath preceding-sibling axis.
Method _handleAxis_self
Handles the XPath self axis.
Method _handleCharacterData
Handles character data while parsing.
Method _handleDefaultData
Default handler for the XML parser.
Method _handleEndElement
Handles closing XML tags while parsing.
Method _handleFunction_boolean
Handles the XPath function boolean.
Method _handleFunction_ceiling
Handles the XPath function ceiling.
Method _handleFunction_concat
Handles the XPath function concat.
Method _handleFunction_contains
Handles the XPath function contains.
Method _handleFunction_count
Handles the XPath function count.
Method _handleFunction_false
Handles the XPath function FALSE.
Method _handleFunction_floor
Handles the XPath function floor.
Method _handleFunction_generate_id
Handles the XPath function generate-id.
Method _handleFunction_id
Handles the XPath function id.
Method _handleFunction_lang
Handles the XPath function lang.
Method _handleFunction_last
Handles the XPath function last.
Method _handleFunction_name
Handles the XPath function name.
Method _handleFunction_normalize_space
Handles the XPath function normalize-space.
Method _handleFunction_not
Handles the XPath function not.
Method _handleFunction_number
Handles the XPath function number.
Method _handleFunction_position
Handles the XPath function position.
Method _handleFunction_round
Handles the XPath function round.
Method _handleFunction_starts_with
Handles the XPath function starts-with.
Method _handleFunction_string
Handles the XPath function string.
Method _handleFunction_string_length
Handles the XPath function string-length.
Method _handleFunction_substring
Handles the XPath function substring.
Method _handleFunction_substring_after
Handles the XPath function substring-after.
Method _handleFunction_substring_before
Handles the XPath function substring-before.
Method _handleFunction_sum
Handles the XPath function sum.
Method _handleFunction_translate
Handles the XPath function translate.
Method _handleFunction_true
Handles the XPath function TRUE.
Method _handleFunction_x_lower
Handles the XPath function x-lower.
Method _handleFunction_x_upper
Handles the XPath function x-upper.
Method _handlePI
XPathEngine::_handlePI() in XPath.class.php
Handles processing instruction (PI)
Method _handleStartElement
Handles opening XML tags while parsing.
Method _internalAppendChild
Adds a new node to the XML document tree during xml parsing.
Method _InternalExport
Export the xml document starting at the named node.
Method _prestr
XPathBase::_prestr() in XPath.class.php
Retrieves a substring before a delimiter.
Method _printContext
XPathBase::_printContext() in XPath.class.php
Echo an XPath context for diagnostic purposes
Method _ProfBegin
XPathBase::_ProfBegin() in XPath.class.php
Profile begin call
Method _ProfEnd
XPathBase::_ProfEnd() in XPath.class.php
Profile end call
Method _ProfileToHtml
XPathBase::_ProfileToHtml() in XPath.class.php
Show profile gathered so far as HTML table
Method _recursiveReindexNodeTree
Here's where the work is done for reindexing (see reindexNodeTree)
Method _removeLiterals
Parse out the literals of an XPath expression.
Method _resolveXPathQuery
XPath::_resolveXPathQuery() in XPath.class.php
Resolves an xPathQuery vector depending on the property['modMatch']
Method _resolveXPathQueryForNodeMod
Resolves an xPathQuery vector for a node op for modification
Method _searchString
XPathBase::_searchString() in XPath.class.php
Looks for a string within another string -- BUT the search-string must be located *outside* of any brackets.
Method _setLastError
XPathBase::_setLastError() in XPath.class.php
Creates a textual error message and sets it.
Method _sortByDocOrder
Sort an xPathSet by doc order.
Method _stringValue
XPathEngine::_stringValue() in XPath.class.php
Obtain the string value of an object
Function _title
_title() in XPath.class.php
Produces a short title line.
Method _translateAmpersand
Translate all ampersands to it's literal entities '&' and back.
Method _treeDump
XPathBase::_treeDump() in XPath.class.php
This is a debug helper function. It dumps the node-tree as HTML
Method _xml2Document
XPath::_xml2Document() in XPath.class.php
Parse the XML to a node-tree. A so called 'document'
Function __autoload
__autoload() in funcs.inc.php
Load automagically a file containing the class specified by classname
Method __call
Switch_SNMP::__call() in Switch_SNMP.php
Interceptor to call the poll function associated to a certain property
Method __call
EndDevice::__call() in EndDevice.php
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
Method __call
Port::__call() in Port.php
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
Method __call
CallLog::__call() in CallLog.php
Method __call
CallWrapper::__call() in CallWrapper.php
Here we log the return value of each method that is called in policy.inc.php
Method __call
Location::__call() in Location.php
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
Method __clone
VMPSRequest::__clone() in VMPSRequest.php
Prevent clonning the instance
Method __clone
Logger::__clone() in Logger.php
Prevent clonning the instance
Method __clone
SyslogRequest::__clone() in SyslogRequest.php
Prevent clonning the instance
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
DBLogger::__construct() in DBLogger.php
Method __construct
EndDevice::__construct() in EndDevice.php
The constructor takes the mac address of the system and creates and instance representing that particular system.
Method __construct
Common::__construct() in Common.php
Get the current instance of our Settings and Logger classes
Method __construct
CallWrapper::__construct() in CallWrapper.php
We save a reference to the real object in the constructor
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
GuiSearch::__construct() in GuiSearch.php
Method __construct
PortScan::__construct() in PortScan.php
Retrieve a row from the systems table for this system and also port_scan information
Method __construct
WebCommon::__construct() in WebCommon.php
Method __construct
The constructor takes the parameters needed to generate a Port object Access is read-only.
Method __construct
GuiEditDevice::__construct() in GuiEditDevice.php
Method __construct
WSUSEndDevice::__construct() in WSUSEndDevice.php
Method __construct
Switch_SNMP::__construct() in Switch_SNMP.php
Initialize the Switch_SNMP object
Method __construct
SyslogRequest::__construct() in SyslogRequest.php
Method __construct
CallLog::__construct() in CallLog.php
Method __construct
Location::__construct() in Location.php
Method __construct
GuiList1::__construct() in GuiList1.php
Method __construct
GuiEditIp::__construct() in GuiEditIp.php
Method __construct
GuiEditEthernet::__construct() in GuiEditEthernet.php
Method __construct
GuiLogtail::__construct() in GuiLogtail.php
Method __construct
GuiPrint::__construct() in GuiPrint.php
Method __construct
GuiUserManager::__construct() in GuiUserManager.php
Method __construct
GuiUpdateDns::__construct() in GuiUpdateDns.php
Method __construct
VMPSRequest::__construct() in VMPSRequest.php
Method __destruct
Logger::__destruct() in Logger.php
Close logging facilities and flush output buffering
Method __get
VMPSRequest::__get() in VMPSRequest.php
Get the value of one property if it exists
Method __get
Port::__get() in Port.php
Get the value of one property if it exists
Method __get
EndDevice::__get() in EndDevice.php
Get the value of one property if it exists
Method __get
Settings::__get() in Settings.php
Get the value of one property if it exists
Method __get
Switch_SNMP::__get() in Switch_SNMP.php
Get the value of one property if it exists
Method __get
SyslogRequest::__get() in SyslogRequest.php
Get the value of one property if it exists
Method __set
EndDevice::__set() in EndDevice.php
Set the value of one property if it exists
Method __set
SyslogRequest::__set() in SyslogRequest.php
Disallow overriding this method. This prevents our internal array from being modified by other classes.
Method __set
VMPSRequest::__set() in VMPSRequest.php
Disallow overriding this method. This prevents our internal array from being modified by other classes.
a
top
Variable $aDebugFunctions
XPathBase::$aDebugFunctions in XPath.class.php
Variable $aDebugOpenLinks
XPathBase::$aDebugOpenLinks in XPath.class.php
Variable $arrErrorList
Error::$arrErrorList in class.error.inc.php
Variable $axes
XPathEngine::$axes in XPath.class.php
Variable $axPathLiterals
XPathEngine::$axPathLiterals in XPath.class.php
Method add
GuiEditDevice::add() in GuiEditDevice.php
Add a new device
Method addError
Error::addError() in class.error.inc.php
addError()
Method addWarning
Error::addWarning() in class.error.inc.php
addWarning()
Function add_entry
add_entry() in port_scan.php
Function ALLOW
ALLOW() in exceptions.php
This function is some syntactic sugar to throw an AllowException
Class AllowException
AllowException in exceptions.php
This Exception may be thrown at any point in the decision process to indicate that the current request should be allowed into a given VLAN This class extends the Exception class.
Function allvmps_stuff
allvmps_stuff() in allvmps.php
Method appendChild
XPath::appendChild() in XPath.class.php
Appends a child to anothers children.
Method appendData
XPath::appendData() in XPath.class.php
Append text data to the end of the text for an attribute OR node text-part.
Function app_error_handler
app_error_handler() in exceptions.inc
Constant APP_ROOT
APP_ROOT in index.php
Class ArgumentRangeException
ArgumentRangeException in exceptions.inc
Class ArgumentTypeException
ArgumentTypeException in exceptions.inc
Function array_find_key
array_find_key() in funcs.inc.php
Search the array for a given key and return its value, but using tokenizers
Function array_find_value
array_find_value() in funcs.inc.php
Search the array for a given value and return it, but using tokenizers
Function array_isearch
array_isearch() in funcs.inc.php
Perform a case insensitive search for a given value in an array and return its key
Function array_multi_isearch
array_multi_isearch() in funcs.inc.php
Perform a case insensitive search for a given value in a bi-dimensional array and return its key
Page activate_vmps.php
activate_vmps.php in activate_vmps.php
Page ad_user_sync.php
ad_user_sync.php in ad_user_sync.php
Page allvmps.php
allvmps.php in allvmps.php
Page ar_utf8.php
ar_utf8.php in ar_utf8.php
b
top
Variable $bClassProfiling
XPathBase::$bClassProfiling in XPath.class.php
Variable $bDebugXmlParse
XPathBase::$bDebugXmlParse in XPath.class.php
Variable $buf_label
mbinfo::$buf_label in class.mbm5.inc.php
Variable $buf_value
mbinfo::$buf_value in class.mbm5.inc.php
Constant BAR_HEIGHT
BAR_HEIGHT in index.php
Class BasicPolicy
BasicPolicy in policy1.php
Sample Policy File
Method bsd_common
bsd_common::bsd_common() in class.BSD.common.inc.php
Class bsd_common
bsd_common in class.BSD.common.inc.php
Page bg.php
bg.php in bg.php
Page big5.php
big5.php in big5.php
Page br.php
br.php in br.php
c
top
Variable $calling_href
WebCommon::$calling_href in WebCommon.php
Variable $calling_script
Variable $classname
Template::$classname in class.Template.inc.php
Variable $conf
Common::$conf in Common.php
Variable $cpu_regexp
sysinfo::$cpu_regexp in class.NetBSD.inc.php
Page config_var.php
config_var.php in config_var.php
Page cron_restart_port.php
cron_restart_port.php in cron_restart_port.php
Function callback
callback() in snmp_defs.inc.php
This function is called for any errors or
Class CallLog
CallLog in CallLog.php
Class CallWrapper
CallWrapper in CallWrapper.php
This class creates proxy-objects, that wrap other objects, and log:
  • The methods that were called
  • The parameters of the calls
  • The return values.
Method call_process
GuiUpdateDns::call_process() in GuiUpdateDns.php
Function cascade_delete
cascade_delete() in funcs.inc.php
Delete all references to a MAC address from the FreeNAC tables
Method catch_ALLOW
This function will provide an interface to change the current decision.
Function cbFmtPercentage
cbFmtPercentage() in statgraph.php
Method changePriority
Function check_and_abort
check_and_abort() in port_scan.php
Method check_calling_method
Catch DB inserts.
Method check_calling_method
Catch DB inserts.
Function check_existent
check_existent() in port_scan.php
Function check_login
check_login() in webfuncs.inc
Function check_requirements
check_requirements() in port_scan.php
Function check_service
check_service() in port_scan.php
Method chostname
bsd_common::chostname() in class.BSD.common.inc.php
Function cleanup
cleanup() in wsus_sync.php
Method cloneNode
XPathEngine::cloneNode() in XPath.class.php
Clone a node and it's child nodes.
Class Common
Common in Common.php
Define this common parent class to ensure consistent logging and access to configuration settings.
Function connect_data
connect_data() in wsus_getinfo.php
Connect data from WSUS with the data stored in the systems table
Function convert_date
convert_date() in wsus_sync.php
This function converts the datetime retrieved from MSSQL into MySQL datetime format
Function convert_mac
convert_mac() in epo_sync.php
Convert mac address obtain from epo into vmps format
Method cpu_info
bsd_common::cpu_info() in class.BSD.common.inc.php
Method createAccount
GuiUserManager::createAccount() in GuiUserManager.php
createAccount()
Function created_by
created_by() in common_functions.php
*************************************************************************
Function create_bargraph
create_bargraph() in common_functions.php
Function create_bargraph_grad
create_bargraph_grad() in common_functions.php
Function create_xls
create_xls() in webfuncs.inc
Page CallLog.php
CallLog.php in CallLog.php
Page CallWrapper.php
CallWrapper.php in CallWrapper.php
Page Common.php
Common.php in Common.php
Page class1.php
class1.php in class1.php
Page class2.php
class2.php in class2.php
Page config.php
config.php in config.php
Page config.php
config.php in config.php
Page class.error.inc.php
class.error.inc.php in class.error.inc.php
Page class.Template.inc.php
class.Template.inc.php in class.Template.inc.php
Page common_functions.php
common_functions.php in common_functions.php
Page ca.php
ca.php in ca.php
Page cn.php
cn.php in cn.php
Page cs.php
cs.php in cs.php
Page ct.php
ct.php in ct.php
Page class.hddtemp.inc.php
class.hddtemp.inc.php in class.hddtemp.inc.php
Page class.healthd.inc.php
class.healthd.inc.php in class.healthd.inc.php
Page class.hwsensors.inc.php
class.hwsensors.inc.php in class.hwsensors.inc.php
Page class.lmsensors.inc.php
class.lmsensors.inc.php in class.lmsensors.inc.php
Page class.mbm5.inc.php
class.mbm5.inc.php in class.mbm5.inc.php
Page class.mbmon.inc.php
class.mbmon.inc.php in class.mbmon.inc.php
Page class.BSD.common.inc.php
class.BSD.common.inc.php in class.BSD.common.inc.php
Page class.Darwin.inc.php
class.Darwin.inc.php in class.Darwin.inc.php
Page class.FreeBSD.inc.php
class.FreeBSD.inc.php in class.FreeBSD.inc.php
Page class.HP-UX.inc.php
class.HP-UX.inc.php in class.HP-UX.inc.php
Page class.Linux.inc.php
class.Linux.inc.php in class.Linux.inc.php
Page class.NetBSD.inc.php
class.NetBSD.inc.php in class.NetBSD.inc.php
Page class.OpenBSD.inc.php
class.OpenBSD.inc.php in class.OpenBSD.inc.php
Page class.parseProgs.inc.php
class.parseProgs.inc.php in class.parseProgs.inc.php
Page class.SunOS.inc.php
class.SunOS.inc.php in class.SunOS.inc.php
Page class.WINNT.inc.php
class.WINNT.inc.php in class.WINNT.inc.php
d
top
Variable $db_conn
Common::$db_conn in Common.php
Variable $db_row
EndDevice::$db_row in EndDevice.php
Variable $debug
Template::$debug in class.Template.inc.php
Variable $debug
Parser::$debug in class.parseProgs.inc.php
Variable $decidedVlan
Variable $df_param
Parser::$df_param in class.parseProgs.inc.php
Variable $dmesg
bsd_common::$dmesg in class.BSD.common.inc.php
Page deactivate_vmps.php
deactivate_vmps.php in deactivate_vmps.php
Page delete_not_seen.php
delete_not_seen.php in delete_not_seen.php
Page delete_old_users.php
delete_old_users.php in delete_old_users.php
Page dump_ports.php
dump_ports.php in dump_ports.php
Class DatabaseErrorException
DatabaseErrorException in exceptions.inc
Class DatabaseInsertException
DatabaseInsertException in exceptions.inc
Function date_diff
date_diff() in port_scan.php
Class Constant db
DBLogger::db in DBLogger.php
Function dbepo_connect
dbepo_connect() in epo_sync.php
Connect to the EPO server
Class DBLogger
DBLogger in DBLogger.php
Function dbwsus_connect
dbwsus_connect() in wsus_sync.php
Connect to the WSUS server
Function db_connect
db_connect() in funcs.inc.php
Creates a connection to the MySQL database with the parameters defined in config.inc
Method debug
WebCommon::debug() in WebCommon.php
Add the class name and uid to debug messages
Method debug
Logger::debug() in Logger.php
Wrapper around the logit method. Log a message only if the specified level for this function is less or equal than the current debugging level.
Function debug
debug() in funcs.inc.php
Wrapper around the debug method part of the logger object.
Function debug1
debug1() in funcs.inc.php
Wrapper around the debug method part of the logger object.
Function debug2
debug2() in funcs.inc.php
Wrapper around the debug method part of the logger object.
Function debug_dump
debug_dump() in webfuncs.inc
Method decodeEntities
Decodes the character set entities in the given string.
Method Delete
GuiEditEthernet::Delete() in GuiEditEthernet.php
Delete() // Override the Webcommon functiion since we do not have an id column.
Method Delete
GuiEditDevice::Delete() in GuiEditDevice.php
Method Delete
WebCommon::Delete() in WebCommon.php
Delete a record from the WebGUI
Method deleteData
XPath::deleteData() in XPath.class.php
Delete the data of a node.
Function delete_pid_file
delete_pid_file() in cron_restart_port.php
Delete the pid file
Function DENY
DENY() in exceptions.php
This function is some syntactic sugar to throw a DenyException from the
Class DenyException
DenyException in exceptions.php
This Exception may be thrown at any point in the decision process to indicate that the current request should be denied This class extends the Exception class.
Function detect_hub
detect_hub() in snmp_defs.inc.php
Detect if a hub is attached to a certain port If a hub is detected, suggest another vlan to avoid port flapping.
Function direction
direction() in common_functions.php
Function display_class2_select
display_class2_select() in webfuncs.inc
Function display_class_select
display_class_select() in webfuncs.inc
Function display_dat_select
display_dat_select() in webfuncs.inc
Function display_os_select
display_os_select() in webfuncs.inc
Function display_stuff
display_stuff() in display.php
Function display_uid_select
display_uid_select() in webfuncs.inc
Function display_vlan_select
display_vlan_select() in webfuncs.inc
Method distro
bsd_common::distro() in class.BSD.common.inc.php
Method distroicon
sysinfo::distroicon() in class.NetBSD.inc.php
Function do_delete
do_delete() in funcs.inc.php
Delete a record of the specified table
Function do_inventory
do_inventory() in port_scan.php
Function do_something
do_something() in port_scan.php
Page DBLogger.php
DBLogger.php in DBLogger.php
Page deviceadd.php
deviceadd.php in deviceadd.php
Page defs.inc
defs.inc in defs.inc
Page display.php
display.php in display.php
Page da.php
da.php in da.php
Page de.php
de.php in de.php
e
top
Variable $emptyNode
XPathEngine::$emptyNode in XPath.class.php
Variable $errors
Error::$errors in class.error.inc.php
Variable $errorStrings
XPathEngine::$errorStrings in XPath.class.php
Page epo_sync.php
epo_sync.php in epo_sync.php
Page epo_test.php
epo_test.php in epo_test.php
Method edit_record
GuiEditIp::edit_record() in GuiEditIp.php
Add or display a record, allow changes.
Method edit_record
GuiEditEthernet::edit_record() in GuiEditEthernet.php
Display a record, allow changes.