Home
last modified time | relevance | path

Searched refs:isEmpty (Results 76 – 100 of 196) sorted by relevance

12345678

/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js236 if (isEmpty(alt)) alt = {};
237 if (isEmpty(diff)) diff = {};
408 …btn.childNodes.item(0).className = !sh||isEmpty(lang[i][sh])?cssClasses['buttonNormal'] // p…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php117 if ($geometry->isEmpty()) {
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php271 ->isEmpty();
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php319 if ($geometry->isEmpty()) {
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenShot.java225 if (!regions.isEmpty()) { in isActive()
/plugin/latexit/
H A Drenderer.php353 if ($this->_useBibliography() && !$this->bib_handler->isEmpty()) {
374 if ($this->media || ($this->_useBibliography() && !$this->bib_handler->isEmpty())) {
376 if ($this->_useBibliography() && !$this->bib_handler->isEmpty()) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php499 if ($config->context === null || $config->context->isEmpty()) {
509 if ($config->context !== null && !$config->context->isEmpty()) {
624 // isEmpty() is false. In this case, the config needs to be
H A DParserATNSimulator.php922 if ($c->context !== null && !$c->context->isEmpty()) {
1034 if ($reach->isEmpty()) {
1635 if ($config->context !== null && !$config->context->isEmpty()) {
1910 || $config->context->isEmpty()
/plugin/jspwiki_import/importer/
H A Dgwt.js219 ModuleControlBlocks.prototype.isEmpty = function() { method in ModuleControlBlocks
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php69 ->boolean($buffer->isEmpty())
/plugin/struct/meta/
H A DAccessTable.php477 if ($this->opt_skipempty && $value->isEmpty()) continue;
H A DSearch.php
/plugin/sketchcanvas/phplib/
H A Dspyc.php421 if (self::isEmpty($line)) continue;
908 private static function isEmpty ($line) { function in Spyc
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php197 public function isEmpty() function in Handlebars\\Helpers
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js2606 function isEmpty(value) { function
3759 lodash.isEmpty = isEmpty;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php76 if ($this->isEmpty()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php574 static::assertThat($actual, static::isEmpty(), $message);
603 static::assertThat($actual, static::logicalNot(static::isEmpty()), $message);
2491 public static function isEmpty() function in PHPUnit_Framework_Assert
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js556 if (attr == null) return !_.isEmpty(this.changed);
744 omit: 0, chain: 1, isEmpty: 1};
1214 isEmpty: 1, chain: 1, sample: 3, partition: 3, groupBy: 3, countBy: 3,
/plugin/prosemirror/
H A Drenderer.php85 if ($this->nodestack->isEmpty()) {
/plugin/aceeditor/
H A Dbuild.js1isEmpty()!=d&&(d=!d,g.schedule())}),w(),v&&t.onFocus();var E=function(e){return e.selectionStart==… method in AnonymousFunction3f720017c300
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php904 if ($dfa->states->isEmpty()) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php408 public static function isEmpty($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php279 ->isEmpty();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1790 function isEmpty() function

12345678