Home | History | Annotate | Download | only in assets

Lines Matching refs:false

49   //  if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames)
147 node.expanded = false;
160 node.expanded = false;
177 node.expanded = false;
323 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
338 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
345 return false;
350 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
362 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
364 toggleInherited(this, false);
368 return false;
383 toggleAllInherited(this, false);
387 return false;