Searched refs:in_title (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/inc/Search/ |
| H A D | MetadataSearch.php | 34 * @param bool $in_title search in title? 48 bool $in_title = false, argument 55 'in_title' => $in_title,
|
| /dokuwiki/inc/ |
| H A D | deprecated.php | 386 * @param bool $in_title search in title 393 function ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) 396 return (new dokuwiki\Search\MetadataSearch())->pageLookup($id, $in_ns, $in_title, $after, $before); 394 ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) global() argument
|