Home
last modified time | relevance | path

Searched refs:SupportedFormats (Results 1 – 25 of 110) sorted by relevance

12345

/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/mholt/archiver/
H A Darchiver.go28 var SupportedFormats = map[string]Archiver{} var
32 if _, ok := SupportedFormats[name]; ok {
36 SupportedFormats[name] = format
42 for _, fmt := range SupportedFormats {
H A Darchiver_test.go12 for name, ar := range SupportedFormats {
161 for name, ar := range SupportedFormats {
186 for name, ar := range SupportedFormats {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/mholt/archiver/
H A Darchiver.go28 var SupportedFormats = map[string]Archiver{} var
32 if _, ok := SupportedFormats[name]; ok {
36 SupportedFormats[name] = format
42 for _, fmt := range SupportedFormats {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/mholt/archiver/
H A Darchiver.go23 var SupportedFormats = map[string]Archiver{} var
27 if _, ok := SupportedFormats[name]; ok {
31 SupportedFormats[name] = format
H A Darchiver_test.go12 for name, ar := range SupportedFormats {
123 for name, ar := range SupportedFormats {
148 for name, ar := range SupportedFormats {
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DImage.hpp79 boost::gil::rgb16_image_t> SupportedFormats; typedef in win32cpp::Image
82 SupportedFormats> ImageType;
/dports/devel/allegro5/allegro5-5.2.7.0/src/x/
H A Dxclipboard.c82 Atom SupportedFormats[] = { sevent.xselection.target, XA_TARGETS }; in _al_xwin_display_selection_request() local
85 (unsigned char *)SupportedFormats, in _al_xwin_display_selection_request()
86 sizeof(SupportedFormats)/sizeof(*SupportedFormats)); in _al_xwin_display_selection_request()
/dports/net-im/tg_owt/tg_owt-d578c76/src/media/engine/
H A Dinternal_encoder_factory.cc27 std::vector<SdpVideoFormat> InternalEncoderFactory::SupportedFormats() { in SupportedFormats() function in webrtc::InternalEncoderFactory
41 return SupportedFormats(); in GetSupportedFormats()
H A Dinternal_encoder_factory.h26 static std::vector<SdpVideoFormat> SupportedFormats();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/media/engine/
H A Dinternal_encoder_factory.cc27 std::vector<SdpVideoFormat> InternalEncoderFactory::SupportedFormats() { in SupportedFormats() function in webrtc::InternalEncoderFactory
41 return SupportedFormats(); in GetSupportedFormats()
H A Dinternal_encoder_factory.h26 static std::vector<SdpVideoFormat> SupportedFormats();
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/media/engine/
H A Dinternal_encoder_factory.cc27 std::vector<SdpVideoFormat> InternalEncoderFactory::SupportedFormats() { in SupportedFormats() function in webrtc::InternalEncoderFactory
41 return SupportedFormats(); in GetSupportedFormats()
H A Dinternal_encoder_factory.h26 static std::vector<SdpVideoFormat> SupportedFormats();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/media/engine/
H A Dinternal_encoder_factory.cc27 std::vector<SdpVideoFormat> InternalEncoderFactory::SupportedFormats() { in SupportedFormats() function in webrtc::InternalEncoderFactory
41 return SupportedFormats(); in GetSupportedFormats()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/
H A Drtc_video_encoder_factory.cc129 struct SupportedFormats { struct
135 SupportedFormats GetSupportedFormatsInternal( in GetSupportedFormatsInternal()
137 SupportedFormats supported_formats; in GetSupportedFormatsInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/peerconnection/
H A Drtc_video_encoder_factory.cc148 struct SupportedFormats { struct
154 SupportedFormats GetSupportedFormatsInternal( in GetSupportedFormatsInternal()
156 SupportedFormats supported_formats; in GetSupportedFormatsInternal()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/accesscontextmanager/
H A Dacm_printer.py189 """.format(', '.join(SupportedFormats()), printer_name))
200 def SupportedFormats(): function
/dports/net/ooni-mini/probe-engine-0.23.0/probeservices/
H A Dcollector.go85 SupportedFormats []string `json:"supported_formats"` member
111 for _, format := range cor.SupportedFormats {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/probeservices/
H A Dcollector.go85 SupportedFormats []string `json:"supported_formats"` member
111 for _, format := range cor.SupportedFormats {
/dports/editors/lazarus/lazarus/lcl/
H A Dclipbrd.pp51 SupportedFormats
53 SupportedFormats
94 Better use "SupportedFormats".
211 procedure SupportedFormats(List: TStrings);
212 procedure SupportedFormats(var AFormatCount: integer;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dclipbrd.pp51 SupportedFormats
53 SupportedFormats
94 Better use "SupportedFormats".
211 procedure SupportedFormats(List: TStrings);
212 procedure SupportedFormats(var AFormatCount: integer;
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dclipbrd.pp51 SupportedFormats
53 SupportedFormats
94 Better use "SupportedFormats".
211 procedure SupportedFormats(List: TStrings);
212 procedure SupportedFormats(var AFormatCount: integer;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dclipbrd.pp51 SupportedFormats
53 SupportedFormats
94 Better use "SupportedFormats".
211 procedure SupportedFormats(List: TStrings);
212 procedure SupportedFormats(var AFormatCount: integer;
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/resource/
H A Dresource_printer.py199 def SupportedFormats(): function
236 """.format(', '.join(SupportedFormats()), printer_name))
/dports/cad/openctm/OpenCTM-1.0.3/tools/
H A Dmeshio.h43 void SupportedFormats(std::list<std::string> &aList);

12345