Home
last modified time | relevance | path

Searched refs:getContext (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Remote/OpenApiDoc/
DDocBlockMethod.php25 protected function getContext() function in dokuwiki\\Remote\\OpenApiDoc\\DocBlockMethod
30 return parent::getContext();
66 'type' => new Type($refType ? $refType->getName() : 'string', $this->getContext()),
82 $result[$name]['type'] = new Type($type, $this->getContext());
100 'type' => new Type($refType ? $refType->getName() : 'void', $this->getContext()),
107 $result['type'] = new Type($type, $this->getContext());
DDocBlockProperty.php41 $this->type = new Type($refType ? $refType->getName() : 'string', $this->getContext());
47 $this->type = new Type($type, $this->getContext());
DDocBlockClass.php28 protected function getContext() function in dokuwiki\\Remote\\OpenApiDoc\\DocBlockClass
DDocBlock.php65 protected function getContext() function in dokuwiki\\Remote\\OpenApiDoc\\DocBlock
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DEC.php442 public function getContext() function in phpseclib3\\Crypt\\EC