Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A Dindexer.php269 * Get the list of lengths indexed in the wiki.
272 * a sorted array of lengths of the words used in the wiki.
287 file_exists($conf['indexdir'] . '/lengths.idx')
288 && (time() < @filemtime($conf['indexdir'] . '/lengths.idx') + $conf['readdircache'])
291 ($lengths = @file($conf['indexdir'] . '/lengths.idx', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES))
295 foreach ($lengths as $length) {
320 $handle = @fopen($conf['indexdir'] . '/lengths.idx', 'w');
331 * Get the word lengths that have been indexed.
333 * Reads the index directory and returns an array of lengths
[all...]
H A Dinfoutils.php308 $lengths = idx_listIndexLengths();
310 foreach ($lengths as $length) {
332 } elseif (!empty($lengths)) {
/dokuwiki/inc/Search/
H A DIndexer.php480 @unlink($conf['indexdir'] . '/lengths.idx');
917 $lengths = idx_listIndexLengths();
918 foreach ($lengths as $length) {
1127 * Get the list of lengths indexed in the wiki.
1130 * a sorted array of lengths of the words used in the wiki.
1142 * Get the word lengths that have been indexed.
1144 * Reads the index directory and returns an array of lengths
1164 $lengths = idx_listIndexLengths();
1165 foreach ($lengths as $length) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php