Home
last modified time | relevance | path

Searched refs:InChannels (Results 1 – 20 of 20) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dsearch_params_test.go1049 InChannels: []string{},
1066 InChannels: []string{},
1083 InChannels: []string{},
1100 InChannels: []string{},
1117 InChannels: []string{},
1134 InChannels: []string{},
1145 InChannels: []string{},
1162 InChannels: []string{},
1179 InChannels: []string{},
1196 InChannels: []string{},
[all …]
H A Dsearch_params.go20 InChannels []string member
320 InChannels: inChannels,
341 InChannels: inChannels,
370 InChannels: inChannels,
/dports/audio/invada-studio-plugins-lv2/invada-studio-plugins-lv2-1.2.0/plugingui/
H A Dinv_filter_gui.c53 gint InChannels; member
134 pluginGui->InChannels=1; in instantiateIFilterGui()
142 pluginGui->InChannels=1; in instantiateIFilterGui()
150 pluginGui->InChannels=2; in instantiateIFilterGui()
158 pluginGui->InChannels=2; in instantiateIFilterGui()
183 inv_meter_set_channels(INV_METER (pluginGui->meterIn), pluginGui->InChannels); in instantiateIFilterGui()
312 if(pluginGui->InChannels==2) inv_meter_set_RdB(INV_METER (pluginGui->meterIn),value); in port_eventIFilterGui()
H A Dinv_phaser_gui.c55 gint InChannels; member
152 pluginGui->InChannels = 1; in instantiateIPhaserGui()
157 pluginGui->InChannels = 2; in instantiateIPhaserGui()
162 pluginGui->InChannels = 1; in instantiateIPhaserGui()
187 inv_meter_set_channels(INV_METER (pluginGui->meterIn), pluginGui->InChannels); in instantiateIPhaserGui()
340 if(pluginGui->InChannels==2) inv_meter_set_RdB(INV_METER (pluginGui->meterIn),value); in port_eventIPhaserGui()
H A Dinv_tube_gui.c52 gint InChannels; member
136 pluginGui->InChannels=1; in instantiateITubeGui()
142 pluginGui->InChannels=2; in instantiateITubeGui()
166 inv_meter_set_channels(INV_METER (pluginGui->meterIn), pluginGui->InChannels); in instantiateITubeGui()
304 if(pluginGui->InChannels==2) inv_meter_set_RdB(INV_METER (pluginGui->meterIn),value); in port_eventITubeGui()
H A Dinv_compressor_gui.c58 gint InChannels; member
163 pluginGui->InChannels=1; in instantiateICompGui()
169 pluginGui->InChannels=2; in instantiateICompGui()
197 inv_meter_set_channels(INV_METER (pluginGui->meterIn), pluginGui->InChannels); in instantiateICompGui()
415 if(pluginGui->InChannels==2) inv_meter_set_RdB(INV_METER (pluginGui->meterIn),value); in port_eventICompGui()
H A Dinv_meter_gui.c56 gint InChannels; member
133 pluginGui->InChannels = 2; in instantiateIMeterGui()
151 inv_meter_set_channels(INV_METER (pluginGui->meterPeak), pluginGui->InChannels); in instantiateIMeterGui()
H A Dinv_input_gui.c56 gint InChannels; member
150 pluginGui->InChannels = 2; in instantiateIInputGui()
162 inv_meter_set_channels(INV_METER (pluginGui->meterIn), pluginGui->InChannels); in instantiateIInputGui()
H A Dinv_erreverb_gui.c54 gint InChannels; member
158 pluginGui->InChannels = 1; in instantiateIErReverbGui()
185 inv_meter_set_channels(INV_METER (pluginGui->meterIn), pluginGui->InChannels); in instantiateIErReverbGui()
H A Dinv_delay_gui.c63 gint InChannels; member
200 pluginGui->InChannels = 1; in instantiateIDelayGui()
231 inv_meter_set_channels(INV_METER (pluginGui->meterIn), pluginGui->InChannels); in instantiateIDelayGui()
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dsearch_params.go20 InChannels []string member
320 InChannels: inChannels,
341 InChannels: inChannels,
370 InChannels: inChannels,
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dsearch_params.go20 InChannels []string member
320 InChannels: inChannels,
341 InChannels: inChannels,
370 InChannels: inChannels,
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dsearch_params.go20 InChannels []string member
310 InChannels: inChannels,
329 InChannels: inChannels,
355 InChannels: inChannels,
/dports/www/mattermost-server/mattermost-server-6.0.2/services/searchengine/bleveengine/
H A Dsearch.go59 if len(params.InChannels) > 0 {
61 for _, channelId := range params.InChannels {
547 if len(params.InChannels) > 0 {
549 for _, channelId := range params.InChannels {
/dports/www/mattermost-server/mattermost-server-6.0.2/store/searchtest/
H A Dfile_info_layer.go645 params := &model.SearchParams{Terms: "fromuser", InChannels: []string{th.ChannelBasic.Id}}
679 InChannels: []string{direct.Id, group.Id},
692 InChannels: []string{direct.Id},
704 InChannels: []string{group.Id},
730 InChannels: []string{th.ChannelBasic.Id},
743 InChannels: []string{th.ChannelBasic.Id},
757 InChannels: []string{th.ChannelBasic.Id},
771 InChannels: []string{th.ChannelBasic.Id},
1016 InChannels: []string{th.ChannelPrivate.Id},
1029 InChannels: []string{th.ChannelPrivate.Id},
[all …]
H A Dpost_layer.go641 InChannels: []string{th.ChannelBasic.Id},
669 InChannels: []string{direct.Id, group.Id},
682 InChannels: []string{direct.Id},
694 InChannels: []string{group.Id},
904 InChannels: []string{th.ChannelPrivate.Id},
917 InChannels: []string{th.ChannelPrivate.Id},
931 InChannels: []string{th.ChannelPrivate.Id},
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dfile_info_store.go465 if len(params.InChannels) != 0 {
466 query = query.Where(sq.Eq{"C.Id": params.InChannels})
H A Dpost_store.go1616 len(params.InChannels) == 0 && len(params.ExcludedChannels) == 0 &&
1661 …inChannelClause, queryParams := s.buildSearchChannelFilterClause(params.InChannels, "InChannel", f…
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dfile.go1311 …params.InChannels = a.convertChannelNamesToChannelIds(c, params.InChannels, userId, teamId, includ…
H A Dpost.go1306 …params.InChannels = a.convertChannelNamesToChannelIds(c, params.InChannels, userID, teamID, includ…