Home
last modified time | relevance | path

Searched refs:isEmpty (Results 51 – 75 of 196) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php214 if (true === $buffer->isEmpty()) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php102 abstract public function isEmpty(); function in geoPHP\\Geometry\\Geometry
335 if ($this->isEmpty()) {
529 if ($this->isEmpty()) {
H A DMultiGeometry.php45 if ($this->isEmpty()) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php82 if ($geom->isEmpty()) {
366 if ($geom->isEmpty() || ($tag === 'wpt' && !in_array($tag, $this->gpxTypes->get('gpxType')))) {
398 if ($geom->isEmpty() || !in_array($isTrack ? 'trk' : 'rte', $this->gpxTypes->get('gpxType'))) {
H A DKML.php287 if ($geometry->isEmpty()) {
308 if (!$geometry->isEmpty()) {
H A DWKB.php231 if (!$ring->isEmpty()) {
333 if ($point->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()) {
/plugin/struct/meta/
H A DAggregationValue.php53 if ($value->isEmpty()) {
H A DAggregationList.php136 if ($value->isEmpty() && $showEmpty) {
155 if ($value->isEmpty() && $showEmpty) {
H A DAggregationCloud.php43 if ($value->isEmpty()) {
H A DValue.php155 public function isEmpty() function in dokuwiki\\plugin\\struct\\meta\\Value
/plugin/latexport/renderer/
H A Dtex.php150 while (!$this->includes->isEmpty()) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php126 return !$this->visitingStack->isEmpty() ? $this->visitingStack->top() : null;
/plugin/google_maps/
H A Dscript.js86 if (!bounds.isEmpty())
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js33 assert.ok(_.isEmpty(this.ajaxSettings.data));
118 assert.ok(_.isEmpty(this.ajaxSettings.data));
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php165 public function isEmpty(): bool global() function in League\\CommonMark\\Util\\ArrayCollection
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php61 ->isEmpty();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php140 while ($this->handles || !$queue->isEmpty()) {
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php208 ->isEmpty();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php28 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\Utils\\Set
/plugin/inlineeditor/
H A Dscript.js83 if(isEmpty(document.getElementsByClassName('preview'))){
/plugin/latexport/_test/
H A Ddecorator_mock.php27 return $this->listOfCommands->isEmpty();
/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()
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php103 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
565 if ($context->isEmpty()) {
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php123 ->isEmpty();

12345678