Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
Dindexer_histogram.test.php13 $histogram4 = $indexer->histogram(1, 0, 4, 'testkey');
15 $histogram2 = $indexer->histogram(1, 0, 2, 'testkey');
/dokuwiki/inc/Search/
DIndexer.php884 public function histogram($min = 1, $max = 0, $minlen = 3, $key = null) function in dokuwiki\\Search\\Indexer