Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dfulltext.php183 * @param bool $ignore_perms Ignore the fact that pages are hidden or read-protected
186 function ft_backlinks($id, $ignore_perms = false)
195 (!$ignore_perms && (
217 * @param bool $ignore_perms Ignore hidden pages and acls (optional, default: false)
220 function ft_mediause($id, $ignore_perms = false)
229 (!$ignore_perms && (
175 ft_backlinks($id, $ignore_perms = false) global() argument
206 ft_mediause($id, $ignore_perms = false) global() argument