Searched refs:bRegex (Results 1 – 5 of 5) sorted by relevance
| /plugin/dokumicrobugtracker/js/ |
| D | jquery.dataTables.js | 1538 this.fnFilter = function( sInput, iColumn, bRegex, bSmart, bShowGlobal ) argument 1547 if ( typeof bRegex == 'undefined' ) 1549 bRegex = false; 1567 "bRegex": bRegex, property 1584 oSettings.aoPreSearchCols[ iColumn ].bRegex = bRegex; 2567 if ( typeof oSettings.aoPreSearchCols[ iCol ].bRegex == 'undefined' ) 2569 oSettings.aoPreSearchCols[ iCol ].bRegex = true; 3493 aoData.push( { "name": "bRegex", "value": oSettings.oPreviousSearch.bRegex } ); 3497 aoData.push( { "name": "bRegex_"+i, "value": oSettings.aoPreSearchCols[i].bRegex } ); 4307 "bRegex": oSettings.oPreviousSearch.bRegex, property [all …]
|
| D | jquery.dataTables.min.js.gz | |
| D | jquery.dataTables.min.js | 37 bRegex:false,bSmart:true};this.aoPreSearchCols=[];this.aaSorting=[[0,"asc",0]];this.aaSortingFixed=… property 44 …chCols[c]={sSearch:"",bRegex:false,bSmart:true};else{if(typeof a.aoPreSearchCols[c].bRegex=="undef… 63 …ch.bRegex});for(f=0;f<b;f++){c.push({name:"sSearch_"+f,value:a.aoPreSearchCols[f].sSearch});c.push… 80 …is.value!=a.oPreviousSearch.sSearch&&N(a,{sSearch:this.value,bRegex:a.oPreviousSearch.bRegex,bSmar… property 81 …(a,b.sSearch,c,b.bRegex,b.bSmart);for(b=0;b<a.aoPreSearchCols.length;b++)Pa(a,a.aoPreSearchCols[b]… 83 …Display.splice(c-h,1);h++}}a.oPreviousSearch.sSearch=b;a.oPreviousSearch.bRegex=d;a.oPreviousSearc… 111 …bRegex+",";f+='"aaSorting":[ ';for(b=0;b<a.aaSorting.length;b++)f+="["+a.aaSorting[b][0]+',"'+a.aa… 113 ….aaSorting.slice();if(typeof c.sFilterEsc!="undefined")a.oPreviousSearch.bRegex=!c.sFilterEsc;if(t… 114 …+)a.aoPreSearchCols[d]={sSearch:decodeURIComponent(c.aaSearchCols[d][0]),bRegex:!c.aaSearchCols[d]… 123 …bRegex:c,bSmart:d},1);if(f&&typeof e.aanFeatures.f!="undefined"){b=e.aanFeatures.f;c=0;for(d=b.len… property
|
| /plugin/datatables/assets/datatables.net/js/ |
| D | jquery.dataTables.min.js | 4 …bRegex}}),g=0;g<o;g++)n=r[g],a=s[g],e="function"==typeof n.mData?"function":n.mData,p.columns.push… property
|
| D | jquery.dataTables.js | 447 this.fnFilter = function( sInput, iColumn, bRegex, bSmart, bShowGlobal, bCaseInsensitive ) argument 452 api.search( sInput, bRegex, bSmart, bCaseInsensitive ); 455 api.column( iColumn ).search( sInput, bRegex, bSmart, bCaseInsensitive ); 4132 regex: preSearch.bRegex 4148 regex: columnSearch.bRegex 4156 param( 'bRegex_'+i, columnSearch.bRegex ); 4167 param( 'bRegex', preSearch.bRegex ); 4317 "bRegex": previousSearch.bRegex, property 4392 oPrevSearch.bRegex = oFilter.bRegex; 4399 return o.bEscapeRegex !== undefined ? !o.bEscapeRegex : o.bRegex; [all …]
|