Lines Matching refs:creator

587     private $creator;  variable in SIOCForum
601 $creator = '', argument
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; variable in SIOCPost
790 $creator, argument
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; variable in SIOCWikiArticle
971 $this->creator = $user;
995 if ($this->creator->_nick) {
1015 … $rdf .= " <sioc:UserAccount rdf:about=\"" . clean($this->creator->_uri) . "\">\n";