Home
last modified time | relevance | path

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

/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js4332 function _fnFilterComplete ( oSettings, oInput, iForce ) argument
4335 _fnFilter( oSettings, oInput.sSearch, iForce, oInput.bRegex, oInput.bSmart );
4431 function _fnFilter( oSettings, sInput, iForce, bRegex, bSmart ) argument
4437 if ( typeof iForce == 'undefined' || iForce === null )
4439 iForce = 0;
4445 iForce = 1;
4463 oSettings.oPreviousSearch.sSearch.length > sInput.length || iForce == 1 ||