Home | History | Annotate | Download | only in assets

Lines Matching refs:if

28         if (!resultMatchesKeyword(loadedResults[i].result, keywords[j])) {
44 if (result.title &&
47 else if (result.description &&
50 else if (result.topicsHtml &&
86 if (tag in allTags) {
87 if (allTags[tag].tagClass == 'type') {
89 } else if (allTags[tag].tagClass == 'topic') {
111 if (params.tag) {
114 if (tag.toLowerCase() in allTags) {
120 if (searchTags.length) {
138 if (searchTags.length) {
140 if (!(searchTags[j] in resource.tagsHash)) {
145 if (skip)
156 if (results.length) {
203 if (val === '0')
205 if (val === '1')
208 if (key in params) {
222 * if it's already an array.
225 if (!o)
228 if (typeof o === 'object' && 'splice' in o) {