Lines Matching refs:getNamespace
203 public function getNamespace($name) {
241 $namespace = $this->getNamespace($namespaceName);
244 $source = $this->getNamespace($style['inherit']);
273 $parent = $this->getNamespace($parentName);
291 $scope = $this->getNamespace($namespaceName)->getActiveScope();
295 $scope = $this->getNamespace($this->mapping[$namespaceName])->getActiveScope();
421 $this->getNamespace($namespaceName)->markScopeStart($callIndex);
428 $this->getNamespace($namespaceName)->markScopeEnd($callIndex);
435 $this->styleStash->add($this->getNamespace($namespaceName), $style);
449 $this->mappingStash->add($this->getNamespace($namespaceName), $map);