Searched refs:namespaceName (Results 1 – 8 of 8) sorted by relevance
| /plugin/refnotes/ |
| D | core.php | 240 public function styleNamespace($namespaceName, $style) { argument 241 $namespace = $this->getNamespace($namespaceName); 254 public function setNamespaceMapping($namespaceName, $map) { argument 256 $this->mapping[$ns] = $namespaceName; 263 protected function clearNamespaceMapping($namespaceName) { argument 264 $this->mapping = array_diff($this->mapping, array($namespaceName)); 290 protected function getNote($namespaceName, $noteName) { argument 291 $scope = $this->getNamespace($namespaceName)->getActiveScope(); 292 $note = $scope->findNote($namespaceName, $noteName); 294 if (($note == NULL) && array_key_exists($namespaceName, $this->mapping)) { [all …]
|
| 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;
|
| 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/ |
| 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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
| D | Generator.php | 913 $namespaceName = implode('\\', $classNameParts); 914 $fullClassName = $namespaceName . '\\' . $type; 916 $namespaceName = ''; 931 'namespaceName' => $namespaceName
|
| /plugin/combo/ComboStrap/ |
| H A D | PageExplorerTag.php | 771 $namespaceName = PageExplorerTag::toNamespaceName($containerPath); 772 $html .= $namespaceName;
|
| /plugin/calendar/ |
| D | admin.php | 4761 $namespaceName = $INPUT->str('namespace_name'); 4764 if (empty($namespaceName)) { 4768 if (!preg_match('/^[a-zA-Z0-9_:-]+$/', $namespaceName)) { 4773 $namespacePath = str_replace(':', '/', $namespaceName); 4781 … $this->redirect("Namespace '$namespaceName' already exists with events", 'info', 'manage'); 4802 $this->redirect("Created namespace: $namespaceName", 'success', 'manage');
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1387 …RAM:7,NEWLINE:8,EOF:9,statement:10,classLabel:11,SQS:12,STR:13,SQE:14,namespaceName:15,alphaNumTok… property
|