Home
last modified time | relevance | path

Searched refs:__construct (Results 501 – 525 of 3579) sorted by relevance

1...<<21222324252627282930>>...144

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessLodging.php50 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\MyBusinessLodging
52 parent::__construct($clientOrConfig);
H A DIAMCredentials.php51 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\IAMCredentials
53 parent::__construct($clientOrConfig);
H A DMyBusinessBusinessCalls.php51 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\MyBusinessBusinessCalls
53 parent::__construct($clientOrConfig);
H A DFirebasestorage.php54 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Firebasestorage
56 parent::__construct($clientOrConfig);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php24 public function __construct($cookieFile, $storeSessionCookies = false) function in GuzzleHttp\\Cookie\\FileCookieJar
26 parent::__construct();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPsrHandler.php44 … public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, bool $bubble = true) function in Monolog\\Handler\\PsrHandler
46 parent::__construct($level, $bubble);
H A DSendGridHandler.php60 …public function __construct(string $apiUser, string $apiKey, string $from, $to, string $subject, $… function in Monolog\\Handler\\SendGridHandler
66 parent::__construct($level, $bubble);
H A DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true) function in Monolog\\Handler\\ZendMonitorHandler
56 parent::__construct($level, $bubble);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php40 function __construct($path, array $acl, $owner = null) { function in Sabre\\DAVACL\\FS\\Collection
42 parent::__construct($path);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticNoPingConnectionPool.php42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) function in Elasticsearch\\ConnectionPool\\StaticNoPingConnectionPool
44 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
/plugin/odt/ODT/elements/
H A DODTElementList.php23 public function __construct($style_name=NULL, $continue=false) { function in ODTElementList
24 parent::__construct();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DNetatmo.php40 public function __construct( function in OAuth\\OAuth2\\Service\\Netatmo
47 parent::__construct(
H A DPinterest.php38 public function __construct( function in OAuth\\OAuth2\\Service\\Pinterest
45 parent::__construct(
H A DUstream.php23 public function __construct( function in OAuth\\OAuth2\\Service\\Ustream
30 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php28 public function __construct(Lexer $lexer, CharStream $input, int $startIndex, ATNConfigSet $deadEndConfigs) function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\LexerNoViableAltException
30 parent::__construct($lexer, $input, null);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPolygon.php16 public function __construct($components = []) function in geoPHP\\Geometry\\MultiPolygon
18 parent::__construct($components, true, Polygon::class);
/plugin/farmsync/meta/
H A DMediaConflict.php20 public function __construct($item, $target, $source) { function in dokuwiki\\plugin\\farmsync\\meta\\MediaConflict
22 parent::__construct($item, $target);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWatcher.php67 public function __construct($latency = null) function in Hoa\\File\\Watcher
69 parent::__construct();
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php27 function __construct(&$provider) { function in fa_openid_svc
28 parent::__construct(&$provider);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php56 public function __construct($collection) function in JMS\\Serializer\\Tests\\Handler\\CollectionWrapper
68 public function __construct($name, $next = null) function in JMS\\Serializer\\Tests\\Handler\\Node
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php16 public function __construct(helper_plugin_sqlite $sqlite) { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\ServicePriority
17 parent::__construct($sqlite, 'priority', ModelPriority::class);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php43 public function __construct(bool $isEnabled = true)
46 parent::__construct(self::OID_POLICY_HINTS, true);
40 public function __construct(bool $isEnabled = true) global() function in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMention.php30 public function __construct(string $name, string $prefix, string $identifier, ?string $label = null)
36 parent::__construct('', $label ?? \sprintf('%s%s', $prefix, $identifier));
33 public function __construct(string $symbol, string $identifier, string $label = null) global() function in League\\CommonMark\\Extension\\Mention\\Mention
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTable.php33 public function __construct(\Closure $parser) global() function in League\\CommonMark\\Extension\\Table\\Table
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php50 …public function __construct(string $applicationName, ?string $systemName = null, string $extraKey … function in Monolog\\Formatter\\LogstashFormatter
53 parent::__construct('Y-m-d\TH:i:s.uP');

1...<<21222324252627282930>>...144