Home
last modified time | relevance | path

Searched refs:__construct (Results 301 – 325 of 3579) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php20 public function __construct(\Twig_NodeInterface $left, \Twig_NodeInterface $right, $lineno) function in Twig\\Node\\Expression\\Binary\\AbstractBinary
22 parent::__construct(['left' => $left, 'right' => $right], [], $lineno);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringContains.php36 public function __construct($string, $ignoreCase = false) function in PHPUnit_Framework_Constraint_StringContains
38 parent::__construct();
H A DAttribute.php22 public function __construct(PHPUnit_Framework_Constraint $constraint, $attributeName) function in PHPUnit_Framework_Constraint_Attribute
24 parent::__construct($constraint);
H A DIsInstanceOf.php27 public function __construct($className) function in PHPUnit_Framework_Constraint_IsInstanceOf
29 parent::__construct();
H A DException.php21 public function __construct($className) function in PHPUnit_Framework_Constraint_Exception
23 parent::__construct();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPlaycustomapp.php50 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Playcustomapp
52 parent::__construct($clientOrConfig);
H A DFirebaseCloudMessaging.php55 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\FirebaseCloudMessaging
57 parent::__construct($clientOrConfig);
H A DGroupsMigration.php51 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\GroupsMigration
53 parent::__construct($clientOrConfig);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDoctrineCouchDBHandler.php29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true) function in Monolog\\Handler\\DoctrineCouchDBHandler
32 parent::__construct($level, $bubble);
H A DGelfHandler.php35 …public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = … function in Monolog\\Handler\\GelfHandler
37 parent::__construct($level, $bubble);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDerivative.php17 public function __construct(string $name, ?string $bucketsPath = null) function in Elastica\\Aggregation\\Derivative
19 parent::__construct($name);
H A DStatsBucket.php17 public function __construct(string $name, ?string $bucketsPath = null) function in Elastica\\Aggregation\\StatsBucket
19 parent::__construct($name);
H A DSumBucket.php17 public function __construct(string $name, ?string $bucketsPath = null) function in Elastica\\Aggregation\\SumBucket
19 parent::__construct($name);
H A DAvgBucket.php19 public function __construct(string $name, ?string $bucketsPath = null) function in Elastica\\Aggregation\\AvgBucket
21 parent::__construct($name);
H A DGeotileGridAggregation.php21 public function __construct(string $name, string $field) function in Elastica\\Aggregation\\GeotileGridAggregation
23 parent::__construct($name);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSimpleConnectionPool.php32 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) function in Elasticsearch\\ConnectionPool\\SimpleConnectionPool
34 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessFailedException.php25 public function __construct(Process $process) function in Symfony\\Component\\Process\\Exception\\ProcessFailedException
45 parent::__construct($error);
/plugin/structtasks/meta/
H A DReminderNotifier.php28 public function __construct(callable $getConf, callable $getLang, function in dokuwiki\\plugin\\structtasks\\meta\\ReminderNotifier
30 parent::__construct($getConf, $getLang);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DException.php38 public function __construct($message = '', $code = 0, Exception $previous = null) function in PHPUnit_Framework_Exception
40 parent::__construct($message, $code, $previous);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAnonymousIp.php35 public function __construct($raw) function in GeoIp2\\Model\\AnonymousIp
37 parent::__construct($raw);
/plugin/odt/ODT/elements/
H A DODTElementListHeader.php21 public function __construct($level=0) { function in ODTElementListHeader
22 parent::__construct();
H A DODTElementListItem.php21 public function __construct($level=0) { function in ODTElementListItem
22 parent::__construct();
/plugin/projects/lib/
H A Dfile_definition.php21 public function __construct($attributes) { function in FileDefinition
81 public function __construct($attributes) { function in CrossLinkDefinition
95 parent::__construct($attributes);
/plugin/stopforumspam/
H A DResponseChecker.php14 function __construct($frequency = 0, $confidence = 0.0) function in ResponseCategory
27 public function __construct($username = null, $email = null, $ip = null) function in Response
91 public function __construct($tolerance = 10.0) function in ResponseChecker
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php24 public function __construct($extensionName, $type, $name, $varName) function in Twig\\Profiler\\Node\\EnterProfileNode
26 …parent::__construct([], ['extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'va…

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