Home
last modified time | relevance | path

Searched refs:__construct (Results 26 – 50 of 231) sorted by relevance

12345678910

/dokuwiki/inc/Menu/Item/
H A DRevert.php13 public function __construct()
18 parent::__construct();
14 public function __construct() global() function in dokuwiki\\Menu\\Item\\Revert
H A DMediaManager.php13 public function __construct() function in dokuwiki\\Menu\\Item\\MediaManager
16 parent::__construct();
H A DLogin.php13 public function __construct() function in dokuwiki\\Menu\\Item\\Login
16 parent::__construct();
H A DEdit.php14 public function __construct() function in dokuwiki\\Menu\\Item\\Edit
20 parent::__construct();
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php28 public function __construct($message = "", $code = 0, \Exception $previous = null) function in splitbrain\\phpcli\\Exception
33 parent::__construct($message, $code, $previous);
/dokuwiki/inc/Form/
H A DFieldsetOpenElement.php18 public function __construct($legend = '', $attributes = [])
23 parent::__construct($legend, $attributes);
19 public function __construct($legend='', $attributes = array()) global() function in dokuwiki\\Form\\FieldsetOpenElement
H A DValueElement.php26 public function __construct($type, $value, $attributes = []) function in dokuwiki\\Form\\ValueElement
28 parent::__construct($type, $attributes);
H A DTextareaElement.php20 public function __construct($name, $label) function in dokuwiki\\Form\\TextareaElement
22 parent::__construct('textarea', $name, $label);
H A DTagCloseElement.php19 public function __construct($tag, $attributes = []) function in dokuwiki\\Form\\TagCloseElement
21 parent::__construct('tagclose', $tag, $attributes);
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientMulticall.php14 public function __construct($server, $path = false, $port = 80) function in IXR\\Client\\ClientMulticall
16 parent::__construct($server, $path, $port);
/dokuwiki/inc/Cache/
H A DCacheInstructions.php14 public function __construct($id, $file)
16 parent::__construct($id, $file, 'i');
15 public function __construct($id, $file) global() function in dokuwiki\\Cache\\CacheInstructions
H A DCacheImageMod.php20 public function __construct($file, $w, $h, $ext, $crop)
29 parent::__construct($file, $fullext);
21 public function __construct($file, $w, $h, $ext, $crop) global() function in dokuwiki\\Cache\\CacheImageMod
H A DCacheParser.php20 public function __construct($id, $file, $mode)
31 parent::__construct($file . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT'), '.' . $mode);
21 public function __construct($id, $file, $mode) global() function in dokuwiki\\Cache\\CacheParser
/dokuwiki/inc/Action/Exception/
H A DActionException.php33 public function __construct($newaction = null, $message = '') function in dokuwiki\\Action\\Exception\\ActionException
36 parent::__construct($message);
/dokuwiki/inc/Input/
H A DServer.php13 public function __construct()
14 public function __construct() global() function in dokuwiki\\Input\\Server
H A DGet.php13 public function __construct() function in dokuwiki\\Input\\Get
H A DPost.php13 public function __construct()
14 public function __construct() global() function in dokuwiki\\Input\\Post
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php16 public function __construct(MediaFile $mediaFile) function in dokuwiki\\Ui\\Media\\DisplayTile
18 parent::__construct($mediaFile);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php39 public function __construct($encoded)
43 function __construct($encoded) global() function in phpseclib\\File\\ASN1\\Element
/dokuwiki/inc/parser/
H A Dparser.php51 public function __construct(Doku_Handler $handler = null)
61 parent::__construct($handler);
59 public function __construct(Doku_Handler $handler = null) { global() function in Doku_Parser
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DBase64.php14 public function __construct($data) function in IXR\\DataType\\Base64
/dokuwiki/inc/Parsing/Handler/
H A DReWriterInterface.php21 public function __construct(CallWriterInterface $callWriter); function
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php20 public function __construct()
25 parent::__construct();
21 public function __construct(){ global() function in dokuwiki\\HTTP\\DokuHTTPClient
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DCallableNameFilter.php59 public function __construct(callable $callable) function in SimplePie\\Cache\\CallableNameFilter
/dokuwiki/inc/Parsing/ParserMode/
H A DBase.php10 public function __construct()
11 public function __construct() global() function in dokuwiki\\Parsing\\ParserMode\\Base

12345678910