Home
last modified time | relevance | path

Searched defs:ImageProxy (Results 1 – 8 of 8) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/services/imageproxy/
H A Dimageproxy.go24 type ImageProxy struct { struct
25 ConfigService configservice.ConfigService
26 configListenerID string
28 HTTPService httpservice.HTTPService
30 Logger *mlog.Logger
32 siteURL *url.URL
33 lock sync.RWMutex
34 backend ImageProxyBackend
82 func (proxy *ImageProxy) Close() {
126 func (proxy *ImageProxy) GetProxiedImageURL(imageURL string) string {
[all …]
H A Datmos_camo.go21 func makeAtmosCamoBackend(proxy *ImageProxy) *AtmosCamoBackend {
H A Dlocal.go45 func makeLocalBackend(proxy *ImageProxy) *LocalBackend {
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dapp.go534 func (a *App) ImageProxy() *imageproxy.ImageProxy { func
H A Dserver.go167 ImageProxy *imageproxy.ImageProxy member
H A Dapp_iface.go815 ImageProxy() *imageproxy.ImageProxy methodSpec
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/gui/
H A DImageSectionEditor.py627 class ImageProxy(Observable): class
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go17327 func (a *OpenTracingAppLayer) ImageProxy() *imageproxy.ImageProxy { func