Searched refs:ignore_perms (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/inc/Search/ |
| H A D | MetadataSearch.php | 181 * @param bool $ignore_perms Ignore the fact that pages are hidden or read-protected 186 public function backlinks(string $id, bool $ignore_perms = false): array argument 192 $result = static::filterPages($result, $ignore_perms); 203 * @param bool $ignore_perms Ignore hidden pages and acls (optional, default: false) 208 public function mediause(string $id, bool $ignore_perms = false): array argument 214 $result = static::filterPages($result, $ignore_perms);
|
| /dokuwiki/inc/ |
| H A D | deprecated.php | 355 * @param bool $ignore_perms 360 function ft_backlinks($id, $ignore_perms = false) 363 return (new dokuwiki\Search\MetadataSearch())->backlinks($id, $ignore_perms); 370 * @param bool $ignore_perms 375 function ft_mediause($id, $ignore_perms = false) 378 return (new dokuwiki\Search\MetadataSearch())->mediause($id, $ignore_perms); 361 ft_backlinks($id, $ignore_perms = false) global() argument 376 ft_mediause($id, $ignore_perms = false) global() argument
|