Home
last modified time | relevance | path

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

/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php27 private $has_container = null; variable in SIOCDokuWikiArticle
101 $this->has_container = $id;
165 if ($this->has_container) {
167 $exp->siocURL('container', $this->has_container)
H A Dsioc_inc.php948 private $has_container; variable in SIOCWikiArticle
981 $this->has_container = $container;
989 if (strcmp($this->has_container, 'http://en.wikipedia.org') === 0) {
1171 if ($this->has_container) {
1173 $rdf .= " <sioct:Wiki rdf:about=\"" . clean($this->has_container) . "\"/>\n";