Home
last modified time | relevance | path

Searched refs:reloadable (Results 1 – 25 of 3981) sorted by relevance

12345678910>>...160

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/
H A Dreloader.go95 return reloadable.filename != ""
117 if !reloadable.WillReload() {
123 reloadable.RLock()
124 filename := reloadable.filename
125 previousChecksum := reloadable.checksum
126 reloadable.RUnlock()
160 if reloadable.loadFileContent {
176 reloadable.Lock()
177 defer reloadable.Unlock()
184 reloadable.checksum = checksum
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/
H A Dreloader.go95 return reloadable.filename != ""
117 if !reloadable.WillReload() {
123 reloadable.RLock()
124 filename := reloadable.filename
125 previousChecksum := reloadable.checksum
126 reloadable.RUnlock()
160 if reloadable.loadFileContent {
176 reloadable.Lock()
177 defer reloadable.Unlock()
184 reloadable.checksum = checksum
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/serialization/
H A DRootDesignerSerializerAttribute.cs17 private bool reloadable; field in System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute
25 …ic RootDesignerSerializerAttribute(Type serializerType, Type baseSerializerType, bool reloadable) { in RootDesignerSerializerAttribute() argument
28 this.reloadable = reloadable; in RootDesignerSerializerAttribute()
34 …tDesignerSerializerAttribute(string serializerTypeName, Type baseSerializerType, bool reloadable) { in RootDesignerSerializerAttribute() argument
37 this.reloadable = reloadable; in RootDesignerSerializerAttribute()
43 …nerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable) { in RootDesignerSerializerAttribute() argument
46 this.reloadable = reloadable; in RootDesignerSerializerAttribute()
56 return reloadable;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/Serialization/
H A DRootDesignerSerializerAttribute.cs23 …blic RootDesignerSerializerAttribute(Type serializerType, Type baseSerializerType, bool reloadable) in RootDesignerSerializerAttribute() argument
27 Reloadable = reloadable; in RootDesignerSerializerAttribute()
33 …ootDesignerSerializerAttribute(string serializerTypeName, Type baseSerializerType, bool reloadable) in RootDesignerSerializerAttribute() argument
37 Reloadable = reloadable; in RootDesignerSerializerAttribute()
43 …ignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable) in RootDesignerSerializerAttribute() argument
47 Reloadable = reloadable; in RootDesignerSerializerAttribute()
/dports/security/snort/snort-2.9.18/doc/
H A DREADME.reload21 if any non-reloadable options are changed (see "Non-reloadable configuration
23 Snort to restart if any non-reloadable options are added/modified/removed.
49 Non-reloadable configuration options
51 There are a number of option changes that are currently non-reloadable because
57 * Adding/modifying/removing text rules and variables are reloadable.
58 * Adding/modifying/removing preprocessor configurations are reloadable (except
61 Non-reloadable configuration options of note:
63 and dynamicpreprocessor are not reloadable, i.e. any new/modified/removed
67 Changes to the following options are not reloadable:
95 preprocessor configuration are not reloadable. Those parameters are
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/files/
H A Drecords.config.en.rst182 :reloadable:
252 :reloadable:
270 :reloadable:
276 :reloadable:
282 :reloadable:
374 :reloadable:
380 :reloadable:
393 :reloadable:
445 :reloadable:
532 :reloadable:
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/extra/resources/
H A DDummy82 <parameter name="passwd" reloadable="1">
90 <parameter name="fake" reloadable="1">
98 <parameter name="op_sleep" reloadable="1">
107 <parameter name="fail_start_on" reloadable="1">
117 <parameter name="envfile" reloadable="1">
H A Dping56 <parameter name="dampen" reloadable="1">
88 <parameter name="attempts" reloadable="1">
96 <parameter name="timeout" reloadable="1">
130 <parameter name="debug" reloadable="1">
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/
H A Dgdnative.h63 bool reloadable; variable
98 return reloadable; in is_reloadable()
116 reloadable = p_reloadable; in set_reloadable()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/
H A Dgdnative.h63 bool reloadable; variable
98 return reloadable; in is_reloadable()
116 reloadable = p_reloadable; in set_reloadable()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/context/support/
H A DResourceBundleMessageSourceTests.java85 boolean reloadable, boolean fallbackToSystemLocale, in doTestMessageAccess() argument
89 if (reloadable) { in doTestMessageAccess()
98 if (reloadable) { in doTestMessageAccess()
118 Class<?> clazz = reloadable ? in doTestMessageAccess()
132 if (reloadable && JdkVersion.getMajorJavaVersion() >= JdkVersion.JAVA_15) { in doTestMessageAccess()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/website/content/commands/
H A Dreload.mdx22 Not all configuration options are reloadable. See the
23 [Reloadable Configuration](/docs/agent/options#reloadable-configuration)
/dports/sysutils/consul/consul-1.10.3/website/content/commands/
H A Dreload.mdx22 Not all configuration options are reloadable. See the
23 [Reloadable Configuration](/docs/agent/options#reloadable-configuration)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/website/content/commands/
H A Dreload.mdx22 Not all configuration options are reloadable. See the
23 [Reloadable Configuration](/docs/agent/options#reloadable-configuration)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/website/source/docs/commands/
H A Dreload.html.markdown.erb24 Not all configuration options are reloadable. See the
25 [Reloadable Configuration](/docs/agent/options.html#reloadable-configuration)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/website/source/docs/commands/
H A Dreload.html.markdown.erb24 Not all configuration options are reloadable. See the
25 [Reloadable Configuration](/docs/agent/options.html#reloadable-configuration)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/website/source/docs/commands/
H A Dreload.html.markdown.erb24 Not all configuration options are reloadable. See the
25 [Reloadable Configuration](/docs/agent/options.html#reloadable-configuration)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/website/pages/docs/commands/
H A Dreload.mdx23 Not all configuration options are reloadable. See the
24 [Reloadable Configuration](/docs/agent/options#reloadable-configuration)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/website/source/docs/commands/
H A Dreload.html.markdown.erb24 Not all configuration options are reloadable. See the
25 [Reloadable Configuration](/docs/agent/options.html#reloadable-configuration)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/website/source/docs/commands/
H A Dreload.html.markdown.erb24 Not all configuration options are reloadable. See the
25 [Reloadable Configuration](/docs/agent/options.html#reloadable-configuration)
/dports/net/yate/yate-6.4.0-1/conf.d/
H A Dyate.conf.sample28 ; This parameter is reloadable
33 ; This parameter is reloadable
42 ; This parameter is reloadable
47 ; This parameter is reloadable
52 ; This parameter is reloadable
57 ; This parameter is reloadable
/dports/lang/racket/racket-8.3/doc/xrepl/
H A Dblueboxes.rktd2 … ((c xrepl c (u . "install!")) q (2078 . 3)) ((c xrepl c (u . "require-reloadable")) q (803 . 4)) …
45 ,require-reloadable <module> ...
46   require a module, make it reloadable
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/resources/
H A DResourceManager.cpp148 void ResourceManager::addReloadable(std::weak_ptr<IReloadable> reloadable) in addReloadable() argument
151 info->data = reloadable; in addReloadable()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dactivity_actor.cpp2534 if( reloadable.type->gun->reload_noise_volume > 0 ) { in make_reload_sound()
2535 sfx::play_variant_sound( "reload", reloadable.typeId().str(), in make_reload_sound()
2549 item &reloadable = *reload_targets[ 0 ]; in finish() local
2551 const std::string reloadable_name = reloadable.tname(); in finish()
2563 reloadable.set_flag( flag_FILTHY ); in finish()
2566 if( reloadable.get_var( "dirt", 0 ) > 7800 ) { in finish()
2569 reloadable.set_var( "dirt", ( reloadable.get_var( "dirt", 0 ) - rng( 790, 2750 ) ) ); in finish()
2572 if( reloadable.is_gun() ) { in finish()
2577 make_reload_sound( who, reloadable ); in finish()
2578 } else if( reloadable.is_watertight_container() ) { in finish()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dactivity_actor.cpp2534 if( reloadable.type->gun->reload_noise_volume > 0 ) { in make_reload_sound()
2535 sfx::play_variant_sound( "reload", reloadable.typeId().str(), in make_reload_sound()
2549 item &reloadable = *reload_targets[ 0 ]; in finish() local
2551 const std::string reloadable_name = reloadable.tname(); in finish()
2563 reloadable.set_flag( flag_FILTHY ); in finish()
2566 if( reloadable.get_var( "dirt", 0 ) > 7800 ) { in finish()
2569 reloadable.set_var( "dirt", ( reloadable.get_var( "dirt", 0 ) - rng( 790, 2750 ) ) ); in finish()
2572 if( reloadable.is_gun() ) { in finish()
2577 make_reload_sound( who, reloadable ); in finish()
2578 } else if( reloadable.is_watertight_container() ) { in finish()
[all …]

12345678910>>...160