Home
last modified time | relevance | path

Searched refs:registerFormat (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Private/src/
H A DDocumentFormatRegistryImpl.cpp139 registerFormat(gb); in init()
142 registerFormat(em); in init()
145 registerFormat(sp); in init()
148 registerFormat(abi); in init()
151 registerFormat(scf); in init()
154 registerFormat(rsf); in init()
157 registerFormat(aln); in init()
160 registerFormat(stf); in init()
163 registerFormat(nwf); in init()
166 registerFormat(pdb); in init()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/file/
H A Dfile_formats_manager.cpp57 registerFormat(CreateAseFormat()); in FileFormatsManager()
58 registerFormat(CreateBmpFormat()); in FileFormatsManager()
59 registerFormat(CreateFliFormat()); in FileFormatsManager()
60 registerFormat(CreateGifFormat()); in FileFormatsManager()
61 registerFormat(CreateIcoFormat()); in FileFormatsManager()
62 registerFormat(CreateJpegFormat()); in FileFormatsManager()
63 registerFormat(CreatePcxFormat()); in FileFormatsManager()
64 registerFormat(CreatePngFormat()); in FileFormatsManager()
65 registerFormat(CreateTgaFormat()); in FileFormatsManager()
68 registerFormat(CreateWebPFormat()); in FileFormatsManager()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/dfg/
H A DDFGNonSpeculativeJIT.h96 … ASSERT(info.registerFormat() != DataFormatNone && info.registerFormat() != DataFormatDouble);
101 DataFormat registerFormat = info.registerFormat();
103 if (registerFormat == DataFormatInteger) {
107 ASSERT(registerFormat & DataFormatJS || registerFormat == DataFormatCell);
114 ASSERT(info.registerFormat() == DataFormatDouble);
131 … ASSERT(info.registerFormat() != DataFormatNone && info.registerFormat() != DataFormatDouble);
132 DataFormat registerFormat = info.registerFormat();
134 if (registerFormat == DataFormatInteger) {
146 ASSERT(registerFormat & DataFormatJS || registerFormat == DataFormatCell);
158 ASSERT(info.registerFormat() == DataFormatDouble);
H A DDFGJITCodeGenerator.cpp43 if (info.registerFormat() == DataFormatNone) { in fillInteger()
75 switch (info.registerFormat()) { in fillInteger()
113 if (info.registerFormat() == DataFormatNone) { in fillDouble()
151 switch (info.registerFormat()) { in fillDouble()
232 switch (info.registerFormat()) { in fillJSValue()
366 …fprintf(stderr, " % 3d:%s%s", i, dataFormatString(info.registerFormat()), dataFormatString(info… in dump()
369 if (info.registerFormat() == DataFormatDouble) in dump()
371 else if (info.registerFormat() != DataFormatNone) { in dump()
406 switch (info.registerFormat()) { in checkConsistency()
H A DDFGNonSpeculativeJIT.cpp45 m_gprInfo[iter.index()].format = info.registerFormat(); in EntryLocation()
52 ASSERT(info.registerFormat() == DataFormatDouble); in EntryLocation()
132 DataFormat registerFormat = info.registerFormat(); in isKnownInteger() local
133 if (registerFormat != DataFormatNone) in isKnownInteger()
134 return (registerFormat | DataFormatJS) == DataFormatJSInteger; in isKnownInteger()
148 DataFormat registerFormat = info.registerFormat(); in isKnownNumeric() local
149 if (registerFormat != DataFormatNone) in isKnownNumeric()
150 return (registerFormat | DataFormatJS) == DataFormatJSInteger in isKnownNumeric()
151 || (registerFormat | DataFormatJS) == DataFormatJSDouble; in isKnownNumeric()
H A DDFGJITCodeGenerator.h137 return info.registerFormat() != DataFormatNone; in isFilled()
143 return info.registerFormat() == DataFormatDouble; in isFilledDouble()
190 DataFormat registerFormat = info.registerFormat(); in use() local
191 if (registerFormat == DataFormatDouble) in use()
193 else if (registerFormat != DataFormatNone) in use()
209 DataFormat spillFormat = info.registerFormat(); in spill()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/format/
H A Djuce_AudioFormatManager.cpp33 void AudioFormatManager::registerFormat (AudioFormat* newFormat, bool makeThisTheDefaultFormat) in registerFormat() function in juce::AudioFormatManager
56 registerFormat (new WavAudioFormat(), true); in registerBasicFormats()
57 registerFormat (new AiffAudioFormat(), false); in registerBasicFormats()
60 registerFormat (new FlacAudioFormat(), false); in registerBasicFormats()
64 registerFormat (new OggVorbisAudioFormat(), false); in registerBasicFormats()
68 registerFormat (new CoreAudioFormat(), false); in registerBasicFormats()
72 registerFormat (new MP3AudioFormat(), false); in registerBasicFormats()
76 registerFormat (new WindowsMediaAudioFormat(), false); in registerBasicFormats()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/format/
H A Djuce_AudioFormatManager.cpp34 void AudioFormatManager::registerFormat (AudioFormat* newFormat, bool makeThisTheDefaultFormat) in registerFormat() function in juce::AudioFormatManager
57 registerFormat (new WavAudioFormat(), true); in registerBasicFormats()
58 registerFormat (new AiffAudioFormat(), false); in registerBasicFormats()
61 registerFormat (new FlacAudioFormat(), false); in registerBasicFormats()
65 registerFormat (new OggVorbisAudioFormat(), false); in registerBasicFormats()
69 registerFormat (new CoreAudioFormat(), false); in registerBasicFormats()
73 registerFormat (new MP3AudioFormat(), false); in registerBasicFormats()
77 registerFormat (new WindowsMediaAudioFormat(), false); in registerBasicFormats()
/dports/polish/qnapi/qnapi-0.2.3/libqnapi/src/subconvert/
H A Dsubtitleformatsregistry.cpp23 registerFormat(new MicroDVDSubtitleFormat); in SubtitleFormatsRegistry()
24 registerFormat(new MPL2SubtitleFormat); in SubtitleFormatsRegistry()
25 registerFormat(new SubRipSubtitleFormat); in SubtitleFormatsRegistry()
26 registerFormat(new TMPlayerSubtitleFormat); in SubtitleFormatsRegistry()
42 void SubtitleFormatsRegistry::registerFormat(SubtitleFormat *format) { in registerFormat() function in SubtitleFormatsRegistry
H A Dsubtitleformatsregistry.h33 void registerFormat(SubtitleFormat *format);
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/
H A Dglobal.cpp37 FileFormats.registerFormat(new XMLFileFormat()); in doStaticInitializations()
40 FileFormats.registerFormat(format.release()); in doStaticInitializations()
43 FileFormats.registerFormat(new OgrFileExportFormat()); in doStaticInitializations()
44 FileFormats.registerFormat(new OgrFileImportFormat()); in doStaticInitializations()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/python/
H A Dio.cpp70 Io::FileFormatManager::registerFormat(new GaussianFchk); in PYBIND11_MODULE()
71 Io::FileFormatManager::registerFormat(new GaussianCube); in PYBIND11_MODULE()
72 Io::FileFormatManager::registerFormat(new MoldenFile); in PYBIND11_MODULE()
73 Io::FileFormatManager::registerFormat(new MopacAux); in PYBIND11_MODULE()
74 Io::FileFormatManager::registerFormat(new NWChemJson); in PYBIND11_MODULE()
75 Io::FileFormatManager::registerFormat(new NWChemLog); in PYBIND11_MODULE()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/python/
H A Dio.cpp70 Io::FileFormatManager::registerFormat(new GaussianFchk); in PYBIND11_MODULE()
71 Io::FileFormatManager::registerFormat(new GaussianCube); in PYBIND11_MODULE()
72 Io::FileFormatManager::registerFormat(new MoldenFile); in PYBIND11_MODULE()
73 Io::FileFormatManager::registerFormat(new MopacAux); in PYBIND11_MODULE()
74 Io::FileFormatManager::registerFormat(new NWChemJson); in PYBIND11_MODULE()
75 Io::FileFormatManager::registerFormat(new NWChemLog); in PYBIND11_MODULE()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvscore.cpp1075 registerFormat(cmGray, stInteger, 8, 0, 0, "Gray8", pfGray8); in registerFormats()
1076 registerFormat(cmGray, stInteger, 16, 0, 0, "Gray16", pfGray16); in registerFormats()
1078 registerFormat(cmGray, stFloat, 16, 0, 0, "GrayH", pfGrayH); in registerFormats()
1079 registerFormat(cmGray, stFloat, 32, 0, 0, "GrayS", pfGrayS); in registerFormats()
1081 registerFormat(cmYUV, stInteger, 8, 1, 1, "YUV420P8", pfYUV420P8); in registerFormats()
1111 registerFormat(cmRGB, stInteger, 8, 0, 0, "RGB24", pfRGB24); in registerFormats()
1112 registerFormat(cmRGB, stInteger, 9, 0, 0, "RGB27", pfRGB27); in registerFormats()
1113 registerFormat(cmRGB, stInteger, 10, 0, 0, "RGB30", pfRGB30); in registerFormats()
1114 registerFormat(cmRGB, stInteger, 16, 0, 0, "RGB48", pfRGB48); in registerFormats()
1116 registerFormat(cmRGB, stFloat, 16, 0, 0, "RGBH", pfRGBH); in registerFormats()
[all …]
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/command/
H A Dqube.cpp52 mgr.registerFormat(new Avogadro::QuantumIO::GAMESSUSOutput); in main()
53 mgr.registerFormat(new Avogadro::QuantumIO::GaussianFchk); in main()
54 mgr.registerFormat(new Avogadro::QuantumIO::MoldenFile); in main()
55 mgr.registerFormat(new Avogadro::QuantumIO::MopacAux); in main()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/command/
H A Dqube.cpp52 mgr.registerFormat(new Avogadro::QuantumIO::GAMESSUSOutput); in main()
53 mgr.registerFormat(new Avogadro::QuantumIO::GaussianFchk); in main()
54 mgr.registerFormat(new Avogadro::QuantumIO::MoldenFile); in main()
55 mgr.registerFormat(new Avogadro::QuantumIO::MopacAux); in main()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/surfaces/
H A Dsurfaces.cpp83 Io::FileFormatManager::registerFormat(new QuantumIO::GAMESSUSOutput); in Surfaces()
84 Io::FileFormatManager::registerFormat(new QuantumIO::GaussianFchk); in Surfaces()
85 Io::FileFormatManager::registerFormat(new QuantumIO::GaussianCube); in Surfaces()
86 Io::FileFormatManager::registerFormat(new QuantumIO::MoldenFile); in Surfaces()
87 Io::FileFormatManager::registerFormat(new QuantumIO::MopacAux); in Surfaces()
88 Io::FileFormatManager::registerFormat(new QuantumIO::NWChemJson); in Surfaces()
89 Io::FileFormatManager::registerFormat(new QuantumIO::NWChemLog); in Surfaces()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/surfaces/
H A Dsurfaces.cpp83 Io::FileFormatManager::registerFormat(new QuantumIO::GAMESSUSOutput); in Surfaces()
84 Io::FileFormatManager::registerFormat(new QuantumIO::GaussianFchk); in Surfaces()
85 Io::FileFormatManager::registerFormat(new QuantumIO::GaussianCube); in Surfaces()
86 Io::FileFormatManager::registerFormat(new QuantumIO::MoldenFile); in Surfaces()
87 Io::FileFormatManager::registerFormat(new QuantumIO::MopacAux); in Surfaces()
88 Io::FileFormatManager::registerFormat(new QuantumIO::NWChemJson); in Surfaces()
89 Io::FileFormatManager::registerFormat(new QuantumIO::NWChemLog); in Surfaces()
/dports/audio/flacon/flacon-8.2.0/formats_in/
H A Dinformat.h62 static bool registerFormat(const InputFormat &f);
74 static bool is_##FORMAT##_loaded = InputFormat::registerFormat(static_##FORMAT##_Instance);
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/ps/
H A Dimportpsplugin.cpp109 registerFormat(fmt); in registerFormats()
120 registerFormat(fmt2); in registerFormats()
131 registerFormat(fmt3); in registerFormats()
/dports/biology/ugene/ugene-40.1/src/plugins/weight_matrix/src/
H A DWeightMatrixPlugin.cpp73 AppContext::getDocumentFormatRegistry()->registerFormat(new PFMatrixFormat(this)); in WeightMatrixPlugin()
74 AppContext::getDocumentFormatRegistry()->registerFormat(new PWMatrixFormat(this)); in WeightMatrixPlugin()
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/XLSX/Manager/Style/
H A DStyleRegistry.php124 $this->registerFormat($registeredStyle);
135 protected function registerFormat(Style $style) function in Box\\Spout\\Writer\\XLSX\\Manager\\Style\\StyleRegistry
/dports/science/cdk/cdk-cdk-2.3/storage/io/src/main/java/org/openscience/cdk/io/
H A DReaderFactory.java80 public void registerFormat(IChemFormatMatcher format) { in registerFormat() method in ReaderFactory
81 formatFactory.registerFormat(format); in registerFormat()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/pdf/
H A Dimportpdfplugin.cpp114 registerFormat(fmt); in registerFormats()
127 registerFormat(fmt2); in registerFormats()
138 registerFormat(fmt3); in registerFormats()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelIniParser.hpp28 static const QSettings::Format StelIniFormat = QSettings::registerFormat("ini", readStelIniFile, wr…

123456789