Home
last modified time | relevance | path

Searched +defs:MULTIPLE +defs:VALUE +defs:LIST (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/fuzzer/
H A Dhtml_tree.proto198 LIST = 57; enumerator
207 MULTIPLE = 66; enumerator
248 VALUE = 107; enumerator
/dports/www/firefox-esr/firefox-91.8.0/parser/html/javasrc/
H A DAttributeName.java1225 …public static final AttributeName LIST = new AttributeName(ALL_NO_NS, SAME_LOCAL("list"), ALL_NO_P… field in AttributeName
1226 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
1261 …public static final AttributeName VALUE = new AttributeName(ALL_NO_NS, SAME_LOCAL("value"), ALL_NO… field in AttributeName
/dports/www/firefox/firefox-99.0/parser/html/javasrc/
H A DAttributeName.java1225 …public static final AttributeName LIST = new AttributeName(ALL_NO_NS, SAME_LOCAL("list"), ALL_NO_P… field in AttributeName
1226 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
1261 …public static final AttributeName VALUE = new AttributeName(ALL_NO_NS, SAME_LOCAL("value"), ALL_NO… field in AttributeName
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/javasrc/
H A DAttributeName.java1219 …public static final AttributeName LIST = new AttributeName(ALL_NO_NS, SAME_LOCAL("list"), ALL_NO_P… field in AttributeName
1220 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
1255 …public static final AttributeName VALUE = new AttributeName(ALL_NO_NS, SAME_LOCAL("value"), ALL_NO… field in AttributeName
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/javasrc/
H A DAttributeName.java1225 …public static final AttributeName LIST = new AttributeName(ALL_NO_NS, SAME_LOCAL("list"), ALL_NO_P… field in AttributeName
1226 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
1261 …public static final AttributeName VALUE = new AttributeName(ALL_NO_NS, SAME_LOCAL("value"), ALL_NO… field in AttributeName
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/javasrc/
H A DAttributeName.java1223 …public static final AttributeName LIST = new AttributeName(ALL_NO_NS, SAME_LOCAL("list"), ALL_NO_P… field in AttributeName
1224 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
1259 …public static final AttributeName VALUE = new AttributeName(ALL_NO_NS, SAME_LOCAL("value"), ALL_NO… field in AttributeName
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/javasrc/
H A DAttributeName.java789 …public static final AttributeName LIST = new AttributeName(ALL_NO_NS, SAME_LOCAL("list"), ALL_NO_P… field in AttributeName
830 …public static final AttributeName VALUE = new AttributeName(ALL_NO_NS, SAME_LOCAL("value"), ALL_NO… field in AttributeName
984 …public static final AttributeName MULTIPLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("multiple"), … field in AttributeName
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Da68g.h1662 #define LIST(p) ((p)->list) macro
1674 #define MULTIPLE(p) ((p)->multiple_mode) macro
1898 #define VALUE(p) ((p)->value) macro