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
237 return $this->getTag('name', PhpString::ucwords($this->getBase() . ' ' . $this->getType()));247 return $this->getTag('author');280 return $this->getTag(['desc', 'description']);290 return $this->getTag(
1895 public function getTag($length = 16) function in phpseclib3\\Crypt\\Common\\SymmetricKey
4434 $packet .= $this->encrypt && $this->encrypt->usesNonce() ? $this->encrypt->getTag() : $hmac;