Home
last modified time | relevance | path

Searched refs:isEmpty (Results 101 – 125 of 196) sorted by path

12345678

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
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 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()) {
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()) {
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php319 if ($geometry->isEmpty()) {
/plugin/google_maps/
H A Dscript.js86 if (!bounds.isEmpty())
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11isEmpty(i){if(isBoolean(i))return false;if(isRegExp(i)&&new RegExp("").toString()==i.toString())re… function
/plugin/indexnumber/
H A Dsyntax.php88 if($this->tag_stack->isEmpty()) {
94 if(!$this->tag_stack->isEmpty()) {
/plugin/inlineeditor/
H A Dscript.js83 if(isEmpty(document.getElementsByClassName('preview'))){
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java159 if (encoder==null && !encoders.isEmpty()) { in CaptureConfig()
311 if (encoder==null && !getEncoders().isEmpty()) { in load()
H A DScreenShot.java225 if (!regions.isEmpty()) { in isActive()

12345678