API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Auth_OpenID_detectMathLibrary | ( | $ | exts | ) |
Detect which (if any) math library is available
Référencé par Auth_OpenID_getMathLib().
& Auth_OpenID_getMathLib | ( | ) |
Références $class, $ext, Auth_OpenID_detectMathLibrary(), Auth_OpenID_math_extensions(), Auth_OpenID_noMathSupport(), et Auth_OpenID_setNoMathSupport().
Référencé par Auth_OpenID_DiffieHellmanSHA1ServerSession::answer(), Auth_OpenID_DiffieHellman::Auth_OpenID_DiffieHellman(), Auth_OpenID_DiffieHellmanSHA1ConsumerSession::extractSecret(), Auth_OpenID_DiffieHellmanSHA1ServerSession::getDH(), et Auth_OpenID_DiffieHellmanSHA1ConsumerSession::getRequest().
Auth_OpenID_math_extensions | ( | ) |
Define the supported extensions. An extension array has keys 'modules', 'extension', and 'class'. 'modules' is an array of PHP module names which the loading code will attempt to load. These values will be suffixed with a library file extension (e.g. ".so"). 'extension' is the name of a PHP extension which will be tested before 'modules' are loaded. 'class' is the string name of a Auth_OpenID_MathWrapper subclass which should be instantiated if a given extension is present.
You can define new math library implementations and add them to this array.
Référencé par Auth_OpenID_getMathLib().
Auth_OpenID_noMathSupport | ( | ) |
Référencé par Auth_OpenID_getDefaultAssociationOrder(), et Auth_OpenID_getMathLib().
Auth_OpenID_setNoMathSupport | ( | ) |