/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/rs/zerolog/diode/internal/diodes/ |
H A D | many_to_one.go | 11 type ManyToOne struct { struct 23 func NewManyToOne(size int, alerter Alerter) *ManyToOne { 28 d := &ManyToOne{ 41 func (d *ManyToOne) Set(data GenericDataType) { argument 70 func (d *ManyToOne) TryNext() (data GenericDataType, ok bool) { argument
|
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rs/zerolog/diode/internal/diodes/ |
H A D | many_to_one.go | 11 type ManyToOne struct { struct 23 func NewManyToOne(size int, alerter Alerter) *ManyToOne { 28 d := &ManyToOne{ 41 func (d *ManyToOne) Set(data GenericDataType) { argument 70 func (d *ManyToOne) TryNext() (data GenericDataType, ok bool) { argument
|
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/rs/zerolog/diode/internal/diodes/ |
H A D | many_to_one.go | 11 type ManyToOne struct { struct 23 func NewManyToOne(size int, alerter Alerter) *ManyToOne { 28 d := &ManyToOne{ 41 func (d *ManyToOne) Set(data GenericDataType) { argument 70 func (d *ManyToOne) TryNext() (data GenericDataType, ok bool) { argument
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/rs/zerolog/diode/internal/diodes/ |
H A D | many_to_one.go | 11 type ManyToOne struct { struct 23 func NewManyToOne(size int, alerter Alerter) *ManyToOne { 28 d := &ManyToOne{ 41 func (d *ManyToOne) Set(data GenericDataType) { argument 70 func (d *ManyToOne) TryNext() (data GenericDataType, ok bool) { argument
|
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/rs/zerolog/diode/internal/diodes/ |
H A D | many_to_one.go | 11 type ManyToOne struct { struct 23 func NewManyToOne(size int, alerter Alerter) *ManyToOne { 28 d := &ManyToOne{ 41 func (d *ManyToOne) Set(data GenericDataType) { argument 70 func (d *ManyToOne) TryNext() (data GenericDataType, ok bool) { argument
|
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/rs/zerolog/diode/internal/diodes/ |
H A D | many_to_one.go | 11 type ManyToOne struct { struct 23 func NewManyToOne(size int, alerter Alerter) *ManyToOne { 28 d := &ManyToOne{ 41 func (d *ManyToOne) Set(data GenericDataType) { argument 70 func (d *ManyToOne) TryNext() (data GenericDataType, ok bool) { argument
|
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/code.cloudfoundry.org/go-diodes/ |
H A D | many_to_one.go | 11 type ManyToOne struct { struct 23 func NewManyToOne(size int, alerter Alerter) *ManyToOne { 28 d := &ManyToOne{ 41 func (d *ManyToOne) Set(data GenericDataType) { argument 70 func (d *ManyToOne) TryNext() (data GenericDataType, ok bool) { argument
|
/dports/devel/bit/bit-1.1.2/vendor/github.com/rs/zerolog/diode/internal/diodes/ |
H A D | many_to_one.go | 11 type ManyToOne struct { struct 23 func NewManyToOne(size int, alerter Alerter) *ManyToOne { 28 d := &ManyToOne{ 41 func (d *ManyToOne) Set(data GenericDataType) { argument 70 func (d *ManyToOne) TryNext() (data GenericDataType, ok bool) { argument
|
/dports/www/wt/wt-4.6.1/examples/blog/model/ |
H A D | User.h | 64 dbo::hasMany(a, comments, dbo::ManyToOne, "author"); in persist() 65 dbo::hasMany(a, posts, dbo::ManyToOne, "author"); in persist() 66 dbo::hasMany(a, authTokens, dbo::ManyToOne, "user"); in persist()
|
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/examples/amber-many2one/ |
H A D | index.xtp | 4 <title>Links: The @ManyToOne Relation</title> 78 getter with <code>@ManyToOne</code> to mark it as a many-to-one column.</p> 90 <a href="doc|amber-table.xtp#@ManyToOne">@ManyToOne</a> 96 <s2 title="@ManyToOne"> 98 <p><a href="doc|amber-table.xtp#@ManyToOne">@ManyToOne</a> marks the 99 field as a many-to-one field. The <code>@ManyToOne</code> annotation
|
/dports/databases/py-Elixir/Elixir-0.7.1/tests/db1/ |
H A D | a.py | 1 from elixir import Entity, ManyToOne, OneToMany, ManyToMany, using_options 10 a1 = ManyToOne('A1')
|
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/src/Plugin/views/argument/ |
H A D | IndexTid.php | 6 use Drupal\views\Plugin\views\argument\ManyToOne; alias 15 class IndexTid extends ManyToOne {
|
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/src/Plugin/views/argument/ |
H A D | IndexTid.php | 6 use Drupal\views\Plugin\views\argument\ManyToOne; alias 15 class IndexTid extends ManyToOne {
|
/dports/www/drupal8/drupal-8.9.20/core/modules/options/src/Plugin/views/filter/ |
H A D | ListField.php | 7 use Drupal\views\Plugin\views\filter\ManyToOne; alias 17 class ListField extends ManyToOne {
|
/dports/www/drupal9/drupal-9.2.10/core/modules/options/src/Plugin/views/filter/ |
H A D | ListField.php | 7 use Drupal\views\Plugin\views\filter\ManyToOne; alias 17 class ListField extends ManyToOne {
|
/dports/www/drupal8/drupal-8.9.20/core/modules/user/src/Plugin/views/argument/ |
H A D | RolesRid.php | 6 use Drupal\views\Plugin\views\argument\ManyToOne; alias 16 class RolesRid extends ManyToOne {
|
/dports/www/drupal9/drupal-9.2.10/core/modules/user/src/Plugin/views/argument/ |
H A D | RolesRid.php | 6 use Drupal\views\Plugin\views\argument\ManyToOne; alias 16 class RolesRid extends ManyToOne {
|
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/examples/amber-many2many/WEB-INF/classes/example/ |
H A D | Grade.java | 77 @ManyToOne 95 @ManyToOne
|
/dports/www/drupal8/drupal-8.9.20/core/modules/user/src/Plugin/views/filter/ |
H A D | Roles.php | 7 use Drupal\views\Plugin\views\filter\ManyToOne; alias 17 class Roles extends ManyToOne {
|
H A D | Permissions.php | 8 use Drupal\views\Plugin\views\filter\ManyToOne; alias 18 class Permissions extends ManyToOne {
|
/dports/www/drupal9/drupal-9.2.10/core/modules/user/src/Plugin/views/filter/ |
H A D | Roles.php | 7 use Drupal\views\Plugin\views\filter\ManyToOne; alias 17 class Roles extends ManyToOne {
|
H A D | Permissions.php | 8 use Drupal\views\Plugin\views\filter\ManyToOne; alias 18 class Permissions extends ManyToOne {
|
/dports/www/wt/wt-4.6.1/test/dbo/ |
H A D | DboTest4.C | 68 Wt::Dbo::hasMany(action, cars1, Wt::Dbo::ManyToOne, "owner1"); 69 Wt::Dbo::hasMany(action, cars2, Wt::Dbo::ManyToOne, ">owner2"); 92 Wt::Dbo::hasMany(action, doors1, Wt::Dbo::ManyToOne, "car1"); 93 Wt::Dbo::hasMany(action, doors2, Wt::Dbo::ManyToOne, ">car2");
|
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/ |
H A D | LongLongStringFKManyOne.java | 31 import javax.persistence.ManyToOne; 65 @ManyToOne
|
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/ |
H A D | LongLongStringFKManyOne.java | 31 import javax.persistence.ManyToOne; 65 @ManyToOne
|