Home
last modified time | relevance | path

Searched refs:getTag (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DDocBlockMethodTest.php56 $doc->getTag('param')
69 $doc->getTag('return')
80 $doc->getTag('something')
87 $doc->getTag('another')
/dokuwiki/inc/Remote/OpenApiDoc/
H A DDocBlockMethod.php40 return $this->getTag('param');
50 return $this->getTag('return');
H A DOpenAPIGenerator.php170 $links = $call->getDocs()->getTag('link');
239 if ($call->getDocs()->getTag('deprecated')) {
242 $call->getDocs()->getTag('deprecated')[0] .
H A DDocBlock.php106 public function getTag($tag) function in dokuwiki\\Remote\\OpenApiDoc\\DocBlock
/dokuwiki/lib/plugins/extension/
H A DExtension.php249 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
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1895 public function getTag($length = 16) function in phpseclib3\\Crypt\\Common\\SymmetricKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4434 $packet .= $this->encrypt && $this->encrypt->usesNonce() ? $this->encrypt->getTag() : $hmac;