Home | History | Annotate | Download | only in assets

Lines Matching refs:if

14   if (checkbox.checked) {
30 userApiLevel = userApiLevel == 0 ? maxLevel : userApiLevel; // If there's no cookie (zero), use the max by default
32 if (userApiLevelEnabled == 0) {
43 if (isNaN(minLevel) && minLevel.length) {
49 // if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames)
63 if (userApiLevelEnabled == 0) {
75 if (selectedLevel < minLevel) {
96 if (apiLevel.length == 0) { // for odd cases when the since data is actually missing, just bail
101 // Handle provisional api levels; if this item's level is the provisional one, set it to the max
104 if (isNaN(apiLevelNum)) {
109 if (apiLevelNum > selectedLevelNum) obj.addClass("absent").attr("title","Requires API Level \""
129 if (api_level != null) {
136 if (children_data == null) {
144 if (node.expanded) {
167 if (link) {
170 if (children_data != null) {
184 if (!node.children_ul) {
198 if (node.children_data && !node.expanded) {
199 if (node.children_visited) {
203 if ($(node.label_div).hasClass("absent")) $(node.get_children_ul()).addClass("absent");
229 if (toroot.substr(0, 1) == "/") {
230 if (full.substr(0, toroot.length) == toroot) {
237 if (toroot != "./") {
241 if (toroot.substr(toroot.length-3, 3) == "../" || toroot == "./") {
258 if (d[1] == url) {
261 else if (d[2] != null) {
263 if (result != null) {
305 if (me.breadcrumbs != null && me.breadcrumbs.length != 0) {
332 if ( (expand == null && a.hasClass("closed")) || expand ) {
338 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
357 if ( (expand == null && a.text() == "[Expand]") || expand ) {
362 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
376 if (a.text() == "[Expand All]") {
408 if (control && e.which == 70) { // 70 is "F"