Home
last modified time | relevance | path

Searched refs:__construct (Results 426 – 450 of 3579) sorted by relevance

1...<<11121314151617181920>>...144

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DRepeatedTest.php33 …public function __construct(PHPUnit_Framework_Test $test, $timesRepeat = 1, $processIsolation = fa… function in PHPUnit_Extensions_RepeatedTest
35 parent::__construct($test);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php35 public function __construct($e) function in PHPUnit_Framework_ExceptionWrapper
39 parent::__construct($e->getMessage(), (int) $e->getCode());
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCountry.php46 public function __construct($raw, $locales = ['en']) function in GeoIp2\\Model\\Country
48 parent::__construct($raw);
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGroupssettings.php50 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Groupssettings
52 parent::__construct($clientOrConfig);
H A DKgsearch.php48 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Kgsearch
50 parent::__construct($clientOrConfig);
H A DPagespeedInsights.php53 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\PagespeedInsights
55 parent::__construct($clientOrConfig);
H A DDocs.php62 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Docs
64 parent::__construct($clientOrConfig);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php20 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { function in Sabre\\CalDAV\\SharedCalendar
33 parent::__construct($caldavBackend, $calendarInfo);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php33 function __construct($resourceTypes = null) { function in Sabre\\DAV\\Xml\\Property\\ResourceType
35 parent::__construct((array)$resourceTypes);
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php29 public function __construct(string $scheme, string $path, array $parameters = [], array $authentication = []) function in Nyholm\\Dsn\\Configuration\\Path
33 parent::__construct($scheme, $parameters);
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php20 public function __construct(){ function in dokuwiki\\plugin\\upgrade\\HTTP\\DokuHTTPClient
24 parent::__construct();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DEpsilonTransition.php14 public function __construct(ATNState $target, int $outermostPrecedenceReturn = -1) function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\EpsilonTransition
16 parent::__construct($target);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php85 public function __construct($call, $able = '') function in Hoa\\Consistency\\Xcallable
131 return $this->__construct($call[0]);
134 return $this->__construct($call[0], $call[1]);
/plugin/mediathumbnails/
H A Dthumb_engines.php13 public function __construct(thumbnail $thumbnail) { function in thumb_engine
109 public function __construct(thumbnail $thumbnail, array $thumb_paths) { function in thumb_zip_engine
110 parent::__construct($thumbnail);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php26 public function __construct($string) function in PHPUnit_Framework_Constraint_StringMatches
28 parent::__construct($string);
H A DArraySubset.php33 public function __construct($subset, $strict = false) function in PHPUnit_Framework_Constraint_ArraySubset
35 parent::__construct();
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIfNode.php24 …public function __construct(\Twig_NodeInterface $tests, \Twig_NodeInterface $else = null, $lineno,… function in Twig\\Node\\IfNode
31 parent::__construct($nodes, [], $lineno, $tag);
/plugin/letsencrypt/classes/
H A DLescript.php13 public function __construct($certificatesDir, $webRootDir, $logger) { function in dokuwiki\\plugin\\letsencrypt\\classes\\Lescript
18 parent::__construct($certificatesDir, $webRootDir, $logger, $client);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php34 …public function __construct(AssetCollectionIterator $iterator, array $visited = array(), array $so… function in Assetic\\Asset\\Iterator\\AssetCollectionFilterIterator
36 parent::__construct($iterator);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class.phpt21 public function __construct($wsdl, array $options)
23 parent::__construct('%s/GoogleSearch.wsdl', $options);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php39 function __construct($uri, array $privileges) { function in Sabre\\DAVACL\\Exception\\NeedPrivileges
44 …parent::__construct('User did not have the required privileges (' . implode(',', $privileges) . ')…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DFunctionExpression.php19 public function __construct($name, \Twig_NodeInterface $arguments, $lineno) function in Twig\\Node\\Expression\\FunctionExpression
21 …parent::__construct(['arguments' => $arguments], ['name' => $name, 'is_defined_test' => false], $l…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DIFTTTHandler.php39 …public function __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bu… function in Monolog\\Handler\\IFTTTHandler
48 parent::__construct($level, $bubble);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php39 function __construct($uri, array $privileges) { function in Sabre\\DAVACL\\Exception\\NeedPrivileges
44 …parent::__construct('User did not have the required privileges (' . implode(',', $privileges) . ')…

1...<<11121314151617181920>>...144