Searched refs:namespaceName (Results 1 – 6 of 6) sorted by relevance
/plugin/refnotes/ |
H A D | core.php | 240 public function styleNamespace($namespaceName, $style) { argument 241 $namespace = $this->getNamespace($namespaceName); 256 $this->mapping[$ns] = $namespaceName; 290 protected function getNote($namespaceName, $noteName) { argument 292 $note = $scope->findNote($namespaceName, $noteName); 354 $this->clearNamespaceMapping($namespaceName); 358 if ($namespaceName == '*') { 414 public function addStyle($namespaceName, $style) { argument 428 public function addMapping($namespaceName, $map) { argument 462 $this->clearNamespaceMapping($namespaceName); [all …]
|
H A D | note.php | 111 protected $namespaceName; variable in refnotes_note 137 public function __construct($scope, $namespaceName, $name) { argument 141 $this->namespaceName = $namespaceName; 179 return $this->namespaceName; 281 public function __construct($scope, $namespaceName, $name) { argument 282 parent::__construct($scope, $namespaceName, $name); 293 $name = $this->namespaceName . $this->name;
|
H A D | scope.php | 169 public function findNote($namespaceName, $noteName) { argument 181 … if (($note->getNamespaceName() == $namespaceName) && ($note->$getter() == $noteName)) {
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | TokenParser.php | 142 * @param string $namespaceName The namespace name of the reflected class. 146 public function parseUseStatements($namespaceName) argument 154 if ($token[0] !== T_NAMESPACE || $this->parseNamespace() != $namespaceName) {
|
/plugin/combo/syntax/ |
H A D | pageexplorer.php | 110 … $namespaceName = ucfirst(trim(str_replace("_", " ", substr($namespacePath, $sepPosition + 1)))); 112 $namespaceName = $namespacePath; 114 return $namespaceName; 838 $namespaceName = self::toNamespaceName($childDirectoryPath); 839 $html .= $namespaceName;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 913 $namespaceName = implode('\\', $classNameParts); 914 $fullClassName = $namespaceName . '\\' . $type; 916 $namespaceName = ''; 931 'namespaceName' => $namespaceName
|