Home
last modified time | relevance | path

Searched refs:with_history (Results 1 – 25 of 42) sorted by relevance

12

/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/spec/strategies/
H A Dspecial_characters_helper.rb4 with_history('echo "hello*"', 'echo "hello."') do
11 with_history('echo "hello?"', 'echo "hello."') do
18 with_history('echo "hello\nworld"') do
25 with_history('echo "\\\\"') do
32 with_history('echo ~/foo') do
39 with_history('echo "$(ls foo)"') do
46 with_history('echo "$history[123]"') do
55 with_history('echo "#yolo"') do
62 with_history('echo "^A"', 'echo "^B"') do
69 with_history('-foo() {}') do
H A Dhistory_spec.rb5 with_history('ls foo', 'ls bar', 'echo baz') do
15 with_history('ls foo', 'ls bar', 'echo baz') do
H A Dmatch_prev_cmd_spec.rb16 with_history(*history) do
26 with_history(*history) do
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/spec/options/
H A Dwidget_lists_spec.rb9 with_history('echo hello') do
23 with_history('echo hello') do
36 with_history('echo hello') do
61 with_history('echo hello') do
76 with_history('foobar') do
91 with_history('echo hello') do
103 with_history('echo hello') do
H A Dbuffer_max_size_spec.rb6 with_history(long_command) { example.run }
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/spec/integrations/
H A Dvi_mode_spec.rb10 with_history('foobar foo') do
23 with_history('foobar foo') do
38 with_history('foobar foo') do
53 with_history('foobar foo') do
H A Dbracketed_paste_magic_spec.rb20 with_history('echo hello') do
32 with_history ('echo foo') do
H A Dwrapped_widget_spec.rb16 with_history('foobar', 'foodar') do
33 with_history('foobar', 'foodar') do
H A Dzle_input_stack_spec.rb19 with_history('echo hello world') do
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/spec/widgets/
H A Denable_spec.rb9 with_history('echo hello') do
22 with_history('echo hello') do
32 with_history('echo hello') do
H A Ddisable_spec.rb7 with_history('echo hello') do
H A Dfetch_spec.rb11 with_history('echo hello') do
H A Dtoggle_spec.rb7 with_history('echo world', 'echo hello') do
/dports/misc/with/with-28eb40b/
H A Dwith68 touch /tmp/with_history
259 cat /tmp/with_history >> ~/.bash_history
261 rm /tmp/with_history
320 echo "${parsed_array[@]}" >> /tmp/with_history
324 echo "${prefix[*]} ${options}" >> /tmp/with_history
/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
252 return base::WrapUnique(new MotionEventGeneric(event, with_history)); in CloneEvent()
258 bool with_history = false; in CancelEvent() local
260 new MotionEventGeneric(event, with_history)); in CancelEvent()
294 bool with_history) in MotionEventGeneric() argument
308 if (!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
252 return base::WrapUnique(new MotionEventGeneric(event, with_history)); in CloneEvent()
258 bool with_history = false; in CancelEvent() local
260 new MotionEventGeneric(event, with_history)); in CancelEvent()
294 bool with_history) in MotionEventGeneric() argument
308 if (!with_history) in MotionEventGeneric()
/dports/devel/rbtools/RBTools-2.0/rbtools/commands/
H A Dpost.py521 if self.options.with_history:
1023 with_history = review_request.created_with_history
1025 if self.options.with_history:
1035 with_history = self._should_post_with_history(
1038 with_history = False
1052 if with_history:
1146 with_history = False
1155 with_history = (
1158 self.options.with_history)
1160 elif self.options.with_history:
[all …]
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/spec/
H A Dmulti_line_spec.rb3 with_history("echo \"\n\"") do
H A Dline_init_spec.rb12 with_history('echo foo') do
H A Dspec_helper.rb24 def with_history(*commands, &block) method
H A Dasync_spec.rb18 with_history(
/dports/games/wesnoth/wesnoth-1.14.17/src/desktop/
H A Ddbus_features.hpp20 void send_notification(const std::string& owner, const std::string& message, bool with_history);
H A Ddbus_features.cpp264 void send_notification(const std::string & owner, const std::string & message, bool with_history) in send_notification() argument
274 if (with_history) { in send_notification()
/dports/science/py-ase/ase-3.22.0/ase/ga/
H A Dpopulation.py201 def __get_fitness__(self, indecies, with_history=True): argument
219 if with_history:
226 def get_two_candidates(self, with_history=True): argument
241 fit = self.__get_fitness__(range(len(self.pop)), with_history)
265 def get_one_candidate(self, with_history=True): argument
279 fit = self.__get_fitness__(range(len(self.pop)), with_history)
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Database/
H A Ddb_disk.cpp278 if (dbs[i]->with_history || (2 * dbs[i]->outdated) <= N(dbs[i]->db)) in sync_databases()
289 dbs[i]->with_history= true; in sync_databases()

12