Home
last modified time | relevance | path

Searched refs:__construct (Results 76 – 100 of 231) sorted by relevance

12345678910

/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php107 public function __construct() function in SimplePie_Autoloader
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRestriction.php90 public function __construct($relationship = null, $type = null, $value = null) function in SimplePie\\Restriction
H A DCredit.php90 public function __construct($role = null, $scheme = null, $name = null) function in SimplePie\\Credit
H A DAuthor.php91 public function __construct($name = null, $link = null, $email = null) function in SimplePie\\Author
H A DCategory.php103 public function __construct($term = null, $scheme = null, $label = null, $type = null) function in SimplePie\\Category
H A DCache.php80 private function __construct() function in SimplePie\\Cache
H A DCaption.php106 public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text = null) function in SimplePie\\Caption
/dokuwiki/vendor/splitbrain/slika/src/
H A DAdapter.php24 public function __construct($imagepath, $options = []) function in splitbrain\\slika\\Adapter
H A DImageMagickAdapter.php15 public function __construct($imagepath, $options = []) function in splitbrain\\slika\\ImageMagickAdapter
17 parent::__construct($imagepath, $options);
/dokuwiki/inc/Ui/
H A DMediaRevisions.php25 public function __construct($id) function in dokuwiki\\Ui\\MediaRevisions
30 parent::__construct($id);
H A DPageRevisions.php24 public function __construct($id = null) function in dokuwiki\\Ui\\PageRevisions
28 parent::__construct($id);
H A DPageConflict.php23 public function __construct($text = '', $summary = '') function in dokuwiki\\Ui\\PageConflict
H A DPageView.php21 public function __construct($text = null) function in dokuwiki\\Ui\\PageView
/dokuwiki/inc/Form/
H A DInputElement.php31 public function __construct($type, $name, $label = '') function in dokuwiki\\Form\\InputElement
33 parent::__construct($type, ['name' => $name]);
H A DDropdownElement.php25 public function __construct($name, $options, $label = '') function in dokuwiki\\Form\\DropdownElement
27 parent::__construct('dropdown', $name, $label);
H A DLegacyForm.php22 public function __construct(\Doku_Form $oldform) function in dokuwiki\\Form\\LegacyForm
24 parent::__construct($oldform->params);
/dokuwiki/lib/plugins/popularity/
H A Daction.php19 public function __construct()
16 public function __construct() global() function in action_plugin_popularity
/dokuwiki/inc/Parsing/ParserMode/
H A DAcronym.php16 public function __construct($acronyms) function in dokuwiki\\Parsing\\ParserMode\\Acronym
H A DFormatting.php55 public function __construct($type)
60 public function __construct($type) global() function in dokuwiki\\Parsing\\ParserMode\\Formatting
/dokuwiki/inc/
H A DFeedParserFile.php26 public function __construct(
24 public function __construct( global() function in dokuwiki\\FeedParserFile
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php129 * @see \phpseclib3\Crypt\DES::__construct()
130 * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct()
133 public function __construct($mode)
139 parent::__construct('cbc');
159 parent::__construct($mode);
172 * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct()
422 * @see \phpseclib3\Crypt\Common\SymmetricKey::__construct()
154 function __construct($mode = self::MODE_CBC) global() function in phpseclib\\Crypt\\TripleDES
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php55 public function __construct($server, $path = false, $port = 443, $timeout = false, $timeout_io = null) function in IXR\\Client\\ClientSSL
57 parent::__construct($server, $path, $port, $timeout, $timeout_io);
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DPsr16.php72 public function __construct(CacheInterface $cache) function in SimplePie\\Cache\\Psr16
H A DBaseDataCache.php64 public function __construct(Base $cache) function in SimplePie\\Cache\\BaseDataCache
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DGPXCreator.php15 public function __construct() function in GPXCreator

12345678910