Bug #20964 ยป 11836_remove_final.diff
t3lib/class.t3lib_befunc.php (working copy) | ||
---|---|---|
* @package TYPO3
|
||
* @subpackage t3lib
|
||
*/
|
||
final class t3lib_BEfunc {
|
||
class t3lib_BEfunc {
|
||
t3lib/class.t3lib_div.php (working copy) | ||
---|---|---|
* @package TYPO3
|
||
* @subpackage t3lib
|
||
*/
|
||
final class t3lib_div {
|
||
class t3lib_div {
|
||
// Severity constants used by t3lib_div::sysLog()
|
||
const SYSLOG_SEVERITY_INFO = 0;
|
t3lib/class.t3lib_extmgm.php (working copy) | ||
---|---|---|
* @package TYPO3
|
||
* @subpackage t3lib
|
||
*/
|
||
final class t3lib_extMgm {
|
||
class t3lib_extMgm {
|
||
protected static $extensionKeyMap;
|
||
t3lib/class.t3lib_iconworks.php (working copy) | ||
---|---|---|
* @package TYPO3
|
||
* @subpackage t3lib
|
||
*/
|
||
final class t3lib_iconWorks {
|
||
class t3lib_iconWorks {
|
||
/**
|
||
* Returns an icon image tag, 18x16 pixels, based on input information.
|
t3lib/utility/class.t3lib_utility_client.php (working copy) | ||
---|---|---|
*
|
||
* @author Oliver Hader <oliver@typo3.org>
|
||
*/
|
||
final class t3lib_utility_Client {
|
||
class t3lib_utility_Client {
|
||
/**
|
||
* Generates an array with abstracted browser information
|
typo3/contrib/RemoveXSS/RemoveXSS.php (working copy) | ||
---|---|---|
* @author Jigal van Hemert <jigal@xs4all.nl>
|
||
* @package RemoveXSS
|
||
*/
|
||
final class RemoveXSS {
|
||
class RemoveXSS {
|
||
/**
|
||
* Removes potential XSS code from an input string.
|
||
* Wrapper for RemoveXSS::process().
|
typo3/sysext/cms/tslib/class.tslib_eidtools.php (working copy) | ||
---|---|---|
* @package TYPO3
|
||
* @subpackage tslib
|
||
*/
|
||
final class tslib_eidtools {
|
||
class tslib_eidtools {
|
||
/**
|
||
* Load and initialize Frontend User. Note, this process is slow because
|
typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_keypair.php (working copy) | ||
---|---|---|
* @package TYPO3
|
||
* @subpackage tx_rsaauth
|
||
*/
|
||
final class tx_rsaauth_keypair {
|
||
class tx_rsaauth_keypair {
|
||
/**
|
||
* RSA public exponent (3 or 0x10001)
|