/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/ |
H A D | Llk.php | 237 ->isEmpty() 239 ->isEmpty(); 271 ->isEmpty() 273 ->isEmpty(); 294 ->isEmpty() 351 ->isEmpty(); 369 ->isEmpty() 371 ->isEmpty();
|
H A D | TreeNode.php | 75 ->isEmpty() 96 ->isEmpty() 428 ->isEmpty() 437 ->isEmpty(); 447 ->isEmpty()
|
/plugin/xlsx2dw/ |
H A D | script.js | 52 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 D | MultiLineString.php | 33 if ($this->isEmpty()) { 50 if ($line->isEmpty()) { 73 if (!$line->isEmpty() && !$line->isClosed()) {
|
H A D | MultiPolygon.php | 28 if ($this->isEmpty()) { 43 if ($component->isEmpty()) {
|
H A D | Collection.php | 42 if (!$allowEmptyComponents && $components[$i]->isEmpty()) { 115 if ($this->isEmpty()) { 209 public function isEmpty() function in geoPHP\\Geometry\\Collection 212 if (!$component->isEmpty()) {
|
H A D | Polygon.php | 73 if ($this->isEmpty()) { 116 if ($this->isEmpty()) { 180 if ($centroid->isEmpty()) { 204 if ($this->isEmpty()) { 212 if ($this->isEmpty()) {
|
H A D | Point.php | 162 if ($this->isEmpty()) { 190 public function isEmpty() function in geoPHP\\Geometry\\Point 257 if ($this->isEmpty() || $geometry->isEmpty()) {
|
/plugin/indexmenu2/cms/extensions/ |
H A D | helpers.js | 11 …isEmpty(i){if(isBoolean(i))return false;if(isRegExp(i)&&new RegExp("").toString()==i.toString())re… function
|
/plugin/latexit/_test/ |
H A D | bibhandler.test.php | 60 $this->assertTrue($this->b->isEmpty()); 63 $this->assertFalse($this->b->isEmpty());
|
/plugin/virtualkeyboard/vk/extensions/ |
H A D | helpers.js | 111 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 D | stringextensions.js | 20 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 D | RuleContext.php | 107 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 D | Language.php | 44 $isEmpty = empty($lang); 49 if ($isEmpty || \in_array(\basename($file, '.php'), $lang))
|
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/ |
H A D | Combination.php | 63 ->isEmpty(); 134 ->isEmpty();
|
H A D | Gamma.php | 63 ->isEmpty();
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A D | cross-document.js | 49 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 D | syntax.php | 88 if($this->tag_stack->isEmpty()) { 94 if(!$this->tag_stack->isEmpty()) {
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/ |
H A D | ArrayPredictionContext.php | 58 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\ArrayPredictionContext 98 if ($this->isEmpty()) {
|
H A D | EmptyPredictionContext.php | 19 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\EmptyPredictionContext
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
H A D | TaskQueueInterface.php | 12 public function isEmpty(); function
|
H A D | TaskQueue.php | 34 public function isEmpty() function in GuzzleHttp\\Promise\\TaskQueue
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | CallbackFilter.php | 129 ->isEmpty(); 192 ->isEmpty();
|
H A D | NoRewind.php | 72 ->isEmpty();
|
/plugin/frootysearch/ |
H A D | script.js | 63 var isEmpty = searchField.value.length == 0; 64 if (alreadyHasplaceholder || isEmpty) {
|