Home
last modified time | relevance | path

Searched refs:wordblocks (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/
H A Dcommon.php747 $wordblocks = getWordblocks();
752 while ($blocks = array_splice($wordblocks, 0, $chunksize)) {
H A Dconfutils.php187 static $wordblocks = null;
188 if (!$wordblocks) {
189 $wordblocks = retrieveConfig('wordblock', 'file', null, 'array_merge_with_removal');
191 return $wordblocks;