Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 25 of 196) sorted by last modified time

12345678

/plugin/struct/meta/
H A DAccessTable.php477 if ($this->opt_skipempty && $value->isEmpty()) continue;
H A DAggregationCloud.php43 if ($value->isEmpty()) {
H A DAggregationList.php136 if ($value->isEmpty() && $showEmpty) {
155 if ($value->isEmpty() && $showEmpty) {
H A DAggregationValue.php53 if ($value->isEmpty()) {
H A DSearch.php
H A DValue.php155 public function isEmpty() function in dokuwiki\\plugin\\struct\\meta\\Value
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php117 if ($geometry->isEmpty()) {
H A DGeoJSON.php281 'coordinates' => $geometry->isEmpty() ? [] : $geometry->asArray()
287 'coordinates' => $geometry->isEmpty() ? [] : $geometry->asArray()
H A DKML.php287 if ($geometry->isEmpty()) {
308 if (!$geometry->isEmpty()) {
H A DTWKB.php118 $options['isEmpty'] = ($metadataHeader >> 4 & 1) == 1;
210 if ($options['isEmpty']) {
242 if ($options['isEmpty']) {
264 if ($options['isEmpty']) {
383 $metadataHeader += $geometry->isEmpty() << 4;
388 if (!$geometry->isEmpty()) {
H A DWKB.php231 if (!$ring->isEmpty()) {
333 if ($point->isEmpty()) {
H A DWKT.php287 if ($geometry->isEmpty()) {
336 if ($component->isEmpty()) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiLineString.php33 if ($this->isEmpty()) {
50 if ($line->isEmpty()) {
73 if (!$line->isEmpty() && !$line->isClosed()) {
H A DMultiPoint.php86 if ($this->isEmpty()) {
H A DMultiPolygon.php28 if ($this->isEmpty()) {
43 if ($component->isEmpty()) {
H A DPoint.php162 if ($this->isEmpty()) {
190 public function isEmpty() function in geoPHP\\Geometry\\Point
257 if ($this->isEmpty() || $geometry->isEmpty()) {
H A DPolygon.php73 if ($this->isEmpty()) {
116 if ($this->isEmpty()) {
180 if ($centroid->isEmpty()) {
204 if ($this->isEmpty()) {
212 if ($this->isEmpty()) {
H A DCollection.php42 if (!$allowEmptyComponents && $components[$i]->isEmpty()) {
115 if ($this->isEmpty()) {
209 public function isEmpty() function in geoPHP\\Geometry\\Collection
212 if (!$component->isEmpty()) {
H A DCurve.php81 return $this->isEmpty()
H A DGeometry.php102 abstract public function isEmpty(); function in geoPHP\\Geometry\\Geometry
335 if ($this->isEmpty()) {
529 if ($this->isEmpty()) {
H A DGeometryCollection.php62 if ($this->isEmpty()) {
H A DLineString.php76 if ($this->isEmpty()) {
H A DMultiGeometry.php45 if ($this->isEmpty()) {
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php319 if ($geometry->isEmpty()) {

12345678