Searched refs:noteName (Results 1 – 5 of 5) sorted by relevance
| /plugin/refnotes/ |
| D | core.php | 290 protected function getNote($namespaceName, $noteName) { argument 292 $note = $scope->findNote($namespaceName, $noteName); 296 $note = $scope->findNote($namespaceName, $noteName); 300 if (!is_int($noteName)) { 301 $note = $this->createNote($scope, $namespaceName, $noteName); 316 abstract protected function createNote($scope, $namespaceName, $noteName); argument 396 protected function createNote($scope, $namespaceName, $noteName) { argument 397 return new refnotes_renderer_note($scope, $namespaceName, $noteName); 500 protected function createNote($scope, $namespaceName, $noteName) { argument 501 return new refnotes_action_note($scope, $namespaceName, $noteName);
|
| D | scope.php | 169 public function findNote($namespaceName, $noteName) { argument 172 if ($noteName != '') { 173 if (is_int($noteName)) { 181 … if (($note->getNamespaceName() == $namespaceName) && ($note->$getter() == $noteName)) {
|
| D | rendering.php | 385 $noteName = $reference->getNote()->getAnchorName(); 394 … $html .= '<a href="#' . $noteName . '" name="' . $referenceName . '" class="' . $class . '">';
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
| D | Occurrence.php | 53 public $noteName; variable in Google\\Service\\OnDemandScanning\\Occurrence 230 public function setNoteName($noteName) argument 232 $this->noteName = $noteName; 239 return $this->noteName;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
| D | Occurrence.php | 53 public $noteName; variable in Google\\Service\\ContainerAnalysis\\Occurrence 230 public function setNoteName($noteName) argument 232 $this->noteName = $noteName; 239 return $this->noteName;
|