Home
last modified time | relevance | path

Searched refs:parseNamespace (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DTokenParser.php154 if ($token[0] !== T_NAMESPACE || $this->parseNamespace() != $namespaceName) {
172 public function parseNamespace() function in Doctrine\\Common\\Annotations\\TokenParser
192 return $this->parseNamespace();
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php77 $currentNamespace = $this->parseNamespace($tokens);
120 private function parseNamespace(\ArrayIterator $tokens) function in phpDocumentor\\Reflection\\Types\\ContextFactory
/plugin/batchedit/
H A Drequest.php48 $this->namespace = $this->parseNamespace();
177 private function parseNamespace() { function in BatcheditRequest