Lines Matching refs:this

29         $this->lang = $lang;
42 $this->lang["no_results"],
54 $this->snippet_cnt = $opt['snippet']['count'];
56 return $this->$render_type($sorted_results, $opt, $count);
150 // this also avoids rebuilding the display name when building links later (DRY)
161 // fourth column: cache the page abstract if needed; this saves a lot of time later
169 // reset cache of full date for this row
179 $value = $this->first($abc, strlen($key));
208 $value = $this->joinKeysIf(' ', $meta['relation']['references']);
220 // this is always the last column!
228 $dformat[$key] = $this->dateFormat($key);
230 $wformat[$key] = ($opt['spelldate']) ? $this->dateFormatWords($dformat[$key]) : '';
462 $pages = $this->filterNamespaces($pages, $excl_ns, true);
463 $pages = $this->filterNamespaces($pages, $incl_ns, false);
533 // TODO: this function is one of slowest in the plugin; solutions?
556 $that = $this;
718 $this->addHeading($results, $sort_array, $group_opts, $level, $idx, $prevs);
739 $this->addHeading($results, $sort_array, $group_opts, $level - 1, $idx, $prevs);
784 * **DEPRECATED** --- I would like to scrap this ASAP (old browsers only).
801 $col_height = $this->adjustedHeight($sorted_results, $ratios) / $opt['cols'];
865 $jump_tip = sprintf($this->lang['jump_section'], $heading);
892 $heading = $this->proper($heading);
895 $heading = $this->htmlWikilink($id, $heading, '', $opt, false, true);
909 $display = $this->proper($display);
911 $link = $this->htmlWikilink($id, $display, $abstract, $opt);
923 $render .= '<a class="top" href="#' . $top_id . '">' . $this->lang['link_to_top'] . '</a>' . DOKU_LF;
985 $link = $this->addTooltip($link, $tooltip);
986 } elseif (in_array($type, ['quoted', 'plain', 'inline']) && $this->snippet_cnt > 0) {
987 $short = $this->shorten($abstract, $opt['snippet']['extent']);
1009 $this->snippet_cnt--;
1093 . $this->lang['link_to_top'] . '</a>' . DOKU_LF : '';
1125 $heading = $this->proper($heading);
1128 $heading = $this->htmlWikilink($id, $heading, '', $opt, false, true);
1142 $display = $this->proper($display);
1144 $link = $this->htmlWikilink($id, $display, $abstract, $opt);