Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 25 of 7991) sorted by relevance

12345678910>>...320

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/DataDictionary/
H A DgdcmTagKeywords.h30 typedef gdcm::Attribute<0x0000, 0x0110> MessageID;
33 typedef gdcm::Attribute<0x0000, 0x0700> Priority;
35 typedef gdcm::Attribute<0x0000, 0x0900> Status;
38 typedef gdcm::Attribute<0x0000, 0x0903> ErrorID;
53 typedef gdcm::Attribute<0x0000, 0x0300> Receiver;
66 typedef gdcm::Attribute<0x0000, 0x5160> Borders;
67 typedef gdcm::Attribute<0x0000, 0x5170> Copies;
69 typedef gdcm::Attribute<0x0000, 0x5190> Erase;
70 typedef gdcm::Attribute<0x0000, 0x51a0> Print;
468 typedef gdcm::Attribute<0x0018, 0x0060> KVP;
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Source/DataDictionary/
H A DgdcmTagKeywords.h30 typedef gdcm::Attribute<0x0000, 0x0110> MessageID;
33 typedef gdcm::Attribute<0x0000, 0x0700> Priority;
35 typedef gdcm::Attribute<0x0000, 0x0900> Status;
38 typedef gdcm::Attribute<0x0000, 0x0903> ErrorID;
53 typedef gdcm::Attribute<0x0000, 0x0300> Receiver;
66 typedef gdcm::Attribute<0x0000, 0x5160> Borders;
67 typedef gdcm::Attribute<0x0000, 0x5170> Copies;
69 typedef gdcm::Attribute<0x0000, 0x5190> Erase;
70 typedef gdcm::Attribute<0x0000, 0x51a0> Print;
468 typedef gdcm::Attribute<0x0018, 0x0060> KVP;
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Testing/Source/DataStructureAndEncodingDefinition/Cxx/
H A DTestAttribute.cxx23 gdcm::Attribute<0x0000,0x0000> a00000000; (void)a00000000; in TestAttribute()
24 gdcm::Attribute<0x0000,0x0001> a00000001; (void)a00000001; in TestAttribute()
25 gdcm::Attribute<0x0000,0x0002> a00000002; (void)a00000002; in TestAttribute()
26 gdcm::Attribute<0x0000,0x0003> a00000003; (void)a00000003; in TestAttribute()
27 gdcm::Attribute<0x0000,0x0010> a00000010; (void)a00000010; in TestAttribute()
28 gdcm::Attribute<0x0000,0x0100> a00000100; (void)a00000100; in TestAttribute()
29 gdcm::Attribute<0x0000,0x0110> a00000110; (void)a00000110; in TestAttribute()
30 gdcm::Attribute<0x0000,0x0120> a00000120; (void)a00000120; in TestAttribute()
31 gdcm::Attribute<0x0000,0x0200> a00000200; (void)a00000200; in TestAttribute()
32 gdcm::Attribute<0x0000,0x0300> a00000300; (void)a00000300; in TestAttribute()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/text/html/
H A DCSS.java59 CSS.Attribute[] dst = new CSS.Attribute[ src.length ]; in getAllAttributeKeys()
73 return (CSS.Attribute)Attribute.attributeMap.get( name ); in getAttribute()
76 public static final class Attribute class in CSS
117 public static final Attribute BORDER = new Attribute("border", false, null);
188 public static final Attribute CLEAR = new Attribute("clear", false, "none");
193 public static final Attribute COLOR = new Attribute("color", true, "black");
204 public static final Attribute FLOAT = new Attribute("float", false, "none");
209 public static final Attribute FONT = new Attribute("font", true, null);
244 public static final Attribute HEIGHT =
286 public static final Attribute MARGIN = new Attribute("margin", false, null);
[all …]
H A DHTML.java71 public static final Attribute ALIGN = new Attribute("align");
76 public static final Attribute ALINK = new Attribute("alink");
81 public static final Attribute ALT = new Attribute("alt");
136 public static final Attribute CODE = new Attribute("code");
156 public static final Attribute COLS = new Attribute("cols");
196 public static final Attribute DIR = new Attribute("dir");
251 public static final Attribute ID = new Attribute("id");
311 public static final Attribute N = new Attribute("n");
346 public static final Attribute REL = new Attribute("rel");
497 Attribute that = (Attribute) other; in equals()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/text/html/
H A DCSS.java71 CSS.Attribute[] dst = new CSS.Attribute[ src.length ]; in getAllAttributeKeys()
85 return (CSS.Attribute)Attribute.attributeMap.get( name ); in getAttribute()
221 public static final Attribute FONT = new Attribute("font", true, null);
522 else if (att == Attribute.COLOR || att == Attribute.BACKGROUND_COLOR in getValue()
529 else if (att == Attribute.MARGIN || att == Attribute.MARGIN_BOTTOM in getValue()
531 || att == Attribute.MARGIN_TOP || att == Attribute.WIDTH in getValue()
533 || att == Attribute.PADDING || att == Attribute.PADDING_BOTTOM in getValue()
536 || att == Attribute.LEFT || att == Attribute.RIGHT in getValue()
537 || att == Attribute.TOP || att == Attribute.BOTTOM) in getValue()
557 else if (a == Attribute.BORDER || a == Attribute.BORDER_LEFT in addInternal()
[all …]
H A DHTML.java70 public static final Attribute ALIGN = new Attribute("align");
75 public static final Attribute ALINK = new Attribute("alink");
80 public static final Attribute ALT = new Attribute("alt");
135 public static final Attribute CODE = new Attribute("code");
155 public static final Attribute COLS = new Attribute("cols");
195 public static final Attribute DIR = new Attribute("dir");
250 public static final Attribute ID = new Attribute("id");
295 static final Attribute MEDIA = new Attribute("media");
310 public static final Attribute N = new Attribute("n");
345 public static final Attribute REL = new Attribute("rel");
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/text/html/
H A DCSS.java71 CSS.Attribute[] dst = new CSS.Attribute[ src.length ]; in getAllAttributeKeys()
85 return (CSS.Attribute)Attribute.attributeMap.get( name ); in getAttribute()
221 public static final Attribute FONT = new Attribute("font", true, null);
522 else if (att == Attribute.COLOR || att == Attribute.BACKGROUND_COLOR in getValue()
529 else if (att == Attribute.MARGIN || att == Attribute.MARGIN_BOTTOM in getValue()
531 || att == Attribute.MARGIN_TOP || att == Attribute.WIDTH in getValue()
533 || att == Attribute.PADDING || att == Attribute.PADDING_BOTTOM in getValue()
536 || att == Attribute.LEFT || att == Attribute.RIGHT in getValue()
537 || att == Attribute.TOP || att == Attribute.BOTTOM) in getValue()
557 else if (a == Attribute.BORDER || a == Attribute.BORDER_LEFT in addInternal()
[all …]
H A DHTML.java70 public static final Attribute ALIGN = new Attribute("align");
75 public static final Attribute ALINK = new Attribute("alink");
80 public static final Attribute ALT = new Attribute("alt");
135 public static final Attribute CODE = new Attribute("code");
155 public static final Attribute COLS = new Attribute("cols");
195 public static final Attribute DIR = new Attribute("dir");
250 public static final Attribute ID = new Attribute("id");
295 static final Attribute MEDIA = new Attribute("media");
310 public static final Attribute N = new Attribute("n");
345 public static final Attribute REL = new Attribute("rel");
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/text/html/
H A DCSS.java71 CSS.Attribute[] dst = new CSS.Attribute[ src.length ]; in getAllAttributeKeys()
85 return (CSS.Attribute)Attribute.attributeMap.get( name ); in getAttribute()
221 public static final Attribute FONT = new Attribute("font", true, null);
522 else if (att == Attribute.COLOR || att == Attribute.BACKGROUND_COLOR in getValue()
529 else if (att == Attribute.MARGIN || att == Attribute.MARGIN_BOTTOM in getValue()
531 || att == Attribute.MARGIN_TOP || att == Attribute.WIDTH in getValue()
533 || att == Attribute.PADDING || att == Attribute.PADDING_BOTTOM in getValue()
536 || att == Attribute.LEFT || att == Attribute.RIGHT in getValue()
537 || att == Attribute.TOP || att == Attribute.BOTTOM) in getValue()
557 else if (a == Attribute.BORDER || a == Attribute.BORDER_LEFT in addInternal()
[all …]
H A DHTML.java70 public static final Attribute ALIGN = new Attribute("align");
75 public static final Attribute ALINK = new Attribute("alink");
80 public static final Attribute ALT = new Attribute("alt");
135 public static final Attribute CODE = new Attribute("code");
155 public static final Attribute COLS = new Attribute("cols");
195 public static final Attribute DIR = new Attribute("dir");
250 public static final Attribute ID = new Attribute("id");
295 static final Attribute MEDIA = new Attribute("media");
310 public static final Attribute N = new Attribute("n");
345 public static final Attribute REL = new Attribute("rel");
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/text/html/
H A DCSS.java71 CSS.Attribute[] dst = new CSS.Attribute[ src.length ]; in getAllAttributeKeys()
85 return (CSS.Attribute)Attribute.attributeMap.get( name ); in getAttribute()
221 public static final Attribute FONT = new Attribute("font", true, null);
522 else if (att == Attribute.COLOR || att == Attribute.BACKGROUND_COLOR in getValue()
529 else if (att == Attribute.MARGIN || att == Attribute.MARGIN_BOTTOM in getValue()
531 || att == Attribute.MARGIN_TOP || att == Attribute.WIDTH in getValue()
533 || att == Attribute.PADDING || att == Attribute.PADDING_BOTTOM in getValue()
536 || att == Attribute.LEFT || att == Attribute.RIGHT in getValue()
537 || att == Attribute.TOP || att == Attribute.BOTTOM) in getValue()
557 else if (a == Attribute.BORDER || a == Attribute.BORDER_LEFT in addInternal()
[all …]
H A DHTML.java70 public static final Attribute ALIGN = new Attribute("align");
75 public static final Attribute ALINK = new Attribute("alink");
80 public static final Attribute ALT = new Attribute("alt");
135 public static final Attribute CODE = new Attribute("code");
155 public static final Attribute COLS = new Attribute("cols");
195 public static final Attribute DIR = new Attribute("dir");
250 public static final Attribute ID = new Attribute("id");
295 static final Attribute MEDIA = new Attribute("media");
310 public static final Attribute N = new Attribute("n");
345 public static final Attribute REL = new Attribute("rel");
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/text/html/
H A DCSS.java71 CSS.Attribute[] dst = new CSS.Attribute[ src.length ]; in getAllAttributeKeys()
85 return (CSS.Attribute)Attribute.attributeMap.get( name ); in getAttribute()
221 public static final Attribute FONT = new Attribute("font", true, null);
522 else if (att == Attribute.COLOR || att == Attribute.BACKGROUND_COLOR in getValue()
529 else if (att == Attribute.MARGIN || att == Attribute.MARGIN_BOTTOM in getValue()
531 || att == Attribute.MARGIN_TOP || att == Attribute.WIDTH in getValue()
533 || att == Attribute.PADDING || att == Attribute.PADDING_BOTTOM in getValue()
536 || att == Attribute.LEFT || att == Attribute.RIGHT in getValue()
537 || att == Attribute.TOP || att == Attribute.BOTTOM) in getValue()
557 else if (a == Attribute.BORDER || a == Attribute.BORDER_LEFT in addInternal()
[all …]
H A DHTML.java70 public static final Attribute ALIGN = new Attribute("align");
75 public static final Attribute ALINK = new Attribute("alink");
80 public static final Attribute ALT = new Attribute("alt");
135 public static final Attribute CODE = new Attribute("code");
155 public static final Attribute COLS = new Attribute("cols");
195 public static final Attribute DIR = new Attribute("dir");
250 public static final Attribute ID = new Attribute("id");
295 static final Attribute MEDIA = new Attribute("media");
310 public static final Attribute N = new Attribute("n");
345 public static final Attribute REL = new Attribute("rel");
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/interfaces/
H A Dmailinglist.py99 created_at = Attribute(
131 domain = Attribute(
147 info = Attribute("""\
285 owners = Attribute(
306 members = Attribute(
386 post_id = Attribute(
421 volume = Attribute(
787 aliases = Attribute(
833 header = Attribute(
845 chain = Attribute(
[all …]
/dports/net/measurement-kit/measurement-kit-0.10.14/script/autoapi/
H A Dautoapi12 class Attribute(object):
36 class Setting(Attribute):
40 Attribute.__init__(self, cxx_type, key, value)
80 Attribute("int64_t", "idx"),
103 Attribute("int64_t", "idx"),
124 Attribute("int64_t", "idx"),
128 Attribute("int64_t", "idx")),
131 Attribute("int64_t", "idx")),
146 Attribute("double", "elapsed"),
204 Attribute("int64_t", "port", "0"),
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/xNodeReader/
H A DFunctionalTests.cs40 …this.AddChild(new TCDepth() { Attribute = new TestCaseAttribute() { Name = "Depth", Desc = "Depth"… in AddChildren()
47 …this.AddChild(new TCSkip() { Attribute = new TestCaseAttribute() { Name = "Skip", Desc = "Skip" } … in AddChildren()
60 …this.AddChild(new TCXmlns() { Attribute = new TestCaseAttribute() { Name = "Xlmns", Desc = "Xlmns"… in AddChildren()
82 …this.AddChild(new XNodeReaderAPI() { Attribute = new TestCaseAttribute() { Name = "API Tests" } }); in AddChildren()
574 … this.AddChild(new TestVariation(v2) { Attribute = new VariationAttribute("Element node") }); in AddChildren()
575 … this.AddChild(new TestVariation(v5) { Attribute = new VariationAttribute("Comment node") }); in AddChildren()
633 … this.AddChild(new TestVariation(Prefix) { Attribute = new VariationAttribute("Prefix") }); in AddChildren()
636 … this.AddChild(new TestVariation(GetDepth) { Attribute = new VariationAttribute("Depth") }); in AddChildren()
659 … this.AddChild(new TestVariation(GetEOF) { Attribute = new VariationAttribute("GetEOF") }); in AddChildren()
661 … this.AddChild(new TestVariation(XMLSkip) { Attribute = new VariationAttribute("Skip") }); in AddChildren()
[all …]
/dports/security/vault/vault-1.8.2/vendor/layeh.com/radius/debug/
H A Dgenerated.go7Attribute{&dictionary.Attribute{Name: "User-Name", OID: dictionary.OID{1}, Type: 1}, &dictionary.A…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTML.java665 public static final Attribute SIZE = new Attribute("size");
690 public static final Attribute TEXT = new Attribute("text");
735 public static final Attribute REL = new Attribute("rel");
740 public static final Attribute REV = new Attribute("rev");
775 public static final Attribute ALT = new Attribute("alt");
780 public static final Attribute ID = new Attribute("id");
785 public static final Attribute SRC = new Attribute("src");
860 public static final Attribute DIR = new Attribute("dir");
1025 public static final Attribute N = new Attribute("n");
1061 static final Attribute MEDIA = new Attribute("media");
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTML.java665 public static final Attribute SIZE = new Attribute("size");
690 public static final Attribute TEXT = new Attribute("text");
735 public static final Attribute REL = new Attribute("rel");
740 public static final Attribute REV = new Attribute("rev");
775 public static final Attribute ALT = new Attribute("alt");
780 public static final Attribute ID = new Attribute("id");
785 public static final Attribute SRC = new Attribute("src");
860 public static final Attribute DIR = new Attribute("dir");
1025 public static final Attribute N = new Attribute("n");
1061 static final Attribute MEDIA = new Attribute("media");
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTML.java665 public static final Attribute SIZE = new Attribute("size");
690 public static final Attribute TEXT = new Attribute("text");
735 public static final Attribute REL = new Attribute("rel");
740 public static final Attribute REV = new Attribute("rev");
775 public static final Attribute ALT = new Attribute("alt");
780 public static final Attribute ID = new Attribute("id");
785 public static final Attribute SRC = new Attribute("src");
860 public static final Attribute DIR = new Attribute("dir");
1025 public static final Attribute N = new Attribute("n");
1061 static final Attribute MEDIA = new Attribute("media");
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java367 public static final Attribute SIZE = new Attribute("size");
372 public static final Attribute TEXT = new Attribute("text");
381 public static final Attribute REL = new Attribute("rel");
382 public static final Attribute REV = new Attribute("rev");
389 public static final Attribute ALT = new Attribute("alt");
390 public static final Attribute ID = new Attribute("id");
391 public static final Attribute SRC = new Attribute("src");
406 public static final Attribute DIR = new Attribute("dir");
439 public static final Attribute N = new Attribute("n");
447 static final Attribute MEDIA = new Attribute("media");
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTML.java670 public static final Attribute SIZE = new Attribute("size");
695 public static final Attribute TEXT = new Attribute("text");
740 public static final Attribute REL = new Attribute("rel");
745 public static final Attribute REV = new Attribute("rev");
780 public static final Attribute ALT = new Attribute("alt");
785 public static final Attribute ID = new Attribute("id");
790 public static final Attribute SRC = new Attribute("src");
865 public static final Attribute DIR = new Attribute("dir");
1030 public static final Attribute N = new Attribute("n");
1066 static final Attribute MEDIA = new Attribute("media");
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTML.java677 public static final Attribute SIZE = new Attribute("size");
702 public static final Attribute TEXT = new Attribute("text");
747 public static final Attribute REL = new Attribute("rel");
752 public static final Attribute REV = new Attribute("rev");
787 public static final Attribute ALT = new Attribute("alt");
792 public static final Attribute ID = new Attribute("id");
797 public static final Attribute SRC = new Attribute("src");
872 public static final Attribute DIR = new Attribute("dir");
1037 public static final Attribute N = new Attribute("n");
1073 static final Attribute MEDIA = new Attribute("media");
[all …]

12345678910>>...320