Home | History | Annotate | Download | only in jq

Lines Matching defs:push

25     main.push(D, C, "navigator-root");
26 main.push(D, C, "navigator-suite-header");
28 main.push("a", C, "collapse-all-link", "href", "#", "title", "Collapse/expand all the suites");
29 main.push("img", "src", "collapseall.gif", C, "collapse-all-icon");
54 header.push(D, C, "suite");
55 header.push(D, C, "rounded-window");
58 header.push(D, C, "suite-header light-rounded-window-top");
59 header.push("a", "href", "#",
67 header.push(D, C, "navigator-suite-content");
92 header.push(D, C, "result-section");
94 header.push(D, C, "suite-section-title");
105 header.push(D, C, "suite-section-content");
106 header.push("ul");
107 header.push("li");
123 header.push(D, C, "suite-section-title");
127 header.push(D, C, "suite-section-content");
129 header.push("ul");
142 header.push("li");
143 header.push("a", "href", "#",
212 xsb.push("li");
218 xsb.push(S, C, "show-or-hide-methods " + type);
226 xsb.push(D, C, "method-list-content " + type + " " + suiteName);
233 xsb.push(S);