Home
last modified time | relevance | path

Searched refs:_dir (Results 1 – 2 of 2) sorted by path

/plugin/dir/
H A Dsyntax.php1355 function _dir($data) { function in syntax_plugin_dir
/plugin/siteexport/
H A Dhelper.php41 $_dir = DOKU_INC . 'lib/tpl/';
43 if ($dh = @opendir($_dir)) {
55 $file = (is_link($_dir.$entry)) ? readlink($_dir.$entry) : $entry;
56 if (is_dir($_dir.$file)) {