Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 8 of 8) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dpath.php77 function is_empty() { function in Path
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js1is_empty()&&(this.__indent_count=e||0,this.__alignment_count=t||0,this.__character_count=this.__pa… method in i
D3.3.js.map1is_empty()) {\n this.__indent_count = indent || 0;\n this.__alignment_count = alignment || 0…
/plugin/subjectindex/inc/
Dcommon.php48 function is_empty() { function in SI_Index
/plugin/subjectindex/syntax/
Dindex.php130 if ($all_entries->is_empty()) {
/plugin/stlviewer/stlviewer/
Dstl_viewer.min.js2is_empty(e)?o.camera.position.x:e,o.is_empty(t)?o.camera.position.y:t,o.is_empty(a)?o.camera.posit… function
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js569 function is_empty(thing) { function
2142 } else if (is_empty(node.init)) {
2551 if (is_empty(self.alternative)) self.alternative = null;
2595 if (is_empty(self.body) && is_empty(self.alternative)) {
2610 if (is_empty(self.alternative) && self.body instanceof AST_SimpleStatement) {
2786 if (self.bcatch && self.bfinally && all(self.bfinally.body, is_empty)) self.bfinally = null;
2787 if (all(self.body, is_empty)) {
3062 if (compressor.option("side_effects") && all(exp.body, is_empty)) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js1900 function is_empty(thing) { function
1909 return is_empty(stat)
2002 } else if (is_empty(node.init)) {
7676 if (!is_empty(node.body)) return;
7879 if (!is_empty(node.body)) return;
9568 if (is_empty(self.alternative)) self.alternative = null;
9609 self.alternative = is_empty(tmp) ? null : tmp;
9695 if (is_empty(self.body)) self = make_node(AST_If, self, {
10770 && all(fn.body, is_empty)