Home | History | Annotate | Download | only in assets

Lines Matching full:false

42   //  if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames)
126 node.expanded = false;
139 node.expanded = false;
156 node.expanded = false;
302 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
317 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
324 return false;
329 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
341 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
343 toggleInherited(this, false);
347 return false;
362 toggleAllInherited(this, false);
366 return false;