Home
last modified time | relevance | path

Searched refs:__construct (Results 401 – 425 of 3579) sorted by relevance

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DPercentiles.php19 public function __construct(string $name, ?string $field = null) function in Elastica\\Aggregation\\Percentiles
21 parent::__construct($name);
H A DIpRange.php20 public function __construct(string $name, string $field) function in Elastica\\Aggregation\\IpRange
22 parent::__construct($name);
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php29 public function __construct(Process $process, int $timeoutType) function in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException
34 parent::__construct(sprintf(
/plugin/struct/meta/
H A DRevisionColumn.php23 public function __construct($sort, DateTime $type, $table = '') function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
26 parent::__construct($sort, $type, 0, true, $table);
H A DPageColumn.php23 public function __construct($sort, Page $type, $table = '') function in dokuwiki\\plugin\\struct\\meta\\PageColumn
26 parent::__construct($sort, $type, 0, true, $table);
H A DSchemaImporter.php22 public function __construct($table, $json) function in dokuwiki\\plugin\\struct\\meta\\SchemaImporter
24 parent::__construct($table, []);
/plugin/swiftmail/Swift/Message/
H A DEmbeddedFile.php36 …public function __construct($data=null, $name=null, $type="application/octet-stream", $cid=null, $… function in Swift_Message_EmbeddedFile
38 parent::__construct($data, $name, $type, $encoding, "inline");
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DImportNode.php25 …public function __construct(AbstractExpression $expr, AbstractExpression $var, $lineno, $tag = nul… function in Twig\\Node\\ImportNode
27 parent::__construct(['expr' => $expr, 'var' => $var], [], $lineno, $tag);
H A DEmbedNode.php26 …public function __construct($name, $index, AbstractExpression $variables = null, $only = false, $i… function in Twig\\Node\\EmbedNode
28 …parent::__construct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing…
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php72 public function __construct( function in Hoa\\File\\Temporary\\Temporary
82 parent::__construct($streamName, $mode, $context, $wait);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapEncoder.php32 public function __construct()
34 parent::__construct([
31 public function __construct() global() function in FreeDSx\\Ldap\\Protocol\\LdapEncoder
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php31 public function __construct(array $options = [], $level = Logger::DEBUG, bool $bubble = true) function in Monolog\\Handler\\CouchDBHandler
41 parent::__construct($level, $bubble);
H A DInsightOpsHandler.php36 public function __construct( function in Monolog\\Handler\\InsightOpsHandler
56 parent::__construct(
H A DSyslogHandler.php42 …public function __construct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bub… function in Monolog\\Handler\\SyslogHandler
44 parent::__construct($facility, $level, $bubble);
H A DLogEntriesHandler.php33 public function __construct( function in Monolog\\Handler\\LogEntriesHandler
50 parent::__construct(
H A DSqsHandler.php35 …public function __construct(SqsClient $sqsClient, string $queueUrl, $level = Logger::DEBUG, bool $… function in Monolog\\Handler\\SqsHandler
37 parent::__construct($level, $bubble);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php23 public function __construct($sessionKey, $storeSessionCookies = false) function in GuzzleHttp\\Cookie\\SessionCookieJar
25 parent::__construct();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php16 public function __construct(BulkResponse $response) function in Elastica\\Exception\\Bulk\\Response\\ActionException
20 parent::__construct($this->getErrorMessage($response));
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php37 public function __construct(string $buffer, int $offset, Status $status) { function in PhpCss\\Exception\\InvalidCharacterException
41 parent::__construct(
/plugin/refnotes/
H A Dnamespace.php18 public function __construct() { function in refnotes_namespace_data_stash
65 public function __construct($namespace, $data) { function in refnotes_namespace_data
93 public function __construct($page) { function in refnotes_namespace_style_stash
94 parent::__construct();
278 public function __construct($name, $parent = NULL) { function in refnotes_namespace
/plugin/webdav/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/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php47 …function __construct(BackendInterface $principalBackend, $storagePath, $principalPrefix = 'princip… function in Sabre\\DAVACL\\FS\\HomeCollection
49 parent::__construct($principalBackend, $principalPrefix);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DTestExpression.php19 …public function __construct(\Twig_NodeInterface $node, $name, \Twig_NodeInterface $arguments = nul… function in Twig\\Node\\Expression\\TestExpression
26 parent::__construct($nodes, ['name' => $name], $lineno);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class_partial.phpt22 public function __construct($wsdl, array $options)
24 parent::__construct('%s/GoogleSearch.wsdl', $options);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php43 public function __construct($message, $code = 0, \Exception $previous = null) function in Assetic\\Exception\\FilterException
45 parent::__construct($message, $code, $previous);

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