Home
last modified time | relevance | path

Searched refs:filterType (Results 226 – 250 of 1168) sorted by relevance

12345678910>>...47

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/components/shellprivate/widgetexplorer/
H A Dkcategorizeditemsviewmodels_p.h120 Q_PROPERTY(QString filterType READ filterType WRITE setFilterType NOTIFY filterChanged)
134 QString filterType() const;
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/group-tab-bar/
H A Dgroup-filter-tab-data.cpp41 switch (Filter.filterType()) in tabName()
57 switch (Filter.filterType()) in tabIcon()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DBaseVideoFilter.h34 void TakeScreenshot(string romName, VideoFilterType filterType);
35 …void TakeScreenshot(VideoFilterType filterType, string filename, std::stringstream *stream = nullp…
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Ddragelement.cpp37 const bool filterType = sel.isRange(); in startDrag() local
40 const auto isDragged = [filterType, type](const Element* e) { in startDrag()
41 return e && e->selected() && (!filterType || type == e->type()); in startDrag()
/dports/science/afni/afni-AFNI_21.3.16/src/3DEdge/src/
H A Dzcross.h79 recursiveFilterType filterType );
87 recursiveFilterType filterType );
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dmsggetcfcheckpt.go59 func NewMsgGetCFCheckpt(filterType FilterType, stopHash *chainhash.Hash) *MsgGetCFCheckpt {
61 FilterType: filterType,
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dmsggetcfcheckpt.go59 func NewMsgGetCFCheckpt(filterType FilterType, stopHash *chainhash.Hash) *MsgGetCFCheckpt {
61 FilterType: filterType,
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dmsggetcfcheckpt.go59 func NewMsgGetCFCheckpt(filterType FilterType, stopHash *chainhash.Hash) *MsgGetCFCheckpt {
61 FilterType: filterType,
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dmsggetcfcheckpt.go59 func NewMsgGetCFCheckpt(filterType FilterType, stopHash *chainhash.Hash) *MsgGetCFCheckpt {
61 FilterType: filterType,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/wire/
H A Dmsggetcfcheckpt.go59 func NewMsgGetCFCheckpt(filterType FilterType, stopHash *chainhash.Hash) *MsgGetCFCheckpt {
61 FilterType: filterType,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/wire/
H A Dmsggetcfcheckpt.go59 func NewMsgGetCFCheckpt(filterType FilterType, stopHash *chainhash.Hash) *MsgGetCFCheckpt {
61 FilterType: filterType,
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/ogr/
H A Dqgsogrfeatureiterator.cpp57 ( mRequest.filterType() != QgsFeatureRequest::FilterType::FilterFid in QgsOgrFeatureIterator()
58 && mRequest.filterType() != QgsFeatureRequest::FilterType::FilterFids ); in QgsOgrFeatureIterator()
139 …if ( mRequest.flags() & QgsFeatureRequest::SubsetOfAttributes && request.filterType() == QgsFeatur… in QgsOgrFeatureIterator()
161 …if ( request.filterType() == QgsFeatureRequest::FilterExpression && request.filterExpression()->ne… in QgsOgrFeatureIterator()
194 if ( request.filterType() == QgsFeatureRequest::FilterExpression in QgsOgrFeatureIterator()
346 if ( mRequest.filterType() == QgsFeatureRequest::FilterFid ) in fetchFeature()
352 else if ( mRequest.filterType() == QgsFeatureRequest::FilterFids ) in fetchFeature()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DToolboxItemFilterAttribute.cs66 public ToolboxItemFilterAttribute(string filterString, ToolboxItemFilterType filterType) in ToolboxItemFilterAttribute() argument
69 FilterType = filterType; in ToolboxItemFilterAttribute()
/dports/games/ufoai/ufoai-2.5-source/src/client/
H A Dcl_inventory.h68 bool INV_ItemMatchesFilter(const objDef_t* obj, const itemFilterTypes_t filterType);
69 …st invDef_t* container, const objDef_t* item, const itemFilterTypes_t filterType) __attribute__((…
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/transitions/transitionlist/model/
H A Dtransitionfilter.cpp30 bool TransitionFilter::filterType(const std::shared_ptr<TreeItem> &item) const in filterType() function in TransitionFilter
50 return filterName(item) && filterType(item); in applyAll()
/dports/finance/frontaccounting/frontaccounting/sales/includes/db/
H A Dcustalloc_db.inc199 function get_sql_for_customer_allocation_inquiry($from, $to, $customer, $filterType, $settled)
231 if (isset($filterType) && $filterType != ALL_TEXT)
233 if ($filterType == '1' || $filterType == '2')
237 elseif ($filterType == '3')
241 elseif ($filterType == '4')
246 if ($filterType == '2')
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/rpcclient/
H A Dchain.go916 filterType wire.FilterType) FutureGetCFilterResult {
922 cmd := btcjson.NewGetCFilterCmd(hash, filterType)
928 filterType wire.FilterType) (*wire.MsgCFilter, error) {
929 return c.GetCFilterAsync(blockHash, filterType).Receive()
969 filterType wire.FilterType) FutureGetCFilterHeaderResult {
975 cmd := btcjson.NewGetCFilterHeaderCmd(hash, filterType)
982 filterType wire.FilterType) (*wire.MsgCFHeaders, error) {
983 return c.GetCFilterHeaderAsync(blockHash, filterType).Receive()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/rpcclient/
H A Dchain.go916 filterType wire.FilterType) FutureGetCFilterResult {
922 cmd := btcjson.NewGetCFilterCmd(hash, filterType)
928 filterType wire.FilterType) (*wire.MsgCFilter, error) {
929 return c.GetCFilterAsync(blockHash, filterType).Receive()
969 filterType wire.FilterType) FutureGetCFilterHeaderResult {
975 cmd := btcjson.NewGetCFilterHeaderCmd(hash, filterType)
982 filterType wire.FilterType) (*wire.MsgCFHeaders, error) {
983 return c.GetCFilterHeaderAsync(blockHash, filterType).Receive()
/dports/devel/eric6/eric6-21.11/eric/eric6/Project/
H A DProjectBrowserSortFilterProxyModel.py22 def __init__(self, filterType, parent=None): argument
30 self.__filterType = filterType
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/imageio/png/
H A DPNGDecoder.java61 private byte[] filterType; field in PNGDecoder
87 filterType = new byte[1]; in PNGDecoder()
115 if( getBytes( filterType, 0 ) < 1 ) in addData()
127 scanline = PNGFilter.unFilterScanline( filterType[0], scanline, in addData()
/dports/www/grafana8/grafana-8.3.6/scripts/build/release_publisher/
H A Dpublisher.go204 type filterType string type
207 Add filterType = "add"
208 Remove filterType = "remove"
211 func filterBuildArtifacts(filterFrom []buildArtifact, ft filterType, filters []artifactFilter) ([]b… argument
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/imageio/png/
H A DPNGDecoder.java61 private byte[] filterType; field in PNGDecoder
87 filterType = new byte[1]; in PNGDecoder()
115 if( getBytes( filterType, 0 ) < 1 ) in addData()
127 scanline = PNGFilter.unFilterScanline( filterType[0], scanline, in addData()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/imageio/png/
H A DPNGDecoder.java61 private byte[] filterType; field in PNGDecoder
87 filterType = new byte[1]; in PNGDecoder()
115 if( getBytes( filterType, 0 ) < 1 ) in addData()
127 scanline = PNGFilter.unFilterScanline( filterType[0], scanline, in addData()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/imageio/png/
H A DPNGDecoder.java61 private byte[] filterType; field in PNGDecoder
87 filterType = new byte[1]; in PNGDecoder()
115 if( getBytes( filterType, 0 ) < 1 ) in addData()
127 scanline = PNGFilter.unFilterScanline( filterType[0], scanline, in addData()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/imageio/png/
H A DPNGDecoder.java61 private byte[] filterType; field in PNGDecoder
87 filterType = new byte[1]; in PNGDecoder()
115 if( getBytes( filterType, 0 ) < 1 ) in addData()
127 scanline = PNGFilter.unFilterScanline( filterType[0], scanline, in addData()

12345678910>>...47