Home
last modified time | relevance | path

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

/plugin/annotations/
H A Dscript.js284 var exact = normalizeWS(anchor.exact);
286 var prefix = normalizeWS(anchor.prefix || '');
287 var suffix = normalizeWS(anchor.suffix || '');
1536 var exact = normalizeWS(sel.toString());
2025 function normalizeWS(s) { function