Searched refs:escapeTextValue (Results 1 – 2 of 2) sorted by relevance
/plugin/sphinxsearch-was/ |
H A D | functions.php | 24 $data['id'], escapeTextValue($data['title_to_index']), 25 escapeTextValue($data['body']), 26 escapeTextValue($data['namespace']), 27 escapeTextValue($data['pagename']), 34 function escapeTextValue($value) function
|
/plugin/sphinxsearch/ |
H A D | functions.php | 22 array($data['id'], escapeTextValue($data['title_to_index']), 23 escapeTextValue($data['body']), 24 escapeTextValue($data['namespace']), 25 escapeTextValue($data['pagename']), 31 function escapeTextValue($value) function
|