Home
last modified time | relevance | path

Searched refs:PrependAttachmentLink (Results 1 – 25 of 104) sorted by relevance

12345

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_audio.go122 func (t *Audio) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_person.go122 func (t *Person) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_service.go122 func (t *Service) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_note.go122 func (t *Note) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_object.go122 func (t *Object) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_page.go122 func (t *Page) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_profile.go156 func (t *Profile) PrependAttachmentLink(i vocab.LinkType) { func
157 t.raw.PrependAttachmentLink(i)
H A Dgen_group.go122 func (t *Group) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_image.go190 func (t *Image) PrependAttachmentLink(i vocab.LinkType) { func
191 t.raw.PrependAttachmentLink(i)
H A Dgen_video.go122 func (t *Video) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_application.go122 func (t *Application) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_article.go122 func (t *Article) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_document.go122 func (t *Document) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_event.go122 func (t *Event) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_organization.go122 func (t *Organization) PrependAttachmentLink(i vocab.LinkType) { func
123 t.raw.PrependAttachmentLink(i)
H A Dgen_tombstone.go212 func (t *Tombstone) PrependAttachmentLink(i vocab.LinkType) { func
213 t.raw.PrependAttachmentLink(i)
H A Dgen_collection.go335 func (t *Collection) PrependAttachmentLink(i vocab.LinkType) { func
336 t.raw.PrependAttachmentLink(i)
H A Dgen_orderedcollection.go335 func (t *OrderedCollection) PrependAttachmentLink(i vocab.LinkType) { func
336 t.raw.PrependAttachmentLink(i)
H A Dgen_place.go292 func (t *Place) PrependAttachmentLink(i vocab.LinkType) { func
293 t.raw.PrependAttachmentLink(i)
H A Dgen_relationship.go255 func (t *Relationship) PrependAttachmentLink(i vocab.LinkType) { func
256 t.raw.PrependAttachmentLink(i)
H A Dgen_create.go481 func (t *Create) PrependAttachmentLink(i vocab.LinkType) { func
482 t.raw.PrependAttachmentLink(i)
H A Dgen_reject.go481 func (t *Reject) PrependAttachmentLink(i vocab.LinkType) { func
482 t.raw.PrependAttachmentLink(i)
H A Dgen_remove.go481 func (t *Remove) PrependAttachmentLink(i vocab.LinkType) { func
482 t.raw.PrependAttachmentLink(i)
H A Dgen_block.go481 func (t *Block) PrependAttachmentLink(i vocab.LinkType) { func
482 t.raw.PrependAttachmentLink(i)
H A Dgen_collectionpage.go449 func (t *CollectionPage) PrependAttachmentLink(i vocab.LinkType) { func
450 t.raw.PrependAttachmentLink(i)

12345