Home
last modified time | relevance | path

Searched refs:initialize (Results 1 – 16 of 16) sorted by relevance

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingCompression.php13 public function initialize($default = null, $local = null, $protected = null) function in dokuwiki\\plugin\\config\\core\\Setting\\SettingCompression
20 parent::initialize($default, $local, $protected);
H A DSettingLicense.php13 public function initialize($default = null, $local = null, $protected = null) function in dokuwiki\\plugin\\config\\core\\Setting\\SettingLicense
22 parent::initialize($default, $local, $protected);
H A DSettingDirchoice.php13 public function initialize($default = null, $local = null, $protected = null) function in dokuwiki\\plugin\\config\\core\\Setting\\SettingDirchoice
32 parent::initialize($default, $local, $protected);
H A DSettingAuthtype.php11 public function initialize($default = null, $local = null, $protected = null) function in dokuwiki\\plugin\\config\\core\\Setting\\SettingAuthtype
21 parent::initialize($default, $local, $protected);
H A DSettingRenderer.php20 public function initialize($default = null, $local = null, $protected = null) function in dokuwiki\\plugin\\config\\core\\Setting\\SettingRenderer
34 parent::initialize($default, $local, $protected);
H A DSetting.php35 * @see initialize() to set the actual value of the setting
62 public function initialize($default = null, $local = null, $protected = null) function in dokuwiki\\plugin\\config\\core\\Setting\\Setting
/dokuwiki/lib/plugins/config/_test/Setting/
H A DSettingTest.php37 $setting->initialize('ignore', $in);
66 $setting->initialize($default, $local, null);
/dokuwiki/lib/plugins/config/_test/
H A DWriterTest.php20 $set1->initialize('foo','bar', null);
22 $set2->initialize('foo','foo', null);
/dokuwiki/lib/scripts/
H A Dhotkeys.js37 this.initialize = function() { method in Hotkeys
301 hotkeys.initialize();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php50 protected function initialize($base) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
53 return parent::initialize($base);
H A DPHP32.php50 protected function initialize($base) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
53 return parent::initialize($base);
H A DEngine.php155 $this->initialize($base);
178 $this->initialize($base);
194 $this->initialize($base);
H A DBCMath.php79 protected function initialize($base) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php83 protected function initialize($base) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php93 protected function initialize($base) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php180 $obj->initialize($d, $l, $p);