Home
last modified time | relevance | path

Searched defs:_zp_HTML_cache (Results 1 – 2 of 2) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dstatic_html_cache.php53 $_zp_HTML_cache = new static_html_cache(); variable
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dfunctions.php24 $_zp_HTML_cache = new _zp_HTML_cache(); // this will be overridden by the plugin if enabled. variable
3270 class _zp_HTML_cache { class