Home
last modified time | relevance | path

Searched refs:getCurrentFormat (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/dialogs/
H A Dtextimportdialog.cpp141 m_formatListEdit->getCurrentFormat(1), in importFromFile()
142 m_formatListEdit->getCurrentFormat(2))) { in importFromFile()
175 m_formatListEdit->getCurrentFormat(1), in fromClipboard()
176 m_formatListEdit->getCurrentFormat(2))) in fromClipboard()
H A Dtagimportdialog.cpp133 return m_formatListEdit->getCurrentFormat(1); in getSourceFormat()
142 return m_formatListEdit->getCurrentFormat(2); in getExtractionFormat()
152 TextImporter::importFromTags(m_formatListEdit->getCurrentFormat(1), in apply()
153 m_formatListEdit->getCurrentFormat(2), in apply()
H A Dexportdialog.cpp175 m_textExporter->updateText(m_formatListEdit->getCurrentFormat(1), in showPreview()
176 m_formatListEdit->getCurrentFormat(2), in showPreview()
177 m_formatListEdit->getCurrentFormat(3)); in showPreview()
180 text, !m_formatListEdit->getCurrentFormat(1).isEmpty())) { in showPreview()
H A Dfilterdialog.cpp113 m_fileFilter.setFilterExpression(m_formatListEdit->getCurrentFormat(1)); in applyOrAbortFilter()
H A Dbrowsecoverartdialog.cpp172 FrameFormatReplacer fmt(m_frames, m_formatListEdit->getCurrentFormat(1)); in showPreview()
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/dialogs/
H A Dtextimportdialog.cpp141 m_formatListEdit->getCurrentFormat(1), in importFromFile()
142 m_formatListEdit->getCurrentFormat(2))) { in importFromFile()
175 m_formatListEdit->getCurrentFormat(1), in fromClipboard()
176 m_formatListEdit->getCurrentFormat(2))) in fromClipboard()
H A Dtagimportdialog.cpp133 return m_formatListEdit->getCurrentFormat(1); in getSourceFormat()
142 return m_formatListEdit->getCurrentFormat(2); in getExtractionFormat()
152 TextImporter::importFromTags(m_formatListEdit->getCurrentFormat(1), in apply()
153 m_formatListEdit->getCurrentFormat(2), in apply()
H A Dexportdialog.cpp175 m_textExporter->updateText(m_formatListEdit->getCurrentFormat(1), in showPreview()
176 m_formatListEdit->getCurrentFormat(2), in showPreview()
177 m_formatListEdit->getCurrentFormat(3)); in showPreview()
180 text, !m_formatListEdit->getCurrentFormat(1).isEmpty())) { in showPreview()
H A Dfilterdialog.cpp113 m_fileFilter.setFilterExpression(m_formatListEdit->getCurrentFormat(1)); in applyOrAbortFilter()
H A Dbrowsecoverartdialog.cpp172 FrameFormatReplacer fmt(m_frames, m_formatListEdit->getCurrentFormat(1)); in showPreview()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go579 formatter, err := getCurrentFormat(outputsNode, DefaultFormatter, formats)
602 func getCurrentFormat(node *xmlNode, formatFromParent *formatter, formats map[string]*formatter) (*… func
652 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
690 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
729 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
762 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
790 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
901 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
924 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
999 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go579 formatter, err := getCurrentFormat(outputsNode, DefaultFormatter, formats)
602 func getCurrentFormat(node *xmlNode, formatFromParent *formatter, formats map[string]*formatter) (*… func
652 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
690 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
729 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
762 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
790 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
901 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
924 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
999 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go579 formatter, err := getCurrentFormat(outputsNode, DefaultFormatter, formats)
602 func getCurrentFormat(node *xmlNode, formatFromParent *formatter, formats map[string]*formatter) (*… func
652 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
690 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
729 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
762 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
790 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
901 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
924 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
999 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go579 formatter, err := getCurrentFormat(outputsNode, DefaultFormatter, formats)
602 func getCurrentFormat(node *xmlNode, formatFromParent *formatter, formats map[string]*formatter) (*… func
652 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
690 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
729 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
762 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
790 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
901 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
924 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
999 currentFormat, err := getCurrentFormat(node, formatFromParent, formats)
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/widgets/
H A Dformatlistedit.h88 QString getCurrentFormat(int formatNr) const;
H A Dformatlistedit.cpp139 QString FormatListEdit::getCurrentFormat(int formatNr) const in getCurrentFormat() function in FormatListEdit
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/widgets/
H A Dformatlistedit.h88 QString getCurrentFormat(int formatNr) const;
H A Dformatlistedit.cpp139 QString FormatListEdit::getCurrentFormat(int formatNr) const in getCurrentFormat() function in FormatListEdit
/dports/astro/kstars/kstars-3.5.6/kstars/hips/
H A Dhipsmanager.h72 const QString &getCurrentFormat() const in getCurrentFormat() function
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/
H A DSegmentTracker.hpp139 StreamFormat getCurrentFormat() const;
H A DStreams.cpp354 format = segmentTracker->getCurrentFormat(); in doBufferize()
700 const StreamFormat format = segmentTracker->getCurrentFormat(); in declaredCodecs()
H A DSegmentTracker.cpp159 StreamFormat SegmentTracker::getCurrentFormat() const in getCurrentFormat() function in SegmentTracker
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/libkookascan/
H A Dkscandevice.h359 void getCurrentFormat(int *format, int *depth);
H A Dscanparams.cpp720 mSaneDevice->getCurrentFormat(&format, &depth); in prepareScan()
1118 mSaneDevice->getCurrentFormat(&format, &depth); in slotNewScanMode()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtfilepath.h100 FrameFormat getCurrentFormat() const { in getCurrentFormat() function

12