Home
last modified time | relevance | path

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

12345678910

/dokuwiki/inc/
H A Ddeprecated.php23 public function __construct($message = "", $code = 0, Throwable $previous = null)
26 parent::__construct($message, $code, $previous);
38 public function __construct($message = "", $code = 0, Throwable $previous = null)
41 parent::__construct($message, $code, $previous);
66 public function __construct($key, array $params = null)
69 parent::__construct($key, $params);
80 public function __construct($key, array $params = null)
83 parent::__construct($key, $params);
94 public function __construct($key, array $params = null)
97 parent::__construct(
21 public function __construct($message = "", $code = 0, Throwable $previous = null) global() function in RemoteAccessDeniedException
36 public function __construct($message = "", $code = 0, Throwable $previous = null) global() function in RemoteException
64 public function __construct($key, array $params = null) global() function in setting
78 public function __construct($key, array $params = null) global() function in setting_authtype
92 public function __construct($key, array $params = null) global() function in setting_string
106 public function __construct($id, $chunk_size = 8192) global() function in PageChangelog
120 public function __construct($id, $chunk_size = 8192) global() function in MediaChangelog
145 public function __construct($use = JSON_STRICT_TYPE) global() function in JSON
207 public function __construct() global() function in Input
223 public function __construct() global() function in PostInput
239 public function __construct() global() function in GetInput
255 public function __construct() global() function in ServerInput
271 public function __construct() global() function in PassHash
286 public function __construct($message = '', $code = 0, $previous = null) global() function in HTTPClientException
302 public function __construct() global() function in HTTPClient
319 public function __construct() global() function in DokuHTTPClient
350 public function __construct() global() function in Doku_Plugin_Controller
581 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) global() function in IXR_Client
596 public function __construct($server, $path = false, $port = 80) global() function in IXR_ClientMulticall
611 public function __construct($callbacks = false, $data = false, $wait = false) global() function in IXR_Server
626 public function __construct() global() function in IXR_IntrospectionServer
641 public function __construct($method, $args) global() function in IXR_Request
656 public function __construct($message) global() function in IXR_Message
671 public function __construct($code, $message) global() function in IXR_Error
686 public function __construct($time) global() function in IXR_Date
701 public function __construct($data) global() function in IXR_Base64
716 public function __construct($data, $type = null) global() function in IXR_Value
[all...]
H A Dcache.php14 public function __construct($key, $ext)
17 parent::__construct($key, $ext);
27 public function __construct($id, $file, $mode)
30 parent::__construct($id, $file, $mode);
41 public function __construct($id, $file, $mode)
44 parent::__construct($id, $file, $mode);
53 public function __construct($id, $file)
56 parent::__construct($id, $file);
13 public function __construct($key, $ext) global() function in cache
26 public function __construct($id, $file, $mode) global() function in cache_parser
40 public function __construct($id, $file, $mode) global() function in cache_renderer
52 public function __construct($id, $file) global() function in cache_instructions
H A DFeedParser.php15 public function __construct()
17 parent::__construct();
14 public function __construct(){ global() function in FeedParser
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator20.php16 public function __construct() function in RSSCreator20
18 parent::__construct();
/dokuwiki/inc/Menu/Item/
H A DBacklink.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Backlink
15 parent::__construct();
H A DRecent.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Recent
15 parent::__construct();
H A DRevisions.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Revisions
15 parent::__construct();
H A DProfile.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Profile
16 parent::__construct();
H A DRegister.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Register
16 parent::__construct();
H A DMedia.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Media
16 parent::__construct();
H A DResendpwd.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Resendpwd
16 parent::__construct();
H A DSubscribe.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Subscribe
16 parent::__construct();
H A DAdmin.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Admin
15 parent::__construct();
H A DImgBackto.php13 public function __construct() function in dokuwiki\\Menu\\Item\\ImgBackto
16 parent::__construct();
H A DIndex.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Index
17 parent::__construct();
H A DTop.php14 public function __construct() function in dokuwiki\\Menu\\Item\\Top
16 parent::__construct();
H A DBack.php14 public function __construct() function in dokuwiki\\Menu\\Item\\Back
17 parent::__construct();
/dokuwiki/inc/Form/
H A DFieldsetCloseElement.php17 public function __construct($attributes = []) function in dokuwiki\\Form\\FieldsetCloseElement
19 parent::__construct('', $attributes);
H A DHTMLElement.php17 public function __construct($html) function in dokuwiki\\Form\\HTMLElement
19 parent::__construct('html', $html);
H A DLabelElement.php16 public function __construct($label) function in dokuwiki\\Form\\LabelElement
18 parent::__construct('label', $label);
H A DTagElement.php18 public function __construct($tag, $attributes = []) function in dokuwiki\\Form\\TagElement
20 parent::__construct('tag', $tag, $attributes);
H A DTagOpenElement.php19 public function __construct($tag, $attributes = []) function in dokuwiki\\Form\\TagOpenElement
21 parent::__construct('tagopen', $tag, $attributes);
H A DButtonElement.php21 public function __construct($name, $content = '') function in dokuwiki\\Form\\ButtonElement
23 parent::__construct('button', ['name' => $name, 'value' => 1]);
/dokuwiki/inc/Action/Exception/
H A DFatalException.php24 public function __construct($message = 'A fatal error occured', $status = 500, $previous = null)
26 parent::__construct($message, $status, $previous);
23 public function __construct($message = 'A fatal error occured', $status = 500, $previous = null) { global() function in dokuwiki\\Action\\Exception\\FatalException
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingSepchar.php11 public function __construct($key, $param = null) function in dokuwiki\\plugin\\config\\core\\Setting\\SettingSepchar
17 parent::__construct($key, $param);

12345678910