Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 79) sorted by relevance

1234

/dokuwiki/inc/Form/
H A DOptGroup.php7 protected $options = []; variable in dokuwiki\\Form\\OptGroup
14 public function __construct($label, $options)
57 public function options($options = null) argument
H A DDropdownElement.php25 public function __construct($name, $options, $label = '')
41 public function addOptGroup($label, $options)
91 public function options($options = null) argument
/dokuwiki/.github/
H A Drelease.php30 protected function setup(\splitbrain\phpcli\Options $options)
42 protected function main(\splitbrain\phpcli\Options $options)
59 protected function prepareCurrentEnvironment(\splitbrain\phpcli\Options $options)
74 protected function prepareNewEnvironment(\splitbrain\phpcli\Options $options)
/dokuwiki/bin/
H A Drender.php30 protected function setup(Options $options)
51 protected function main(Options $options)
H A Dstriplangs.php22 protected function setup(Options $options)
51 protected function main(Options $options)
H A Dplugin.php23 protected function setup(Options $options)
37 protected function main(Options $options)
H A Dindexer.php25 protected function setup(Options $options)
52 protected function main(Options $options)
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php37 public $options = [ variable in dokuwiki\\Feed\\FeedCreatorOptions
61 public function __construct($options = [])
H A DFeedCreator.php13 protected $options; variable in dokuwiki\\Feed\\FeedCreator
18 public function __construct(FeedCreatorOptions $options)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php167 …eger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = [])
185 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
201 public static function savePSSParams(array $options)
H A DJWK.php103 …eger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = [])
132 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
H A DOpenSSH.php98 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
125 …eger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = [])
H A DPKCS8.php101 …eger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = [])
116 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php77 protected $options; variable in SimplePie\\Cache\\Redis
93 public function __construct($location, $name, $options = null)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = [])
H A DPublicKey.php33 public function toString($type, array $options = [])
/dokuwiki/vendor/splitbrain/slika/src/
H A DAdapter.php15 protected $options; variable in splitbrain\\slika\\Adapter
24 public function __construct($imagepath, $options = [])
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php20 protected $options; variable in splitbrain\\phpcli\\Base
110 abstract protected function setup(Options $options);
122 abstract protected function main(Options $options);
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php19 protected function setup(Options $options)
55 protected function main(Options $options)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php75 …tion savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, array $options = [])
111 …p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php100 …gInteger $base, BigInteger $privateKey, BigInteger $publicKey, $password = '', array $options = [])
121 …tion savePublicKey(BigInteger $prime, BigInteger $base, BigInteger $publicKey, array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php147 public static function saveParameters(BaseCurve $curve, array $options = [])
173 …rivateKey, BaseCurve $curve, array $publicKey, $secret = null, $password = '', array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DJWK.php65 protected static function wrapKey(array $key, array $options)

1234