Home
last modified time | relevance | path

Searched refs:updating (Results 1 – 25 of 8401) sorted by relevance

12345678910>>...337

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/
H A DDelegateUIHelper.java38 final IDelegateUpdating updating= refactoring.getAdapter(IDelegateUpdating.class); in generateDeprecateDelegateCheckbox() local
39 if (updating == null || !updating.canEnableDelegateUpdating()) in generateDeprecateDelegateCheckbox()
41 …reateCheckbox(parent, getDeprecateDelegateCheckBoxTitle(), loadDeprecateDelegateSetting(updating)); in generateDeprecateDelegateCheckbox()
42 updating.setDeprecateDelegates(button.getSelection()); in generateDeprecateDelegateCheckbox()
47 updating.setDeprecateDelegates(button.getSelection()); in generateDeprecateDelegateCheckbox()
54 final IDelegateUpdating updating= refactoring.getAdapter(IDelegateUpdating.class); in generateLeaveDelegateCheckbox() local
55 if (updating == null || !updating.canEnableDelegateUpdating()) in generateLeaveDelegateCheckbox()
57 …Button button= createCheckbox(parent, updating.getDelegateUpdatingTitle(plural), loadLeaveDelegate… in generateLeaveDelegateCheckbox()
58 updating.setDelegateUpdating(button.getSelection()); in generateLeaveDelegateCheckbox()
63 updating.setDelegateUpdating(button.getSelection()); in generateLeaveDelegateCheckbox()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/
H A DJDTRefactoringDescriptorComment.java172 final INameUpdating updating= (INameUpdating) object; in initializeInferredSettings() local
175 final Object element= updating.getNewElement(); in initializeInferredSettings()
250 if (updating.getUpdateReferences()) in initializeInferredSettings()
255 if (updating.canEnableSimilarDeclarationUpdating() && updating.getUpdateSimilarDeclarations()) { in initializeInferredSettings()
256 final int strategy= updating.getMatchStrategy(); in initializeInferredSettings()
274 if (updating.canEnableQualifiedNameUpdating() && updating.getUpdateQualifiedNames()) { in initializeInferredSettings()
275 final String patterns= updating.getFilePatterns(); in initializeInferredSettings()
283 final ITextUpdating updating= (ITextUpdating) object; in initializeInferredSettings() local
284 if (updating.canEnableTextUpdating()) in initializeInferredSettings()
289 if (updating.canEnableDelegateUpdating() && updating.getDelegateUpdating()) { in initializeInferredSettings()
[all …]
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp32 updating = QDateTime::currentDateTime(); //global time stamp in UpdateButtons()
33 QDateTime ctime = updating; //current thread time stamp in UpdateButtons()
53 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
59 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
62 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
84 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
88 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
97 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
102 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
112 if(updating > ctime){ return; } //another thread kicked off already - stop this one in UpdateButtons()
/dports/devel/elixir-hex/hex-1.0.1/test/mix/tasks/
H A Dhex.registry_test.exs43 assert_received {:mix_shell, :info, ["* updating public/names"]}
44 assert_received {:mix_shell, :info, ["* updating public/versions"]}
70 assert_received {:mix_shell, :info, ["* updating public/names"]}
71 assert_received {:mix_shell, :info, ["* updating public/versions"]}
100 assert_received {:mix_shell, :info, ["* updating public/names"]}
101 assert_received {:mix_shell, :info, ["* updating public/versions"]}
122 assert_received {:mix_shell, :info, ["* updating public/names"]}
123 assert_received {:mix_shell, :info, ["* updating public/versions"]}
158 assert_received {:mix_shell, :info, ["* updating public/names"]}
159 assert_received {:mix_shell, :info, ["* updating public/versions"]}
[all …]
/dports/misc/xiphos/xiphos-4.2.1/doc/
H A Dtargets for developpers.md32 targets for updating source files:
34 updating xiphos pot file
38 updating all po files
42 updating a specific po file
46 updating help pot file
50 updating help all po files
54 updating a specific help po file
/dports/sysutils/vector/vector-0.10.0/website/docs/administration/
H A Dupdating.md17 website/docs/administration/updating.md.erb
24 <Jump to="/docs/setup/installation/package-managers/dpkg/#updating">DPKG</Jump>
25 <Jump to="/docs/setup/installation/package-managers/homebrew/#updating">Homebrew</Jump>
26 <Jump to="/docs/setup/installation/package-managers/msi/#updating">MSI</Jump>
27 <Jump to="/docs/setup/installation/package-managers/nix/#updating">Nix</Jump>
28 <Jump to="/docs/setup/installation/package-managers/rpm/#updating">RPM</Jump>
32 <Jump to="/docs/setup/installation/manual/from-archives/#updating">Updating from archives</Jump>
33 <Jump to="/docs/setup/installation/manual/from-source/#updating">Updating from source</Jump>
39 your way upstream. This allows for incremental updating across your topology,
51 to account for spikes and updating.
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/tests/
H A Dtest-evolve-progress.t36 updating: a 1/1 files (100.00%)
50 updating: b 1/1 files (100.00%)
64 updating: b 1/1 files (100.00%)
69 updating the branch cache
77 updating: b 1/2 files (50.00%)
80 updating: a 2/2 files (100.00%)
97 updating: a 1/1 files (100.00%)
102 updating the branch cache
109 updating: a 1/1 files (100.00%)
150 updating the branch cache
[all …]
/dports/biology/jalview/jalview/src/jalview/workers/
H A DAlignCalcManager.java75 updating = Collections.synchronizedMap( in AlignCalcManager()
83 synchronized (updating) in notifyStart()
85 List<AlignCalcWorkerI> upd = updating.get(worker.getClass()); in notifyStart()
88 updating.put(worker.getClass(), upd = Collections in notifyStart()
107 synchronized (updating) in isPending()
109 upd = updating.get(workingClass.getClass()); in isPending()
149 List<AlignCalcWorkerI> upd = updating.get(worker.getClass()); in workerComplete()
249 synchronized (updating) in workingInvolvedWith()
251 for (List<AlignCalcWorkerI> workers : updating.values()) in workingInvolvedWith()
388 synchronized (updating) in removeWorkerForAnnotation()
[all …]
/dports/science/py-spaghetti/spaghetti-1.6.4/
H A DCHANGELOG.md96 - updating README (#429)
139 - updating README (#429)
197 - updating README (#429)
239 - updating README (#429)
528 - updating README (#274)
536 - updating README (#274)
554 - updating README (#274)
561 - updating README (#274)
577 - updating README (#274)
584 - updating README.md (#271)
[all …]
/dports/devel/monotone/monotone-1.1/test/func/resolve_conflicts_content/
H A Dupdate-11 mtn: updating along branch 'testbranch'
5 mtn: updating 'files/bar'
6 mtn: updating 'files/baz'
7 mtn: updating 'files/inter1'
8 mtn: updating 'files/inter2'
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp68 updating = updating_mode; in on_process()
76 if(!updating) { in on_process()
77 updating = true; in on_process()
91 if(!updating) { in on_key()
92 updating = true; in on_key()
96 updating = updating_mode = !updating_mode; in on_key()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp68 updating = updating_mode; in on_process()
76 if(!updating) { in on_process()
77 updating = true; in on_process()
91 if(!updating) { in on_key()
92 updating = true; in on_key()
96 updating = updating_mode = !updating_mode; in on_key()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp68 updating = updating_mode; in on_process()
77 if (!updating) { in on_process()
78 updating = true; in on_process()
94 if (!updating) { in on_key()
95 updating = true; in on_key()
99 updating = updating_mode = !updating_mode; in on_key()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_global_variables/tasks/
H A Dmain.yml12 - name: "{{ role_name }} | test_update_variable_value_using_check_mode | test updating global varia…
17 - name: "{{ role_name }} | test_update_variable_value | test updating global variable value"
21 - name: "{{ role_name }} | test_update_variable_value | test idempotence of updating global variabl…
26 - name: "{{ role_name }} | test_update_variable_value_in_memory_only | test updating global variabl…
31 - name: "{{ role_name }} | test_update_variable_value_in_memory_only | test idempotence of updating
37 - name: "{{ role_name }} | test_update_variable_value_with_delayed_persist | test updating global v…
43 …| test_update_variable_value_with_delayed_persist | test idempotence of updating global variable v…
/dports/science/py-MDAnalysisTests/MDAnalysisTests-0.19.2/MDAnalysisTests/core/
H A Dtest_updating_atomgroup.py49 updating=True)
54 sele=ag, updating=True)
59 sele=ag_updating, updating=True)
63 return ag_updating.select_atoms("all", updating=True)
141 return u.select_atoms("name N*", updating=True)
217 uag = u.select_atoms('name XYZ', updating=True)
222 uag = u.select_atoms('name XYZ', updating=True)
258 uag = u.select_atoms('prop x < 5.5', updating=True)
270 ag_updating = u.select_atoms("bynum 0", updating=True)
277 ag_updating = u.select_atoms("bynum 1", updating=True)
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/profile/state/
H A Dactions.ts20 dispatch(setUpdating({ updating: true }));
22 dispatch(setUpdating({ updating: false }));
68 dispatch(setUpdating({ updating: true }));
76 dispatch(setUpdating({ updating: true }));
84 dispatch(setUpdating({ updating: true }));
87 dispatch(setUpdating({ updating: false }));
/dports/www/searx/searx-1.0.0/searx/shared/
H A Dshared_uwsgi.py50 updating = uwsgi.cache_get(key)
51 if updating is not None:
52 updating = int.from_bytes(updating, 'big')
53 if now - updating < delay:

12345678910>>...337