Searched refs:_match_wildcard (Results 1 – 1 of 1) sorted by relevance
355 $comp = $this->_match_wildcard($f['value'], $datarow[$idx]);358 $comp = !$this->_match_wildcard($f['value'], $datarow[$idx]);385 function _match_wildcard( $wildcard_pattern, $haystack ) { function in syntax_plugin_datatemplate_list