Home
last modified time | relevance | path

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

/plugin/zwidoku/
H A DHtml2Text.php158 protected $preSearch = array( variable in Html2Text\\Html2Text
478 preg_replace($this->preSearch, $this->preReplace, $this->preContent)
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js4103 preSearch = settings.oPreviousSearch,
4131 value: preSearch.sSearch,
4132 regex: preSearch.bRegex
4166 param( 'sSearch', preSearch.sSearch );
4167 param( 'bRegex', preSearch.bRegex );
9329 var preSearch = settings.aoPreSearchCols;
9333 return preSearch[ column ].sSearch;
9341 $.extend( preSearch[ column ], {