Home | History | Annotate | Download | only in Lib

Lines Matching refs:quoted

329     The function knows how to deal with ",", ";" and "=" as well as quoted

349 quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
351 quoted-pair = "\" CHAR
355 value = token | quoted-string
382 if m: # quoted value
416 value. Attribute values are quoted if needed.