Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 25 of 196) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLlk.php237 ->isEmpty()
239 ->isEmpty();
271 ->isEmpty()
273 ->isEmpty();
294 ->isEmpty()
351 ->isEmpty();
369 ->isEmpty()
371 ->isEmpty();
H A DTreeNode.php75 ->isEmpty()
96 ->isEmpty()
428 ->isEmpty()
437 ->isEmpty();
447 ->isEmpty()
/plugin/xlsx2dw/
H A Dscript.js52 row.push({isEmpty: true});
58 isEmpty: cell?.isEmpty ?? false,
163 isEmpty: !cell["text:p"],
180 isEmpty: (i+j === 0) ? !cell["text:p"] : true,
273 formattedRow.push({isEmpty: true});
280 isEmpty: !cell.value?.length, property in AnonymousFunctionfce172e80200.formattedCell
297 isEmpty: false, // To distinguish main from attached on main column property in AnonymousFunctionfce172e80200.formattedCell
313 isEmpty: true, property in AnonymousFunctionfce172e80200.formattedCell
320 isEmpty: true, property in AnonymousFunctionfce172e80200.formattedCell
343 if (!cell.isEmpty) return ' ' + styledCell + ' ';
/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 DMultiPolygon.php28 if ($this->isEmpty()) {
43 if ($component->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 DPolygon.php73 if ($this->isEmpty()) {
116 if ($this->isEmpty()) {
180 if ($centroid->isEmpty()) {
204 if ($this->isEmpty()) {
212 if ($this->isEmpty()) {
H A DPoint.php162 if ($this->isEmpty()) {
190 public function isEmpty() function in geoPHP\\Geometry\\Point
257 if ($this->isEmpty() || $geometry->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/latexit/_test/
H A Dbibhandler.test.php60 $this->assertTrue($this->b->isEmpty());
63 $this->assertFalse($this->b->isEmpty());
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js111 function isEmpty (prop /* :Object */) /* :Boolean */ { function
157 s = ((!isString(arguments[i])&&!isNumber(arguments[i]))||isEmpty(arguments[i])
369 if (!isArray(tags) || isEmpty(tags) || isUndefined(prop) || isEmpty(prop.tagName)) return false;
456 …if (!isEmpty(section) && (!isString(section) || !(id = id.getElementsByTagName(section)))) return …
457 …if (!isEmpty(subsection) && (!isNumber(subsection) || subsection<0 || !(id = id[subsection]))) ret…
471 if (!isEmpty(tr)) res[res.length] = tr;
H A Dstringextensions.js20 c = isEmpty(c)?"\\s":RegExp.escape(c);
36 c = isEmpty(c)?"\\s":RegExp.escape(c);
52 c = isEmpty(c)?"\\s":RegExp.escape(c);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php107 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\RuleContext
234 if (!$p->isEmpty()) {
243 if ($p->parentCtx !== null && ($ruleNames !== null || !$p->parentCtx->isEmpty())) {
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php44 $isEmpty = empty($lang);
49 if ($isEmpty || \in_array(\basename($file, '.php'), $lang))
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DCombination.php63 ->isEmpty();
134 ->isEmpty();
H A DGamma.php63 ->isEmpty();
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcross-document.js49 assert.notOk(_([iNumber]).isEmpty(), '[1] is not empty');
50 assert.notOk(_.isEmpty(iArray), '[] is empty');
51 assert.ok(_.isEmpty(iObject), '{} is empty');
/plugin/indexnumber/
H A Dsyntax.php88 if($this->tag_stack->isEmpty()) {
94 if(!$this->tag_stack->isEmpty()) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php58 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\ArrayPredictionContext
98 if ($this->isEmpty()) {
H A DEmptyPredictionContext.php19 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\EmptyPredictionContext
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DTaskQueueInterface.php12 public function isEmpty(); function
H A DTaskQueue.php34 public function isEmpty() function in GuzzleHttp\\Promise\\TaskQueue
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCallbackFilter.php129 ->isEmpty();
192 ->isEmpty();
H A DNoRewind.php72 ->isEmpty();
/plugin/frootysearch/
H A Dscript.js63 var isEmpty = searchField.value.length == 0;
64 if (alreadyHasplaceholder || isEmpty) {

12345678