Home
last modified time | relevance | path

Searched defs:with_history (Results 1 – 7 of 7) sorted by relevance

/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/spec/
H A Dspec_helper.rb24 def with_history(*commands, &block) method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/gesture_detection/
H A Dmotion_event_generic.cc251 bool with_history = true; in CloneEvent() local
258 bool with_history = false; in CancelEvent() local
294 bool with_history) in MotionEventGeneric()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/gesture_detection/
H A Dmotion_event_generic.cc251 bool with_history = true; in CloneEvent() local
258 bool with_history = false; in CancelEvent() local
294 bool with_history) in MotionEventGeneric()
/dports/science/py-ase/ase-3.22.0/ase/ga/
H A Dpopulation.py201 def __get_fitness__(self, indecies, with_history=True): argument
226 def get_two_candidates(self, with_history=True): argument
265 def get_one_candidate(self, with_history=True): argument
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Database/
H A Ddatabase.hpp67 bool with_history; member in database_rep
/dports/games/wesnoth/wesnoth-1.14.17/src/desktop/
H A Ddbus_features.cpp264 void send_notification(const std::string & owner, const std::string & message, bool with_history) in send_notification()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.cc5189 …bool unarchive_session(const gen & g,int level,const gen & replace,GIAC_CONTEXT,bool with_history){ in unarchive_session()