Home
last modified time | relevance | path

Searched refs:__construct (Results 201 – 225 of 231) sorted by relevance

12345678910

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php360 public function __construct($mode)
362 parent::__construct($mode);
400 function __construct($mode = self::MODE_CBC) global() function in phpseclib\\Crypt\\Blowfish
H A DHash.php202 public function __construct($hash = 'sha256')
158 function __construct($hash = 'sha1') global() function in phpseclib\\Crypt\\Hash
H A DBase.php
/dokuwiki/inc/Ui/
H A DSearch.php26 public function __construct(array $pageLookupResults, array $fullTextResults, $highlight) function in dokuwiki\\Ui\\Search
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php111 public function __construct() function in SimplePie\\Sanitize
H A DEnclosure.php230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) function in SimplePie\\Enclosure
H A DSource.php64 public function __construct($item, $data) function in SimplePie\\Source
H A DIRI.php239 public function __construct($iri = null) function in SimplePie\\IRI
H A DItem.php93 public function __construct($feed, $data) function in SimplePie\\Item
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php27 public function __construct($id, $chunk_size = 8192) function in dokuwiki\\ChangeLog\\ChangeLog
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php53 public function __construct(adLDAP $adldap) { function in adLDAPGroups
H A DadLDAPUsers.php53 public function __construct(adLDAP $adldap) { function in adLDAPUsers
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php25 public function __construct()
23 public function __construct() global() function in helper_plugin_extension_list
H A Dextension.php42 public function __construct()
35 public function __construct() global() function in helper_plugin_extension_extension
/dokuwiki/inc/
H A DMailer.class.php40 public function __construct()
37 public function __construct() { global() function in Mailer
H A Dform.php66 public function __construct($params, $action = false, $method = false, $enctype = false)
65 public function __construct($params, $action=false, $method=false, $enctype=false) global() function in Doku_Form
/dokuwiki/inc/Remote/
H A DApiCore.php29 public function __construct(Api $api) global() function in dokuwiki\\Remote\\ApiCore
/dokuwiki/inc/HTTP/
H A DHTTPClient.php69 public function __construct()
68 public function __construct(){ global() function in dokuwiki\\HTTP\\HTTPClient
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php94 function __construct($options = false) function in idna_convert
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSFTP.php92 * @see self::__construct()
101 * @see self::__construct()
264 * @see self::__construct()
359 public function __construct($host, $port = 22, $timeout = 10)
361 parent::__construct($host, $port, $timeout);
364 function __construct($host, $port = 22, $timeout = 10) global() function in phpseclib\\Net\\SFTP
/dokuwiki/inc/parser/
H A Dhandler.php42 public function __construct()
41 public function __construct() { global() function in Doku_Handler
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php42 public function __construct()
37 public function __construct() global() function in admin_plugin_usermanager
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php168 public function __construct($x = 0, $base = 10)
251 function __construct($x = 0, $base = 10) global() function in phpseclib\\Math\\BigInteger

12345678910