Home
last modified time | relevance | path

Searched full:idx_getindex (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/
H A Dinfoutils.php365 if (count(idx_getIndex('w', $length)) !== count(idx_getIndex('i', $length))) {
371 foreach (idx_getIndex('metadata', '') as $index) {
372 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