Searched refs:getTag (Results 1 – 7 of 7) sorted by relevance
56 $doc->getTag('param')69 $doc->getTag('return')80 $doc->getTag('something')87 $doc->getTag('another')
40 return $this->getTag('param');50 return $this->getTag('return');
170 $links = $call->getDocs()->getTag('link');239 if ($call->getDocs()->getTag('deprecated')) {242 $call->getDocs()->getTag('deprecated')[0] .
106 public function getTag($tag) function in dokuwiki\\Remote\\OpenApiDoc\\DocBlock
249 return $this->getTag('name', PhpString::ucwords($this->getBase() . ' ' . $this->getType()));259 return $this->getTag('author');292 return $this->getTag(['desc', 'description']);302 return $this->getTag(832 protected function getTag($tag, $default = '') function in dokuwiki\\plugin\\extension\\Extension
1895 public function getTag($length = 16) function in phpseclib3\\Crypt\\Common\\SymmetricKey
4434 $packet .= $this->encrypt && $this->encrypt->usesNonce() ? $this->encrypt->getTag() : $hmac;