Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp175 bool isNumber(const std::string& s) in isNumber() function in bios::Depex
622 else if (isNumber(word) || isHexNotation(word)) in evaluateExpression()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js33 isNumber: function(obj) {
605 if (_.isNumber(selectionStart)) {
1064 this.minLength = _.isNumber(o.minLength) ? o.minLength : 1;