Home
last modified time | relevance | path

Searched refs:__construct (Results 226 – 250 of 3579) sorted by relevance

12345678910>>...144

/plugin/odt/ODT/elements/
H A DODTElementSpan.php17 public function __construct($style_name=NULL) { function in ODTElementSpan
18 parent::__construct();
H A DODTElementTextBox.php19 public function __construct() { function in ODTElementTextBox
20 parent::__construct();
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Unary/
H A DAbstractUnary.php20 public function __construct(\Twig_NodeInterface $node, $lineno) function in Twig\\Node\\Expression\\Unary\\AbstractUnary
22 parent::__construct(['node' => $node], [], $lineno);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetTempNode.php21 public function __construct($name, $lineno) function in Twig\\Node\\SetTempNode
23 parent::__construct([], ['name' => $name], $lineno);
H A DSandboxNode.php23 public function __construct(\Twig_NodeInterface $body, $lineno, $tag = null) function in Twig\\Node\\SandboxNode
25 parent::__construct(['body' => $body], [], $lineno, $tag);
H A DBlockNode.php24 public function __construct($name, \Twig_NodeInterface $body, $lineno, $tag = null) function in Twig\\Node\\BlockNode
26 parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag);
/plugin/links4pages/
H A DMenuItem.php27 public function __construct($id, $label, $svg_id) { function in dokuwiki\\plugin\\links4pages\\MenuItem
28 parent::__construct();
/plugin/authlemonldap/
H A Dauth.php17 public function __construct() { function in auth_plugin_authlemonldap
19 parent::__construct();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php22 public function __construct($message, ObjectProphecy $objectProphecy, function in Prophecy\\Exception\\Call\\UnexpectedCallException
25 parent::__construct($message, $objectProphecy);
/plugin/authfacebook/lib/GraphNodes/
H A DBirthday.php56 public function __construct($date) function in Facebook\\GraphNodes\\Birthday
63 parent::__construct($date);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPolicyTroubleshooter.php50 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\PolicyTroubleshooter
52 parent::__construct($clientOrConfig);
H A DTrafficDirectorService.php51 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\TrafficDirectorService
53 parent::__construct($clientOrConfig);
H A DDriveActivity.php53 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\DriveActivity
55 parent::__construct($clientOrConfig);
H A DWebfonts.php49 public function __construct($clientOrConfig = [], $rootUrl = null) function in Google\\Service\\Webfonts
51 parent::__construct($clientOrConfig);
/plugin/oauth/
H A DException.php21 public function __construct($message = "", $context = [], $code = 0, \Throwable $previous = null) function in dokuwiki\\plugin\\oauth\\Exception
23 parent::__construct($message, $code, $previous);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DSkippedTestCase.php49 public function __construct($className, $methodName, $message = '') function in PHPUnit_Framework_SkippedTestCase
52 parent::__construct($className . '::' . $methodName);
H A DSyntheticError.php46 public function __construct($message, $code, $file, $line, $trace) function in PHPUnit_Framework_SyntheticError
48 parent::__construct($message, $code);
/plugin/authucenter/lib/uc_client/control/
H A Dapp.php14 function __construct() { function in appcontrol
19 parent::__construct();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessageRegExp.php21 public function __construct($expected) function in PHPUnit_Framework_Constraint_ExceptionMessageRegExp
23 parent::__construct();
H A DArrayHasKey.php29 public function __construct($key) function in PHPUnit_Framework_Constraint_ArrayHasKey
31 parent::__construct();
H A DClassHasAttribute.php27 public function __construct($attributeName) function in PHPUnit_Framework_Constraint_ClassHasAttribute
29 parent::__construct();
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DUtcTimeType.php63 public function __construct(?DateTimeInterface $dateTime = null, string $dateFormat = self::FORMAT_SECONDS, string $tzFormat = self::TZ_UTC)
65 parent::__construct($dateTime, $dateFormat, $tzFormat);
61 public function __construct(?\DateTime $dateTime = null, string $dateFormat = self::FORMAT_SECONDS, string $tzFormat = self::TZ_UTC) global() function in FreeDSx\\Asn1\\Type\\UtcTimeType
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DParentExpression.php24 public function __construct($name, $lineno, $tag = null) function in Twig\\Node\\Expression\\ParentExpression
26 parent::__construct([], ['output' => false, 'name' => $name], $lineno, $tag);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DXmlErrorException.php14 public function __construct(\LibXMLError $error) function in JMS\\Serializer\\Exception\\XmlErrorException
33 …parent::__construct(sprintf('[%s] %s in %s (line: %d, column: %d)', $level, $error->message, $erro…
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverMoveAction.php17 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) function in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverMoveAction
21 parent::__construct($touch_screen);

12345678910>>...144