PATH:
home
/
letacommog
/
charpente-ain
/
wp-content
/
plugins
/
w3-total-cache
/
lib
/
Minify
/
Minify
<?php /** * Class Minify_Loader * @package Minify */ /** * Class autoloader * * @package Minify * @author Stephen Clay <steve@mrclay.org> */ class Minify_Loader { public function loadClass($class) { $file = dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR; $file .= strtr($class, "\\_", DIRECTORY_SEPARATOR . DIRECTORY_SEPARATOR) . '.php'; if (is_readable($file)) { require $file; } } static public function register() { $inst = new self(); spl_autoload_register(array($inst, 'loadClass')); } }
[+]
..
[-] ClosureCompiler.php
[edit]
[-] ImportProcessor.php
[edit]
[-] CombineOnly.php
[edit]
[+]
YUI
[-] HTML.php
[edit]
[-] Inline.php
[edit]
[+]
JS
[+]
HTML
[+]
Cache
[-] Build.php
[edit]
[-] YUICompressor.php
[edit]
[-] index.html
[edit]
[-] Source.php
[edit]
[+]
Inline
[-] CommentPreserver.php
[edit]
[+]
Controller
[-] IgnoredCommentPreserver.php
[edit]
[-] CSS.php
[edit]
[-] HTMLTidy.php
[edit]
[-] Loader.php
[edit]
[+]
CSS
[-] Logger.php
[edit]
[-] DebugDetector.php
[edit]
[-] CSSTidy.php
[edit]
[-] Packer.php
[edit]
[-] Lines.php
[edit]