Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dfunctions.php24 $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 Dfunctions.php22 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