Home
last modified time | relevance | path

Searched refs:in_list (Results 1 – 6 of 6) sorted by relevance

/plugin/odt/ODT/elements/
DODTElementList.php16 protected $in_list = false; variable in ODTElementList
51 if ($this->in_list === false) {
96 $this->in_list = true;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dtransform.js58 node.DEFMETHOD("transform", function(tw, in_list){ argument
61 if (tw.before) x = tw.before(this, descend, in_list);
69 y = tw.after(x, in_list);
Dcompress.js155 before: function(node, descend, in_list) { argument
2008 function before(node, descend, in_list) { argument
2111 return in_list ? MAP.splice(side_effects.body) : side_effects;
2116 return in_list ? MAP.splice(side_effects.body) : side_effects;
2141 return in_list ? MAP.splice(block.body) : block;
2153 return in_list ? MAP.splice(block.body) : block;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dtransform.js235 node.DEFMETHOD("transform", function(tw, in_list) { argument
238 if (tw.before) x = tw.before(this, descend, in_list);
243 y = tw.after(x, in_list);
Dast.js215 ctor.prototype.transform = function(tw, in_list) { argument
216 var node = transform.call(this, tw, in_list);
219 } else if (!(node === null || in_list && List.is_op(node))) {
Dcompress.js188 Compressor.prototype = new TreeTransformer(function(node, descend, in_list) { argument
1989 function patch_for_init(node, in_list) { argument
2006 return in_list ? List.splice(block.body) : block;
3376 var tt = new TreeTransformer(function(node, descend, in_list) { argument
3403 … return in_list ? List.splice(body) : make_node(AST_BlockStatement, node, { body: body });
3405 if (!value) return in_list ? List.skip : null;
3407 }, function(node, in_list) { argument
3408 if (node instanceof AST_For) return patch_for_init(node, in_list);
4359 return stat.transform(new TreeTransformer(function(node, descend, in_list) { argument
4369 return in_list ? List.skip : make_node(AST_EmptyStatement, node);
[all …]