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 | |
$__dir = dirname(__FILE__) | |
Generates an include stub for users who do not want to use the autoloader.
This file was auto-generated by generate-includes.php and includes all of the core files required by HTML Purifier.
When new files are added to HTML Purifier's main codebase, this file should be called.
This is a convenience stub that includes all files using dirname(FILE) and require_once. PLEASE DO NOT EDIT THIS FILE, changes will be overwritten the next time the script is run.
Changes to include_path are not necessary.
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, 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, get_dependency_lookup(), and HTMLPurifier_Bootstrap\getPath().
Referenced by dep_sort(), and get_dependency_lookup().
$__dir = dirname(__FILE__) |
Definition at line 180 of file generate-includes.php.
$exclude_dirs |
Definition at line 20 of file generate-includes.php.
$exclude_files |
Definition at line 29 of file generate-includes.php.
$files = array() |
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 GetId3\Extension\Cache\Mysql\__construct(), GetId3\Extension\Cache\Sqlite3\__construct(), ilvCard\__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(), ilObjFileListGUI\getProperties(), ilObjRemoteFileListGUI\getProperties(), ilObjFile\getSpecificVersion(), ilPlugin\getVersion(), ilMDLifecycle\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().
foreach($raw_files as $file) | ( | $raw_files as | ) |
Definition at line 40 of file generate-includes.php.