Lines Matching defs:abstract
92 * Builds the sorting array: array of arrays (0 = id, 1 = name, 2 = abstract, 3 = ... , etc)
118 // is it necessary to cache the abstract column?
161 // fourth column: cache the page abstract if needed; this saves a lot of time later
163 $abstract = ($get_abstract) ? $meta['description']['abstract'] : '';
164 $row['abstract'] = $abstract;
755 // args : $level, $name, $id, $_, $abstract, $display
773 // args : $level, $name, $id, $_, $abstract, $display
840 [$level, $name, $id, $_, $abstract, $display] = $line;
911 $link = $this->htmlWikilink($id, $display, $abstract, $opt);
960 * Renders the page link, plus tooltip, abstract, casing, etc...
963 * @param string $abstract
971 string $abstract,
983 $tooltip = str_replace("\n\n", "\n", $abstract);
987 $short = $this->shorten($abstract, $opt['snippet']['extent']);
1103 [$level, $name, $id, $_, $abstract, $display] = $line;
1144 $link = $this->htmlWikilink($id, $display, $abstract, $opt);