Searched defs:shapeType (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ | ||
H A D | CreateShapeRequest.php | 31 public $shapeType; variable in Google\\Service\\Slides\\CreateShapeRequest |
H A D | Shape.php | 29 public $shapeType; variable in Google\\Service\\Slides\\Shape |
H A D | PageElement.php | 36 protected $shapeType = Shape::class; variable in Google\\Service\\Slides\\PageElement |
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ | ||
H A D | GeoShapeProvided.php | 46 public function __construct(string $path, array $coordinates, string $shapeType = self::TYPE_ENVELOPE) argument |