Home
last modified time | relevance | path

Searched defs:Blog (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/security/vault/vault-1.8.2/vendor/github.com/svanharmelen/jsonapi/examples/
H A Dmodels.go11 type Blog struct { struct
12 ID int `jsonapi:"primary,blogs"`
13 Title string `jsonapi:"attr,title"`
14 Posts []*Post `jsonapi:"relation,posts"`
15 CurrentPost *Post `jsonapi:"relation,current_post"`
16 CurrentPostID int `jsonapi:"attr,current_post_id"`
17 CreatedAt time.Time `jsonapi:"attr,created_at"`
18 ViewCount int `jsonapi:"attr,view_count"`
38 func (blog Blog) JSONAPILinks() *jsonapi.Links {
60 func (blog Blog) JSONAPIMeta() *jsonapi.Meta {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/google/jsonapi/examples/
H A Dmodels.go11 type Blog struct { struct
12 ID int `jsonapi:"primary,blogs"`
13 Title string `jsonapi:"attr,title"`
14 Posts []*Post `jsonapi:"relation,posts"`
15 CurrentPost *Post `jsonapi:"relation,current_post"`
16 CurrentPostID int `jsonapi:"attr,current_post_id"`
17 CreatedAt time.Time `jsonapi:"attr,created_at"`
18 ViewCount int `jsonapi:"attr,view_count"`
38 func (blog Blog) JSONAPILinks() *jsonapi.Links {
60 func (blog Blog) JSONAPIMeta() *jsonapi.Meta {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/jsonapi/examples/
H A Dmodels.go11 type Blog struct { struct
12 ID int `jsonapi:"primary,blogs"`
13 Title string `jsonapi:"attr,title"`
14 Posts []*Post `jsonapi:"relation,posts"`
15 CurrentPost *Post `jsonapi:"relation,current_post"`
16 CurrentPostID int `jsonapi:"attr,current_post_id"`
17 CreatedAt time.Time `jsonapi:"attr,created_at"`
18 ViewCount int `jsonapi:"attr,view_count"`
38 func (blog Blog) JSONAPILinks() *jsonapi.Links {
60 func (blog Blog) JSONAPIMeta() *jsonapi.Meta {
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/jinzhu/gorm/
H A Dmulti_primary_keys_test.go10 type Blog struct { struct
11 ID uint `gorm:"primary_key"`
12 Locale string `gorm:"primary_key"`
13 Subject string
14 Body string
15 Tags []Tag `gorm:"many2many:blog_tags;"`
16 SharedTags []Tag `gorm:"many2many:shared_blog_tags;ForeignKey:id;AssociationForeignKey:id"`
17 LocaleTags []Tag `gorm:"many2many:locale_blog_tags;ForeignKey:id,locale;AssociationForeignKey:id"`
/dports/security/vuls/vuls-0.13.7/vendor/github.com/jinzhu/gorm/
H A Dmulti_primary_keys_test.go10 type Blog struct { struct
11 ID uint `gorm:"primary_key"`
12 Locale string `gorm:"primary_key"`
13 Subject string
14 Body string
15 Tags []Tag `gorm:"many2many:blog_tags;"`
16 SharedTags []Tag `gorm:"many2many:shared_blog_tags;ForeignKey:id;AssociationForeignKey:id"`
17 LocaleTags []Tag `gorm:"many2many:locale_blog_tags;ForeignKey:id,locale;AssociationForeignKey:id"`
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/jinzhu/gorm/
H A Dmulti_primary_keys_test.go10 type Blog struct { struct
11 ID uint `gorm:"primary_key"`
12 Locale string `gorm:"primary_key"`
13 Subject string
14 Body string
15 Tags []Tag `gorm:"many2many:blog_tags;"`
16 SharedTags []Tag `gorm:"many2many:shared_blog_tags;ForeignKey:id;AssociationForeignKey:id"`
17 LocaleTags []Tag `gorm:"many2many:locale_blog_tags;ForeignKey:id,locale;AssociationForeignKey:id"`
/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/tests/
H A Dmulti_primary_keys_test.go12 type Blog struct { struct
13 ID uint `gorm:"primary_key"`
14 Locale string `gorm:"primary_key"`
15 Subject string
16 Body string
17 Tags []Tag `gorm:"many2many:blog_tags;"`
18 SharedTags []Tag `gorm:"many2many:shared_blog_tags;ForeignKey:id;References:id"`
19 LocaleTags []Tag `gorm:"many2many:locale_blog_tags;ForeignKey:id,locale;References:id"`
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/google/jsonapi/
H A Dmodels_test.go42 Blog anonMember
70 type Blog struct { struct
71 ID int `jsonapi:"primary,blogs"`
72 ClientID string `jsonapi:"client-id"`
73 Title string `jsonapi:"attr,title"`
74 Posts []*Post `jsonapi:"relation,posts"`
76 CurrentPostID int `jsonapi:"attr,current_post_id"`
77 CreatedAt time.Time `jsonapi:"attr,created_at"`
78 ViewCount int `jsonapi:"attr,view_count"`
81 func (b *Blog) JSONAPILinks() *Links {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/svanharmelen/jsonapi/
H A Dmodels_test.go42 Blog anonMember
70 type Blog struct { struct
71 ID int `jsonapi:"primary,blogs"`
72 ClientID string `jsonapi:"client-id"`
73 Title string `jsonapi:"attr,title"`
74 Posts []*Post `jsonapi:"relation,posts"`
76 CurrentPostID int `jsonapi:"attr,current_post_id"`
77 CreatedAt time.Time `jsonapi:"attr,created_at"`
78 ViewCount int `jsonapi:"attr,view_count"`
81 func (b *Blog) JSONAPILinks() *Links {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/jsonapi/
H A Dmodels_test.go46 Blog anonMember
78 type Blog struct { struct
79 ID int `jsonapi:"primary,blogs"`
80 ClientID string `jsonapi:"client-id"`
81 Title string `jsonapi:"attr,title"`
82 Posts []*Post `jsonapi:"relation,posts"`
85 CreatedAt time.Time `jsonapi:"attr,created_at"`
86 ViewCount int `jsonapi:"attr,view_count"`
88 Links Links `jsonapi:"links,omitempty"`
91 func (b *Blog) JSONAPILinks() *Links {
[all …]
/dports/www/searx/searx-1.0.0/docs/blog/
H A Dindex.rst2 Blog chapter
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/docs/plugins/
H A Dblog.rst1 Blog chapter
/dports/www/p5-Bigtop/Bigtop-0.38/t/gantry/playcrud/Blog/lib/
H A DBlog.pm1 package Blog; package
/dports/databases/p5-Mojo-Pg/Mojo-Pg-4.26/examples/blog/lib/
H A DBlog.pm1 package Blog; package
/dports/www/beehive/beehive-0.4.0/vendor/github.com/MariaTerzieva/gotumblr/
H A Dbloginfo_response.go4 Blog BlogInfo member
H A Dposts_response.go6 Blog BlogInfo member
/dports/www/elixir-phoenix/phoenix-1.3.3/test/mix/tasks/
H A Dphx.gen.context_test.exs75 defmodule Phoenix.Blog do module
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Sitemap/Type/
H A DBlog.php16 class Blog extends AbstractType class
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/docs/
H A DCONTRIBUTING.md66 ## Blog section
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/
H A DCONTRIBUTING.md66 ## Blog section
/dports/databases/rocksdb-lite/rocksdb-6.26.1/docs/
H A DCONTRIBUTING.md66 ## Blog section
/dports/databases/rocksdb/rocksdb-6.26.1/docs/
H A DCONTRIBUTING.md66 ## Blog section
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/
H A DCONTRIBUTING.md66 ## Blog section
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/
H A DCONTRIBUTING.md66 ## Blog section
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/docs/
H A DCONTRIBUTING.md66 ## Blog section

1234567891011