Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DMetadataSearch.php34 * @param bool $in_title search in title?
48 bool $in_title = false, argument
55 'in_title' => $in_title,
/dokuwiki/inc/
H A Ddeprecated.php387 * @param bool $in_title search in title
394 function ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) argument
397 …return (new dokuwiki\Search\MetadataSearch())->pageLookup($id, $in_ns, $in_title, $after, $before);