Element index for package kses
[ a ]
[ c ]
[ d ]
[ f ]
[ k ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ v ]
[ _ ]
_
- _array_lc
- in file php4.class.kses.php, method kses4::_array_lc()
This method goes through an array, and changes the keys to all lower case.
- _attr
- in file php4.class.kses.php, method kses4::_attr()
This method strips out disallowed attributes for (X)HTML tags.
- _bad_protocol
- in file php4.class.kses.php, method kses4::_bad_protocol()
This method removes disallowed protocols.
- _bad_protocol_once
- in file php4.class.kses.php, method kses4::_bad_protocol_once()
Helper method used by _bad_protocol()
- _bad_protocol_once2
- in file php4.class.kses.php, method kses4::_bad_protocol_once2()
Helper method used by _bad_protocol_once() regex
- _check_attr_val
- in file php4.class.kses.php, method kses4::_check_attr_val()
This function performs different checks for attribute values.
- _decode_entities
- in file php4.class.kses.php, method kses4::_decode_entities()
Decodes numeric HTML entities
- _hair
- in file php4.class.kses.php, method kses4::_hair()
This method combs through an attribute list string and returns an associative array of attributes and values.
- _hook
- in file php4.class.kses.php, method kses4::_hook()
Allows for additional user defined modifications to text.
- _html_error
- in file php4.class.kses.php, method kses4::_html_error()
helper method for _hair()
- _js_entities
- in file php4.class.kses.php, method kses4::_js_entities()
This function removes the HTML JavaScript entities found in early versions of Netscape 4.
- _normalize_entities
- in file php4.class.kses.php, method kses4::_normalize_entities()
Normalizes HTML entities
- _normalize_entities2
- in file php4.class.kses.php, method kses4::_normalize_entities2()
Helper method used by normalizeEntites()
- _no_null
- in file php4.class.kses.php, method kses4::_no_null()
This method removes any NULL or characters in $string.
- _split
- in file php4.class.kses.php, method kses4::_split()
This method searched for HTML tags, no matter how malformed. It also matches stray ">" characters.
- _split2
- in file php4.class.kses.php, method kses4::_split2()
This method strips out disallowed and/or mangled (X)HTML tags along with assigned attributes.
- _stripslashes
- in file php4.class.kses.php, method kses4::_stripslashes()
Changes \" to "
- _version
- in file php4.class.kses.php, method kses4::_version()
Returns PHP4 OOP version # of kses.
- _hook
- in file php5.class.kses.php, method kses5::_hook()
Allows for additional user defined modifications to text.
- __construct
- in file php5.class.kses.php, method kses5::__construct()
Constructor for kses.
top
a
- $allowed_html
- in file php4.class.kses.php, variable kses4::$allowed_html
- $allowed_protocols
- in file php4.class.kses.php, variable kses4::$allowed_protocols
- AddHTML
- in file php4.class.kses.php, method kses4::AddHTML()
Adds valid (X)HTML with corresponding attributes that will be kept when stripping 'evil scripts'.
- AddProtocol
- in file php4.class.kses.php, method kses4::AddProtocol()
Adds a single protocol to $this->allowed_protocols.
- AddProtocols
- in file php4.class.kses.php, method kses4::AddProtocols()
Allows for single/batch addition of protocols
- $allowed_html
- in file php5.class.kses.php, variable kses5::$allowed_html
- $allowed_protocols
- in file php5.class.kses.php, variable kses5::$allowed_protocols
- AddHTML
- in file php5.class.kses.php, method kses5::AddHTML()
Adds valid (X)HTML with corresponding attributes that will be kept when stripping 'evil scripts'.
- AddProtocol
- in file php5.class.kses.php, method kses5::AddProtocol()
Adds a single protocol to $this->allowed_protocols.
- AddProtocols
- in file php5.class.kses.php, method kses5::AddProtocols()
Allows for single/batch addition of protocols
top
top
top
f
- filterKsesTextHook
- in file php4.class.kses.php, method kses4::filterKsesTextHook()
Allows for additional user defined modifications to text.
- filterKsesTextHook
- in file php5.class.kses.php, method kses5::filterKsesTextHook()
Allows for additional user defined modifications to text.
- filterProtocols
- in file php5.class.kses.php, method kses5::filterProtocols()
Helper method used by removeBadProtocols()
top
k
- kses4
- in file php4.class.kses.php, method kses4::kses4()
Constructor for kses.
- kses4
- in file php4.class.kses.php, class kses4
Kses strips evil scripts!
- KSES_CLASS_PHP4
- in file php4.class.kses.php, constant KSES_CLASS_PHP4
Only install KSES4 once
- kses5
- in file php5.class.kses.php, class kses5
Kses strips evil scripts!
- KSES_CLASS_PHP5
- in file php5.class.kses.php, constant KSES_CLASS_PHP5
Only install KSES5 once
top
m
- makeArrayKeysLowerCase
- in file php5.class.kses.php, method kses5::makeArrayKeysLowerCase()
This method goes through an array, and changes the keys to all lower case.
top
top
p
- php4.class.kses.php
- procedural page php4.class.kses.php
- Parse
- in file php4.class.kses.php, method kses4::Parse()
Basic task of kses - parses $string and strips it as required.
- Protocols
- in file php4.class.kses.php, method kses4::Protocols()
Allows for single/batch addition of protocols
- php5.class.kses.php
- procedural page php5.class.kses.php
- Parse
- in file php5.class.kses.php, method kses5::Parse()
Basic task of kses - parses $string and strips it as required.
- Protocols
- in file php5.class.kses.php, method kses5::Protocols()
Allows for single/batch addition of protocols
top
r
- RemoveProtocol
- in file php4.class.kses.php, method kses4::RemoveProtocol()
Removes a single protocol from $this->allowed_protocols.
- RemoveProtocols
- in file php4.class.kses.php, method kses4::RemoveProtocols()
Allows for single/batch removal of protocols
- removeBadProtocols
- in file php5.class.kses.php, method kses5::removeBadProtocols()
This method removes disallowed protocols.
- removeNulls
- in file php5.class.kses.php, method kses5::removeNulls()
This method removes any NULL characters in $string.
- RemoveProtocol
- in file php5.class.kses.php, method kses5::RemoveProtocol()
Removes a single protocol from $this->allowed_protocols.
- RemoveProtocols
- in file php5.class.kses.php, method kses5::RemoveProtocols()
Allows for single/batch removal of protocols
top
s
- SetProtocols
- in file php4.class.kses.php, method kses4::SetProtocols()
Allows for single/batch replacement of protocols
- SetProtocols
- in file php5.class.kses.php, method kses5::SetProtocols()
Allows for single/batch replacement of protocols
- stripAttributes
- in file php5.class.kses.php, method kses5::stripAttributes()
This method strips out disallowed attributes for (X)HTML tags.
- stripTags
- in file php5.class.kses.php, method kses5::stripTags()
This method strips out disallowed and/or mangled (X)HTML tags along with assigned attributes.
top
v
- Version
- in file php5.class.kses.php, method kses5::Version()
Returns PHP5 OOP version # of kses.
top
|
|