Home
last modified time | relevance | path

Searched refs:__construct (Results 126 – 150 of 3451) sorted by relevance

12345678910>>...139

/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DFunctionNotSupportedException.php19 public function __construct(string $dsn, string $function, ?string $message = null) function in Nyholm\\Dsn\\Exception\\FunctionNotSupportedException
21 parent::__construct($dsn, $message ?? sprintf('Function "%s" is not supported', $function));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DMissing.php16 public function __construct(string $name, string $field) function in Elastica\\Aggregation\\Missing
18 parent::__construct($name);
/plugin/odt/ODT/elements/
H A DODTElementNote.php19 public function __construct() { function in ODTElementNote
20 parent::__construct();
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DUnsupportedMethodException.php18 public function __construct($method, $code = 0, $message = null) function in geoPHP\\Exception\\UnsupportedMethodException
21 parent::__construct($message, $code);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DMkCol.php38 function __construct(array $resourceType, array $mutations) { function in Sabre\\DAV\\MkCol
41 parent::__construct($mutations);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DError.php25 public function __construct($message, $code, $file, $line, Exception $previous = null) function in PHPUnit_Framework_Error
27 parent::__construct($message, $code, $previous);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DUnexpectedCallsCountException.php20 public function __construct($message, MethodProphecy $methodProphecy, $count, array $calls) function in Prophecy\\Exception\\Prediction\\UnexpectedCallsCountException
22 parent::__construct($message, $methodProphecy, $calls);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DLeaveProfileNode.php24 public function __construct($varName) function in Twig\\Profiler\\Node\\LeaveProfileNode
26 parent::__construct([], ['var_name' => $varName]);
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedFilterError.php23 …public function __construct($message, $functionName, $lineno = -1, $filename = null, \Exception $p… function in Twig\\Sandbox\\SecurityNotAllowedFilterError
25 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedFunctionError.php23 …public function __construct($message, $functionName, $lineno = -1, $filename = null, \Exception $p… function in Twig\\Sandbox\\SecurityNotAllowedFunctionError
25 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedTagError.php23 …public function __construct($message, $tagName, $lineno = -1, $filename = null, \Exception $previo… function in Twig\\Sandbox\\SecurityNotAllowedTagError
25 parent::__construct($message, $lineno, $filename, $previous);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DObject.php31 …public function __construct($className, $methodName, array $parameters, $returnType, $object, $clo… function in PHPUnit_Framework_MockObject_Invocation_Object
33 parent::__construct($className, $methodName, $parameters, $returnType, $cloneObjects);
/plugin/tplmod/
H A DMenuItem.php26 public function __construct($btn_name = "") { function in dokuwiki\\plugin\\tplmod\\MenuItem
27 parent::__construct();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUnsolicitedNotificationException.php34 public function __construct($message = "", $code = 0, Throwable $previous = null, $oid = "")
37 parent::__construct($message, $code, $previous);
31 public function __construct($message = "", $code = 0, \Throwable $previous = null, $oid = "") global() function in FreeDSx\\Ldap\\Exception\\UnsolicitedNotificationException
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DImage.php
H A DLink.php
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DConnectException.php13 public function __construct( function in GuzzleHttp\\Exception\\ConnectException
19 parent::__construct($message, $request, null, $previous, $handlerContext);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DMkCol.php38 function __construct(array $resourceType, array $mutations) { function in Sabre\\DAV\\MkCol
41 parent::__construct($mutations);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DPartialShardFailureException.php19 public function __construct(Request $request, Response $response) function in Elastica\\Exception\\PartialShardFailureException
21 parent::__construct($request, $response);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') function in GuzzleHttp\\Stream\\Exception\\SeekException
17 parent::__construct($msg);
/plugin/upgrade/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);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DTokenException.php31 public function __construct(PhpCss\Scanner\Token $token, string $message) { function in PhpCss\\Exception\\TokenException
33 parent::__construct($message);
/plugin/dev/skel/
H A Dauth.php14 public function __construct()
16 parent::__construct(); // for compatibility
12 public function __construct() global() function
/plugin/bez/struct/
H A DBezSearch.php12 public function __construct($data, Factory $factory) { function in dokuwiki\\plugin\\bez\\struct\\BezSearch
13 parent::__construct($data);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiCurve.php14 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::class) function in geoPHP\\Geometry\\MultiCurve
16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);

12345678910>>...139