Home
last modified time | relevance | path

Searched refs:read_dir_to_array (Results 1 – 1 of 1) sorted by relevance

/plugin/bliki/
H A Dsyntax.php97 …$posts = $this->read_dir_to_array($ID . '/', 'file', '/^[0-9]{4}-[0-9]{2}-[0-9]{2}-[0-9]{6}\.txt$/…
111 $years = $this->read_dir_to_array($ID . '/', 'dir');
117 $months = $this->read_dir_to_array($ID . '/' . $year . '/', 'dir');
122 $days = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/', 'dir');
127 $posts = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/' . $day . '/',
336 function read_dir_to_array($dir, $select = 'both', $match = false) { function in syntax_plugin_bliki