Lines Matching +defs:next +defs:title
31 private $title;
84 public function setParameters($title, $url, $sioc_url, $encoding, $generator, $export_email = false)
86 $this->title = $title;
163 <dc:title>"' . clean($this->title) . '" (SIOC profile)</dc:title>
252 public function setNextPageUsers($next)
254 $this->next_users = $next;
257 public function setNextPageForums($next)
259 $this->next_forums = $next;
265 $rdf .= " <dc:title>" . clean($this->name) . "</dc:title>\n";
432 private $next;
436 private $title;
450 $this->next = false;
458 public function addPost($id, $url, $prev = '', $next = '')
460 $this->posts[$id] = array("url" => $url, "prev" => $prev, "next" => $next);
469 public function setNextPage($next)
471 $this->next = $next;
490 $rdf .= " <dc:title>" . $this->subject . "</dc:title>\n";
549 if ($data[next]) {
550 $rdf .= " <sioc:next_by_date rdf:resource=\"" . clean($data[next]) . "\"/>\n";
556 if ($this->next) {
564 // Export d'un forum avec une liste de posts -variable (next with seeAlso)
582 private $next;
598 $title = '',
609 $this->next = false;
610 $this->blog_title = $title;
635 public function setNextPage($next)
637 $this->next = $next;
648 $rdf .= " <dc:title>" . $this->blog_title . "</dc:title>\n";
753 if ($this->next) {
830 $rdf .= " <dc:title>" . $this->subject . "</dc:title>\n";
988 $rdf .= " <dc:title>" . clean($this->subject) . "</dc:title>\n";