Home
last modified time | relevance | path

Searched refs:isEmpty (Results 26 – 50 of 196) sorted by relevance

12345678

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js579 assert.notOk(_([1]).isEmpty(), '[1] is not empty');
580 assert.ok(_.isEmpty([]), '[] is empty');
581 assert.notOk(_.isEmpty({one: 1}), '{one: 1} is not empty');
582 assert.ok(_.isEmpty({}), '{} is empty');
584 assert.ok(_.isEmpty(null), 'null is empty');
585 assert.ok(_.isEmpty(), 'undefined is empty');
586 assert.ok(_.isEmpty(''), 'the empty string is empty');
587 assert.notOk(_.isEmpty('moe'), 'but other strings are not');
591 assert.ok(_.isEmpty(obj), 'deleting all the keys from an object empties it');
594 assert.ok(_.isEmpty(args()), 'empty arguments object is empty');
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DAppend.php104 ->isEmpty();
H A DMock.php59 ->isEmpty();
H A DMultiple.php108 ->isEmpty();
H A DMap.php73 ->isEmpty();
H A DFilter.php101 ->isEmpty();
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.js12 if (_.isEmpty(Diagram.themes)) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php281 'coordinates' => $geometry->isEmpty() ? [] : $geometry->asArray()
287 'coordinates' => $geometry->isEmpty() ? [] : $geometry->asArray()
H A DWKT.php287 if ($geometry->isEmpty()) {
336 if ($component->isEmpty()) {
/plugin/zip/pear/File/Archive/Writer/
H A DMemory.php104 function isEmpty() { return empty($this->data); } function in File_Archive_Writer_Memory
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js228 return _.isEmpty(value) ? result : value;
720 active.length >= threshold && _.isEmpty(_.difference(active, restarted))) {
763 if (_.isEmpty(active)) {
766 if (_.isEmpty(all)) {
857 if (_.isEmpty(active)) {
/plugin/prosemirror/schema/
H A DNodeStack.php109 public function isEmpty() function in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTemplate.php149 if (!$helpers->isEmpty()) {
H A DHelperCollection.php168 public function isEmpty() function in Mustache_HelperCollection
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php86 if ($this->isEmpty()) {
H A DCurve.php81 return $this->isEmpty()
H A DGeometryCollection.php62 if ($this->isEmpty()) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php71 ->isEmpty();
83 ->isEmpty();
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js50 chunks = _.reject(chunks, _.isEmpty);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php197 if ($context->isEmpty() && $addEOF) {
211 if ($context->isEmpty() && $addEOF) {
/plugin/latexit/classes/
H A DBibHandler.php131 public function isEmpty() { function in BibHandler
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRule.php206 ->isEmpty();
281 ->isEmpty();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php261 if ($this->configLookup->isEmpty()) {
318 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc189 var isEmpty = !element.children.length;
195 var ieClass = isEmpty ? 'cke_anchor_empty' : 'cke_anchor';
200 if ( isEmpty && CKEDITOR.plugins.link.emptyAnchorFix )
206 else if ( CKEDITOR.plugins.link.fakeAnchor && isEmpty )
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc189 var isEmpty = !element.children.length;
195 var ieClass = isEmpty ? 'cke_anchor_empty' : 'cke_anchor';
200 if ( isEmpty && CKEDITOR.plugins.link.emptyAnchorFix )
206 else if ( CKEDITOR.plugins.link.fakeAnchor && isEmpty )

12345678