Home
last modified time | relevance | path

Searched refs:__construct (Results 251 – 275 of 3579) sorted by relevance

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverDownAction.php23 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) function in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverDownAction
27 parent::__construct($touch_screen);
H A DWebDriverFlickAction.php23 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) function in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverFlickAction
27 parent::__construct($touch_screen);
H A DWebDriverScrollAction.php17 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) function in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverScrollAction
21 parent::__construct($touch_screen);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DConditionalExpression.php19 …public function __construct(AbstractExpression $expr1, AbstractExpression $expr2, AbstractExpressi… function in Twig\\Node\\Expression\\ConditionalExpression
21 parent::__construct(['expr1' => $expr1, 'expr2' => $expr2, 'expr3' => $expr3], [], $lineno);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarRoot.php43 …function __construct(PrincipalBackend\BackendInterface $principalBackend, Backend\BackendInterface… function in Sabre\\CalDAV\\CalendarRoot
45 parent::__construct($principalBackend, $principalPrefix);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DIncompleteTestCase.php51 public function __construct($className, $methodName, $message = '') function in PHPUnit_Framework_IncompleteTestCase
54 parent::__construct($className . '::' . $methodName);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotFoundException.php37 public function __construct($message, $classname, $methodName, $arguments = null) function in Prophecy\\Exception\\Doubler\\MethodNotFoundException
39 parent::__construct($message);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DComposite.php21 public function __construct(PHPUnit_Framework_Constraint $innerConstraint) function in PHPUnit_Framework_Constraint_Composite
23 parent::__construct();
H A DExceptionMessage.php21 public function __construct($expected) function in PHPUnit_Framework_Constraint_ExceptionMessage
23 parent::__construct();
/plugin/fksnewsfeed/inc/ORM/
H A DServiceStream.php13 public function __construct(helper_plugin_sqlite $sqlite) { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\ServiceStream
14 parent::__construct($sqlite, 'stream', ModelStream::class);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSequenceType.php33 public function __construct(...$types) function in FreeDSx\\Asn1\\Type\\SequenceType
35 parent::__construct(null);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarRoot.php43 …function __construct(PrincipalBackend\BackendInterface $principalBackend, Backend\BackendInterface… function in Sabre\\CalDAV\\CalendarRoot
45 parent::__construct($principalBackend, $principalPrefix);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DConnectionException.php28 public function __construct(string $message, ?Request $request = null, ?Response $response = null) function in Elastica\\Exception\\ConnectionException
33 parent::__construct($message);
/plugin/struct/meta/
H A DPublishedColumn.php17 public function __construct($sort, Decimal $type, $table) function in dokuwiki\\plugin\\struct\\meta\\PublishedColumn
20 Column::__construct($sort, $type, 0, true, $table);
H A DRowColumn.php17 public function __construct($sort, Decimal $type, $table) function in dokuwiki\\plugin\\struct\\meta\\RowColumn
20 Column::__construct($sort, $type, 0, true, $table);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookRoot.php46 …function __construct(DAVACL\PrincipalBackend\BackendInterface $principalBackend, Backend\BackendIn… function in Sabre\\CardDAV\\AddressBookRoot
49 parent::__construct($principalBackend, $principalPrefix);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DForLoopNode.php23 public function __construct($lineno, $tag = null) function in Twig\\Node\\ForLoopNode
25 …parent::__construct([], ['with_loop' => false, 'ifexpr' => false, 'else' => false], $lineno, $tag);
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php63 public function __construct( function in Hoa\\Exception\\Exception
69 parent::__construct($message, $code, $arguments, $previous);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DProductionFilesystemLoader.php52 public function __construct($baseDir, array $options = array()) function in Mustache_Loader_ProductionFilesystemLoader
54 parent::__construct($baseDir, $options);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DIsp.php33 public function __construct($raw) function in GeoIp2\\Model\\Isp
35 parent::__construct($raw);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectionException.php19 public function __construct($reason, $description = null) function in GuzzleHttp\\Promise\\RejectionException
36 parent::__construct($message);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSecurityToken.php49 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\CloudSecurityToken
51 parent::__construct($clientOrConfig);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookRoot.php46 …function __construct(DAVACL\PrincipalBackend\BackendInterface $principalBackend, Backend\BackendIn… function in Sabre\\CardDAV\\AddressBookRoot
49 parent::__construct($principalBackend, $principalPrefix);
/plugin/folded/
H A DMenuItemFolded.php22 public function __construct() { function in dokuwiki\\plugin\\folded\\MenuItemFolded
23 parent::__construct();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScriptId.php23 public function __construct(string $scriptId, ?array $params = null, ?string $lang = null, ?string $documentId = null) function in Elastica\\Script\\ScriptId
25 parent::__construct($params, $lang, $documentId);

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