ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Generates an include stub for users who do not want to use the autoloader. More...
Go to the source code of this file.
Functions | |
get_dependency_lookup ($file) | |
Returns a lookup array of dependencies for a file. More... | |
dep_sort ($files) | |
Sorts files based on dependencies. More... | |
Variables | |
$FS = new FSTools() | |
$exclude_dirs | |
$exclude_files | |
$raw_files = $FS->globr('.', '*.php') | |
$files = array() | |
foreach ( $raw_files as $file) | |
$version = trim(file_get_contents('../VERSION')) | |
$php | |
Generates an include stub for users who do not want to use the autoloader.
When new files are added to HTML Purifier's main codebase, this file should be called.
Definition in file generate-includes.php.
dep_sort | ( | $files | ) |
Sorts files based on dependencies.
This function is lazy and will not group files with dependencies together; it will merely ensure that a file is never included before its dependencies are.
$files | Files array to sort. |
Definition at line 112 of file generate-includes.php.
References $file, $files, $ret, array, and get_dependency_lookup().
get_dependency_lookup | ( | $file | ) |
Returns a lookup array of dependencies for a file.
string | $file | File to check dependencies of. |
Definition at line 69 of file generate-includes.php.
References $fh, $file, array, and HTMLPurifier_Bootstrap\getPath().
Referenced by dep_sort().
$exclude_dirs |
Definition at line 20 of file generate-includes.php.
$exclude_files |
Definition at line 29 of file generate-includes.php.
Definition at line 39 of file generate-includes.php.
Referenced by dep_sort().
$FS = new FSTools() |
Definition at line 18 of file generate-includes.php.
$php |
Definition at line 138 of file generate-includes.php.
$raw_files = $FS->globr('.', '*.php') |
Definition at line 37 of file generate-includes.php.
$version = trim(file_get_contents('../VERSION')) |
Definition at line 135 of file generate-includes.php.
Referenced by ilvCard\__construct(), GetId3\Extension\Cache\Mysql\__construct(), GetId3\Extension\Cache\Sqlite3\__construct(), PHPExcel_Reader_Excel5\_readBof(), PHPExcel_Reader_Excel5\_readColor(), PHPExcel_Writer_Excel5_BIFFwriter\_storeBof(), ilSetup\checkPHPVersion(), Monolog\Handler\HipChatHandlerTest\createHandler(), ilObjFile\deleteVersions(), GetId3\Module\Audio\Dts\dialogNormalization(), ilFileVersionTableGUI\fillRow(), TCPDF_STATIC\get_mqr(), ilDataSet\getJsonRepresentation(), GetId3\Module\Tag\Lyrics3\getLyrics3Data(), ilPluginAdmin\getPluginData(), ilObjRemoteFileListGUI\getProperties(), ilObjFileListGUI\getProperties(), ilObjFile\getSpecificVersion(), ilMDLifecycle\getVersion(), ilPlugin\getVersion(), ilObjFile\getVersions(), ilWorkflowEngineDefinitionsGUI\handleUploadSubmit(), Slim_Http_Response\httpVersion(), TCPDF\ImageEps(), ilLDAPSettingsGUI\initForm(), ilUtil\isConvertVersionAtLeast(), ilDBMySQL\isMysql4_0OrHigher(), ilDBMySQL\isMysql4_1(), ilDBMySQL\isMysql4_1OrHigher(), ilDBMySQL\isMysql5_6OrHigher(), HTMLPurifier_DefinitionCache\isOld(), MDB2_Driver_Common\loadModule(), GetId3\Module\Audio\Mp3\MPEGaudioFrameLength(), ilUtil\processConvertVersion(), ilDBUpdate\readCustomUpdatesFileVersion(), ilDBUpdate\readFileVersion(), ilDBUpdate\readHotfixFileVersion(), assFileUpload\savePreviewData(), TCPDF_STATIC\set_mqr(), ilDBMySQL\setMaxAllowedPacket(), TCPDF\setPDFVersion(), ilTextAreaInputGUI\setRTESupport(), ilTextAreaInputGUI\setUseRte(), ilvCard\setVersion(), ilObjFile\updateWithVersion(), and GetId3\Module\Audio\Mp3\XingVBRidOffset().
Definition at line 40 of file generate-includes.php.