Lines Matching full:quoted
329 The function knows how to deal with ",", ";" and "=" as well as quoted349 quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )351 quoted-pair = "\" CHAR355 value = token | quoted-string382 if m: # quoted value416 value. Attribute values are quoted if needed.