Lines Matching defs:extended
661 extended = False
672 # This is part of the "handle quoted extended parameters" hack.
716 ('quoted-string', 'attribute', 'extended-attribute')):
750 if not first_param.extended and len(parts) > 1:
762 # duplicate extended parameter and ignore the second one
764 if not param.extended:
773 if param.extended:
2330 "expected extended attrtext but found {!r}".format(value))
2333 attrtext = ValueTerminal(attrtext, 'extended-attrtext')
2340 This is like the non-extended version except we allow % characters, so that
2420 # and the 'extended-attribute' marker (the '*') , but we've never seen that
2439 param.append(ValueTerminal('*', 'extended-parameter-marker'))
2441 param.extended = True
2452 if param.extended and value and value[0] == '"':
2454 # double quotes around an extended value. We also accept (with defect)
2476 "Quoted string value for extended parameter is invalid"))
2487 "Parameter marked as extended but appears to have a "
2493 if not param.extended or param.section_number > 0:
2501 "Apparent initial-extended-value but attribute "
2502 "was not marked as extended or was not initial section"))
2513 if t.token_type == 'extended-attrtext':