Lines Matching defs:creator
587 private $creator;
601 $creator = '',
615 $this->creator = $creator;
687 if ($this->creator) {
688 if ($this->creator->_id) {
690 $rdf .= " <sioc:UserAccount rdf:about=\"" . clean($this->creator->_uri) . "\">\n";
691 if ($this->creator->_sioc_url) {
692 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $this->creator->_sioc_url . "\"/>\n";
696 $this->creator->_id
702 $rdf .= " <foaf:Person rdf:about=\"" . clean($this->creator->_foaf_uri) . "\">\n";
703 if ($this->creator->_foaf_url) {
704 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $this->creator->_foaf_url . "\"/>\n";
708 $this->creator->_id
716 if ($this->creator->_name) {
717 $rdf .= " foaf:name=\"" . $this->creator->_name . "\"";
719 if ($this->creator->_sha1) {
720 $rdf .= " foaf:mbox_sha1sum=\"" . $this->creator->_sha1 . "\"";
722 if ($this->creator->_name) {
723 $rdf .= ">\n<foaf:homepage rdf:resource=\"" . $this->creator->_homepage . "\"/>\n</foaf:Person>\n";
776 private $creator;
790 $creator,
802 $this->creator = $creator;
832 if ($this->creator) {
833 if ($this->creator->_id) {
835 $rdf .= " <sioc:UserAccount rdf:about=\"" . clean($this->creator->_uri) . "\">\n";
836 if ($this->creator->_sioc_url) {
837 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $this->creator->_sioc_url . "\"/>\n";
841 $this->creator->_id
847 $rdf .= " <foaf:Person rdf:about=\"" . clean($this->creator->_foaf_uri) . "\">\n";
848 if ($this->creator->_foaf_url) {
849 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $this->creator->_foaf_url . "\"/>\n";
853 $this->creator->_id
861 if ($this->creator->_name) {
862 $rdf .= " foaf:name=\"" . $this->creator->_name . "\"";
864 if ($this->creator->_sha1) {
865 $rdf .= " foaf:mbox_sha1sum=\"" . $this->creator->_sha1 . "\"";
867 if ($this->creator->_name) {
868 $rdf .= ">\n<foaf:homepage rdf:resource=\"" . $this->creator->_homepage . "\"/>\n</foaf:Person>\n";
939 private $creator;
971 $this->creator = $user;
995 if ($this->creator->_nick) {
996 /*if ($this->creator->id) {
998 $rdf .= " <sioc:UserAccount rdf:about=\"" . clean($this->creator->uri) ."\">\n";
999 if($this->creator->sioc_url) { $rdf .= " <rdfs:seeAlso rdf:resource=\"". $this->creator->sioc_url
1001 else $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL('user', $this->creator->id)
1006 $rdf .= " <foaf:Person rdf:about=\"" . clean($this->creator->foaf_uri) ."\">\n";
1007 if($this->creator->foaf_url) { $rdf .= " <rdfs:seeAlso rdf:resource=\"". $this->creator->foaf_url
1009 else $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL('user', $this->creator->id)
1015 $rdf .= " <sioc:UserAccount rdf:about=\"" . clean($this->creator->_uri) . "\">\n";
1017 'http://ws.sioc-project.org/mediawiki/mediawiki.php?wiki=' . $this->creator->_uri
1025 $rdf .= " <dc:contributor>" . clean($this->creator->_nick) . "</dc:contributor>\n";
1028 if($this->creator->name) $rdf .= " foaf:name=\"" . $this->creator->name ."\"";
1029 if($this->creator->sha1) $rdf .= " foaf:mbox_sha1sum=\"" . $this->creator->sha1 ."\"";
1030 if($this->creator->homepage) $rdf .= ">\n <foaf:homepage rdf:resource=\""
1031 . $this->creator->homepage ."\"/>\n </foaf:Person>\n";
1036 if ($this->creator !== 'void') {