Home
last modified time | relevance | path

Searched defs:GetPosts (Results 1 – 24 of 24) sorted by relevance

/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Documentation/Samples/Linq/
H A DCreateJsonDeclaratively.cs59 private List<Post> GetPosts() in GetPosts() method in Newtonsoft.Json.Tests.Documentation.Samples.Linq.CreateJsonDeclaratively
/dports/www/mattermost-server/mattermost-server-6.0.2/store/localcachelayer/
H A Dpost_layer.go108 func (s LocalCachePostStore) GetPosts(options model.GetPostsOptions, allowFromCache bool) (*model.P… func
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Linq/
H A DLinqToJsonTest.cs386 private List<Post> GetPosts() in GetPosts() method in Newtonsoft.Json.Tests.Linq.LinqToJsonTest
/dports/net-im/matterircd/matterircd-0.25.0/pkg/matterclient/
H A Dmessages.go55 func (m *Client) GetPosts(channelID string, limit int) *model.PostList { func
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Documentation/
H A DLinqToJsonTests.cs131 private List<Post> GetPosts() in GetPosts() method in Newtonsoft.Json.Tests.Documentation.LinqToJsonTests
/dports/net-im/matterbridge/matterbridge-1.22.3/matterclient/
H A Dmessages.go113 func (m *MMClient) GetPosts(channelId string, limit int) *model.PostList { //nolint:golint func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/matterbridge/matterclient/
H A Dmessages.go59 func (m *Client) GetPosts(channelID string, limit int) *model.PostList { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DThreadStore.go160 func (_m *ThreadStore) GetPosts(threadID string, since int64) ([]*model.Post, error) { func
H A DPostStore.go402 func (_m *PostStore) GetPosts(options model.GetPostsOptions, allowFromCache bool) (*model.PostList,… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dthread_store.go755 func (s *SqlThreadStore) GetPosts(threadId string, since int64) ([]*model.Post, error) { func
H A Dpost_store.go885 func (s *SqlPostStore) GetPosts(options model.GetPostsOptions, _ bool) (*model.PostList, error) { func
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Linq/
H A DLinqToJsonTest.cs739 private List<Post> GetPosts() in GetPosts() method in Newtonsoft.Json.Tests.Linq.LinqToJsonTest
/dports/net-im/matterircd/matterircd-0.25.0/bridge/slack/
H A Dslack.go410 func (s *Slack) GetPosts(channelID string, limit int) interface{} { func
/dports/net-im/matterircd/matterircd-0.25.0/bridge/mattermost/
H A Dmattermost.go1289 func (m *Mattermost) GetPosts(channelID string, limit int) interface{} { func
/dports/net-im/matterircd/matterircd-0.25.0/bridge/mattermost6/
H A Dmattermost.go1301 func (m *Mattermost) GetPosts(channelID string, limit int) interface{} { func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dpost.go799 func (a *App) GetPosts(channelID string, offset int, limit int) (*model.PostList, *model.AppError) { func
H A Dapp_iface.go681 GetPosts(channelID string, offset int, limit int) (*model.PostList, *model.AppError) methodSpec
/dports/www/writefreely/writefreely-0.13.1/
H A Ddatabase.go115GetPosts(cfg *config.Config, c *Collection, page int, includeFuture, forceRecentFirst, includePinn… methodSpec
1140 func (db *datastore) GetPosts(cfg *config.Config, c *Collection, page int, includeFuture, forceRece… func
/dports/net-im/matterircd/matterircd-0.25.0/bridge/
H A Dbridge.go53 GetPosts(channelID string, limit int) interface{} methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go5767 func (s *RetryLayerPostStore) GetPosts(options model.GetPostsOptions, allowFromCache bool) (*model.… func
9825 func (s *RetryLayerThreadStore) GetPosts(threadID string, since int64) ([]*model.Post, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go5343 func (s *OpenTracingLayerPostStore) GetPosts(options model.GetPostsOptions, allowFromCache bool) (*… func
9018 func (s *OpenTracingLayerThreadStore) GetPosts(threadID string, since int64) ([]*model.Post, error)… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go4845 func (s *TimerLayerPostStore) GetPosts(options model.GetPostsOptions, allowFromCache bool) (*model.… func
8122 func (s *TimerLayerThreadStore) GetPosts(threadID string, since int64) ([]*model.Post, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go291 GetPosts(threadID string, since int64) ([]*model.Post, error) methodSpec
319 GetPosts(options model.GetPostsOptions, allowFromCache bool) (*model.PostList, error) methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go7450 func (a *OpenTracingAppLayer) GetPosts(channelID string, offset int, limit int) (*model.PostList, *… func