Home
last modified time | relevance | path

Searched refs:__construct (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dokuwiki/inc/
Ddeprecated.php20 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) function in IXR_Client
23 parent::__construct($server, $path, $port, $timeout, $timeout_io);
35 public function __construct($server, $path = false, $port = 80) function in IXR_ClientMulticall
38 parent::__construct($server, $path, $port);
50 public function __construct($callbacks = false, $data = false, $wait = false) function in IXR_Server
53 parent::__construct($callbacks, $data, $wait);
65 public function __construct() function in IXR_IntrospectionServer
68 parent::__construct();
80 public function __construct($method, $args) function in IXR_Request
83 parent::__construct($method, $args);
[all …]
Dcache.php14 public function __construct($key, $ext) function in cache
17 parent::__construct($key, $ext);
27 public function __construct($id, $file, $mode) function in cache_parser
30 parent::__construct($id, $file, $mode);
41 public function __construct($id, $file, $mode) function in cache_renderer
44 parent::__construct($id, $file, $mode);
53 public function __construct($id, $file) function in cache_instructions
56 parent::__construct($id, $file);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
DRSSCreator20.php16 public function __construct() function in RSSCreator20
18 parent::__construct();
/dokuwiki/inc/Menu/Item/
DBacklink.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Backlink
15 parent::__construct();
DRecent.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Recent
15 parent::__construct();
DRevisions.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Revisions
15 parent::__construct();
DMedia.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Media
16 parent::__construct();
DProfile.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Profile
16 parent::__construct();
DRegister.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Register
16 parent::__construct();
DResendpwd.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Resendpwd
16 parent::__construct();
DSubscribe.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Subscribe
16 parent::__construct();
DAdmin.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Admin
18 parent::__construct();
DIndex.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Index
17 parent::__construct();
DImgBackto.php13 public function __construct() function in dokuwiki\\Menu\\Item\\ImgBackto
16 parent::__construct();
DTop.php14 public function __construct() function in dokuwiki\\Menu\\Item\\Top
16 parent::__construct();
/dokuwiki/inc/TreeBuilder/Node/
DTop.php12 public function __construct() function in dokuwiki\\TreeBuilder\\Node\\Top
14 parent::__construct('', '');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DStreamCipher.php40 public function __construct() function in phpseclib3\\Crypt\\Common\\StreamCipher
42 parent::__construct('stream');
/dokuwiki/inc/Form/
DHTMLElement.php17 public function __construct($html) function in dokuwiki\\Form\\HTMLElement
19 parent::__construct('html', $html);
DFieldsetCloseElement.php17 public function __construct($attributes = []) function in dokuwiki\\Form\\FieldsetCloseElement
19 parent::__construct('', $attributes);
DLabelElement.php16 public function __construct($label) function in dokuwiki\\Form\\LabelElement
18 parent::__construct('label', $label);
DTagOpenElement.php19 public function __construct($tag, $attributes = []) function in dokuwiki\\Form\\TagOpenElement
21 parent::__construct('tagopen', $tag, $attributes);
DTagElement.php18 public function __construct($tag, $attributes = []) function in dokuwiki\\Form\\TagElement
20 parent::__construct('tag', $tag, $attributes);
DButtonElement.php21 public function __construct($name, $content = '') function in dokuwiki\\Form\\ButtonElement
23 parent::__construct('button', ['name' => $name, 'value' => 1]);
/dokuwiki/_test/tests/Remote/Mock/
DJsonRpcServer.php9 public function __construct() function in dokuwiki\\test\\Remote\\Mock\\JsonRpcServer
11 parent::__construct();
/dokuwiki/inc/Action/Exception/
DFatalException.php24 public function __construct($message = 'A fatal error occured', $status = 500, $previous = null) function in dokuwiki\\Action\\Exception\\FatalException
26 parent::__construct($message, $status, $previous);

12345678910>>...14