Home
last modified time | relevance | path

Searched refs:must_reload (Results 1 – 22 of 22) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_dir_dialog.cpp71 must_reload = true; in reload()
79 must_reload = false; in reload()
104 if (must_reload && is_visible_in_tree()) { in _notification()
213 must_reload = false; in EditorDirDialog()
H A Deditor_dir_dialog.h60 bool must_reload; variable
H A Deditor_data.cpp633 …bool must_reload = _find_updated_instances(edited_scene[p_idx].root, edited_scene[p_idx].root, che… in check_and_update_scene() local
635 if (must_reload) { in check_and_update_scene()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_dir_dialog.cpp71 must_reload = true; in reload()
79 must_reload = false; in reload()
104 if (must_reload && is_visible_in_tree()) { in _notification()
213 must_reload = false; in EditorDirDialog()
H A Deditor_dir_dialog.h60 bool must_reload; variable
H A Deditor_data.cpp633 …bool must_reload = _find_updated_instances(edited_scene[p_idx].root, edited_scene[p_idx].root, che… in check_and_update_scene() local
635 if (must_reload) { in check_and_update_scene()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_dir_dialog.cpp79 must_reload = true; in reload()
90 must_reload = false; in reload()
108 if (must_reload && is_visible()) { in _notification()
259 must_reload = false; in EditorDirDialog()
H A Deditor_dir_dialog.h57 bool must_reload; variable
H A Deditor_data.cpp561 …bool must_reload = _find_updated_instances(edited_scene[p_idx].root, edited_scene[p_idx].root, che… in check_and_update_scene() local
563 if (must_reload) { in check_and_update_scene()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_dir_dialog.cpp79 must_reload = true; in reload()
90 must_reload = false; in reload()
108 if (must_reload && is_visible()) { in _notification()
259 must_reload = false; in EditorDirDialog()
H A Deditor_dir_dialog.h57 bool must_reload; variable
H A Deditor_data.cpp561 …bool must_reload = _find_updated_instances(edited_scene[p_idx].root, edited_scene[p_idx].root, che… in check_and_update_scene() local
563 if (must_reload) { in check_and_update_scene()
/dports/lang/perl5.32/perl-5.32.1/cpan/CPAN/lib/CPAN/
H A DHandleConfig.pm291 my ($configpm, $must_reload);
314 $must_reload++; # so it gets loaded as $INC{'CPAN/MyConfig.pm'}
327 require_myconfig_or_config() if $must_reload;
H A DShell.pm626 my $must_reload = $mtime != $reload->{$f};
628 $must_reload ||= $args->{reloforce}; # o conf defaults needs this
629 if ($must_reload) {
/dports/lang/perl5.30/perl-5.30.3/cpan/CPAN/lib/CPAN/
H A DHandleConfig.pm285 my ($configpm, $must_reload);
308 $must_reload++; # so it gets loaded as $INC{'CPAN/MyConfig.pm'}
321 require_myconfig_or_config() if $must_reload;
H A DShell.pm626 my $must_reload = $mtime != $reload->{$f};
628 $must_reload ||= $args->{reloforce}; # o conf defaults needs this
629 if ($must_reload) {
/dports/lang/perl5.34/perl-5.34.0/cpan/CPAN/lib/CPAN/
H A DHandleConfig.pm291 my ($configpm, $must_reload);
314 $must_reload++; # so it gets loaded as $INC{'CPAN/MyConfig.pm'}
327 require_myconfig_or_config() if $must_reload;
H A DShell.pm626 my $must_reload = $mtime != $reload->{$f};
628 $must_reload ||= $args->{reloforce}; # o conf defaults needs this
629 if ($must_reload) {
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/CPAN/lib/CPAN/
H A DHandleConfig.pm291 my ($configpm, $must_reload);
314 $must_reload++; # so it gets loaded as $INC{'CPAN/MyConfig.pm'}
327 require_myconfig_or_config() if $must_reload;
H A DShell.pm626 my $must_reload = $mtime != $reload->{$f};
628 $must_reload ||= $args->{reloforce}; # o conf defaults needs this
629 if ($must_reload) {
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/mgt/
H A Dmgt_param.c441 flag_out(MUST_RELOAD, must_reload); in v_matchproto_()
/dports/graphics/blender/blender-2.91.0/source/blender/sequencer/intern/
H A Dsequencer.c1107 bool must_reload = false; in BKE_sequence_movie_reload_if_needed() local
1115 must_reload = true; in BKE_sequence_movie_reload_if_needed()
1121 must_reload = true; in BKE_sequence_movie_reload_if_needed()
1127 if (!must_reload) { in BKE_sequence_movie_reload_if_needed()