Home
last modified time | relevance | path

Searched refs:__construct (Results 51 – 75 of 3067) sorted by relevance

12345678910>>...123

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DNode.php27 public function __construct($class, array $options = []) function in Twig_Filter_Node
29 parent::__construct($options);
H A DFunction.php27 public function __construct($function, array $options = []) function in Twig_Filter_Function
31 parent::__construct($options);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dwsdl_class.tpl.dist3 public function __construct($wsdl, array $options)
5 parent::__construct('{wsdl}', $options);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DScssFilter.php22 public function __construct($sassPath = '/usr/bin/sass', $rubyPath = null) function in Assetic\\Filter\\Sass\\ScssFilter
24 parent::__construct($sassPath, $rubyPath);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticFilterFunction.php16 public function __construct($name, $options = array()) function in Assetic\\Extension\\Twig\\AsseticFilterFunction
18 parent::__construct($name, null, array_merge($options, array(
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DNode.php25 public function __construct($class, array $options = []) function in Twig_Test_Node
27 parent::__construct($options);
H A DFunction.php25 public function __construct($function, array $options = []) function in Twig_Test_Function
29 parent::__construct($options);
/plugin/strata/lib/
H A Dstrata_exception.php18 public function __construct($message, $data) { function in strata_exception
19 parent::__construct($message);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DFunction.php28 public function __construct($function, array $options = []) function in Twig_Function_Function
32 parent::__construct($options);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DNotConvertibleException.php21 public function __construct(string $source, string $target) { function in PhpCss\\Exception\\NotConvertibleException
22 parent::__construct(
H A DUnknownPseudoClassException.php21 public function __construct(PhpCss\Scanner\Token $token) { function in PhpCss\\Exception\\UnknownPseudoClassException
22 parent::__construct(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DOrderedATNConfigSet.php11 public function __construct() function in Antlr\\Antlr4\\Runtime\\Atn\\OrderedATNConfigSet
13 parent::__construct();
/plugin/projects/lib/
H A Dproject_file.php13 public function __construct($file) { function in ProjectFile
97 public function __construct($project, $file) { function in ProjectSource
98 parent::__construct($file);
127 public function __construct($project, $file) { function in ProjectGenerated
128 parent::__construct($file);
202 public function __construct($project, $file) { function in ProjectCrossLink
203 parent::__construct($project, $file);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassMirrorException.php20 public function __construct($message, ReflectionClass $class) function in Prophecy\\Exception\\Doubler\\ClassMirrorException
22 parent::__construct($message);
H A DClassNotFoundException.php22 public function __construct($message, $classname) function in Prophecy\\Exception\\Doubler\\ClassNotFoundException
24 parent::__construct($message);
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/
H A DCodeException.php31 public function __construct($expected, $received, $serverMessage = null) function in Tx\\Mailer\\Exceptions\\CodeException
37 parent::__construct($message);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiSurface.php14 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Surface::class) function in geoPHP\\Geometry\\MultiSurface
16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
/plugin/struct/meta/
H A DAccessTableSerial.php14 public function __construct($table, $pid, $ts = 0, $rid = 0) function in dokuwiki\\plugin\\struct\\meta\\AccessTableSerial
19 parent::__construct($table, $pid, $ts, $rid);
/plugin/siteexport/
H A DMenuItem.php25 public function __construct() { function in dokuwiki\\plugin\\siteexport\\MenuItem
26 parent::__construct();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLocalHref.php37 function __construct($hrefs) { function in Sabre\\DAV\\Xml\\Property\\LocalHref
39 parent::__construct(array_map(
/plugin/fedauth/classes/adm/
H A Dfa_remove.adm.class.php25 function __construct(&$manager, $cmd, $provid='') { function in fa_remove
26 parent::__construct(&$manager, $cmd, $provid);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareNumericValue.php7 public function __construct() function in FINDOLOGIC\\Export\\Helpers\\ValueIsNotNumericException
9 parent::__construct('Value is not a valid number!');
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DLoaderError.php29 public function __construct($message, $lineno = -1, $source = null, \Exception $previous = null) function in Twig\\Error\\LoaderError
31 parent::__construct($message, $lineno, $source, $previous, false);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/244/
H A DIssue244Test.php43 public function __construct() function in Issue244Exception
51 public function __construct() function in Issue244ExceptionIntCode
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
H A DHttpException.php15 public function __construct( function in GeoIp2\\Exception\\HttpException
22 parent::__construct($message, $httpStatus, $previous);

12345678910>>...123