Searched refs:sanitizeFn (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | bootstrap-3.4.1.js | 1386 function sanitizeHtml(unsafeHtml, whiteList, sanitizeFn) { argument 1391 if (sanitizeFn && typeof sanitizeFn === 'function') { 1392 return sanitizeFn(unsafeHtml) 1463 sanitizeFn : null, property in Tooltip.DEFAULTS 1523 options.template = sanitizeHtml(options.template, options.whiteList, options.sanitizeFn) 1741 title = sanitizeHtml(title, this.options.whiteList, this.options.sanitizeFn) 1930 return sanitizeHtml(unsafeHtml, this.options.whiteList, this.options.sanitizeFn)
|
H A D | bootstrap-3.4.1.min.js | 6 …sanitizeFn:null,whiteList:t},m.prototype.init=function(t,e,i){if(this.enabled=!0,this.type=t,this.… property in m.DEFAULTS
|