Home
last modified time | relevance | path

Searched refs:idx_getIndex (Results 1 – 2 of 2) sorted by last modified time

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