Home
last modified time | relevance | path

Searched refs:INFO_CODE (Results 1 – 18 of 18) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiInfo.h34 InsetCode insetCode() const { return INFO_CODE; } in insetCode()
H A DInsetParamsDialog.cpp255 case INFO_CODE: in createDialog()
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetCode.h112 INFO_CODE, // 45 enumerator
H A DInsetInfo.h98 InsetCode lyxCode() const { return INFO_CODE; } in lyxCode()
H A DInset.cpp119 insetnames[INFO_CODE] = InsetName("info", _("Info")); in build_translator()
338 case INFO_CODE: in showInsetDialog()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/wave/
H A DWaveDemuxer.h21 static const uint32_t INFO_CODE = 0x494e464f; variable
H A DWaveDemuxer.cpp215 if (!infoTagReader.CanRead32() || infoTagReader.ReadU32() != INFO_CODE) { in ListChunkParserInit()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/wave/
H A DWaveDemuxer.h17 static const uint32_t INFO_CODE = 0x494e464f; variable
H A DWaveDemuxer.cpp192 if (res.isErr() || (res.isOk() && res.unwrap() != INFO_CODE)) { in ListChunkParserInit()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/wave/
H A DWaveDemuxer.h17 static const uint32_t INFO_CODE = 0x494e464f; variable
H A DWaveDemuxer.cpp192 if (res.isErr() || (res.isOk() && res.unwrap() != INFO_CODE)) { in ListChunkParserInit()
/dports/www/firefox/firefox-99.0/dom/media/wave/
H A DWaveDemuxer.h17 static const uint32_t INFO_CODE = 0x494e464f; variable
H A DWaveDemuxer.cpp200 if (res.isErr() || (res.isOk() && res.unwrap() != INFO_CODE)) { in ListChunkParserInit()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/wave/
H A DWaveDemuxer.h17 static const uint32_t INFO_CODE = 0x494e464f; variable
H A DWaveDemuxer.cpp192 if (res.isErr() || (res.isOk() && res.unwrap() != INFO_CODE)) { in ListChunkParserInit()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/wave/
H A DWaveDemuxer.h17 static const uint32_t INFO_CODE = 0x494e464f; variable
H A DWaveDemuxer.cpp190 if (res.isErr() || (res.isOk() && res.unwrap() != INFO_CODE)) { in ListChunkParserInit()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DText3.cpp2948 code = INFO_CODE; in getStatus()