Home
last modified time | relevance | path

Searched refs:__construct (Results 326 – 350 of 3579) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSetType.php29 public function __construct(...$types) function in FreeDSx\\Asn1\\Type\\SetType
31 parent::__construct(null);
H A DRealType.php25 public function __construct(float $value) function in FreeDSx\\Asn1\\Type\\RealType
27 parent::__construct($value);
H A DRelativeOidType.php25 public function __construct(string $value) function in FreeDSx\\Asn1\\Type\\RelativeOidType
27 parent::__construct($value);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DIndexing.php50 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Indexing
52 parent::__construct($clientOrConfig);
H A DAbusiveExperienceReport.php51 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\AbusiveExperienceReport
53 parent::__construct($clientOrConfig);
H A DPlayableLocations.php48 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\PlayableLocations
50 parent::__construct($clientOrConfig);
H A DAnalyticsReporting.php54 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\AnalyticsReporting
56 parent::__construct($clientOrConfig);
H A DAdExperienceReport.php50 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\AdExperienceReport
52 parent::__construct($clientOrConfig);
H A DTexttospeech.php52 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Texttospeech
54 parent::__construct($clientOrConfig);
H A DFcmdata.php51 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Fcmdata
53 parent::__construct($clientOrConfig);
/plugin/dwedit/
H A DMenuItem.php25 public function __construct($btn_name = "") { function in dokuwiki\\plugin\\dwedit\\MenuItem
26 parent::__construct();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilter.php15 public function __construct(string $name, ?AbstractQuery $filter = null) function in Elastica\\Aggregation\\Filter
17 parent::__construct($name);
H A DAutoDateHistogram.php11 public function __construct(string $name, string $field) function in Elastica\\Aggregation\\AutoDateHistogram
13 parent::__construct($name);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DResponseException.php28 public function __construct(Request $request, Response $response) function in Elastica\\Exception\\ResponseException
32 parent::__construct($response->getErrorMessage());
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverScrollFromElementAction.php19 public function __construct( function in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverScrollFromElementAction
27 parent::__construct($touch_screen, $element);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DGroup.php23 …public function __construct(RecursiveIterator $iterator, array $groups, PHPUnit_Framework_TestSuit… function in PHPUnit_Runner_Filter_GroupFilterIterator
25 parent::__construct($iterator);
/plugin/fedauth/classes/adm/
H A Dfa_toggle.adm.class.php25 function __construct(&$manager, $cmd, $provid='') { function in fa_toggle
26 parent::__construct(&$manager, $cmd, $provid);
/plugin/fedauth/classes/usr/
H A Dfa_remove.usr.class.php24 function __construct(&$manager, $cmd, $provid='') { function in fa_remove
25 parent::__construct(&$manager, $cmd, $provid);
/plugin/autogallery/
H A Dauth.php18 public function __construct() { function in auth_plugin_autogallery
19 parent::__construct(); // for compatibility
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessageRequest.php36 public function __construct(int $messageId, RequestInterface $request, Control ...$controls)
39 parent::__construct($messageId, ...$controls);
35 public function __construct(int $messageId, RequestInterface $request, Control ...$controls) global() function in FreeDSx\\Ldap\\Protocol\\LdapMessageRequest
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DFile.php39 function __construct($path, array $acl, $owner = null) { function in Sabre\\DAVACL\\FS\\File
41 parent::__construct($path);
/plugin/odt/ODT/elements/
H A DODTElementTableRow.php27 public function __construct($style_name=NULL) { function in ODTElementTableRow
28 parent::__construct();
/plugin/combo/ComboStrap/
H A DExceptionNotEquals.php19 public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) function in ComboStrap\\ExceptionNotEquals
21 parent::__construct($message, $canonical, $code, $previous);
/plugin/authgoogle2fa/
H A Dauth.php12 function __construct() { function in auth_plugin_authgoogle2fa
13 parent::__construct();
/plugin/issuelinks/classes/
H A DHTTPRequestException.php19 public function __construct($message, \DokuHTTPClient $httpClient, $url, $method) function in dokuwiki\\plugin\\issuelinks\\classes\\HTTPRequestException
27 parent::__construct($message, $this->getCode(), $this->httpError);

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