constant BOOST_MAX_PATH_DEPTH in Boost 6
Same name and namespace in other branches
- 5 boost.module \BOOST_MAX_PATH_DEPTH
3 uses of BOOST_MAX_PATH_DEPTH
- boost_file_path in ./
boost.module - Returns the static file path for a Drupal page.
- boost_is_cacheable in ./
boost.module - Determines whether a given url can be cached or not by boost.
- _boost_mkdir_p in ./
boost.module - Recursive version of mkdir(), compatible with PHP4.
File
- ./
boost.module, line 59 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_MAX_PATH_DEPTH', 10);