Home
last modified time | relevance | path

Searched refs:allowedAttributeList (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js1361 function allowedAttribute(attr, allowedAttributeList) { argument
1364 if ($.inArray(attrName, allowedAttributeList) !== -1) {
1372 var regExp = $(allowedAttributeList).filter(function (index, value) {