Home
last modified time | relevance | path

Searched refs:history (Results 226 – 250 of 44305) sorted by relevance

12345678910>>...1773

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DDefaultExpander.java25 public String expandHistory(History history, String line) { in expandHistory() argument
68 if (history.size() == 0) { in expandHistory()
71 rep = history.get(history.index() - 1); in expandHistory()
83 idx = searchBackwards(history, sc, history.index(), false); in expandHistory()
87 rep = history.get(idx); in expandHistory()
91 if (history.size() == 0) { in expandHistory()
94 String previous = history.get(history.index() - 1).trim(); in expandHistory()
134 rep = history.get(history.index() - idx); in expandHistory()
135 … } else if (!neg && idx > history.index() - history.size() && idx <= history.index()) { in expandHistory()
144 idx = searchBackwards(history, ss, history.index(), true); in expandHistory()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/
H A DHistoryHolder.java31 history = new byte[MAX][]; in HistoryHolder()
38 history[i] = null; in reset()
50 System.arraycopy(history, i + 1, history, i, size - i - 1); in add()
51 history[size - 1] = data; in add()
57 System.arraycopy(history, 1, history, 0, size - 1); in add()
60 history[size++] = data; in add()
68 return history[++pos]; in next()
74 return history[pos]; in last()
83 return history[pos]; in first()
94 return history[pos]; in prev()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/history/
H A DREADME.md14 $ npm install --save history
99 - `history.length` - The number of entries in the history stack
103 …ly, `createMemoryHistory` provides `history.index` and `history.entries` properties that let you i…
147 - `history.go(n)`
148 - `history.goBack()`
149 - `history.goForward()`
159 history.push('/home');
167 history.push({
175 history.go(-1);
176 history.goBack();
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/history/
H A DREADME.md14 $ npm install --save history
99 - `history.length` - The number of entries in the history stack
103 …ly, `createMemoryHistory` provides `history.index` and `history.entries` properties that let you i…
147 - `history.go(n)`
148 - `history.goBack()`
149 - `history.goForward()`
159 history.push('/home');
167 history.push({
175 history.go(-1);
176 history.goBack();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/history/
H A Dhistory_api.cc41 using api::history::HistoryItem;
42 using api::history::VisitItem;
47 namespace AddUrl = api::history::AddUrl;
48 namespace DeleteUrl = api::history::DeleteUrl;
50 namespace GetVisits = api::history::GetVisits;
51 namespace OnVisited = api::history::OnVisited;
53 namespace Search = api::history::Search;
87 api::history::TransitionType transition = api::history::TRANSITION_TYPE_LINK; in GetVisitItem()
297 history::QueryOptions options; in Run()
359 history::WebHistoryService* web_history = in Run()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/history/
H A Dhistory_api.cc41 using api::history::HistoryItem;
42 using api::history::VisitItem;
47 namespace AddUrl = api::history::AddUrl;
48 namespace DeleteUrl = api::history::DeleteUrl;
50 namespace GetVisits = api::history::GetVisits;
51 namespace OnVisited = api::history::OnVisited;
53 namespace Search = api::history::Search;
87 api::history::TransitionType transition = api::history::TRANSITION_TYPE_LINK; in GetVisitItem()
297 history::QueryOptions options; in Run()
359 history::WebHistoryService* web_history = in Run()
[all …]
/dports/devel/ta-lib/ta-lib/src/tools/ta_regtest/ta_test_func/
H A Dtest_per_hlc.c391 setInputBuffer( 0, history->high, history->nbBars ); in do_test()
392 setInputBuffer( 1, history->low, history->nbBars ); in do_test()
393 setInputBuffer( 2, history->close, history->nbBars ); in do_test()
405 errNb = checkDataSame( gBuffer[0].in, history->high,history->nbBars ); in do_test()
408 errNb = checkDataSame( gBuffer[1].in, history->low, history->nbBars ); in do_test()
431 errNb = checkDataSame( gBuffer[1].in, history->low, history->nbBars ); in do_test()
448 setInputBuffer( 0, history->high, history->nbBars ); in do_test()
462 errNb = checkDataSame( gBuffer[0].in, history->high,history->nbBars ); in do_test()
479 setInputBuffer( 1, history->low, history->nbBars ); in do_test()
493 errNb = checkDataSame( gBuffer[0].in, history->high,history->nbBars ); in do_test()
[all …]
/dports/irc/epic4/help/4_Misc/bind/
H A Dbackward_history6 If there are no entries in the command history, nothing happens.
10 of the input line are added to the bottom of the history.
12 Unless the history position is at the "top" of the history (pointing at
14 in the history.
16 But if the history position is at the "top" of the history (pointing at
18 is moved to the bottom (newest entry) of the history.
20 If the history position is at the "top" of the history and
21 /SET HISTORY_CIRCLEQ is OFF, the history position is not changed.
24 current history position.
27 bind(4) forward_history, shove_to_history; history(4)
[all …]
/dports/devel/websvn/websvn-2.6.1/
H A Ddiff.php53 if (!$history)
59 $youngest = ($history && isset($history->entries[0])) ? $history->entries[0]->rev : false;
77 $prevrev = @$history->entries[1]->rev;
84 if (isset($history->entries[0]))
87 $vars['date'] = $history->entries[0]->date;
89 $vars['author'] = $history->entries[0]->author;
128 if (isset($history->entries[1]))
130 $prevRev = $history->entries[1]->rev;
131 $prevPath = $history->entries[1]->path;
200 …$normalNew = $svnrep->getFileContents($history->entries[0]->path, $newerFile, $history->entries[0]…
[all …]
/dports/deskutils/clipit/clipit-1.4.2/src/
H A Dhistory.c34 GList *history; variable
128 history = g_list_prepend(history, hitem); in read_history()
155 history = g_list_prepend(history, hitem); in read_history()
162 history = g_list_reverse(history); in read_history()
243 history = g_list_remove_link(history, duplicate_elem); in check_and_append()
244 history = g_list_concat(duplicate_elem, history); in check_and_append()
256 history = g_list_prepend(history, hitem); in append_item()
263 if (history) { in truncate_history()
270 history = g_list_remove(history, elem_data); in truncate_history()
287 history = g_list_remove(history, elem_data); in truncate_history()
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/shell/
H A Drb-play-order-shuffle.c64 RBHistory *history; member
150 if (sorder->priv->history != NULL) { in rb_shuffle_play_order_dispose()
151 g_object_unref (sorder->priv->history); in rb_shuffle_play_order_dispose()
152 sorder->priv->history = NULL; in rb_shuffle_play_order_dispose()
194 if (rb_history_current (sorder->priv->history) != rb_history_last (sorder->priv->history)) { in rb_shuffle_play_order_get_next()
240 if (rb_history_current (sorder->priv->history) != rb_history_last (sorder->priv->history)) in rb_shuffle_play_order_go_next()
300 if (rb_history_current (sorder->priv->history) != rb_history_first (sorder->priv->history)) { in rb_shuffle_play_order_go_previous()
310 GPtrArray *history; in handle_query_model_changed() local
328 history = rb_history_dump (sorder->priv->history); in handle_query_model_changed()
330 for (i=0; i < history->len; ++i) { in handle_query_model_changed()
[all …]
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/repl/
H A Dhistory.adoc1 = REPL history browser
7 `history` shortcut.
11 scroll through the history, and when you find the history item you
19 The history buffer has its own major mode,
53 from the history buffer.
74 By invoking `cider-repl-history-occur` from the history buffer, you
118 * `cider-repl-history-display-style` - the history entries will often be more than
125 * `cider-repl-history-separator` - when `cider-repl-history-display-style` is `separated`,
130 * `cider-repl-history-maximum-display-length` - when nil (the default), all history
137 * `cider-repl-history-resize-window` - whether to resize the history window to fit
[all …]
/dports/www/moodle311/moodle/mod/forum/tests/behat/
H A Dforum_activity_completion.feature23 | name | Music history |
42 When I am on the "Music history" "forum activity" page logged in as teacher1
43 Then "Music history" should have the "View" completion condition
46 And "Music history" should have the "Post replies: 1" completion condition
47 And "Music history" should have the "Receive a grade" completion condition
57 And I add a new discussion to "Music history" forum with:
60 And I am on the "Music history" "forum activity" page
66 And I reply "Fun instruments" post from "Music history" forum with:
69 And I am on the "Music history" "forum activity" page
99 And the manual completion button for "Music history" should be disabled
[all …]
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DDirtyRect.cpp47 history[i] = d.history[i]; in DirtyRect()
56 delete[] history; in operator =()
60 history[i] = d.history[i]; in operator =()
67 delete[] history; in ~DirtyRect()
102 && history[min_hist].w * history[min_hist].h + src.w * src.h > min_is) { in add()
103 area -= history[min_hist].w * history[min_hist].h; in add()
104 history[min_hist] = calcBoundingBox(src, history[min_hist]); in add()
105 area += history[min_hist].w * history[min_hist].h; in add()
109 history[num_history++] = src; in add()
114 SDL_Rect* tmp = history; in add()
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/src/cpp/
H A Dundo-history.cpp64 delete[] impl->history[0].second; in recordEvent()
65 impl->history.pop_front(); in recordEvent()
75 for(auto s : impl->history) in showHistory()
125 delete [] history[i].second; in mergeEvent()
126 history[i].second = buf; in mergeEvent()
127 history[i].first = now; in mergeEvent()
136 for(auto elm : history) in clear()
138 history.clear(); in clear()
154 if(dest > (long) impl->history.size()) in seekHistory()
175 return impl->history[i].second; in getHistory()
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/klauspost/compress/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/klauspost/compress/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/klauspost/compress/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/klauspost/compress/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/klauspost/compress/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/klauspost/compress/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/compress/compress-1.11.6/zstd/
H A Dframedec.go33 history history member
240 d.history.maxSize = d.history.windowSize * 2
242 d.history.maxSize = d.history.windowSize + maxBlockSize
331 d.history.maxSize = d.history.windowSize + maxBlockSize*5
335 d.history.b = make([]byte, 0, d.history.maxSize)
337 if cap(d.history.b) < d.history.maxSize {
338 d.history.b = make([]byte, 0, d.history.maxSize)
370 b.history <- &d.history
381 block.history <- &d.history
402 next.history <- &d.history
[all …]

12345678910>>...1773