Home
last modified time | relevance | path

Searched refs:SubProperty (Results 1 – 25 of 30) sorted by relevance

12

/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/twpayne/go-xdg/v6/
H A Dsettings.go22 SubProperty string member
29 if s.SubProperty != "" {
30 args = append(args, s.SubProperty)
51 if s.SubProperty != "" {
52 args = append(args, s.SubProperty)
61 if s.SubProperty != "" {
62 args = append(args, s.SubProperty)
H A Dsettings_example_test.go23 SubProperty: "http",
35 SubProperty: "http",
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdfs.pl85 %% rdfs_subproperty_of(+SubProperty, ?Property) is nondet.
86 %% rdfs_subproperty_of(?SubProperty, +Property) is nondet.
90 rdfs_subproperty_of(SubProperty, Property) :-
91 rdf_reachable(SubProperty, rdfs:subPropertyOf, Property).
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreOgawa/
H A DCprData.cpp68 m_propertyHeaders = new SubProperty[ headers.size() ]; in CprData()
131 SubProperty & sub = m_propertyHeaders[fiter->second]; in getScalarProperty()
178 SubProperty & sub = m_propertyHeaders[fiter->second]; in getArrayProperty()
226 SubProperty & sub = m_propertyHeaders[fiter->second]; in getCompoundProperty()
H A DCprData.h84 struct SubProperty struct
93 SubProperty * m_propertyHeaders; argument
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Drdfs.pl95 %! rdfs_subproperty_of(+SubProperty, ?Property) is nondet.
96 %! rdfs_subproperty_of(?SubProperty, +Property) is nondet.
100 rdfs_subproperty_of(SubProperty, Property) :-
101 rdf_reachable(SubProperty, rdfs:subPropertyOf, Property).
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreHDF5/
H A DCprData.h85 struct SubProperty struct
101 typedef std::vector<SubProperty> SubPropertyVec; argument
H A DCprData.cpp267 SubProperty & sub = m_propertyHeaders[fiter->second]; in getScalarProperty()
309 SubProperty & sub = m_propertyHeaders[fiter->second]; in getArrayProperty()
352 SubProperty & sub = m_propertyHeaders[fiter->second]; in getCompoundProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}} property
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit.ILGeneration/tests/
H A DUtilities.cs73 public int SubProperty { get; set; } property in System.Reflection.Emit.Tests.SubAttribute

12