Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php72 $final = false;
75 $final = true;
79 if (!xml_parse($this->_parser, $part, $final)) {
82 if ($final) {
/dokuwiki/inc/Search/
H A DIndexer.php630 // merge found pages into final result array
631 $final = [];
633 $final[$word] = [];
642 if (!isset($final[$word][$hitkey]))
643 $final[$word][$hitkey] = $hitcnt;
644 else $final[$word][$hitkey] += $hitcnt;
648 return $final;
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt284 final
/dokuwiki/inc/
H A DDifferenceEngine.php1110 function _changed($orig, $final) { argument
1112 $this->_added($final);