Home
last modified time | relevance | path

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

/plugin/openid/Auth/Yadis/
DParseHTML.php76 function removeQuotes($str) function in Auth_Yadis_ParseHTML
199 $this->removeQuotes($attr_matches[2][$index]));
/plugin/fedauth/Auth/Yadis/
DParseHTML.php100 function removeQuotes($str) function in Auth_Yadis_ParseHTML
220 $this->removeQuotes($attr_matches[2][$index]));
/plugin/fedauth/Auth/OpenID/
DParse.php204 function removeQuotes($str) function in Auth_OpenID_Parse
294 $this->removeQuotes($attr_matches[2][$index]));
/plugin/openid/Auth/OpenID/
DParse.php208 function removeQuotes($str) function in Auth_OpenID_Parse
291 $this->removeQuotes($attr_matches[2][$index]));
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Dtidy-rules.js143 function removeQuotes(value) { function
176 reduced = removeQuotes(reduced);
Doptimize.js353 function removeQuotes(name, value) { function
462 value = levelOptions.removeQuotes ?
463 removeQuotes(name, value) :
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Doptimization-level.js24 removeQuotes: true, property
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md361 removeQuotes: true, // controls removing quotes when unnecessary; defaults to `true`