Home
last modified time | relevance | path

Searched refs:__construct (Results 176 – 200 of 3579) sorted by relevance

12345678910>>...144

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DEmptyPredictionContext.php9 public function __construct() function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\EmptyPredictionContext
11 parent::__construct(PredictionContext::EMPTY_RETURN_STATE);
/plugin/bez/meta/
H A DValidationException.php10 public function __construct($table, $validaion_errors, $code = 0, Exception $previous = null) { function in dokuwiki\\plugin\\bez\\meta\\ValidationException
15 parent::__construct($message, $code, $previous);
/plugin/fedauth/classes/adm/
H A Dfa_movedn.adm.class.php25 function __construct(&$manager, $cmd, $provid='') { function in fa_movedn
26 parent::__construct(&$manager, $cmd, $provid);
H A Dfa_moveup.adm.class.php25 function __construct(&$manager, $cmd, $provid='') { function in fa_moveup
26 parent::__construct(&$manager, $cmd, $provid);
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DIllegalToken.php67 public function __construct($message, $code, $arg, $line, $column) function in Hoa\\Compiler\\Exception\\IllegalToken
69 parent::__construct($message, $code, $arg);
H A DUnrecognizedToken.php67 public function __construct($message, $code, $arg, $line, $column) function in Hoa\\Compiler\\Exception\\UnrecognizedToken
69 parent::__construct($message, $code, $arg);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DJsonMatches.php26 public function __construct($value) function in PHPUnit_Framework_Constraint_JsonMatches
28 parent::__construct();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogglyFormatter.php25 …public function __construct(int $batchMode = self::BATCH_MODE_NEWLINES, bool $appendNewline = fals… function in Monolog\\Formatter\\LogglyFormatter
27 parent::__construct($batchMode, $appendNewline);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DDateTimeImmutable.php29 public function __construct(bool $useMicroseconds, ?DateTimeZone $timezone = null) function in Monolog\\DateTimeImmutable
33 parent::__construct('now', $timezone);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DTokenMismatchException.php22 public function __construct(PhpCss\Scanner\Token $encounteredToken, array $expectedTokens) { function in PhpCss\\Exception\\TokenMismatchException
30 parent::__construct(
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessSignaledException.php25 public function __construct(Process $process) function in Symfony\\Component\\Process\\Exception\\ProcessSignaledException
29 parent::__construct(sprintf('The process has been signaled with signal "%s".', $process->getTermSignal()));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DLexerDFASerializer.php12 public function __construct(DFA $dfa) function in Antlr\\Antlr4\\Runtime\\Dfa\\LexerDFASerializer
14 parent::__construct($dfa, new VocabularyImpl());
/plugin/confmanager/
H A Dremote.php18 public function __construct() { function in remote_plugin_confmanager
19 parent::__construct();
/plugin/bez/mdl/
H A DLabel.php12 public function __construct($model) { function in dokuwiki\\plugin\\bez\\mdl\\Label
13 parent::__construct($model);
H A DTask_program.php18 public function __construct($model) { function in dokuwiki\\plugin\\bez\\mdl\\Task_program
19 parent::__construct($model);
/plugin/issuelinks/classes/
H A DIssueLinksException.php23 public function __construct($message) function in dokuwiki\\plugin\\issuelinks\\classes\\IssueLinksException
37 parent::__construct($trans);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DIncompleteType.php27 public function __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false) function in FreeDSx\\Asn1\\Type\\IncompleteType
32 parent::__construct($value);
/plugin/nspages/printers/
H A DprinterOneLine.php12 function __construct($plugin, $mode, $renderer, $data){ function in nspages_printerOneLine
13 parent::__construct($plugin, $mode, $renderer, $data);
/plugin/overlay/
H A DMenuItem.php28 public function __construct($btn_name = "") { function in dokuwiki\\plugin\\overlay\\MenuItem
29 parent::__construct();
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DMethod.php31 public function __construct(ExtensionInterface $extension, $method, array $options = []) function in Twig_Function_Method
35 parent::__construct($options);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DMethod.php30 public function __construct(ExtensionInterface $extension, $method, array $options = []) function in Twig_Filter_Method
34 parent::__construct($options);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DMethod.php28 public function __construct(ExtensionInterface $extension, $method, array $options = []) function in Twig_Test_Method
32 parent::__construct($options);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DDoNode.php24 public function __construct(AbstractExpression $expr, $lineno, $tag = null) function in Twig\\Node\\DoNode
26 parent::__construct(['expr' => $expr], [], $lineno, $tag);
/plugin/strata/types/
H A Dref.php13 function __construct() { function in plugin_strata_type_ref
15 parent::__construct();
/plugin/pagebuttons/
H A DNewFolderButton.php26 public function __construct($label) { function in dokuwiki\\plugin\\pagebuttons\\NewFolderButton
27 parent::__construct();

12345678910>>...144