Home
last modified time | relevance | path

Searched +refs:clear +refs:history (Results 1 – 25 of 22051) sorted by relevance

12345678910>>...883

/dports/shells/fish/fish-3.3.1/tests/checks/
H A Dhistory.fish10 history --clear --contains
11 #CHECKERR: history: you cannot use any options with the clear command
20 builtin history --clear --show-time
21 #CHECKERR: history: you cannot use any options with the clear command
24 builtin history --clear abc def
25 #CHECKERR: history clear: Expected 0 args, got 2
31 history clear --contains
37 history --prefix clear
48 builtin history clear --show-time
52 builtin history clear abc def
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/klipper/autotests/
H A Dhistorytest.cpp47 changedSpy.clear(); in testSetMaxSize()
50 topSpy.clear(); in testSetMaxSize()
59 topSpy.clear(); in testSetMaxSize()
98 topSpy.clear(); in testInsertRemove()
109 topSpy.clear(); in testInsertRemove()
122 topSpy.clear(); in testInsertRemove()
136 topSpy.clear(); in testInsertRemove()
151 topSpy.clear(); in testInsertRemove()
168 topSpy.clear(); in testInsertRemove()
180 topSpy.clear(); in testInsertRemove()
[all …]
/dports/www/castor/castor-0.8.16/src/
H A Dabsolute_url.rs21 match crate::history::get_current_host() { in to_absolute_url()
51 match crate::history::get_current_host() { in to_absolute_url()
79 crate::history::clear(); in test_make_absolute_slash_path_no_current_host()
90 crate::history::clear(); in test_make_absolute_just_path_no_current_host()
101 crate::history::clear(); in test_make_absolute_full_url()
103 crate::history::append("gemini://typed-hole.org"); in test_make_absolute_full_url()
115 crate::history::clear(); in test_make_absolute_full_url_no_protocol()
129 crate::history::clear(); in test_make_absolute_slash_path()
143 crate::history::clear(); in test_make_absolute_just_path()
157 crate::history::clear(); in test_make_absolute_full_url_no_current_host()
[all …]
H A Dhistory.rs14 let history = HISTORY.lock().unwrap(); in get_current_host() localVariable
15 match history.last() { in get_current_host()
25 let history = HISTORY.lock().unwrap(); in get_current_url() localVariable
26 match history.last() { in get_current_url()
41 if history.len() > 1 { in get_previous_url()
42 history.pop(); // remove current in get_previous_url()
44 if history.len() > 1 { in get_previous_url()
45 history.pop() // return previous in get_previous_url()
47 history.iter().cloned().last() in get_previous_url()
55 pub(crate) fn clear() -> () { in clear() function
[all …]
/dports/chinese/libime/libime-1.0.9/test/
H A Dtesthistorybigram.cpp15 HistoryBigram history; in testBasic() local
19 history.add({"他"}); in testBasic()
28 history.clear(); in testBasic()
44 history.clear(); in testBasic()
52 history.clear(); in testBasic()
77 history.clear(); in testBasic()
81 << history.score("", "跑") + history.score("跑", "不") + in testBasic()
90 << history.score("", "跑") + history.score("跑", "不") + in testBasic()
100 << history.score("", "跑") + history.score("跑", "不") + in testBasic()
103 << history.score("", "跑步") + history.score("跑步", "起来") in testBasic()
[all …]
/dports/www/firefox/firefox-99.0/browser/locales/en-US/browser/
H A Dsanitize.ftl22 clear-data-settings-label = When closed, { -brand-short-name } should automatically clear all
32 clear-time-duration-prefix =
51 clear-time-duration-suffix =
57 history-section-label = History
59 item-history-and-downloads =
60 .label = Browsing & download history
75 item-form-search-history =
76 .label = Form & search history
104 # of history items to clear.
105 sanitize-everything-warning = All history will be cleared.
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dhistory.test39 test history-1.1 {event option} history {history event -1} \
54 test history-1.8 {event option} history {history event} \
115 test history-4.1 {change option} history {history event [expr {[history n]-1}]} \
121 test history-4.3 {change option} history {history event [expr {[history n]-1}]} \
228 # "history clear"
235 test history-8.1 {clear option} history {catch {history clear junk}} 1
236 test history-8.2 {clear option} history {history clear} {}
238 history clear
241 test history-8.3 {clear option} history {history} { 1 Testing}
249 } {unknown or ambiguous subcommand "gorp": must be add, change, clear, event, info, keep, nextid, o…
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dhistory.test39 test history-1.1 {event option} history {history event -1} \
54 test history-1.8 {event option} history {history event} \
115 test history-4.1 {change option} history {history event [expr {[history n]-1}]} \
121 test history-4.3 {change option} history {history event [expr {[history n]-1}]} \
228 # "history clear"
235 test history-8.1 {clear option} history {catch {history clear junk}} 1
236 test history-8.2 {clear option} history {history clear} {}
238 history clear
241 test history-8.3 {clear option} history {history} { 1 Testing}
249 } {unknown or ambiguous subcommand "gorp": must be add, change, clear, event, info, keep, nextid, o…
[all …]
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dentrybox.cpp15 if(!text.empty() && (history.empty() || *history.begin() != text)) in Entry()
16 history.emplace(history.begin(), text); in Entry()
30 if(history.size() > 0) { in Entry()
37 set_text(history[selected_history]); in Entry()
44 if(history.size() > 0) { in Entry()
52 set_text(history[selected_history]); in Entry()
89 void EntryBox::clear() { in clear() function in EntryBox
91 entries.clear(); in clear()
92 buttons.clear(); in clear()
93 toggle_buttons.clear(); in clear()
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/src/cpp/
H A Dundo-history.cpp21 clear(); in ~UndoHistoryImpl()
31 void clear(void);
65 impl->history.pop_front(); in recordEvent()
75 for(auto s : impl->history) in showHistory()
126 history[i].second = buf; in mergeEvent()
127 history[i].first = now; in mergeEvent()
134 void UndoHistoryImpl::clear(void) in clear() function in rtosc::UndoHistoryImpl
136 for(auto elm : history) in clear()
138 history.clear(); in clear()
175 return impl->history[i].second; in getHistory()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_scheduled_messages.cpp175 const auto history = local->history(); in sendNowSimpleMessage() local
418 auto clear = base::flat_set<not_null<HistoryItem*>>(); in parse() local
428 clear.emplace(item); in parse()
431 updated(history, received, clear); in parse()
487 auto clear = base::flat_set<not_null<HistoryItem*>>(); in clearNotSending() local
490 clear.emplace(owned.get()); in clearNotSending()
493 updated(history, {}, clear); in clearNotSending()
499 const base::flat_set<not_null<HistoryItem*>> &clear) { in updated() argument
500 if (!clear.empty()) { in updated()
501 for (const auto &item : clear) { in updated()
[all …]
H A Ddata_send_action.cpp21 not_null<History*> history, in lookupPainter() argument
48 not_null<History*> history, in registerFor() argument
53 if (history->peer->isSelf()) { in registerFor()
71 not_null<History*> history, in repliesPainter() argument
84 not_null<History*> history, in repliesPainterRemoved() argument
101 not_null<History*> history, in repliesPaintersClear() argument
103 auto &map = _painters[history]; in repliesPaintersClear()
106 strong->clear(user); in repliesPaintersClear()
113 _painters.erase(history); in repliesPaintersClear()
149 void SendActionManager::clear() { in clear() function in Data::SendActionManager
[all …]
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dhistory.test39 test history-1.1 {event option} history {history event -1} \
47 test history-1.5 {event option} history {history e "* a*"} \
54 test history-1.8 {event option} history {history event} \
115 test history-4.1 {change option} history {history event [expr {[history n]-1}]} \
121 test history-4.3 {change option} history {history event [expr {[history n]-1}]} \
177 test history-6.1 {keep option} history {history event [expr [history n]-1]} foo3
226 # "history clear"
233 test history-8.1 {clear option} history {catch {history clear junk}} 1
234 test history-8.2 {clear option} history {history clear} {}
238 test history-8.3 {clear option} history {history} { 1 Testing}
[all …]
/dports/shells/fish/fish-3.3.1/share/functions/
H A Dhistory.fish17 function history --description "display or manipulate interactive command history"
18 set -l cmd history
24 set -a options S-search D-delete M-merge V-save X-clear
60 set hist_cmd clear
71 if contains $argv[1] search delete merge save clear
166 case save # save our interactive command history to the persistent history
172 case merge # merge the persistent interactive command history with our history
178 case clear # clear the interactive command history
183 read --local --prompt "echo 'Are you sure you want to clear history? (yes/no) '" choice
185 builtin history clear -- $argv
[all …]
/dports/shells/yash/yash-2.51/share/completion/
H A Dhistory3 # Completion script for the "history" built-in command.
5 function completion/history {
9 "c --clear; clear the history completely"
10 "d: --delete:; clear the specified history item"
11 "F --flush-file; refresh the history file"
12 "r: --read:; read history from the specified file"
13 "s: --set:; replace the last history item with the specified command"
14 "w: --write:; write history to the specified file"
/dports/lang/spidermonkey78/firefox-78.9.0/browser/locales/en-US/browser/
H A Dsanitize.ftl22 clear-data-settings-label = When closed, { -brand-short-name } should automatically clear all
32 clear-time-duration-prefix =
36 clear-time-duration-value-last-hour =
45 clear-time-duration-value-today =
51 clear-time-duration-suffix =
57 history-section-label = History
59 item-history-and-downloads =
75 item-form-search-history =
104 # of history items to clear.
105 sanitize-everything-warning = All history will be cleared.
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/locales/en-US/browser/
H A Dsanitize.ftl22 clear-data-settings-label = When closed, { -brand-short-name } should automatically clear all
32 clear-time-duration-prefix =
36 clear-time-duration-value-last-hour =
45 clear-time-duration-value-today =
51 clear-time-duration-suffix =
57 history-section-label = History
59 item-history-and-downloads =
75 item-form-search-history =
104 # of history items to clear.
105 sanitize-everything-warning = All history will be cleared.
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/locales/en-US/browser/
H A Dsanitize.ftl22 clear-data-settings-label = When closed, { -brand-short-name } should automatically clear all
32 clear-time-duration-prefix =
36 clear-time-duration-value-last-hour =
45 clear-time-duration-value-today =
51 clear-time-duration-suffix =
57 history-section-label = History
59 item-history-and-downloads =
75 item-form-search-history =
104 # of history items to clear.
105 sanitize-everything-warning = All history will be cleared.
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fluent-syntax/benches/contexts/preferences/
H A Dsanitize.ftl22 clear-data-settings-label = When closed, { -brand-short-name } should automatically clear all
32 clear-time-duration-prefix =
36 clear-time-duration-value-last-hour =
45 clear-time-duration-value-today =
51 clear-time-duration-suffix =
57 history-section-label = History
59 item-history-and-downloads =
75 item-form-search-history =
104 # of history items to clear.
105 sanitize-everything-warning = All history will be cleared.
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/lib/
H A Dhistory.zsh3 local clear list
4 zparseopts -E c=clear l=list
6 if [[ -n "$clear" ]]; then
7 # if -c provided, clobber the history file
22 "mm/dd/yyyy") alias history='omz_history -f' ;; alias
23 "dd.mm.yyyy") alias history='omz_history -E' ;; alias
24 "yyyy-mm-dd") alias history='omz_history -i' ;; alias
25 "") alias history='omz_history' ;; alias
26 *) alias history="omz_history -t '$HIST_STAMPS'" ;; alias
37 setopt hist_ignore_dups # ignore duplicated commands history list
[all …]
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/util/
H A DmxUndoManager.java36 protected List<mxUndoableEdit> history; field in mxUndoManager
57 clear(); in mxUndoManager()
65 return history.isEmpty(); in isEmpty()
71 public void clear() in clear() method in mxUndoManager
109 return indexOfNextAdd < history.size(); in canRedo()
117 int n = history.size(); in redo()
139 if (size > 0 && size == history.size()) in undoableEditHappened()
141 history.remove(0); in undoableEditHappened()
144 history.add(undoableEdit); in undoableEditHappened()
145 indexOfNextAdd = history.size(); in undoableEditHappened()
[all …]
/dports/www/midori/core-9.0/core/
H A Dclear-private-data.vala16 public async abstract void clear (TimeSpan timespan);
19 [GtkTemplate (ui = "/ui/clear-private-data.ui")]
24 Gtk.CheckButton history;
52 history.sensitive = database.get_n_items () > 0;
55 history.sensitive = database.get_n_items () > 0;
57 debug ("Failed to check history: %s", error.message);
89 yield manager.clear (types, timespan, null);
94 if (history.active) {
96 yield HistoryDatabase.get_default ().clear (timespan);
98 critical ("Failed to clear history: %s", error.message);
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_collection_manager/
H A Dqcd_operators.py88 history = None variable in QCDAllBase
116 cls.history = None
135 def clear(cls): member in QCDAllBase
238 qab.clear()
280 qab.clear()
306 qab.clear()
344 qab.clear()
365 qab.clear()
398 qab.clear()
412 qab.clear()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dnotifications_manager.cpp99 const auto history = item->history(); in skipNotification() local
140 const auto history = item->history(); in schedule() local
200 _whenMaps.clear(); in clearAll()
201 _whenAlerts.clear(); in clearAll()
202 _waiters.clear(); in clearAll()
203 _settingWaiters.clear(); in clearAll()
271 _whenMaps.clear(); in clearAllFast()
272 _whenAlerts.clear(); in clearAllFast()
273 _waiters.clear(); in clearAllFast()
274 _settingWaiters.clear(); in clearAllFast()
[all …]
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/
H A Dyacreader_history_controller.cpp8 void YACReaderHistoryController::clear() in clear() function in YACReaderHistoryController
11 history.clear(); in clear()
22 emit(modelIndexSelected(history.at(currentFolderNavigation))); in backward()
32 if (currentFolderNavigation < history.count() - 1) { in forward()
38 if (currentFolderNavigation == history.count() - 1) in forward()
45 if (!source.sourceModelIndex.isValid() && history.count() == 1) in updateHistory()
51 history.removeLast(); in updateHistory()
54 if (source != history.at(currentFolderNavigation)) { in updateHistory()
55 history.append(source); in updateHistory()
66 return history.last(); in lastSourceContainer()
[all …]

12345678910>>...883