|
ILIAS
Release_3_10_x_branch Revision 61812
|
Go to the source code of this file.
Variables | |
| $verbose = true | |
| if(php_sapi_name()!= 'cli') | $in = fopen("NormalizationTest.txt", "rt") |
| if(!$in) | $normalizer = new UtfNormal |
| $total = 0 | |
| $success = 0 | |
| $failure = 0 | |
| $ok = true | |
| $testedChars = array() | |
| if(!$in) print Now testing invariants | n |
| $failure = 0 |
Definition at line 70 of file UtfNormalTest.php.
Referenced by CASClient\authError().
| $in = fopen("NormalizationTest.txt", "rt") |
Definition at line 58 of file UtfNormalTest.php.
Definition at line 66 of file UtfNormalTest.php.
| $ok = true |
Definition at line 71 of file UtfNormalTest.php.
Referenced by ilBookmarkImportExport\__parseNetscape(), ilSoapUserAdministration\__validateUserData(), assOrderingQuestionGUI\addItem(), ilTypeCheck\check(), ilRadioGroupInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilPropertyFormGUI\checkInput(), ilSubEnabledFormPropertyGUI\checkSubItemsInput(), assOrderingQuestionGUI\editQuestion(), ilUtil\extractParameterString(), SeqTreeBuilder\getAuxResources(), ilPDSelectedItemsBlockGUI\getMembershipItemsBlockHTML(), SeqTreeBuilder\getObjectives(), SeqTreeBuilder\getRollupRules(), ilPDSelectedItemsBlockGUI\getSelectedItemsBlockHTML(), SeqTreeBuilder\getSequencingRules(), assOrderingQuestionGUI\getSolutionOutput(), assMultipleChoiceGUI\getSolutionOutput(), assSingleChoiceGUI\getSolutionOutput(), assMatchingQuestionGUI\getSolutionOutput(), ilPCDataTable\setData(), ilPCParagraph\setText(), testLine(), php4DOMDocument\validate(), ilSearch\validate(), and ilRadiusSettings\validateRequired().
| $success = 0 |
Definition at line 69 of file UtfNormalTest.php.
| $testedChars = array() |
Definition at line 72 of file UtfNormalTest.php.
| $total = 0 |
Definition at line 68 of file UtfNormalTest.php.
| $verbose = true |
Definition at line 27 of file UtfNormalTest.php.
Referenced by testLine().
| if (!$in) print Now testing invariants n |
Definition at line 103 of file UtfNormalTest.php.