Searched refs:setExtension (Results  1 – 2 of 2) sorted by relevance
| /dokuwiki/bin/ | 
| H A D | gittool.php | 223         $plugin->setExtension($ext);312         $ext->setExtension($extension);
 
 | 
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ | 
| H A D | X509.php | 2635             $this->setExtension('id-ce-authorityKeyIdentifier', [2651             $this->setExtension('id-ce-subjectKeyIdentifier', $subject->currentKeyIdentifier);
 2676             $this->setExtension('id-ce-subjectAltName', $altName);
 2685             $this->setExtension(
 2695             $this->setExtension(
 2702 …$this->setExtension('id-ce-subjectKeyIdentifier', $this->computeKeyIdentifier($this->currentCert),…
 2920                 $this->setExtension('id-ce-cRLNumber', $crlNumber);
 2924                 $this->setExtension('id-ce-authorityKeyIdentifier', [
 2942                 $this->setExtension('id-ce-issuerAltName', $issuerAltName);
 3407     public function setExtension($id, $value, $critical = false, $replace = true)  function in phpseclib3\\File\\X509
 
 |