Home
last modified time | relevance | path

Searched refs:__construct (Results 101 – 125 of 3323) sorted by relevance

12345678910>>...133

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DObjectProphecyException.php20 public function __construct($message, ObjectProphecy $objectProphecy) function in Prophecy\\Exception\\Prophecy\\ObjectProphecyException
22 parent::__construct($message);
H A DMethodProphecyException.php20 public function __construct($message, MethodProphecy $methodProphecy) function in Prophecy\\Exception\\Prophecy\\MethodProphecyException
22 parent::__construct($message, $methodProphecy->getObjectProphecy());
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DNullType.php22 public function __construct() function in FreeDSx\\Asn1\\Type\\NullType
24 parent::__construct(null);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php27 public function __construct(
36 parent::__construct(
24 public function __construct(string $message = '', int $code = ResultCode::OPERATIONS_ERROR, \Throwable $previous = null) global() function in FreeDSx\\Ldap\\Exception\\OperationException
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidDsnException.php19 public function __construct(string $dsn, string $message) function in Nyholm\\Dsn\\Exception\\InvalidDsnException
22 parent::__construct(sprintf('%s (%s)', $message, $dsn));
/plugin/approve/meta/
H A DViewModeEdit.php10 public function __construct() { function in dokuwiki\\plugin\\approve\\meta\\ViewModeEdit
11 parent::__construct();
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DUnexpectedEndOfFileException.php21 public function __construct(array $expectedTokens) { function in PhpCss\\Exception\\UnexpectedEndOfFileException
29 parent::__construct(
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php228 public function __construct(TokenStream $input) function in ComboStrap\\PageSqlParser\\PageSqlParser
230 parent::__construct($input);
1144 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) function in ComboStrap\\PageSqlParser\\Context\\FunctionNamesContext
1146 parent::__construct($parent, $invokingState);
1181 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) function in ComboStrap\\PageSqlParser\\Context\\TableNamesContext
1183 parent::__construct($parent, $invokingState);
1223 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) function in ComboStrap\\PageSqlParser\\Context\\SqlNamesContext
1225 parent::__construct($parent, $invokingState);
1260 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) function in ComboStrap\\PageSqlParser\\Context\\ColumnContext
1262 parent::__construct(
1314 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\PatternContext
1351 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\ExpressionContext
1437 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\PredicateContext
1578 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\ColumnsContext
1629 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\PredicateGroupContext
1702 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\PredicatesContext
1782 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\TablesContext
1819 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\LimitContext
1856 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\OrderBysContext
1922 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\OrderByDefContext
1964 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null) global() function in ComboStrap\\PageSqlParser\\Context\\PageSqlContext
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExpectationFailedException.php25 …public function __construct($message, SebastianBergmann\Comparator\ComparisonFailure $comparisonFa… function in PHPUnit_Framework_ExpectationFailedException
29 parent::__construct($message, 0, $previous);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DValidationFailedException.php16 public function __construct(ConstraintViolationListInterface $list) function in JMS\\Serializer\\Exception\\ValidationFailedException
18 parent::__construct(sprintf('Validation failed with %d error(s).', \count($list)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DLessThan.php25 public function __construct($value) function in PHPUnit_Framework_Constraint_LessThan
27 parent::__construct();
H A DGreaterThan.php25 public function __construct($value) function in PHPUnit_Framework_Constraint_GreaterThan
27 parent::__construct();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassCreatorException.php20 public function __construct($message, ClassNode $node) function in Prophecy\\Exception\\Doubler\\ClassCreatorException
22 parent::__construct($message);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNested.php16 public function __construct(string $name, string $path) function in Elastica\\Aggregation\\Nested
18 parent::__construct($name);
H A DValueCount.php16 public function __construct(string $name, string $field) function in Elastica\\Aggregation\\ValueCount
18 parent::__construct($name);
H A DGeoCentroid.php16 public function __construct(string $name, string $field) function in Elastica\\Aggregation\\GeoCentroid
18 parent::__construct($name);
H A DCumulativeSum.php14 public function __construct(string $name, string $bucketsPath) function in Elastica\\Aggregation\\CumulativeSum
16 parent::__construct($name);
H A DGeoBounds.php16 public function __construct(string $name, string $field) function in Elastica\\Aggregation\\GeoBounds
18 parent::__construct($name);
/plugin/odt/
H A DMenuItemODT.php25 public function __construct() { function in dokuwiki\\plugin\\odt\\MenuItemODT
26 parent::__construct();
H A DMenuItemODTPDF.php25 public function __construct() { function in dokuwiki\\plugin\\odt\\MenuItemODTPDF
26 parent::__construct();
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php29 public function __construct($value, \Twig_NodeInterface $body, $lineno, $tag = 'autoescape') function in Twig\\Node\\AutoEscapeNode
31 parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag);
H A DTextNode.php24 public function __construct($data, $lineno) function in Twig\\Node\\TextNode
26 parent::__construct([], ['data' => $data], $lineno);
/plugin/userpage/
H A DMenuItem.php13 public function __construct() function in dokuwiki\\plugin\\userpage\\MenuItem
15 parent::__construct();
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DObjectEvent.php19 public function __construct(Context $context, $object, array $type) function in JMS\\Serializer\\EventDispatcher\\ObjectEvent
21 parent::__construct($context, $type);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DUnintentionallyCoveredCodeException.php26 public function __construct(array $unintentionallyCoveredUnits) function in SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException
30 parent::__construct($this->toString());

12345678910>>...133