Home
last modified time | relevance | path

Searched defs:activate (Results 1 – 25 of 4498) sorted by relevance

12345678910>>...180

/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A Dmisc_buttons.cc45 bool Checkmark_button::activate( in activate() function in Checkmark_button
66 bool Heart_button::activate( in activate() function in Heart_button
86 bool Disk_button::activate( in activate() function in Disk_button
110 bool Combat_button::activate( in activate() function in Combat_button
143 bool Halo_button::activate( in activate() function in Halo_button
179 bool Combat_mode_button::activate( in activate() function in Combat_mode_button
208 bool Cstats_button::activate( in activate() function in Cstats_button
/dports/x11/albert/albert-0.16.1/src/lib/
H A Dstandardactions.cpp36 void Core::FuncAction::activate() in activate() function in Core::FuncAction
49 void Core::ClipAction::activate() in activate() function in Core::ClipAction
62 void Core::UrlAction::activate() in activate() function in Core::UrlAction
75 void Core::ProcAction::activate() in activate() function in Core::ProcAction
95 void Core::TermAction::activate() in activate() function in Core::TermAction
/dports/devel/py-nose/nose-1.3.7/functional_tests/
H A Dtest_xunit.py18 activate = '--with-xunit' variable in TestXUnitPlugin
50 activate = '--with-xunit' variable in TestIssue134
66 activate = '--with-xunit' variable in TestIssue279
82 activate = '--with-xunit' variable in TestIssue680
97 activate = '--with-xunit' variable in TestIssue700
114 activate = '--with-xunit' variable in TestIssue859
H A Dtest_coverage_plugin.py25 activate = "--with-coverage" variable in TestCoveragePlugin
58 activate = "--with-coverage" variable in TestCoverageMinPercentagePlugin
82 activate = "--with-coverage" variable in TestCoverageMinPercentageSinglePackagePlugin
108 activate = "--with-coverage" variable in TestCoverageMinPercentageSinglePackageWithBranchesPlugin
134 activate = "--with-coverage" variable in TestCoverageMinPercentageTOTALPlugin
159 activate = "--with-coverage" variable in TestCoverageMinPercentageWithBranchesTOTALPlugin
H A Dtest_id_plugin.py23 activate = '--with-id' variable in TestDiscoveryMode
61 activate = '--with-id' variable in TestLoadNamesMode
96 activate = '--with-id' variable in TestLoadNamesMode_2
118 activate = '--with-id' variable in TestWithDoctest_1
152 activate = '--with-id' variable in TestWithDoctest_2
184 activate = '--with-id' variable in TestWithDoctestFileTests_1
219 activate = '--with-id' variable in TestWithDoctestFileTests_2
H A Dtest_failuredetail_plugin.py11 activate = "-d" variable in TestFailureDetail
31 activate = "-d" variable in TestFailureDetailWithCapture
50 activate = "-d" variable in TestFailureDetailWithUnicodeAndCapture
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/arcade/
H A Doption.py8 def activate(self): member in Option
43 def activate(self): member in PlayOption
55 def activate(self): member in ConfigOption
67 def activate(self): member in AspectOption
79 def activate(self): member in ScreenOption
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayer_rp.cpp70 KDE_NO_EXPORT void RP::Imfl::activate () { in activate() function in RP::Imfl
211 KDE_NO_EXPORT void RP::Image::activate () { in activate() function in RP::Image
279 KDE_NO_EXPORT void RP::TimingsBase::activate () { in activate() function in RP::TimingsBase
398 KDE_NO_EXPORT void RP::Crossfade::activate () { in activate() function in RP::Crossfade
418 KDE_NO_EXPORT void RP::Fadein::activate () { in activate() function in RP::Fadein
440 KDE_NO_EXPORT void RP::Fadeout::activate () { in activate() function in RP::Fadeout
454 KDE_NO_EXPORT void RP::Fill::activate () { in activate() function in RP::Fill
468 KDE_NO_EXPORT void RP::Wipe::activate () { in activate() function in RP::Wipe
497 KDE_NO_EXPORT void RP::ViewChange::activate () { in activate() function in RP::ViewChange
/dports/devel/py-rednose/rednose-1.3.0/test_files/
H A Dnew_tests.py28 activate = '--rednose' variable in TestRedNoseWithId
62 activate = '--rednose' variable in TestRedNose
97 activate = '--rednose' variable in TestRedNoseSkipInClass
137 activate = '--rednose' variable in TestRedNoseSampleTests
216 activate = '--rednose' variable in TestRedNoseEncoding
270 activate = '--rednose' variable in TestRedNoseEncodingWithLiterals
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcontent_abm.cpp47 virtual std::set<std::string> getRequiredNeighbors(bool activate) { in getRequiredNeighbors()
57 u32 active_object_count, u32 active_object_count_wider, MapNode neighbor, bool activate) { in trigger()
80 virtual std::set<std::string> getRequiredNeighbors(bool activate) { in getRequiredNeighbors()
93 u32 active_object_count, u32 active_object_count_wider, MapNode neighbor, bool activate) { in trigger()
148 virtual std::set<std::string> getRequiredNeighbors(bool activate) { in getRequiredNeighbors()
161 u32 active_object_count, u32 active_object_count_wider, MapNode neighbor, bool activate) { in trigger()
189 virtual std::set<std::string> getRequiredNeighbors(bool activate) { in getRequiredNeighbors()
202 u32 active_object_count, u32 active_object_count_wider, MapNode neighbor, bool activate) { in trigger()
223 virtual std::set<std::string> getRequiredNeighbors(bool activate) { in getRequiredNeighbors()
235 u32 active_object_count, u32 active_object_count_wider, MapNode neighbor, bool activate) { in trigger()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/
H A DShowMarkers.java45 protected void activate(ISelection selection) { in activate() method in ShowMarkers
55 protected void open(ISelection selection, boolean activate) { in open()
64 IDE.openEditor(partSite.getPage(), marker, activate); in open() local
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/tcp/
H A Dsocket.cpp23 void Socket::SetKeepAlive(bool activate) { in SetKeepAlive()
37 void Socket::SetReuseAddr(bool activate) { in SetReuseAddr()
60 void Socket::SetNoDelay(bool activate) { in SetNoDelay()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/arcade/glui/
H A Dtopmenu.py63 def activate(self, menu): member in CloseItem
73 def activate(self, menu): member in ShutdownItem
92 def activate(self, menu): member in MinimizeItem
115 def activate(self, menu): member in ClockItem
155 def activate(self, menu): member in AspectItem
170 def activate(self, menu): member in VideoSyncItem
264 def activate(self): member in TopMenu
298 def activate(self, menu): member in OldGameCenterItem
338 def activate(self, menu): member in GameCenterItem
367 def activate(self, menu): member in HomeItem
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/Renderer/
H A DVboTest.cpp50 ActivateVbo activate(vbo); in TEST() local
61 ActivateVbo activate(vbo); in TEST() local
88 ActivateVbo activate(vbo); in TEST() local
137 ActivateVbo activate(vbo); in TEST() local
173 ActivateVbo activate(vbo); in TEST() local
/dports/textproc/py-duecredit/duecredit-0.9.1/duecredit/
H A Ddueswitch.py61 def __init__(self, inactive, active, activate=False): argument
101 def activate(self, activate=True): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search/search/org/eclipse/search/internal/ui/text/
H A DEditorOpener.java44 …public IEditorPart open(IWorkbenchPage wbPage, IFile file, boolean activate) throws PartInitExcept… in open()
50 …ndSelect(IWorkbenchPage wbPage, IFile file, int offset, int length, boolean activate) throws PartI… in openAndSelect()
75 …howWithoutReuse(IFile file, IWorkbenchPage wbPage, String editorID, boolean activate) throws PartI… in showWithoutReuse()
88 …art showWithReuse(IFile file, IWorkbenchPage page, String editorId, boolean activate) throws PartI… in showWithReuse()
/dports/devel/p5-PV/PerlVision-1.5/
H A DPV.pm217 sub activate { # Makes checkbox active subroutine
427 sub activate { subroutine
699 sub activate { subroutine
886 sub activate { subroutine
944 sub activate { subroutine
1075 sub activate { # Makes entryfield active subroutine
1331 sub activate { # Makes viewer active subroutine
1641 sub activate { # Makes editbox active subroutine
1739 sub activate { subroutine
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ice1712/
H A Dhoontech.c41 static void snd_ice1712_stdsp24_darear(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_darear()
50 static void snd_ice1712_stdsp24_mute(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_mute()
59 static void snd_ice1712_stdsp24_insel(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_insel()
68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel()
146 static void snd_ice1712_stdsp24_midi2(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_midi2()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/ice1712/
H A Dhoontech.c41 static void snd_ice1712_stdsp24_darear(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_darear()
50 static void snd_ice1712_stdsp24_mute(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_mute()
59 static void snd_ice1712_stdsp24_insel(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_insel()
68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel()
146 static void snd_ice1712_stdsp24_midi2(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_midi2()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DGLClientAndServerBuffer.cpp133 void GLRGBAColorBuffer::activate() const in activate() function in GG::GLRGBAColorBuffer
168 void GL2DVertexBuffer::activate() const in activate() function in GG::GL2DVertexBuffer
187 void GLTexCoordBuffer::activate() const in activate() function in GG::GLTexCoordBuffer
209 void GL3DVertexBuffer::activate() const in activate() function in GG::GL3DVertexBuffer
228 void GLNormalBuffer::activate() const in activate() function in GG::GLNormalBuffer
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/ice1712/
H A Dhoontech.c41 static void snd_ice1712_stdsp24_darear(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_darear()
50 static void snd_ice1712_stdsp24_mute(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_mute()
59 static void snd_ice1712_stdsp24_insel(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_insel()
68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel()
146 static void snd_ice1712_stdsp24_midi2(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_midi2()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/
H A DTestIfWithVariable.java5 public boolean activate(String wizard) { in activate() method in TestIfWithVariable
9 public boolean activate(Object refactoring, String wizard) { in activate() method in TestIfWithVariable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dqual2.C13 virtual int activate() {return !here++;} in activate() function
19 int activate() in activate() function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Dqual2.C13 virtual int activate() {return !here++;} in activate() function
19 int activate() in activate() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Dqual2.C13 virtual int activate() {return !here++;} in activate() function
19 int activate() in activate() function

12345678910>>...180