Home
last modified time | relevance | path

Searched refs:update_history (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/science/gramps/gramps-5.1.4/gramps/gen/db/
H A Dundoredo.py111 def _redo(self, update_history): argument
116 def _undo(self, update_history): argument
129 def undo(self, update_history=True): argument
135 return self._undo(update_history)
137 def redo(self, update_history=True): argument
143 return self._redo(update_history)
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dflapping.c58 int update_history = TRUE; in check_for_service_flapping() local
89 update_history = update; in check_for_service_flapping()
95 update_history = FALSE; in check_for_service_flapping()
97 update_history = FALSE; in check_for_service_flapping()
99 update_history = FALSE; in check_for_service_flapping()
101 update_history = FALSE; in check_for_service_flapping()
213 update_history = update; in check_for_host_flapping()
219 update_history = FALSE; in check_for_host_flapping()
221 update_history = FALSE; in check_for_host_flapping()
223 update_history = FALSE; in check_for_host_flapping()
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dflapping.c41 int update_history = TRUE; in check_for_service_flapping() local
72 update_history = update; in check_for_service_flapping()
75 if(update_history == TRUE) { in check_for_service_flapping()
78 update_history = FALSE; in check_for_service_flapping()
83 if(update_history == TRUE) { in check_for_service_flapping()
161 int update_history = TRUE; in check_for_host_flapping() local
191 update_history = update; in check_for_host_flapping()
194 if(update_history == TRUE) { in check_for_host_flapping()
197 update_history = FALSE; in check_for_host_flapping()
204 update_history = FALSE; in check_for_host_flapping()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dsurface_model_multicontact.h102 const bool update_history = sidata.computeflag && sidata.shearupdate;
103 if (update_history)
186 const bool update_history = sidata.computeflag && sidata.shearupdate;
187 if (update_history)
193 const bool update_history = sidata.computeflag && sidata.shearupdate;
194 if (update_history)
H A Dtangential_model_history.h143 const bool update_history = sidata.computeflag && sidata.shearupdate;
144 if (update_history && elasticpotflag_)
147 if (update_history) {
195 if (update_history)
265 if (update_history && (elasticpotflag_ || dissipatedflag_))
H A Drolling_model_epsd3.h224 const bool update_history = sidata.computeflag && sidata.shearupdate;
234 if (update_history)
245 if (update_history)
H A Dnormal_model_hertz.h205 const bool update_history = sidata.computeflag && sidata.shearupdate;
227 …if (disable_when_bonded_ && update_history && sidata.deltan < sidata.contact_history[overlap_offse…
296 if (update_history)
400 else if (update_history)
H A Dnormal_model_hooke.h231 const bool update_history = sidata.computeflag && sidata.shearupdate;
282 …if (disable_when_bonded_ && update_history && sidata.deltan < sidata.contact_history[overlap_offse…
322 if (update_history)
431 else if (update_history)
H A Dnormal_model_hooke_hysteresis.h165 const bool update_history = sidata.computeflag && sidata.shearupdate;
176 if (update_history)
191 if (update_history)
H A Drolling_model_epsd2.h217 const bool update_history = sidata.computeflag && sidata.shearupdate;
218 if (update_history)
/dports/science/gramps/gramps-5.1.4/gramps/plugins/db/bsddb/
H A Dundoredo.py183 def undo(self, update_history=True): argument
189 return self.__undo(update_history)
191 def redo(self, update_history=True): argument
197 return self.__redo(update_history)
222 def __undo(self, update_history=True): argument
260 if update_history and self.db.undo_history_callback:
265 def __redo(self, db=None, update_history=True): argument
304 if update_history and self.db.undo_history_callback:
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-history-sidebar.c84 update_history (CajaHistorySidebar *sidebar) in update_history() function
134 update_history (sidebar); in history_changed_callback()
371 update_history (sidebar); in caja_history_sidebar_set_parent_window()
381 update_history (sidebar); in caja_history_sidebar_style_updated()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudsquadmsg.h158 …g_send_ship_command( int shipnum, int command, int send_message, int update_history = SQUADMSG_HIS…
159 …g_send_wing_command( int wingnum, int command, int send_message, int update_history = SQUADMSG_HIS…
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudsquadmsg.h158 …g_send_ship_command( int shipnum, int command, int send_message, int update_history = SQUADMSG_HIS…
159 …g_send_wing_command( int wingnum, int command, int send_message, int update_history = SQUADMSG_HIS…
/dports/shells/yash/yash-2.51/
H A Dhistory.c169 static void update_history(bool refresh);
821 void update_history(bool refresh) in update_history() function
1015 update_history(true); in finalize_history()
1069 update_history(true); in add_history()
1152 update_history(false); in start_using_history()
1391 update_history(false); in fc_update_history()
1402 update_history(true); in fc_remove_last_entry()
1611 update_history(false); in fc_read_history()
1743 update_history(false); in history_clear_all()
1761 update_history(true); in history_delete()
[all …]
/dports/www/py-mechanize/mechanize-0.4.7/mechanize/
H A D_mechanize.py262 update_history=True, argument
283 self._visit_request(request, update_history)
377 def _visit_request(self, request, update_history): argument
380 if self.request is not None and update_history:
408 return self._mech_open(self.request, update_history=False)
/dports/databases/tiledb/TileDB-2.5.2/scripts/
H A Dprepare_release.py37 update_history(args.version, prs)
85 def update_history(version: str, prs: Dict[int, str]) -> None: function
/dports/japanese/webalizer/webalizer-2.23-08/
H A Dpreserve.h9 extern void update_history(); /* update w/current totals */
/dports/portuguese/webalizer-pt_PT/webalizer-2.23-08/
H A Dpreserve.h9 extern void update_history(); /* update w/current totals */
/dports/portuguese/webalizer-pt_BR/webalizer-2.23-08/
H A Dpreserve.h9 extern void update_history(); /* update w/current totals */
/dports/www/geolizer/webalizer-2.23-08/
H A Dpreserve.h9 extern void update_history(); /* update w/current totals */
/dports/german/webalizer2/webalizer-2.23-08/
H A Dpreserve.h9 extern void update_history(); /* update w/current totals */
/dports/ukrainian/webalizer/webalizer-2.23-08/
H A Dpreserve.h9 extern void update_history(); /* update w/current totals */
/dports/polish/webalizer2/webalizer-2.23-08/
H A Dpreserve.h9 extern void update_history(); /* update w/current totals */
/dports/www/webalizer/webalizer-2.23-08/
H A Dpreserve.h9 extern void update_history(); /* update w/current totals */

12345678