Home
last modified time | relevance | path

Searched refs:_demo (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Dfontselector.cpp36 layout->addWidget(_demo = new QLabel("Font")); in FontSelector()
40 _demo->setFrameStyle(QFrame::StyledPanel); in FontSelector()
41 _demo->setFrameShadow(QFrame::Sunken); in FontSelector()
42 _demo->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); in FontSelector()
49 _demo->setText(QString("%1 %2pt").arg(font.family()).arg(font.pointSize())); in setSelectedFont()
50 _demo->setFont(font); in setSelectedFont()
57 …QFont font = QFontDialog::getFont(&ok, _demo->font(), nullptr, QString(), QFontDialog::DontUseNati… in chooseFont()
66 _demo->setFont(_font); in changeEvent()
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Dfontselector.cpp36 layout->addWidget(_demo = new QLabel("Font")); in FontSelector()
40 _demo->setFrameStyle(QFrame::StyledPanel); in FontSelector()
41 _demo->setFrameShadow(QFrame::Sunken); in FontSelector()
42 _demo->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); in FontSelector()
49 _demo->setText(QString("%1 %2pt").arg(font.family()).arg(font.pointSize())); in setSelectedFont()
50 _demo->setFont(font); in setSelectedFont()
57 …QFont font = QFontDialog::getFont(&ok, _demo->font(), nullptr, QString(), QFontDialog::DontUseNati… in chooseFont()
66 _demo->setFont(_font); in changeEvent()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/movie/
H A Dsmush.cpp35 SmushPlayer::SmushPlayer(bool demo) : MoviePlayer(), _demo(demo) { in SmushPlayer()
42 if (!_demo) in loadFile()
49 if (_demo) { in init()
75 if (_demo) { in postHandleFrame()
H A Dbink.cpp44 BinkPlayer::BinkPlayer(bool demo) : MoviePlayer(), _demo(demo) { in BinkPlayer()
100 if (_demo) { in loadFile()
/dports/audio/fluidsynth/fluidsynth-2.2.4/cmake_admin/
H A DFluidUnitTest.cmake77 macro ( ADD_FLUID_DEMO _demo )
78 ADD_EXECUTABLE(${_demo} ${_demo}.c )
81 set_target_properties(${_demo} PROPERTIES EXCLUDE_FROM_ALL TRUE)
85 set_target_properties ( ${_demo} PROPERTIES COMPILE_FLAGS ${FLUID_CPPFLAGS} )
87 TARGET_LINK_LIBRARIES(${_demo} libfluidsynth)
90 target_include_directories(${_demo}
98 add_dependencies(demo ${_demo})
/dports/games/scummvm/scummvm-2.5.1/engines/grim/movie/
H A Dsmush.cpp41 SmushPlayer::SmushPlayer(bool demo) : MoviePlayer(), _demo(demo) { in SmushPlayer()
57 if (!_demo) in loadFile()
83 if (_demo) { in init()
112 if (_demo && !_currentVideoIsTheora) { in postHandleFrame()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/alternative/
H A DMakefile113 %_demo: ../Demo/Program/%_demo.c $(SO_NAME) $(DINC) $(DOBJ)
116 DEMO_PRG = $(notdir $(wildcard ../Demo/Program/*_demo.c))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/internal/website/content/runtimevar/filevar/_demo/
H A D_index.md2 title: gocloud.dev/runtimevar/filevar/_demo
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/internal/website/content/runtimevar/filevar/_demo/
H A D_index.md2 title: gocloud.dev/runtimevar/filevar/_demo

12345678