/dports/security/keybase/client-v5.7.1/go/chat/commands/ |
H A D | giphy.go | 27 type Giphy struct { struct 37 func NewGiphy(g *globals.Context) *Giphy { 39 return &Giphy{ 47 func (s *Giphy) getQuery(text string) *string { argument 59 func (s *Giphy) getLimit() int { argument 67 func (s *Giphy) Execute(ctx context.Context, uid gregor1.UID, convID chat1.ConversationID, argument 87 func (s *Giphy) queryEqual(query *string, shown *string) bool { argument 96 func (s *Giphy) Preview(ctx context.Context, uid gregor1.UID, convID chat1.ConversationID, argument
|
/dports/security/keybase/client-v5.7.1/go/chat/unfurl/ |
H A D | packager.go | 216 if raw.Giphy().ImageUrl != nil { 218 *raw.Giphy().ImageUrl) 225 if raw.Giphy().Video != nil { 229 raw.Giphy().Video.Url) 234 *raw.Giphy().Video) 247 if g.Video == nil && raw.Giphy().ImageUrl != nil { 249 asset, err := p.assetFromURLWithBody(ctx, imgBody, imgLength, *raw.Giphy().ImageUrl, uid, 258 if raw.Giphy().FaviconUrl != nil { 259 if asset, err := p.assetFromURL(ctx, *raw.Giphy().FaviconUrl, uid, convID, true); err != nil {
|
H A D | scraper_test.go | 160 e := expected.Giphy() 161 r := res.Giphy() 326 require.Nil(t, res.Giphy().ImageUrl) 327 require.NotNil(t, res.Giphy().Video) 328 require.Equal(t, res.Giphy().Video.Url, url) 329 require.Equal(t, 360, res.Giphy().Video.Height) 330 require.Equal(t, 640, res.Giphy().Video.Width) 338 require.NotNil(t, res.Giphy().ImageUrl) 339 require.Nil(t, res.Giphy().Video) 340 require.Equal(t, *res.Giphy().ImageUrl, url)
|
/dports/security/keybase/client-v5.7.1/go/chat/giphy/ |
H A D | search.go | 193 …endpoint = fmt.Sprintf("%s/v1/gifs/trending?api_key=%s&limit=%d", giphyProxy, apiKey.Giphy(), limi… 195 endpoint = fmt.Sprintf("%s/v1/gifs/search?api_key=%s&q=%s&limit=%d", giphyProxy, apiKey.Giphy(),
|
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/wrapper/unfurl/giphy/ |
H A D | index.stories.tsx | 24 Sb.storiesOf('Chat/Unfurl/Giphy', module)
|
H A D | index.tsx | 26 <Kb.Text type="BodySmall">Giphy</Kb.Text>
|
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/ |
H A D | unfurl.go | 248 func (o UnfurlRaw) Giphy() (res UnfurlGiphyRaw) { func 493 func (o Unfurl) Giphy() (res UnfurlGiphy) { func 720 func (o UnfurlDisplay) Giphy() (res UnfurlGiphyDisplay) { func
|
H A D | remote.go | 891 func (o ExternalAPIKey) Giphy() (res string) { func
|
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/ |
H A D | unfurl.go | 248 func (o UnfurlRaw) Giphy() (res UnfurlGiphyRaw) { func 493 func (o Unfurl) Giphy() (res UnfurlGiphy) { func 720 func (o UnfurlDisplay) Giphy() (res UnfurlGiphyDisplay) { func
|
H A D | extras.go | 2862 if u.Giphy().ImageUrl != nil { 2863 return *u.Giphy().ImageUrl 2878 return u.Giphy().UnsafeDebugString()
|
H A D | remote.go | 909 func (o ExternalAPIKey) Giphy() (res string) { func
|
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/giphy/ |
H A D | index.stories.tsx | 97 Sb.storiesOf('Chat/Conversation/Giphy', module)
|
/dports/security/keybase/client-v5.7.1/go/chat/unfurl/display/ |
H A D | display.go | 95 giphy, err := displayUnfurlGiphy(ctx, srv, convID, unfurl.Giphy())
|
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/input-area/normal/ |
H A D | index.tsx | 14 import Giphy from '../../giphy/container' 645 {this.props.showGiphySearch && <Giphy conversationIDKey={this.props.conversationIDKey} />}
|
/dports/security/keybase/client-v5.7.1/shared/actions/ |
H A D | chat2-gen.tsx | 991 * Giphy search results obtained 1525 * Toggle Giphy search preview window 1753 * send a message from Giphy search
|
/dports/security/keybase/client-v5.7.1/go/chat/ |
H A D | attachment_httpsrv.go | 328 <title>Keybase Giphy Gallery</title>
|
/dports/security/keybase/client-v5.7.1/shared/actions/chat2/ |
H A D | index.tsx | 3843 // Giphy
|
/dports/security/keybase/client-v5.7.1/shared/stories/__tests__/__snapshots__/ |
H A D | Storyshots.test.js.snap | 17304 exports[`Storyshots Chat/Conversation/Giphy Display 1`] = ` 63777 exports[`Storyshots Chat/Unfurl/Giphy Full (no close) 1`] = ` 63844 Giphy 63915 exports[`Storyshots Chat/Unfurl/Giphy Full 1`] = ` 63982 Giphy
|
/dports/security/keybase/client-v5.7.1/shared/stories/__rntests__/__snapshots__/ |
H A D | Storyshots-rn.js.snap | 24556 exports[`Storyshots Chat/Conversation/Giphy Display 1`] = ` 86372 exports[`Storyshots Chat/Unfurl/Giphy Full (no close) 1`] = ` 86493 Giphy 86599 exports[`Storyshots Chat/Unfurl/Giphy Full 1`] = ` 86720 Giphy
|