Home
last modified time | relevance | path

Searched refs:__construct (Results 376 – 400 of 3579) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/exception/
H A DError.php58 public function __construct( function in Hoa\\Exception\\Error
69 parent::__construct($message, $code);
/plugin/authfacebook/lib/
H A DFacebookApp.php47 public function __construct($id, $secret) function in Facebook\\FacebookApp
108 $this->__construct($id, $secret);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractPlaceRecord.php15 public function __construct($record, $locales = ['en']) function in GeoIp2\\Record\\AbstractPlaceRecord
18 parent::__construct($record);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSdFlagsControl.php58 public function __construct(int $flags)
61 parent::__construct(self::OID_SD_FLAGS);
57 public function __construct(int $flags) global() function in FreeDSx\\Ldap\\Control\\Ad\\SdFlagsControl
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceControl.php54 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\ServiceControl
56 parent::__construct($clientOrConfig);
H A DPolicyAnalyzer.php50 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\PolicyAnalyzer
52 parent::__construct($clientOrConfig);
H A DMyBusinessNotificationSettings.php50 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\MyBusinessNotificationSettings
52 parent::__construct($clientOrConfig);
H A DCloudTrace.php58 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\CloudTrace
60 parent::__construct($clientOrConfig);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DElasticaFormatter.php39 public function __construct(string $index, ?string $type) function in Monolog\\Formatter\\ElasticaFormatter
42 parent::__construct('Y-m-d\TH:i:s.uP');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeohashGrid.php21 public function __construct(string $name, string $field) function in Elastica\\Aggregation\\GeohashGrid
23 parent::__construct($name);
H A DSerialDiff.php18 public function __construct(string $name, ?string $bucketsPath = null) function in Elastica\\Aggregation\\SerialDiff
20 parent::__construct($name);
H A DBucketScript.php16 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null) function in Elastica\\Aggregation\\BucketScript
18 parent::__construct($name);
H A DNormalizeAggregation.php16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null) function in Elastica\\Aggregation\\NormalizeAggregation
18 parent::__construct($name);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCheckboxes.php12 public function __construct(WebDriverElement $element) function in Facebook\\WebDriver\\WebDriverCheckboxes
14 parent::__construct($element);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverFlickFromElementAction.php30 public function __construct( function in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverFlickFromElementAction
40 parent::__construct($touch_screen, $element);
/plugin/struct/meta/
H A DSummaryColumn.php23 public function __construct($sort, AutoSummary $type, $table = '') function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn
26 parent::__construct($sort, $type, 0, true, $table);
H A DUserColumn.php24 public function __construct($sort, User $type, $table = '') function in dokuwiki\\plugin\\struct\\meta\\UserColumn
27 parent::__construct($sort, $type, 0, true, $table);
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php29 public function __construct(Process $process, $timeoutType) function in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException
34 parent::__construct(sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DDeprecatedNode.php25 public function __construct(AbstractExpression $expr, $lineno, $tag = null) function in Twig\\Node\\DeprecatedNode
27 parent::__construct(['expr' => $expr], [], $lineno, $tag);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php71 public function __construct($filename, $relativePath = null) function in Hoa\\Iterator\\SplFileInfo
73 parent::__construct($filename);
H A DDirectory.php73 public function __construct($path, $splFileInfoClass = null) function in Hoa\\Iterator\\Directory
76 parent::__construct($path);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DMethodScopeSniff.php39 public function __construct() function in Squiz_Sniffs_Scope_MethodScopeSniff
41 parent::__construct(array(T_CLASS, T_INTERFACE, T_TRAIT), array(T_FUNCTION));
H A DStaticThisUsageSniff.php42 public function __construct() function in Squiz_Sniffs_Scope_StaticThisUsageSniff
44 parent::__construct(array(T_CLASS), array(T_FUNCTION));
/plugin/authsaml/
H A Dauth.php33 public function __construct() function in auth_plugin_authsaml
36 parent::__construct();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DPropertiesCollection.php31 public function __construct($name, array $children, array $properties = []) { function in Sabre\\DAV\\Mock\\PropertiesCollection
33 parent::__construct($name, $children, null);

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