Lines Matching refs:Person

11 type Person struct {  struct
13 raw *vocab.Person argument
17 func (t *Person) Raw() (n *vocab.Person) { argument
23 func (t *Person) Serialize() (m map[string]interface{}, err error) { argument
29 func (t *Person) GetAltitude() (r Resolution, k float64) { argument
45 func (t *Person) HasAltitude() (p Presence) { argument
57 func (t *Person) SetAltitude(k float64) { argument
63 func (t *Person) LenAttachment() (idx int) { argument
69 func (t *Person) ResolveAttachment(r *Resolver, idx int) (s Resolution, err error) { argument
90 func (t *Person) HasAttachment(idx int) (p Presence) { argument
104 func (t *Person) AppendAttachment(i vocab.ObjectType) { argument
110 func (t *Person) PrependAttachment(i vocab.ObjectType) { argument
116 func (t *Person) AppendAttachmentLink(i vocab.LinkType) { argument
122 func (t *Person) PrependAttachmentLink(i vocab.LinkType) { argument
128 func (t *Person) LenAttributedTo() (idx int) { argument
134 func (t *Person) GetAttributedTo(idx int) (r Resolution, k *url.URL) { argument
152 func (t *Person) AppendAttributedTo(k *url.URL) { argument
158 func (t *Person) PrependAttributedTo(k *url.URL) { argument
164 func (t *Person) RemoveAttributedTo(idx int) { argument
170 func (t *Person) HasAttributedTo(idx int) (p Presence) { argument
184 func (t *Person) LenAudience() (idx int) { argument
190 func (t *Person) GetAudience(idx int) (r Resolution, k *url.URL) { argument
208 func (t *Person) AppendAudience(k *url.URL) { argument
214 func (t *Person) PrependAudience(k *url.URL) { argument
220 func (t *Person) RemoveAudience(idx int) { argument
226 func (t *Person) HasAudience(idx int) (p Presence) { argument
240 func (t *Person) LenContent() (idx int) { argument
246 func (t *Person) GetContent(idx int) (r Resolution, k string) { argument
264 func (t *Person) AppendContent(k string) { argument
270 func (t *Person) PrependContent(k string) { argument
276 func (t *Person) RemoveContent(idx int) { argument
282 func (t *Person) HasContent(idx int) (p Presence) { argument
296 func (t *Person) ContentLanguages() (l []string) { argument
302 func (t *Person) GetContentForLanguage(l string) (v string) { argument
308 func (t *Person) SetContentForLanguage(l string, v string) { argument
314 func (t *Person) LenContext() (idx int) { argument
320 func (t *Person) ResolveContext(r *Resolver, idx int) (s Resolution, err error) { argument
341 func (t *Person) HasContext(idx int) (p Presence) { argument
355 func (t *Person) AppendContext(i vocab.ObjectType) { argument
361 func (t *Person) PrependContext(i vocab.ObjectType) { argument
367 func (t *Person) AppendContextLink(i vocab.LinkType) { argument
373 func (t *Person) PrependContextLink(i vocab.LinkType) { argument
379 func (t *Person) LenName() (idx int) { argument
385 func (t *Person) GetName(idx int) (r Resolution, k string) { argument
403 func (t *Person) AppendName(k string) { argument
409 func (t *Person) PrependName(k string) { argument
415 func (t *Person) RemoveName(idx int) { argument
421 func (t *Person) HasName(idx int) (p Presence) { argument
435 func (t *Person) NameLanguages() (l []string) { argument
441 func (t *Person) GetNameForLanguage(l string) (v string) { argument
447 func (t *Person) SetNameForLanguage(l string, v string) { argument
453 func (t *Person) GetEndTime() (r Resolution, k time.Time) { argument
469 func (t *Person) HasEndTime() (p Presence) { argument
481 func (t *Person) SetEndTime(k time.Time) { argument
487 func (t *Person) LenGenerator() (idx int) { argument
493 func (t *Person) ResolveGenerator(r *Resolver, idx int) (s Resolution, err error) { argument
514 func (t *Person) HasGenerator(idx int) (p Presence) { argument
528 func (t *Person) AppendGenerator(i vocab.ObjectType) { argument
534 func (t *Person) PrependGenerator(i vocab.ObjectType) { argument
540 func (t *Person) AppendGeneratorLink(i vocab.LinkType) { argument
546 func (t *Person) PrependGeneratorLink(i vocab.LinkType) { argument
552 func (t *Person) LenIcon() (idx int) { argument
558 func (t *Person) ResolveIcon(r *Resolver, idx int) (s Resolution, err error) { argument
576 func (t *Person) AppendIcon(i vocab.ImageType) { argument
582 func (t *Person) PrependIcon(i vocab.ImageType) { argument
588 func (t *Person) RemoveIcon(idx int) { argument
594 func (t *Person) HasIcon(idx int) (p Presence) { argument
608 func (t *Person) GetId() (r Resolution, k *url.URL) { argument
622 func (t *Person) HasId() (p Presence) { argument
632 func (t *Person) SetId(k *url.URL) { argument
638 func (t *Person) LenImage() (idx int) { argument
644 func (t *Person) ResolveImage(r *Resolver, idx int) (s Resolution, err error) { argument
662 func (t *Person) AppendImage(i vocab.ImageType) { argument
668 func (t *Person) PrependImage(i vocab.ImageType) { argument
674 func (t *Person) RemoveImage(idx int) { argument
680 func (t *Person) HasImage(idx int) (p Presence) { argument
694 func (t *Person) LenInReplyTo() (idx int) { argument
700 func (t *Person) GetInReplyTo(idx int) (r Resolution, k *url.URL) { argument
718 func (t *Person) AppendInReplyTo(k *url.URL) { argument
724 func (t *Person) PrependInReplyTo(k *url.URL) { argument
730 func (t *Person) RemoveInReplyTo(idx int) { argument
736 func (t *Person) HasInReplyTo(idx int) (p Presence) { argument
750 func (t *Person) LenLocation() (idx int) { argument
756 func (t *Person) ResolveLocation(r *Resolver, idx int) (s Resolution, err error) { argument
777 func (t *Person) HasLocation(idx int) (p Presence) { argument
791 func (t *Person) AppendLocation(i vocab.ObjectType) { argument
797 func (t *Person) PrependLocation(i vocab.ObjectType) { argument
803 func (t *Person) AppendLocationLink(i vocab.LinkType) { argument
809 func (t *Person) PrependLocationLink(i vocab.LinkType) { argument
815 func (t *Person) LenPreview() (idx int) { argument
821 func (t *Person) ResolvePreview(r *Resolver, idx int) (s Resolution, err error) { argument
842 func (t *Person) HasPreview(idx int) (p Presence) { argument
856 func (t *Person) AppendPreview(i vocab.ObjectType) { argument
862 func (t *Person) PrependPreview(i vocab.ObjectType) { argument
868 func (t *Person) AppendPreviewLink(i vocab.LinkType) { argument
874 func (t *Person) PrependPreviewLink(i vocab.LinkType) { argument
880 func (t *Person) GetPublished() (r Resolution, k time.Time) { argument
896 func (t *Person) HasPublished() (p Presence) { argument
908 func (t *Person) SetPublished(k time.Time) { argument
914 func (t *Person) ResolveReplies(r *Resolver) (s Resolution, err error) { argument
930 func (t *Person) HasReplies() (p Presence) { argument
942 func (t *Person) SetReplies(i vocab.CollectionType) { argument
948 func (t *Person) GetStartTime() (r Resolution, k time.Time) { argument
964 func (t *Person) HasStartTime() (p Presence) { argument
976 func (t *Person) SetStartTime(k time.Time) { argument
982 func (t *Person) LenSummary() (idx int) { argument
988 func (t *Person) GetSummary(idx int) (r Resolution, k string) { argument
1006 func (t *Person) AppendSummary(k string) { argument
1012 func (t *Person) PrependSummary(k string) { argument
1018 func (t *Person) RemoveSummary(idx int) { argument
1024 func (t *Person) HasSummary(idx int) (p Presence) { argument
1038 func (t *Person) SummaryLanguages() (l []string) { argument
1044 func (t *Person) GetSummaryForLanguage(l string) (v string) { argument
1050 func (t *Person) SetSummaryForLanguage(l string, v string) { argument
1056 func (t *Person) LenTag() (idx int) { argument
1062 func (t *Person) ResolveTag(r *Resolver, idx int) (s Resolution, err error) { argument
1083 func (t *Person) HasTag(idx int) (p Presence) { argument
1097 func (t *Person) AppendTag(i vocab.ObjectType) { argument
1103 func (t *Person) PrependTag(i vocab.ObjectType) { argument
1109 func (t *Person) AppendTagLink(i vocab.LinkType) { argument
1115 func (t *Person) PrependTagLink(i vocab.LinkType) { argument
1121 func (t *Person) LenType() (idx int) { argument
1127 func (t *Person) GetType(idx int) (r Resolution, s string) { argument
1142 func (t *Person) AppendType(i interface{}) { argument
1148 func (t *Person) PrependType(i interface{}) { argument
1154 func (t *Person) RemoveType(idx int) { argument
1160 func (t *Person) GetUpdated() (r Resolution, k time.Time) { argument
1176 func (t *Person) HasUpdated() (p Presence) { argument
1188 func (t *Person) SetUpdated(k time.Time) { argument
1194 func (t *Person) LenUrl() (idx int) { argument
1200 func (t *Person) GetUrl(idx int) (r Resolution, k *url.URL) { argument
1216 func (t *Person) AppendUrl(k *url.URL) { argument
1222 func (t *Person) PrependUrl(k *url.URL) { argument
1228 func (t *Person) RemoveUrl(idx int) { argument
1234 func (t *Person) HasUrl(idx int) (p Presence) { argument
1246 func (t *Person) LenTo() (idx int) { argument
1252 func (t *Person) GetTo(idx int) (r Resolution, k *url.URL) { argument
1270 func (t *Person) AppendTo(k *url.URL) { argument
1276 func (t *Person) PrependTo(k *url.URL) { argument
1282 func (t *Person) RemoveTo(idx int) { argument
1288 func (t *Person) HasTo(idx int) (p Presence) { argument
1302 func (t *Person) LenBto() (idx int) { argument
1308 func (t *Person) GetBto(idx int) (r Resolution, k *url.URL) { argument
1326 func (t *Person) AppendBto(k *url.URL) { argument
1332 func (t *Person) PrependBto(k *url.URL) { argument
1338 func (t *Person) RemoveBto(idx int) { argument
1344 func (t *Person) HasBto(idx int) (p Presence) { argument
1358 func (t *Person) LenCc() (idx int) { argument
1364 func (t *Person) GetCc(idx int) (r Resolution, k *url.URL) { argument
1382 func (t *Person) AppendCc(k *url.URL) { argument
1388 func (t *Person) PrependCc(k *url.URL) { argument
1394 func (t *Person) RemoveCc(idx int) { argument
1400 func (t *Person) HasCc(idx int) (p Presence) { argument
1414 func (t *Person) LenBcc() (idx int) { argument
1420 func (t *Person) GetBcc(idx int) (r Resolution, k *url.URL) { argument
1438 func (t *Person) AppendBcc(k *url.URL) { argument
1444 func (t *Person) PrependBcc(k *url.URL) { argument
1450 func (t *Person) RemoveBcc(idx int) { argument
1456 func (t *Person) HasBcc(idx int) (p Presence) { argument
1470 func (t *Person) GetMediaType() (r Resolution, k string) { argument
1486 func (t *Person) HasMediaType() (p Presence) { argument
1498 func (t *Person) SetMediaType(k string) { argument
1504 func (t *Person) GetDuration() (r Resolution, k time.Duration) { argument
1520 func (t *Person) HasDuration() (p Presence) { argument
1532 func (t *Person) SetDuration(k time.Duration) { argument
1538 func (t *Person) ResolveSource(r *Resolver) (s Resolution, err error) { argument
1554 func (t *Person) HasSource() (p Presence) { argument
1566 func (t *Person) SetSource(i vocab.ObjectType) { argument
1572 func (t *Person) ResolveInbox(r *Resolver) (s Resolution, err error) { argument
1588 func (t *Person) HasInbox() (p Presence) { argument
1600 func (t *Person) SetInbox(i vocab.OrderedCollectionType) { argument
1606 func (t *Person) ResolveOutbox(r *Resolver) (s Resolution, err error) { argument
1622 func (t *Person) HasOutbox() (p Presence) { argument
1634 func (t *Person) SetOutbox(i vocab.OrderedCollectionType) { argument
1640 func (t *Person) ResolveFollowing(r *Resolver) (s Resolution, err error) { argument
1658 func (t *Person) HasFollowing() (p Presence) { argument
1672 func (t *Person) SetFollowing(i vocab.CollectionType) { argument
1678 func (t *Person) ResolveFollowers(r *Resolver) (s Resolution, err error) { argument
1696 func (t *Person) HasFollowers() (p Presence) { argument
1710 func (t *Person) SetFollowers(i vocab.CollectionType) { argument
1716 func (t *Person) ResolveLiked(r *Resolver) (s Resolution, err error) { argument
1734 func (t *Person) HasLiked() (p Presence) { argument
1748 func (t *Person) SetLiked(i vocab.CollectionType) { argument
1754 func (t *Person) ResolveLikes(r *Resolver) (s Resolution, err error) { argument
1772 func (t *Person) HasLikes() (p Presence) { argument
1786 func (t *Person) SetLikes(i vocab.CollectionType) { argument
1792 func (t *Person) LenStreams() (idx int) { argument
1798 func (t *Person) GetStreams(idx int) (r Resolution, k *url.URL) { argument
1812 func (t *Person) AppendStreams(k *url.URL) { argument
1818 func (t *Person) PrependStreams(k *url.URL) { argument
1824 func (t *Person) RemoveStreams(idx int) { argument
1830 func (t *Person) GetPreferredUsername() (r Resolution, k string) { argument
1846 func (t *Person) HasPreferredUsername() (p Presence) { argument
1858 func (t *Person) SetPreferredUsername(k string) { argument
1864 func (t *Person) PreferredUsernameLanguages() (l []string) { argument
1870 func (t *Person) GetPreferredUsernameForLanguage(l string) (v string) { argument
1876 func (t *Person) SetPreferredUsernameForLanguage(l string, v string) { argument
1882 func (t *Person) ResolveEndpoints(r *Resolver) (s Resolution, err error) { argument
1898 func (t *Person) HasEndpoints() (p Presence) { argument
1910 func (t *Person) SetEndpoints(i vocab.ObjectType) { argument
1916 func (t *Person) GetProxyUrl() (r Resolution, k *url.URL) { argument
1930 func (t *Person) HasProxyUrl() (p Presence) { argument
1940 func (t *Person) SetProxyUrl(k *url.URL) { argument
1946 func (t *Person) GetOauthAuthorizationEndpoint() (r Resolution, k *url.URL) { argument
1960 func (t *Person) HasOauthAuthorizationEndpoint() (p Presence) { argument
1970 func (t *Person) SetOauthAuthorizationEndpoint(k *url.URL) { argument
1976 func (t *Person) GetOauthTokenEndpoint() (r Resolution, k *url.URL) { argument
1990 func (t *Person) HasOauthTokenEndpoint() (p Presence) { argument
2000 func (t *Person) SetOauthTokenEndpoint(k *url.URL) { argument
2006 func (t *Person) GetProvideClientKey() (r Resolution, k *url.URL) { argument
2020 func (t *Person) HasProvideClientKey() (p Presence) { argument
2030 func (t *Person) SetProvideClientKey(k *url.URL) { argument
2036 func (t *Person) GetSignClientKey() (r Resolution, k *url.URL) { argument
2050 func (t *Person) HasSignClientKey() (p Presence) { argument
2060 func (t *Person) SetSignClientKey(k *url.URL) { argument
2066 func (t *Person) GetSharedInbox() (r Resolution, k *url.URL) { argument
2080 func (t *Person) HasSharedInbox() (p Presence) { argument
2090 func (t *Person) SetSharedInbox(k *url.URL) { argument