Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js671 this.displayFn = getDisplayFn(o.display || o.displayKey);
672 this.templates = getTemplates(o.templates, this.displayFn);
752 …tes.suggestion(context)).data(keys.obj, suggestion).data(keys.val, that.displayFn(suggestion)).add…
845 return _.isFunction(display) ? display : displayFn;
846 function displayFn(obj) { function
850 function getTemplates(templates, displayFn) { argument
859 return $("<div>").text(displayFn(context));