Home
last modified time | relevance | path

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

/dokuwiki/inc/
Dinfoutils.php368 if (count(idx_getIndex('w', $length)) !== count(idx_getIndex('i', $length))) {
374 foreach (idx_getIndex('metadata', '') as $index) {
375 if (count(idx_getIndex($index . '_w', '')) !== count(idx_getIndex($index . '_i', ''))) {
Dindexer.php260 function idx_getIndex($idx, $suffix) function