Home
last modified time | relevance | path

Searched refs:__construct (Results 2376 – 2400 of 3579) sorted by path

1...<<919293949596979899100>>...144

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGpxTypes.php97 public function __construct($allowedElements = null) function in geoPHP\\Adapter\\GpxTypes
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DUnsupportedMethodException.php18 public function __construct($method, $code = 0, $message = null) function in geoPHP\\Exception\\UnsupportedMethodException
21 parent::__construct($message, $code);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php31 public function __construct( function in geoPHP\\Geometry\\Collection
H A DCurve.php18 public function __construct($components = [], $allowEmptyComponents = false, $allowedComponentType = Point::class) function in geoPHP\\Geometry\\Curve
23 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
H A DGeometryCollection.php19 public function __construct($components = []) function in geoPHP\\Geometry\\GeometryCollection
21 parent::__construct($components, true);
H A DLineString.php31 public function __construct($points = []) function in geoPHP\\Geometry\\LineString
33 parent::__construct($points);
H A DMultiCurve.php14 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::class) function in geoPHP\\Geometry\\MultiCurve
16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
H A DMultiGeometry.php15 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Geometry::class) function in geoPHP\\Geometry\\MultiGeometry
17 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
H A DMultiLineString.php16 public function __construct($components = []) function in geoPHP\\Geometry\\MultiLineString
18 parent::__construct($components, true, LineString::class);
H A DMultiPoint.php20 public function __construct($components = []) function in geoPHP\\Geometry\\MultiPoint
22 parent::__construct($components, true, Point::class);
H A DMultiPolygon.php16 public function __construct($components = []) function in geoPHP\\Geometry\\MultiPolygon
18 parent::__construct($components, true, Polygon::class);
H A DMultiSurface.php14 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Surface::class) function in geoPHP\\Geometry\\MultiSurface
16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
H A DPoint.php32 public function __construct($x = null, $y = null, $z = null, $m = null) function in geoPHP\\Geometry\\Point
H A DPolygon.php24 public function __construct($components = [], $forceCreate = false) function in geoPHP\\Geometry\\Polygon
26 parent::__construct($components, null, LineString::class);
H A DSurface.php19 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::class) function in geoPHP\\Geometry\\Surface
21 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
/plugin/git/lib/
H A DGit.php139 public function __construct($repo_path = null, $create_new = false, $_init = true) { function in GitRepo
/plugin/gitbacked/action/
H A Deditcommit.php21 function __construct() { function in action_plugin_gitbacked_editcommit
/plugin/gitbacked/lib/
H A DGit.php192 …public function __construct($repo_path = null, \action_plugin_gitbacked_editcommit $plugin = null,… function in GitRepo
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php9 function __construct($dw_data) { function in GitLabApi
/plugin/gitlabproject/gitlab/
H A Dgitlab.php11 function __construct($dw_data) { function in DokuwikiGitlab
/plugin/glossary/
H A Dglossary.class.php74 function __construct ($plugin, $ns) { function in glossary
/plugin/gtime/gtlib/asn1/
H A DASN1BitString.php40 public function __construct($value = null) { function in ASN1BitString
H A DASN1Boolean.php39 public function __construct($value = null) { function in ASN1Boolean
H A DASN1Integer.php40 public function __construct($value = null) { function in ASN1Integer
H A DASN1Null.php35 public function __construct() { function in ASN1Null

1...<<919293949596979899100>>...144