Lines Matching refs:getTitle
1478 $key = md5($this->getTitle().$this->getFormattedAuthorsString());
1485 function getTitle() { function in BibEntry
1934 $url_parts[]='rft.btitle='.s3988($this->getTitle());
1938 $url_parts[]='rft.atitle='.s3988($this->getTitle());
1949 $url_parts[]='rft.atitle='.s3988($this->getTitle());
1953 $url_parts[]='rft.atitle='.s3988($this->getTitle());
1959 $url_parts[]='rft.btitle='.s3988($this->getTitle());
2062 $result .= " title: \"".$this->getTitle()."\""."\n";
2259 return strcmp($a->getTitle(),$b->getTitle());
2390 $title = $bibentry->getTitle();
2502 $title = $bibentry->getTitle();
2609 $title = $bibentry->getTitle();
2900 function getTitle() { function in MenuManager
3197 function getTitle() {return '';} function in YearDisplay
3304 function getTitle() { function in SimpleDisplay
3446 function getTitle() { return $this->title; } function in AcademicDisplay
3548 function getTitle() { function in BibEntryDisplay
3549 return $this->bib->getTitle().' (bibtex)';
3635 $result[] = array('og:title',$this->bib->getTitle());
3651 $result[] = array('DC.Title',$this->bib->getTitle());
3663 $result[] = array('citation_title',$this->bib->getTitle());
3752 $result[] = array('eprints.title',$this->bib->getTitle());
4357 echo '<title>'.strip_tags($content->getTitle()).'</title>';
4381 echo "<div class=\"rheader\">" . $content->getTitle() . "</div>";
4494 function getTitle() { function in PagedDisplay
4625 <title><?php echo $this->text2rss($bibentry->getTitle());?></title>