| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | compress.js | 139 this.pure_funcs = function(node) { argument 149 this.pure_funcs = function(node) { argument 188 Compressor.prototype = new TreeTransformer(function(node, descend, in_list) { argument 233 Compressor.prototype.compress = function(node) { argument 308 var tt = new TreeTransformer(function(node) { argument 311 body: make_node(AST_String, node), property 321 body: value || make_node(AST_UnaryPrefix, node, { property 374 if (!is_statement(self)) self = make_node(AST_SimpleStatement, self, { body: self }); property 375 … if (!(self instanceof AST_Toplevel)) self = make_node(AST_Toplevel, self, { body: [ self ] }); property 379 function read_property(obj, node) { argument [all …]
|
| D | ast.js | 96 return self.transform(new TreeTransformer(function(node) { argument 112 equals: function(node) { argument 129 this.walk(new TreeWalker(function(node) { argument 273 _equals: function(node) { argument 290 function is_statement(node) { argument 309 function must_be_expression(node, prop) { argument 316 body: "[AST_Node] an expression node (should not be instanceof AST_Statement)", property 318 _equals: function(node) { argument 361 function walk_body(node, visitor) { argument 362 node.body.forEach(function(node) { argument [all …]
|
| D | mozilla-ast.js | 52 body: normalize_directives(M.body.map(from_moz)), property 101 body: normalize_directives(from_moz(M.body).body), property 125 body: normalize_directives(from_moz(M.body).body), property 225 body : from_moz(M.block).body, property 359 body: decl, property 366 body: from_moz(M.declaration), property 1111 function normalize_directives(body) { argument 1235 AST_Node.from_mozilla_ast = function(node) { argument 1240 ast.walk(new TreeWalker(function(node) { argument 1282 function to_moz(node) { argument [all …]
|
| D | parse.js | 826 return dir ? new AST_Directive(body) : new AST_SimpleStatement({ body: body }); property 879 body : block_(), property 926 body : body, property 934 body : in_loop(statement), property 968 body : in_loop(switch_body_), property 996 body : statement(), property 1028 return new AST_LabeledStatement({ body: stat, label: label }); property 1034 return new AST_SimpleStatement({ body: body }); property 1241 body : in_loop(statement) property 1252 body : in_loop(statement) property [all …]
|
| D | output.js | 482 function should_merge_comments(node, parent) { argument 494 function prepend_comments(node) { argument 506 var tw = new TreeWalker(function(node) { argument 532 function dump(node) { argument 549 function append_comments(node, tail) { argument 597 push_node : function(node) { stack.push(node) }, argument 787 function need_chain_parens(node, parent) { argument 912 function display_body(body, is_toplevel, output, allow_directives) { argument 1433 function parenthesize_for_no_in(node, output, no_in) { argument 1437 if (no_in) node.walk(new TreeWalker(function(node) { argument [all …]
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | whitespace-control.js | 137 node argument 148 function isPrevWhitespace(body, i, isRoot) { argument 167 function isNextWhitespace(body, i, isRoot) { argument 192 function omitRight(body, i, multiple) { argument 217 function omitLeft(body, i, multiple) { argument
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | whitespace-control.js | 138 …ntrol.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = function (node) { argument 148 function isPrevWhitespace(body, i, isRoot) { argument 165 function isNextWhitespace(body, i, isRoot) { argument 188 function omitRight(body, i, multiple) { argument 206 function omitLeft(body, i, multiple) { argument
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 122 compress: function(node) { argument 155 before: function(node, descend, in_list) { argument 186 function OPT(node, optimizer) { argument 201 AST_Node.DEFMETHOD("equivalent_to", function(node){ argument 207 var tt = new TreeTransformer(function(node) { argument 217 body: value property 221 body: node.value || make_node(AST_UnaryPrefix, node, { property 256 var suppressor = new TreeWalker(function(node) { argument 263 var tw = new TreeWalker(function(node, descend){ argument 463 function is_modified(node, level, func) { argument [all …]
|
| D | mozilla-ast.js | 48 var normalize_directives = function(body) { argument 71 body: normalize_directives(M.body.map(from_moz)) property 80 body: normalize_directives(from_moz(M.body).body) property 89 body: normalize_directives(from_moz(M.body).body) property 96 body: from_moz(M.expression) property 107 body : from_moz(M.block).body, property 551 function from_moz(node) { argument 558 AST_Node.from_mozilla_ast = function(node){ argument 590 function to_moz(node) { argument 594 function to_moz_block(node) { argument [all …]
|
| D | ast.js | 97 return self.transform(new TreeTransformer(function(node) { argument 149 body: "[AST_Node] an expression node (should not be instanceof AST_Statement)" property 158 function walk_body(node, visitor) { argument 171 body: "[AST_Statement*] an array of statements" property 194 …body: "[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement" property 219 node.walk(new TreeWalker(function(node) { argument 343 wrapped_tl = wrapped_tl.transform(new TreeTransformer(function before(node){ argument 355 self.walk(new TreeWalker(function(node){ argument 364 wrapped_tl = wrapped_tl.transform(new TreeTransformer(function before(node){ argument 373 body: new AST_Assign({ property [all …]
|
| D | output.js | 431 push_node : function(node) { stack.push(node) }, argument 495 self.value.walk(new TreeWalker(function(node){ argument 638 this.walk(new TreeWalker(function(node){ argument 712 function display_body(body, is_toplevel, output, allow_directives) { argument 761 function print_bracketed(body, output, allow_directives) { argument 1040 function parenthesize_for_noin(node, output, noin) { argument 1045 node.walk(new TreeWalker(function(node){ argument
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | whitespace-control.js | 136 …ntrol.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = function (node) { argument 146 function isPrevWhitespace(body, i, isRoot) { argument 163 function isNextWhitespace(body, i, isRoot) { argument 186 function omitRight(body, i, multiple) { argument 204 function omitLeft(body, i, multiple) { argument
|
| /plugin/asciidocjs/node_modules/babel-types/lib/ |
| D | validators.js | 44 function isBinding(node, parent) { argument 61 function isReferenced(node, parent) { argument 176 function isLet(node) { argument 180 function isBlockScoped(node) { argument 184 function isVar(node) { argument 192 function isScope(node, parent) { argument 193 if (t.isBlockStatement(node) && t.isFunction(parent, { body: node })) { property 200 function isImmutable(node) { argument
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 28 FCKXHtml.GetXHTML = function( node, includeNode, format ) argument 315 img : function( node, htmlNode ) argument 328 a : function( node, htmlNode ) argument 352 script : function( node, htmlNode ) argument 363 style : function( node, htmlNode ) argument 378 pre : function ( node, htmlNode ) argument 392 title : function( node, htmlNode ) argument 400 ol : function( node, htmlNode, targetNode ) argument 422 span : function( node, htmlNode ) argument 435 iframe : function( node, htmlNode ) argument [all …]
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/ |
| D | Plugin.php | 94 function propFind(DAV\PropFind $propFind, DAV\INode $node) { 551 protected function parseLockRequest($body) {
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/ |
| H A D | Plugin.php | 94 function propFind(DAV\PropFind $propFind, DAV\INode $node) { 551 protected function parseLockRequest($body) {
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Node/ |
| D | ModuleNode.php | 33 …_NodeInterface $blocks, \Twig_NodeInterface $macros, \Twig_NodeInterface $traits, $embeddedTemplat… 471 protected function compileLoadTemplate(Compiler $compiler, $node, $var)
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | dataTables.buttons.js | 154 action: function (node, action) { argument 173 active: function (node, flag) { argument 238 collectionRebuild: function (node, newButtons) { argument 290 disable: function (node) { argument 338 enable: function (node, flag) { argument 356 index: function (node, nested, buttons) { argument 394 node: function (node) { argument 409 processing: function (node, flag) { argument 435 remove: function (node) { argument 474 text: function (node, label) { argument [all …]
|
| D | dataTables.buttons.min.js | 4 …"),i=function(t,n){n.fn.dataTable||require("datatables.net")(t,n)},"undefined"==typeof window?modu… property
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ |
| D | Connection.php | 204 …public function performRequest(string $method, string $uri, ?array $params = [], $body = null, arr… 278 $node = $connection->getHost(); variable in Elasticsearch\\Connections\\Connection 329 $body = $response['body'] ?? ''; variable in Elasticsearch\\Connections\\Connection 648 private function buildCurlCommand(string $method, string $url, ?string $body): string 737 private function convertBodyToString($body, int $statusCode, Exception $exception) : string
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks.js | 1122 node.contentArgs.forEach(function (n) { field 2963 node = new nodes.For(forTok.lineno, forTok.colno); property 2966 node = new nodes.AsyncEach(forTok.lineno, forTok.colno); property 2969 node = new nodes.AsyncAll(forTok.lineno, forTok.colno); property 3155 node.ignoreMissing = true; field 3164 node = new nodes.If(tag.lineno, tag.colno); property 3166 node = new nodes.IfAsync(tag.lineno, tag.colno); property 3201 node.targets.push(target); field 3215 node.value = this.parseExpression(); field 3422 node.else_ = this.parseOr(); field [all …]
|
| /plugin/popupviewer/ |
| D | script.js | 194 var success = function(node) argument 314 _.propagateClickHandler = function(node, popupData) { argument 725 body : jQuery('html').html() property
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 260 $def(self, '$convert', function $$convert(node, template_name, opts) { argument 271 … return (template.render({node: node, opts: fromHash(opts), helpers: helpers_ctx})).$strip() property 273 … return (template.render({node: node, opts: fromHash(opts), helpers: helpers_ctx})).$rstrip() property 5486 $def(self, '$convert', function $$convert(node, transform, opts) { argument 5549 $def(self, '$convert', function $$convert(node, transform, opts) { argument 5874 $def(self, '$convert', function $$convert(node, transform, opts) { argument 5909 $def(self, '$content_only', function $$content_only(node) { argument 8731 …$defs(self, '$catalog_inline_anchor', function $$catalog_inline_anchor(id, reftext, node, location… argument 8790 …catalog_inline_biblio_anchor', function $$catalog_inline_biblio_anchor(id, reftext, node, reader) { argument 12499 $def(self, '$initialize', function $$initialize(head, foot, body) { argument [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 1915 Opal.send2 = function(recv, body, method, args, block, blockopts) { argument 2010 Opal.def = function(obj, jsid, body, blockopts) { argument 2028 Opal.defn = function(module, jsid, body) { argument 2065 Opal.defs = function(obj, jsid, body, blockopts) { argument 2114 function is_method_body(body) { argument 8820 body = recv.$method_missing; property 8827 body.$$p = block; field 30103 $def(self, '$convert', function $$convert(node, transform, opts) { argument 30166 $def(self, '$convert', function $$convert(node, transform, opts) { argument 30491 $def(self, '$convert', function $$convert(node, transform, opts) { argument [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 1912 Opal.send2 = function(recv, body, method, args, block, blockopts) { argument 2007 Opal.def = function(obj, jsid, body, blockopts) { argument 2025 Opal.defn = function(module, jsid, body) { argument 2062 Opal.defs = function(obj, jsid, body, blockopts) { argument 2111 function is_method_body(body) { argument 8817 body = recv.$method_missing; property 8824 body.$$p = block; field 29851 $def(self, '$convert', function $$convert(node, transform, opts) { argument 29914 $def(self, '$convert', function $$convert(node, transform, opts) { argument 30239 $def(self, '$convert', function $$convert(node, transform, opts) { argument [all …]
|