Searched refs:fa (Results 1 – 2 of 2) sorted by relevance
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/ |
D | bisect.lua | 5 function bisect(f,a,b,fa,fb) 11 if fa*fc<0 then return bisect(f,a,c,fa,fc) else return bisect(f,c,b,fc,fb) end
|
/civetweb-2.7.6/examples/_obsolete/docroot/ |
D | jquery.js | 62 …"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=… function 63 …fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCas…
|