Home
last modified time | relevance | path

Searched refs:sioc_url (Results 1 – 2 of 2) sorted by relevance

/plugin/dokusioc/lib/
H A Dsioc_inc.php84 …public function setParameters($title, $url, $sioc_url, $encoding, $generator, $export_email = fals… argument
88 $this->sioc_url = $sioc_url;
134 $siocURL = $this->sioc_url . $type_part . $id_part . $page_part . $suffix;
339 private $sioc_url; variable in SIOCUser
351 $sioc_url = '', argument
373 $this->sioc_url = $sioc_url;
406 if ($this->sioc_url) {
407 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $this->sioc_url . "\"/>\n";
H A Dsioc_dokuwiki.php319 private $sioc_url; variable in SIOCDokuWikiUser