Lines Matching refs:if
8 if (elts[i].className == "privatelink") {
17 if (elts[i].className == "private") {
20 else if (elts[i].className == "public") {
30 if (elts[i].className == "private") {
37 if (elts[i].className == "private") {
45 if (elts[i].className == "private") {
55 if (elts[i].className == "privatelink") {
57 if (cmd && cmd.substr(0,4)=="show")
66 if (begin == -1) {
68 if (begin != 0) return null;
72 if (end == -1)
82 if (cmd && cmd.substr(0,4)!="show" && location.href.indexOf("#_") < 0)
87 if (elt.style.display == "none")
94 if (elt) elt.style.display = "block";
96 if (elt) elt.style.display = "block";
98 if (elt) { elt.innerHTML = ""; elt.style.display = "none"; }
100 if (elt) { elt.innerHTML = ""; elt.style.display = "none"; }
102 if (elt) { elt.innerHTML = "-"; }
107 if (elt) elt.style.display = "none";
109 if (elt) elt.style.display = "none";
111 if (elt) { elt.innerHTML = "<br />"; elt.style.display="block"; }
113 if (elt) { elt.innerHTML = "+"; }
115 if (elt) {
133 if (elt.innerHTML == "-")
142 if (elt) elt.className = "py-highlight-hdr";
144 if (elt) elt.className = "py-highlight";
146 if (elt) elt.className = "py-highlight";
165 if (split > 0)
166 if (elt.id.substring(split, elt.id.length) == "-expanded")
167 if (num_lines(elt.innerHTML) > min_lines)
174 if (start != 0 && start != href.length) {
175 if (href.substring(start, href.length) != "-") {
195 if (!ev) var ev = window.event;
196 if (!this.contains(ev.toElement)) {
205 // If we already opened the box, then destroy it.
207 if (elt.childNodes.length > 1) {
268 if ((start != 0) && (start != href.length))
273 // if "name" matches with any of them.
279 if (pagename == dottedName.substring(0,pagename.length)) {
287 if (dottedName.length > pagename.length)