Lines Matching defs:lines
737 // load all lines and pages so the used lines can be taken and matched with the pages
738 $lines = $this->getIndex($metaname . '_i', '');
743 $pages = array_keys($this->parseTuples($page_idx, $lines[$value_id]));
866 $lines = $this->getIndex($metaname . '_i', '');
867 foreach ($lines as $line) {
994 * @return array list of lines without CR or LF
1011 * @param array $lines list of lines without LF
1016 protected function saveIndex($idx, $suffix, &$lines)
1022 fwrite($fh, implode("\n", $lines));
1023 if (!empty($lines))