Home
last modified time | relevance | path

Searched refs:Relationship (Results 1 – 25 of 1826) sorted by relevance

12345678910>>...74

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/token/
H A Drelationship.inc1 {Relationship::ACTIVEXCONTROLBINARY, "http://schemas.microsoft.com/office/2006/relationships/active…
2 {Relationship::CHART, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart"},
4 {Relationship::COMMENTS, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comme…
7 {Relationship::CONTROL, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/contro…
19 {Relationship::FONT, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/font"},
24 {Relationship::HDPHOTO, "http://schemas.microsoft.com/office/2007/relationships/hdphoto"},
27 {Relationship::IMAGE, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"},
28 {Relationship::MEDIA, "http://schemas.microsoft.com/office/2007/relationships/media"},
38 {Relationship::SLIDE, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide"},
43 {Relationship::VBAPROJECT, "http://schemas.microsoft.com/office/2006/relationships/vbaProject"},
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/token/
H A Drelationship.inc1 {Relationship::ACTIVEXCONTROLBINARY, "http://schemas.microsoft.com/office/2006/relationships/active…
2 {Relationship::CHART, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart"},
3 {Relationship::COMMENTS, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comme…
5 {Relationship::CONTROL, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/contro…
6 {Relationship::CTRLPROP, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/ctrlP…
17 {Relationship::FONT, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/font"},
22 {Relationship::HDPHOTO, "http://schemas.microsoft.com/office/2007/relationships/hdphoto"},
25 {Relationship::IMAGE, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"},
26 {Relationship::MEDIA, "http://schemas.microsoft.com/office/2007/relationships/media"},
40 {Relationship::VBAPROJECT, "http://schemas.microsoft.com/office/2006/relationships/vbaProject"},
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optim/linear/
H A DSimplexSolverTest.java132 constraints.add(new LinearConstraint(new double[] {1, 0}, Relationship.EQ, 1));
147 constraints.add(new LinearConstraint(new double[] {1, 1, 0}, Relationship.EQ, 5)); in testMath434NegativeVariable()
182 constraints.add(new LinearConstraint(new double[] {200}, Relationship.GEQ, 1)); in testMath434PivotRowSelection()
474 constraints.add(new LinearConstraint(new double[] { 1, 1 }, Relationship.EQ, 4)); in testSimplexSolver()
488 constraints.add(new LinearConstraint(new double[] { 1 }, Relationship.LEQ, 10)); in testSingleVariableAndConstraint()
552 constraints.add(new LinearConstraint(new double[] { 1 }, Relationship.LEQ, 1)); in testInfeasibleSolution()
553 constraints.add(new LinearConstraint(new double[] { 1 }, Relationship.GEQ, 3)); in testInfeasibleSolution()
791 Relationship relationship; in equationFromString()
793 relationship = Relationship.GEQ; in equationFromString()
795 relationship = Relationship.LEQ; in equationFromString()
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_relationship.go11 type Relationship struct { struct
13 raw *vocab.Relationship argument
17 func (t *Relationship) Raw() (n *vocab.Relationship) { argument
76 func (t *Relationship) LenObject() (idx int) { argument
110 func (t *Relationship) RemoveObject(idx int) { argument
512 func (t *Relationship) LenName() (idx int) { argument
765 func (t *Relationship) SetId(k *url.URL) { argument
1379 func (t *Relationship) LenTo() (idx int) { argument
1415 func (t *Relationship) RemoveTo(idx int) { argument
1491 func (t *Relationship) LenCc() (idx int) { argument
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_relationship.go522 type Relationship struct { struct
1580 func (t *Relationship) NameLen() (l int) { argument
1924 func (t *Relationship) IconLen() (l int) { argument
2925 func (t *Relationship) TagLen() (l int) { argument
3141 func (t *Relationship) UrlLen() (l int) { argument
3234 func (t *Relationship) ToLen() (l int) { argument
3359 func (t *Relationship) BtoLen() (l int) { argument
3484 func (t *Relationship) CcLen() (l int) { argument
3609 func (t *Relationship) BccLen() (l int) { argument
4777 func (t *Relationship) AddUnknown(k string, i interface{}) (this *Relationship) { argument
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/
H A Dsystem_executor.hpp64 Relationship, Allocator>
68 Relationship, Allocator>(allocator_); in require()
82 Relationship, Allocator>
86 Relationship, Allocator>(allocator_); in require()
100 Relationship, Allocator>
104 Relationship, Allocator>(allocator_); in require()
175 Relationship, std::allocator<void> >(); in require()
247 return Relationship(); in query()
492 Relationship, Allocator> result_type;
505 Relationship, Allocator> result_type;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/asio/
H A Dsystem_executor.hpp59 Relationship, Allocator>
63 Relationship, Allocator>(allocator_); in require()
77 Relationship, Allocator>
81 Relationship, Allocator>(allocator_); in require()
95 Relationship, Allocator>
99 Relationship, Allocator>(allocator_); in require()
170 Relationship, std::allocator<void> >(); in require()
233 return Relationship(); in query()
471 Relationship, Allocator> result_type;
484 Relationship, Allocator> result_type;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/
H A Dsystem_executor.hpp65 Relationship, Allocator>
69 Relationship, Allocator>(allocator_); in require()
83 Relationship, Allocator>
87 Relationship, Allocator>(allocator_); in require()
101 Relationship, Allocator>
105 Relationship, Allocator>(allocator_); in require()
176 Relationship, std::allocator<void> >(); in require()
248 return Relationship(); in query()
493 Relationship, Allocator> result_type;
506 Relationship, Allocator> result_type;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/
H A Dsystem_executor.hpp59 Relationship, Allocator>
63 Relationship, Allocator>(allocator_); in require()
77 Relationship, Allocator>
81 Relationship, Allocator>(allocator_); in require()
95 Relationship, Allocator>
99 Relationship, Allocator>(allocator_); in require()
170 Relationship, std::allocator<void> >(); in require()
233 return Relationship(); in query()
471 Relationship, Allocator> result_type;
484 Relationship, Allocator> result_type;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/
H A Dsystem_executor.hpp59 Relationship, Allocator>
63 Relationship, Allocator>(allocator_); in require()
77 Relationship, Allocator>
81 Relationship, Allocator>(allocator_); in require()
95 Relationship, Allocator>
99 Relationship, Allocator>(allocator_); in require()
170 Relationship, std::allocator<void> >(); in require()
233 return Relationship(); in query()
471 Relationship, Allocator> result_type;
484 Relationship, Allocator> result_type;
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/mro/
H A Ddbic_c3.t22 xx::DBIx::Class::Relationship
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
57 xx::DBIx::Class::Relationship::ManyToMany
99 xx::DBIx::Class::Relationship
102 xx::DBIx::Class::Relationship::HasOne
[all …]
H A Ddbic_dfs.t22 xx::DBIx::Class::Relationship
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
57 xx::DBIx::Class::Relationship::ManyToMany
103 xx::DBIx::Class::Relationship
106 xx::DBIx::Class::Relationship::HasOne
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/mro/
H A Ddbic_c3.t22 xx::DBIx::Class::Relationship
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
57 xx::DBIx::Class::Relationship::ManyToMany
99 xx::DBIx::Class::Relationship
102 xx::DBIx::Class::Relationship::HasOne
[all …]
H A Ddbic_dfs.t22 xx::DBIx::Class::Relationship
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
57 xx::DBIx::Class::Relationship::ManyToMany
103 xx::DBIx::Class::Relationship
106 xx::DBIx::Class::Relationship::HasOne
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/mro/
H A Ddbic_c3.t22 xx::DBIx::Class::Relationship
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
57 xx::DBIx::Class::Relationship::ManyToMany
99 xx::DBIx::Class::Relationship
102 xx::DBIx::Class::Relationship::HasOne
[all …]
H A Ddbic_dfs.t22 xx::DBIx::Class::Relationship
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
57 xx::DBIx::Class::Relationship::ManyToMany
103 xx::DBIx::Class::Relationship
106 xx::DBIx::Class::Relationship::HasOne
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/mro/
H A Ddbic_c3.t22 xx::DBIx::Class::Relationship
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
57 xx::DBIx::Class::Relationship::ManyToMany
99 xx::DBIx::Class::Relationship
102 xx::DBIx::Class::Relationship::HasOne
[all …]
H A Ddbic_dfs.t22 xx::DBIx::Class::Relationship
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
57 xx::DBIx::Class::Relationship::ManyToMany
103 xx::DBIx::Class::Relationship
106 xx::DBIx::Class::Relationship::HasOne
[all …]
/dports/devel/p5-Algorithm-C3/Algorithm-C3-0.11/t/
H A D009_dbic_merge.t22 xx::DBIx::Class::Relationship
42 package xx::DBIx::Class::Relationship;
44 xx::DBIx::Class::Relationship::Helpers
45 xx::DBIx::Class::Relationship::Accessor
48 xx::DBIx::Class::Relationship::Base
54 xx::DBIx::Class::Relationship::HasMany
55 xx::DBIx::Class::Relationship::HasOne
56 xx::DBIx::Class::Relationship::BelongsTo
104 xx::DBIx::Class::Relationship
107 xx::DBIx::Class::Relationship::HasOne
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optimization/linear/
H A DSimplexSolverTest.java99 constraints.add(new LinearConstraint(new double[] {1, 0}, Relationship.EQ, 1));
113 constraints.add(new LinearConstraint(new double[] {1, 1, 0}, Relationship.EQ, 5)); in testMath434NegativeVariable()
146 constraints.add(new LinearConstraint(new double[] {200}, Relationship.GEQ, 1)); in testMath434PivotRowSelection()
312 constraints.add(new LinearConstraint(new double[] { 1, 1 }, Relationship.EQ, 4)); in testSimplexSolver()
325 constraints.add(new LinearConstraint(new double[] { 1 }, Relationship.LEQ, 10)); in testSingleVariableAndConstraint()
385 constraints.add(new LinearConstraint(new double[] { 1 }, Relationship.LEQ, 1)); in testInfeasibleSolution()
386 constraints.add(new LinearConstraint(new double[] { 1 }, Relationship.GEQ, 3)); in testInfeasibleSolution()
582 Relationship relationship; in equationFromString()
584 relationship = Relationship.GEQ; in equationFromString()
586 relationship = Relationship.LEQ; in equationFromString()
[all …]
/dports/science/gramps/gramps-5.1.4/docs/
H A Drelationship.rst15 Relationship (Czech)
22 Relationship (Danish)
29 Relationship (German)
36 Relationship (Spanish)
43 Relationship (Finnish)
50 Relationship (French)
57 Relationship (Croatian)
71 Relationship (Italian)
78 Relationship (Dutch)
92 Relationship (Polish)
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/impl/
H A Dsystem_executor.hpp29 template <typename Blocking, typename Relationship, typename Allocator>
31 basic_system_executor<Blocking, Relationship, Allocator>::query( in query()
37 template <typename Blocking, typename Relationship, typename Allocator>
39 basic_system_executor<Blocking, Relationship, Allocator>::query( in query()
45 template <typename Blocking, typename Relationship, typename Allocator>
48 basic_system_executor<Blocking, Relationship, Allocator>::do_execute( in do_execute()
69 template <typename Blocking, typename Relationship, typename Allocator>
72 basic_system_executor<Blocking, Relationship, Allocator>::do_execute( in do_execute()
93 template <typename Blocking, typename Relationship, typename Allocator>
142 void basic_system_executor<Blocking, Relationship, Allocator>::post( in post()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/impl/
H A Dsystem_executor.hpp28 template <typename Blocking, typename Relationship, typename Allocator>
30 basic_system_executor<Blocking, Relationship, Allocator>::query( in query()
36 template <typename Blocking, typename Relationship, typename Allocator>
38 basic_system_executor<Blocking, Relationship, Allocator>::query( in query()
44 template <typename Blocking, typename Relationship, typename Allocator>
47 basic_system_executor<Blocking, Relationship, Allocator>::do_execute( in do_execute()
68 template <typename Blocking, typename Relationship, typename Allocator>
71 basic_system_executor<Blocking, Relationship, Allocator>::do_execute( in do_execute()
92 template <typename Blocking, typename Relationship, typename Allocator>
141 void basic_system_executor<Blocking, Relationship, Allocator>::post( in post()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/impl/
H A Dsystem_executor.hpp29 template <typename Blocking, typename Relationship, typename Allocator>
31 basic_system_executor<Blocking, Relationship, Allocator>::query( in query()
37 template <typename Blocking, typename Relationship, typename Allocator>
39 basic_system_executor<Blocking, Relationship, Allocator>::query( in query()
45 template <typename Blocking, typename Relationship, typename Allocator>
48 basic_system_executor<Blocking, Relationship, Allocator>::do_execute( in do_execute()
69 template <typename Blocking, typename Relationship, typename Allocator>
72 basic_system_executor<Blocking, Relationship, Allocator>::do_execute( in do_execute()
93 template <typename Blocking, typename Relationship, typename Allocator>
142 void basic_system_executor<Blocking, Relationship, Allocator>::post( in post()
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/impl/
H A Dsystem_executor.hpp27 template <typename Blocking, typename Relationship, typename Allocator>
29 basic_system_executor<Blocking, Relationship, Allocator>::query( in query()
35 template <typename Blocking, typename Relationship, typename Allocator>
37 basic_system_executor<Blocking, Relationship, Allocator>::query( in query()
43 template <typename Blocking, typename Relationship, typename Allocator>
46 basic_system_executor<Blocking, Relationship, Allocator>::do_execute( in do_execute()
67 template <typename Blocking, typename Relationship, typename Allocator>
70 basic_system_executor<Blocking, Relationship, Allocator>::do_execute( in do_execute()
124 Blocking, Relationship, Allocator>::context() const ASIO_NOEXCEPT in context()
140 void basic_system_executor<Blocking, Relationship, Allocator>::post( in post()
[all …]

12345678910>>...74