Home
last modified time | relevance | path

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

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