Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dinfoutils.php366 if (count(idx_getIndex('w', $length)) !== count(idx_getIndex('i', $length))) {
372 foreach (idx_getIndex('metadata', '') as $index) {
373 if (count(idx_getIndex($index . '_w', '')) !== count(idx_getIndex($index . '_i', ''))) {
H A Dindexer.php260 function idx_getIndex($idx, $suffix) function