Lines Matching refs:namespace
26 $namespace = $this->_getActiveNamespace();
27 if (!$namespace)
30 $relatedEntries = $this->_getRelatedEntries($namespace);
54 $namespace = $this->_getActiveNamespace();
55 if ($namespace)
56 $this->_printLinks($this->_getRelatedEntries($namespace));
74 foreach ($namespaces as $namespace) {
75 if (trim($namespace) && (strpos($ID, $namespace . ':') === 0)) {
76 return $namespace;
83 function _getRelatedEntries($namespace) {
86 // get the blog entries for the namespace
88 $entries = $my->getBlog($namespace);