ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
cas.php File Reference

Go to the source code of this file.

Variables

 $validFunctions
 
 $function = substr($_SERVER['PATH_INFO'], 1)
 
 if (!isset( $validFunctions[ $function]))
 

Variable Documentation

◆ $function

$function = substr($_SERVER['PATH_INFO'], 1)

Definition at line 28 of file cas.php.

Referenced by PHPExcel_Reader_Excel5\_createFormulaFromTokens(), MDB2_Driver_mysql\_doQuery(), MDB2_Driver_pgsql\_doQuery(), PHPExcel_Writer_Excel5_Parser\_func(), PHPExcel_Reader_Excel5\_getNextToken(), PHPExcel_Calculation\_localeFunc(), Twig_Extension_Staging\addFunction(), Twig_Environment\addFunction(), SAML2\SignedElementHelper\addValidator(), SAML2\Message\addValidator(), ilTrQuery\buildColumns(), ilDclExpressionParser\calculateFunction(), ilDclExpressionParser\calculateFunctions(), Twig_Sandbox_SecurityPolicy\checkSecurity(), Twig_Node_Expression_Function\compile(), Twig_Extensions_Node_Trans\compile(), Parser\createAssocArgs(), Twig_Test_IntegrationTestCase\doIntegrationTest(), Twig_NodeVisitor_SafeAnalysis\doLeaveNode(), phpCAS\error(), Twig_Environment\getFunction(), ilDclExpressionParser\getFunctionArgs(), Twig_ExpressionParser\getFunctionNodeClass(), SimpleSAML_Error_Exception\initBacktrace(), Twig_Environment\initExtension(), ntlm_sasl_client_class\initialize(), PHPExcel_Calculation\listFunctionNames(), PHPExcel_Calculation\listFunctions(), ilGlobalCache\log(), ilTrSummaryTableGUI\numericOrdering(), ilLPTableBaseGUI\parseValue(), ilTrSummaryTableGUI\parseValue(), HTML_Template_ITX\performCallback(), sspmod_core_Auth_Process_PHP\process(), returnResponse(), Gettext\Utils\FunctionsScanner\saveGettextFunctions(), CAS_Client\setCasAttributeParserCallback(), phpCAS\setCasAttributeParserCallback(), CAS_Client\setPostAuthenticateCallback(), phpCAS\setPostAuthenticateCallback(), CAS_Client\setSingleSignoutCallback(), phpCAS\setSingleSignoutCallback(), PHPExcel_Style_NumberFormat\toFormattedString(), HTMLPurifier_AttrDef_CSS_Color\validate(), HTMLPurifier_AttrDef_CSS_Filter\validate(), SAML2\SignedElementHelper\validate(), and SAML2\Message\validate().

◆ $validFunctions

$validFunctions
Initial value:
'login' => 'login',
'proxy' => 'proxy',
'validate' => 'serviceValidate',
'serviceValidate' => 'serviceValidate',
'proxyValidate' => 'serviceValidate'
)
Create styles array
The data for the language used.

Definition at line 20 of file cas.php.

◆ if

if(!isset($validFunctions[$function]))

Definition at line 30 of file cas.php.