ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 GuzzleHttp\Psr7\Request\__construct(), GuzzleHttp\Psr7\ServerRequest\__construct(), GuzzleHttp\Psr7\Response\__construct(), getID3_cached_mysql\__construct(), getID3_cached_mysqli\__construct(), getID3_cached_sqlite3\__construct(), ilvCard\__construct(), PHPExcel_Reader_Excel5\_readBof(), PHPExcel_Reader_Excel5\_readColor(), PHPExcel_Writer_Excel5_BIFFwriter\_storeBof(), IMSGlobal\LTI\ToolProvider\ToolProvider\authenticate(), ilLTIToolProvider\authenticate(), sspmod_oauth_OAuthStore\authorize(), ilSetup\checkPHPVersion(), Monolog\Handler\HipChatHandlerTest\createHandler(), getid3_dts\dialogNormalization(), TCPDF_STATIC\get_mqr(), ilDataSet\getJsonRepresentation(), getid3_lyrics3\getLyrics3Data(), ilObjFileListGUI\getProperties(), ilObjRemoteFileListGUI\getProperties(), ilPlugin\getVersion(), ilMDLifecycle\getVersion(), 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_mp3\MPEGaudioFrameLength(), sspmod_oauth_OAuthStore\new_request_token(), GuzzleHttp\Psr7\parse_request(), ilPluginAdmin\parsePluginPhp(), ilUtil\processConvertVersion(), ilDBUpdate\readCustomUpdatesFileVersion(), ilDBUpdate\readFileVersion(), ilDBUpdate\readHotfixFileVersion(), IMSGlobal\LTI\ToolProvider\ToolProvider\result(), ilLTIToolProvider\result(), assFileUpload\savePreviewData(), SAML2\SOAPClient\send(), TCPDF_STATIC\set_mqr(), ilDBMySQL\setMaxAllowedPacket(), TCPDF\setPDFVersion(), ilTextAreaInputGUI\setRTESupport(), SimpleSAML\Store\SQL\setTableVersion(), ilTextAreaInputGUI\setUseRte(), ilvCard\setVersion(), IMSGlobal\LTI\ToolProvider\ToolConsumer\signParameters(), GuzzleHttp\Psr7\withProtocolVersion(), Slim\Http\Message\withProtocolVersion(), and getid3_mp3\XingVBRidOffset().
foreach($raw_files as $file) | ( | $raw_files as | ) |
Definition at line 40 of file generate-includes.php.