Home
last modified time | relevance | path

Searched refs:unload (Results 1 – 25 of 5597) sorted by relevance

12345678910>>...224

/dports/games/manaplus/manaplus-2.1.3.17/src/resources/
H A Ddbmanager.cpp108 CharDB::unload(); in unloadDb()
109 GroupDb::unload(); in unloadDb()
110 StatDb::unload(); in unloadDb()
111 DeadDB::unload(); in unloadDb()
112 ColorDB::unload(); in unloadDb()
113 SoundDB::unload(); in unloadDb()
115 TextDb::unload(); in unloadDb()
117 ItemDB::unload(); in unloadDb()
133 NPCDB::unload(); in unloadDb()
140 PETDB::unload(); in unloadDb()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/unload/
H A DREADME.md1 # javascript: unload
7 # What does `unload` handle?
32 var unload = require('unload');
33 unload.add(function(){
41 var unload = require('unload');
52 var unload = require('unload');
53 unload.add(function(){
57 unload.runAll();
62 var unload = require('unload');
63 unload.add(function(){
[all …]
/dports/devel/R-cran-pkgload/pkgload/tests/testthat/
H A Dtest-namespace.r24 unload("testNamespace")
34 unload("testNamespace")
42 unload("testNamespace")
59 unload("testNamespace")
68 unload("testNamespace")
75 unload("testNamespace")
88 unload("testNamespace")
99 unload("testNamespace")
116 unload("testNamespace")
125 unload("compiler")
[all …]
H A Dtest-imports.r23 unload("testNamespace")
26 suppressWarnings(unload("compiler"))
28 unload("bitops")
38 unload("testNamespace")
39 unload("compiler")
40 unload("bitops")
46 unload("testNamespace")
47 unload("compiler")
48 unload("bitops")
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dunload.test1 # Commands covered: unload
42 test unload-1.1 {basic errors} {} {
43 list [catch {unload} msg] $msg
45 test unload-1.2 {basic errors} {} {
48 test unload-1.3 {basic errors} {} {
51 test unload-1.4 {basic errors} {} {
52 list [catch {unload {}} msg] $msg
54 test unload-1.5 {basic errors} {} {
55 list [catch {unload {} {}} msg] $msg
57 test unload-1.6 {basic errors} {} {
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dunload.test1 # Commands covered: unload
55 unload
58 unload a b c d
61 unload a b foobar
64 unload {}
67 unload {} {}
70 unload {} Unknown
72 test unload-1.7 {-nocomplain switch} {
73 unload -nocomplain {} Unknown
106 unload [file join $testDir pkgua$ext]
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dunload.test1 # Commands covered: unload
55 unload
58 unload a b c d
61 unload a b foobar
64 unload {}
67 unload {} {}
70 unload {} Unknown
72 test unload-1.7 {-nocomplain switch} {
73 unload -nocomplain {} Unknown
106 unload [file join $testDir pkgua$ext]
[all …]
/dports/games/wolfpack/empire-4.4.1/tests/load-tend/
H A D01-load-183 unload x
87 unload f -1
96 unload f n
126 unload f a -9
127 unload f b -9
198 unload m a -2
199 unload m b -2
205 unload m a 1
206 unload m b 1
260 unload i 80 1
[all …]
H A D02-load-POGO1 ||| General deity load / unload rules
3 | Can load / unload regardless of ownership
6 ||| load / unload commodities
9 unload m 94/4/5/90 1
12 unload c 80 1
17 ||| load / unload planes
21 unload plane 94/4/5/90 194/154/155/190
29 ||| load / unload lands
33 unload land 94/4/5/90 224/184/185/220
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/
H A Dfoo-loads.sh10 do_cmd module unload foo
16 do_cmd module unload foo
17 do_cmd module unload openmpi
22 do_cmd module unload foo
34 do_cmd module unload foo
39 do_cmd module unload foo
45 do_cmd module unload foo
46 do_cmd module unload openmpi
51 do_cmd module unload foo
56 do_cmd module unload foo
/dports/devel/R-cran-pkgload/pkgload/man/
H A Dunload.Rd2 % Please edit documentation in R/unload.r
3 \name{unload}
4 \alias{unload}
7 unload(package = pkg_name(), quiet = FALSE)
15 This function attempts to cleanly unload a package, including unloading
28 unload()
31 unload(pkg_name("ggplot2/"))
34 # unload the ggplot2 package directly by name
35 unload("ggplot2")
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/tools/
H A Dqbspluginmanager.cpp63 QbsPluginUnloadFunction unload; member
83 auto unload = reinterpret_cast<QbsPluginUnloadFunction>(lib->resolve("QbsPluginUnload")); in ~QbsPluginManager() local
84 if (unload) in ~QbsPluginManager()
85 unload(); in ~QbsPluginManager()
86 lib->unload(); in ~QbsPluginManager()
98 QbsPluginUnloadFunction unload) in registerStaticPlugin() argument
101 d->staticPlugins.push_back(QbsPlugin { load, unload, false }); in registerStaticPlugin()
115 if (plugin.loaded && plugin.unload) in unloadStaticPlugins()
116 plugin.unload(); in unloadStaticPlugins()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/osl/module/
H A Dosl_Module.cxx96 aMod.unload( ); in ctors_name_mode()
148 aMod.unload( ); in getUrlFromAddress_002()
183 aMod.unload( ); in load_001()
184 aMod1.unload( ); in load_001()
207 aMod.unload( ); in unload_001()
214 CPPUNIT_TEST_SUITE( unload );
243 aMod.unload( ); in is_001()
272 aMod.unload(); in getSymbol_001()
302 aMod.unload( ); in optr_oslModule_001()
323 aMod.unload(); in optr_oslModule_002()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/osl/module/
H A Dosl_Module.cxx93 aMod.unload( ); in ctors_name_mode()
145 aMod.unload( ); in getUrlFromAddress_002()
180 aMod.unload( ); in load_001()
181 aMod1.unload( ); in load_001()
204 aMod.unload( ); in unload_001()
211 CPPUNIT_TEST_SUITE( unload );
240 aMod.unload( ); in is_001()
269 aMod.unload(); in getSymbol_001()
299 aMod.unload( ); in optr_oslModule_001()
320 aMod.unload(); in optr_oslModule_002()
[all …]
/dports/graphics/gource/gource-0.51/src/
H A Dgource_shell.cpp56 texturemanager.unload(); in toggleFullscreen()
57 shadermanager.unload(); in toggleFullscreen()
58 fontmanager.unload(); in toggleFullscreen()
60 if(gource!=0) gource->unload(); in toggleFullscreen()
78 texturemanager.unload(); in toggleWindowFrame()
79 shadermanager.unload(); in toggleWindowFrame()
80 fontmanager.unload(); in toggleWindowFrame()
82 if(gource!=0) gource->unload(); in toggleWindowFrame()
99 texturemanager.unload(); in resize()
100 shadermanager.unload(); in resize()
[all …]
/dports/devel/p5-Class-Unload/Class-Unload-0.11/t/
H A D01-unload.t20 ok( Class::Unload->unload( 'MyClass' ), 'Unloading MyClass' );
25 ok( Class::Unload->unload( 'MyClass::Sub' ), 'Unloading MyClass::Sub' );
28 ok( Class::Unload->unload( 'MyClass::Sub::Sub' ), 'Unloading MyClass::Sub::Sub' );
31 ok( ! Class::Unload->unload('MyClass'), 'Unloading not-loaded class');
33 ok( Class::Unload->unload( 'Class::Unload' ), 'Unloading Class::Unload' );
36 eval { Class::Unload->unload( 'dummy' ) };
/dports/emulators/mess/mame-mame0226/src/devices/bus/ti99x/
H A D990_tap.cpp187 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
200 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
227 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
271 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
292 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
304 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
314 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
325 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
418 m_tape[tap_sel].img->unload(); in cmd_record_skip_forward()
676 m_tape[tap_sel].img->unload(); in cmd_rewind()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/bus/ti99x/
H A D990_tap.cpp187 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
200 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
227 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
271 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
292 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
304 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
314 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
325 m_tape[tap_sel].img->unload(); in cmd_read_binary_forward()
418 m_tape[tap_sel].img->unload(); in cmd_record_skip_forward()
676 m_tape[tap_sel].img->unload(); in cmd_rewind()
[all …]
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/homebrewed/modules4/
H A Dfoo-loads.out9 [mod4 (homebrewed)]$ module unload foo
17 [mod4 (homebrewed)]$ module unload foo
18 [mod4 (homebrewed)]$ module unload openmpi
26 [mod4 (homebrewed)]$ module unload foo
34 [mod4 (homebrewed)]$ module unload foo
42 [mod4 (homebrewed)]$ module unload foo
50 [mod4 (homebrewed)]$ module unload foo
51 [mod4 (homebrewed)]$ module unload openmpi
59 [mod4 (homebrewed)]$ module unload foo
67 [mod4 (homebrewed)]$ module unload foo
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/modulepath/modules3/
H A Dfoo-loads.out9 [mod3 (modulepath)]$ module unload foo
17 [mod3 (modulepath)]$ module unload foo
18 [mod3 (modulepath)]$ module unload openmpi
26 [mod3 (modulepath)]$ module unload foo
34 [mod3 (modulepath)]$ module unload foo
42 [mod3 (modulepath)]$ module unload foo
50 [mod3 (modulepath)]$ module unload foo
51 [mod3 (modulepath)]$ module unload openmpi
59 [mod3 (modulepath)]$ module unload foo
67 [mod3 (modulepath)]$ module unload foo
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/flavours/modules3/
H A Dfoo-loads.out9 [mod3-flavours]$ module unload foo
17 [mod3-flavours]$ module unload foo
18 [mod3-flavours]$ module unload openmpi
26 [mod3-flavours]$ module unload foo
34 [mod3-flavours]$ module unload foo
42 [mod3-flavours]$ module unload foo
50 [mod3-flavours]$ module unload foo
51 [mod3-flavours]$ module unload openmpi
59 [mod3-flavours]$ module unload foo
67 [mod3-flavours]$ module unload foo
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/flavours/modules4/
H A Dfoo-loads.out9 [mod4-flavours]$ module unload foo
17 [mod4-flavours]$ module unload foo
18 [mod4-flavours]$ module unload openmpi
26 [mod4-flavours]$ module unload foo
34 [mod4-flavours]$ module unload foo
42 [mod4-flavours]$ module unload foo
50 [mod4-flavours]$ module unload foo
51 [mod4-flavours]$ module unload openmpi
59 [mod4-flavours]$ module unload foo
67 [mod4-flavours]$ module unload foo
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/modulepath/modules4/
H A Dfoo-loads.out9 [mod4 (modulepath)]$ module unload foo
17 [mod4 (modulepath)]$ module unload foo
18 [mod4 (modulepath)]$ module unload openmpi
26 [mod4 (modulepath)]$ module unload foo
34 [mod4 (modulepath)]$ module unload foo
42 [mod4 (modulepath)]$ module unload foo
50 [mod4 (modulepath)]$ module unload foo
51 [mod4 (modulepath)]$ module unload openmpi
59 [mod4 (modulepath)]$ module unload foo
67 [mod4 (modulepath)]$ module unload foo
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/homebrewed/modules3/
H A Dfoo-loads.out9 [mod3 (homebrewed)]$ module unload foo
17 [mod3 (homebrewed)]$ module unload foo
18 [mod3 (homebrewed)]$ module unload openmpi
26 [mod3 (homebrewed)]$ module unload foo
34 [mod3 (homebrewed)]$ module unload foo
42 [mod3 (homebrewed)]$ module unload foo
50 [mod3 (homebrewed)]$ module unload foo
51 [mod3 (homebrewed)]$ module unload openmpi
59 [mod3 (homebrewed)]$ module unload foo
67 [mod3 (homebrewed)]$ module unload foo
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/misc/
H A Dlibrary_test.cpp71 CHECK(lib.unload() == true);
139 CHECK(lib.unload() == true);
155 CHECK(lib1.unload() == false);
156 CHECK(lib1.unload() == false);
160 CHECK(lib2.unload() == true);
174 CHECK(lib.unload() == true);
180 CHECK(lib.unload() == true);
218 CHECK(lib.unload() == true);
246 CHECK(lib.unload() == true);
277 CHECK(lib.unload() == true);
[all …]

12345678910>>...224