Home
last modified time | relevance | path

Searched refs:reconfigure (Results 1 – 25 of 4214) sorted by relevance

12345678910>>...169

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_reconfig01.py44 self.conn.reconfigure("async=(enabled=false)")
46 self.conn.reconfigure("async=(enabled=true)")
48 self.conn.reconfigure("async=(enabled=true)")
54 self.conn.reconfigure("async=(threads=10)")
56 self.conn.reconfigure("async=(threads=14)")
58 self.conn.reconfigure("async=(threads=8)")
60 self.conn.reconfigure("async=(ops_max=1024)")
105 self.conn.reconfigure("statistics=(all)")
106 self.conn.reconfigure("statistics=(fast)")
107 self.conn.reconfigure("statistics=(none)")
[all …]
H A Dtest_reconfig02.py45 self.conn.reconfigure("log=(archive=false)")
46 self.conn.reconfigure("log=(prealloc=false)")
47 self.conn.reconfigure("log=(zero_fill=false)")
49 self.conn.reconfigure("log=(archive=true)")
50 self.conn.reconfigure("log=(prealloc=true)")
51 self.conn.reconfigure("log=(zero_fill=true)")
57 lambda: self.conn.reconfigure("log=(enabled=true)"), msg)
61 lambda: self.conn.reconfigure("log=(file_max=1MB)"), msg)
63 lambda: self.conn.reconfigure("log=(path=foo)"), msg)
83 self.conn.reconfigure("log=(prealloc=true)")
[all …]
H A Dtest_reconfig03.py46 self.conn.reconfigure("eviction_target=81")
49 self.conn.reconfigure("cache_size=81M")
52 self.conn.reconfigure("eviction_dirty_target=82")
55 self.conn.reconfigure("shared_cache=(chunk=11MB, name=bar, reserve=12MB, size=1G)")
61 self.conn.reconfigure("checkpoint=(log_size=20)")
62 self.conn.reconfigure("checkpoint=(log_size=1M)")
63 self.conn.reconfigure("checkpoint=(log_size=0)")
H A Dtest_reconfig04.py35 self.session.reconfigure('ignore_cache_size=false')
37 self.session.reconfigure('isolation=snapshot')
38 self.session.reconfigure('isolation=read-committed')
39 self.session.reconfigure('isolation=read-uncommitted')
41 self.session.reconfigure('ignore_cache_size=true')
42 self.session.reconfigure('isolation=snapshot')
H A Dtest_shared_cache02.py98 connection.reconfigure("shared_cache=(name=pool,size=300M)")
114 lambda: connection.reconfigure("shared_cache=(name=pool,reserve=40M)"),
136 connection.reconfigure("shared_cache=(name=pool,reserve=30M)"),
155 self.conns[0].reconfigure("shared_cache=(name=pool,reserve=20M)"),
156 self.conns[1].reconfigure("shared_cache=(name=pool,reserve=20M)"),
178 lambda: connection.reconfigure("shared_cache=(name=pool,"
185 lambda: connection.reconfigure("shared_cache=(name=pool,"
190 self.conns[0].reconfigure("shared_cache=(name=pool,reserve=20M),"
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_reconfigure.py21 reconfigure,
65 self.assertRaises(reconfigure.AlreadyBranch,
76 reconfiguration = reconfigure.Reconfigure.to_branch(
86 reconfiguration = reconfigure.Reconfigure.to_branch(
148 self.assertRaises(reconfigure.AlreadyTree,
154 self.assertRaises(reconfigure.NoBindLocation,
229 self.assertRaises(reconfigure.AlreadyCheckout,
372 self.assertRaises(reconfigure.AlreadyUsingShared,
397 self.assertRaises(reconfigure.AlreadyStandalone,
444 reconfigure.AlreadyWithNoTrees,
[all …]
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dopenbox.c100 static gboolean reconfigure = FALSE; variable
301 if (reconfigure) { in main()
313 sn_startup(reconfigure); in main()
320 grab_startup(reconfigure); in main()
322 ping_startup(reconfigure); in main()
332 if (!reconfigure) { in main()
371 reconfigure = FALSE; in main()
391 if (!reconfigure) in main()
411 sn_shutdown(reconfigure); in main()
415 } while (reconfigure); in main()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Dd00015.vtc24 if (!vd.reconfigure(replicas=0)) {
26 std.log("reconfigure failed");
30 if (!vd.reconfigure(replicas=25)) {
32 std.log("reconfigure failed");
39 if (!vd.reconfigure(replicas=25)) {
41 std.log("reconfigure failed");
48 if (!vd.reconfigure(replicas=1)) {
53 if (!vd.reconfigure(replicas=1)) {
65 if (!vd.reconfigure()) {
67 std.log("reconfigure failed");
[all …]
H A Dd00016.vtc41 if (!vd.reconfigure(replicas=0)) {
43 std.log("reconfigure failed");
47 if (!vd.reconfigure(replicas=25)) {
49 std.log("reconfigure failed");
56 if (!vd.reconfigure(replicas=25)) {
58 std.log("reconfigure failed");
65 if (!vd.reconfigure(replicas=1)) {
70 if (!vd.reconfigure(replicas=1)) {
82 if (!vd.reconfigure()) {
84 std.log("reconfigure failed");
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/test-cases/Group23-VIC-Machine-Service/
H A D23-07-VCH-Reconfigure.md26 ### 1. Create a simple VCH using the API and then reconfigure its name
38 ### 1. Attempt to reconfigure a non-existent VCH
40 ### 2. Attempt to reconfigure a VCH which has been deleted
42 ### 3. Attempt to reconfigure a VCH with a malformed body
44 ### 4. Attempt to reconfigure a VCH in one datacenter, but specifying another datacenter
46 ### 5. Attempt to reconfigure each immutable property of a VCH *(one per request)*
54 ### 1. Use the API to reconfigure a VCH created via the CLI
56 ### 2. Use the CLI to reconfigure a VCH created via the API
68 ### 3. Attempt to reconfigure a VCH while it is being deleted
70 ### 4. Attempt to reconfigure a VCH while an out-of-band deletion is occurring
[all …]
/dports/shells/fish/fish-3.3.1/share/completions/
H A Ddpkg-reconfigure.fish1 # Completions for the `dpkg-reconfigure` command
3 complete -f -c dpkg-reconfigure -a '(__fish_print_apt_packages)' -d Package
6 complete -x -f -c dpkg-reconfigure -s h -l help -d 'Display help'
9 complete -f -c dpkg-reconfigure -s f -l frontend -r -a "dialog readline noninteractive gnome kde ed…
10 complete -f -c dpkg-reconfigure -s p -l priority -r -a "low medium high critical" -d 'Set priority …
11 complete -f -c dpkg-reconfigure -l default-priority -d "Use current default ("(echo get debconf/pri…
12 complete -f -c dpkg-reconfigure -s u -l unseen-only -d 'Show only unseen question'
13 complete -f -c dpkg-reconfigure -l force -d 'Reconfigure also inconsistent packages'
14 complete -f -c dpkg-reconfigure -l no-reload -d 'Prevent reloading templates'
/dports/science/py-dlib/dlib-19.22/dlib/bridge/
H A Dbridge_abstract.h224 void reconfigure (
251 void reconfigure (
261 void reconfigure (
271 void reconfigure (
284 void reconfigure (
309 void reconfigure (
319 void reconfigure (
329 void reconfigure (
/dports/science/dlib-cpp/dlib-19.22/dlib/bridge/
H A Dbridge_abstract.h224 void reconfigure (
251 void reconfigure (
261 void reconfigure (
271 void reconfigure (
284 void reconfigure (
309 void reconfigure (
319 void reconfigure (
329 void reconfigure (
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dtoken_bucket_unittest.cc47 tb.reconfigure(t0, rate, ceil); in tester()
88 tb.reconfigure(t0, 1, 10); in TEST()
90 tb.reconfigure(timepointInc(t0, 1), 2, 10); in TEST()
97 tb.reconfigure(t0, 1, 10); in TEST()
98 tb.reconfigure(timepointInc(t0, 20), 2, 5); in TEST()
105 ASSERT_NO_THROW(tb.reconfigure(t0, 10, 10)); in TEST()
106 ASSERT_ANY_THROW(tb.reconfigure(timepointInc(t0, -1), 10, 10)); in TEST()
/dports/multimedia/handbrake/HandBrake-1.4.2/make/
H A Dxcodemake90 reconfigure="no configuration present"
92 reconfigure="configure script was updated"
94 reconfigure="driver bootstrap"
100 reconfigure="unclobber PATH"
102 reconfigure=
106 if [ -n "$reconfigure" ]; then
107 echo "reconfiguring ($reconfigure)"
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/matrix/
H A DMatrixElement.cpp50 reconfigure(); in MatrixElement()
59 MatrixElement::reconfigure() in reconfigure() function in Rosegarden::MatrixElement
63 reconfigure(time, duration); in reconfigure()
67 MatrixElement::reconfigure(int velocity) in reconfigure() function in Rosegarden::MatrixElement
73 reconfigure(time, duration, pitch, velocity); in reconfigure()
77 MatrixElement::reconfigure(timeT time, timeT duration) in reconfigure() function in Rosegarden::MatrixElement
82 reconfigure(time, duration, pitch); in reconfigure()
86 MatrixElement::reconfigure(timeT time, timeT duration, int pitch) in reconfigure() function in Rosegarden::MatrixElement
91 reconfigure(time, duration, pitch, velocity); in reconfigure()
95 MatrixElement::reconfigure(timeT time, timeT duration, int pitch, int velocity) in reconfigure() function in Rosegarden::MatrixElement
H A DMatrixElement.h57 void reconfigure();
60 void reconfigure(int velocity);
63 void reconfigure(timeT time, timeT duration);
66 void reconfigure(timeT time, timeT duration, int pitch);
88 void reconfigure(timeT time, timeT duration, int pitch, int velocity);
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/rulers/
H A DEventControlItem.cpp63 reconfigure(m_controlRuler->getRulerScale()->getXForTime(m_eventAdapter->getTime())*xscale, in updateFromEvent()
78 reconfigure(m_xstart,y); in setY()
81 void EventControlItem::reconfigure() in reconfigure() function in Rosegarden::EventControlItem
83 reconfigure(m_xstart,m_y); in reconfigure()
86 void EventControlItem::reconfigure(float x, float y) in reconfigure() function in Rosegarden::EventControlItem
111 ControlItem::reconfigure(); in reconfigure()
H A DPropertyControlItem.cpp59 matrixelement->reconfigure(); in update()
75 reconfigure(x0,x1,m_y); in update()
86 matrixelement->reconfigure(m_controlRuler->yToValue(y)); in setValue()
97 reconfigure(x0,x1,y); in setValue()
100 void PropertyControlItem::reconfigure(float x0, float x1, float y) in reconfigure() function in Rosegarden::PropertyControlItem
121 ControlItem::reconfigure(); in reconfigure()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_sup.erl63 couch_log_config:reconfigure();
65 couch_log_config:reconfigure();
67 couch_log_config:reconfigure();
69 couch_log_config:reconfigure();
73 couch_log_server:reconfigure()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/update/
H A Dzero_downtime.md291 sudo gitlab-ctl reconfigure
307 sudo gitlab-ctl reconfigure
344 sudo gitlab-ctl reconfigure
385 sudo gitlab-ctl reconfigure
402 sudo gitlab-ctl reconfigure
427 sudo gitlab-ctl reconfigure
479 1. Run `sudo gitlab-ctl reconfigure`, if a reconfigure is not run as part of
516 1. Run `sudo gitlab-ctl reconfigure`, if a reconfigure is not run as part of
554 sudo gitlab-ctl reconfigure
597 sudo gitlab-ctl reconfigure
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/admin/
H A DZooKeeperAdmin.java234 public byte[] reconfigure( in reconfigure() method in ZooKeeperAdmin
260 public byte[] reconfigure( in reconfigure() method in ZooKeeperAdmin
266 return reconfigure( in reconfigure()
280 public void reconfigure( in reconfigure() method in ZooKeeperAdmin
309 public void reconfigure( in reconfigure() method in ZooKeeperAdmin
316 reconfigure( in reconfigure()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/
H A Dreconfigure.sh.in3 # $Id: reconfigure.sh.in 117476 2008-01-16 16:44:07Z ucko $
6 # Launcher for "scripts/common/impl/reconfigure.sh"
11 exec @abs_top_srcdir@/scripts/common/impl/reconfigure.sh "$@"
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/
H A Dreconfigure.sh.in3 # $Id: reconfigure.sh.in 117476 2008-01-16 16:44:07Z ucko $
6 # Launcher for "scripts/common/impl/reconfigure.sh"
11 exec @abs_top_srcdir@/scripts/common/impl/reconfigure.sh "$@"
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DSSLClientCoordinator.cc31 SSLClientCoordinator::reconfigure() in reconfigure() function in SSLClientCoordinator
36 SSLConfig::reconfigure(); in reconfigure()
37 SNIConfig::reconfigure(); in reconfigure()

12345678910>>...169