Searched refs:noteName (Results 1 – 5 of 5) sorted by relevance
/plugin/refnotes/ |
H A 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) { 397 return new refnotes_renderer_note($scope, $namespaceName, $noteName); 500 protected function createNote($scope, $namespaceName, $noteName) { 501 return new refnotes_action_note($scope, $namespaceName, $noteName); 376 createNote($scope, $namespaceName, $noteName) global() argument 480 createNote($scope, $namespaceName, $noteName) global() argument [all...] |
H A 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)) {
|
H A 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/ |
H A 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/ |
H A 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;
|