Searched refs:removeQuotes (Results 1 – 8 of 8) sorted by relevance
76 function removeQuotes($str) function in Auth_Yadis_ParseHTML199 $this->removeQuotes($attr_matches[2][$index]));
100 function removeQuotes($str) function in Auth_Yadis_ParseHTML220 $this->removeQuotes($attr_matches[2][$index]));
204 function removeQuotes($str) function in Auth_OpenID_Parse294 $this->removeQuotes($attr_matches[2][$index]));
208 function removeQuotes($str) function in Auth_OpenID_Parse291 $this->removeQuotes($attr_matches[2][$index]));
143 function removeQuotes(value) { function176 reduced = removeQuotes(reduced);
353 function removeQuotes(name, value) { function462 value = levelOptions.removeQuotes ?463 removeQuotes(name, value) :
24 removeQuotes: true, property
361 removeQuotes: true, // controls removing quotes when unnecessary; defaults to `true`