Home
last modified time | relevance | path

Searched refs:history (Results 101 – 125 of 29969) sorted by relevance

12345678910>>...1199

/dports/x11-toolkits/girara/girara-0.3.6/girara/
H A Dinput-history.c11 girara_list_t* history; /**< List of stored inputs */ member
95 girara_list_free(priv->history); in ih_finalize()
177 girara_input_history_reset(history); in ih_append()
181 ih_list(GiraraInputHistory* history) in ih_list() argument
184 return priv->history; in ih_list()
268 ih_reset(GiraraInputHistory* history) in ih_reset() argument
296 GIRARA_INPUT_HISTORY_GET_CLASS(history)->append(history, input); in girara_input_history_append()
307 return klass->list(history); in girara_input_history_list()
314 return GIRARA_INPUT_HISTORY_GET_CLASS(history)->next(history, current_input); in girara_input_history_next()
321 return GIRARA_INPUT_HISTORY_GET_CLASS(history)->previous(history, current_input); in girara_input_history_previous()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/history/
H A DCHANGES.md69 - Allow relative pathnames in `history.push` and `history.replace` ([#135])
107 - Added `history.length`, `history.location`, and `history.action` properties
108 - Added `history.index` and `history.entries` properties in memory history
142 - Exposed `canGo` in memory history
248 - **Bugfix:** Don't throw in memory history when out of history entries ([#170])
277 - Accept objects in `history.push` and `history.replace` ([#141])
278 - Deprecate `history.pushState` and `history.replaceState` in favor of passing objects to `history.…
364 - Deprecate `history.setState`
388 - Add `useBasename` history enhancer
389 - Add `history.listenBefore`
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/history/
H A DCHANGES.md69 - Allow relative pathnames in `history.push` and `history.replace` ([#135])
107 - Added `history.length`, `history.location`, and `history.action` properties
108 - Added `history.index` and `history.entries` properties in memory history
142 - Exposed `canGo` in memory history
248 - **Bugfix:** Don't throw in memory history when out of history entries ([#170])
277 - Accept objects in `history.push` and `history.replace` ([#141])
278 - Deprecate `history.pushState` and `history.replaceState` in favor of passing objects to `history.…
364 - Deprecate `history.setState`
388 - Add `useBasename` history enhancer
389 - Add `history.listenBefore`
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/accelerators/
H A Daccelerator_history_unittest.cc11 AcceleratorHistory history; in TEST() local
14 history.StoreCurrentAccelerator(alt_press); in TEST()
15 EXPECT_EQ(alt_press, history.current_accelerator()); in TEST()
18 history.StoreCurrentAccelerator(alt_press); in TEST()
19 EXPECT_EQ(alt_press, history.current_accelerator()); in TEST()
24 history.StoreCurrentAccelerator(search_alt_press); in TEST()
27 history.StoreCurrentAccelerator(search_alt_press); in TEST()
42 history.StoreCurrentAccelerator(search_press); in TEST()
43 history.StoreCurrentAccelerator(search_press); in TEST()
44 history.StoreCurrentAccelerator(search_press); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/accelerators/
H A Daccelerator_history_unittest.cc11 AcceleratorHistory history; in TEST() local
14 history.StoreCurrentAccelerator(alt_press); in TEST()
15 EXPECT_EQ(alt_press, history.current_accelerator()); in TEST()
18 history.StoreCurrentAccelerator(alt_press); in TEST()
19 EXPECT_EQ(alt_press, history.current_accelerator()); in TEST()
24 history.StoreCurrentAccelerator(search_alt_press); in TEST()
27 history.StoreCurrentAccelerator(search_alt_press); in TEST()
42 history.StoreCurrentAccelerator(search_press); in TEST()
43 history.StoreCurrentAccelerator(search_press); in TEST()
44 history.StoreCurrentAccelerator(search_press); in TEST()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_history.py3 from idlelib.history import History
26 self.history.history = []
30 self.assertEqual(self.history.history, [])
37 self.history.store('a')
38 self.assertEqual(self.history.history, [])
40 self.assertEqual(self.history.history, [])
44 self.assertEqual(self.history.history, [line1])
46 self.assertEqual(self.history.history, [line1, line2])
48 self.assertEqual(self.history.history, [line2, line1])
83 self.history.history = [line1, line2]
[all …]
/dports/sysutils/slider/Slider-7bf0423/
H A Ddragonfly-hammer-history.adb44 history : HB.hammer_ioc_history; variable
90 HB.retrieve_history (open_file => descriptor, history => history);
126 history.beg_tid := history.nxt_tid;
129 history => history);
183 history : HB.hammer_ioc_history; variable
191 HB.retrieve_history (open_file => fd, history => history);
225 history.key /= history.nxt_key
227 history.key := history.nxt_key;
232 history.beg_tid /= history.nxt_tid
234 history.beg_tid := history.nxt_tid;
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-damage-history.c34 ClutterDamageHistory *history; in clutter_damage_history_new() local
36 history = g_new0 (ClutterDamageHistory, 1); in clutter_damage_history_new()
38 return history; in clutter_damage_history_new()
42 clutter_damage_history_free (ClutterDamageHistory *history) in clutter_damage_history_free() argument
46 for (i = 0; i < G_N_ELEMENTS (history->damages); i++) in clutter_damage_history_free()
49 g_free (history); in clutter_damage_history_free()
60 if (!clutter_damage_history_lookup (history, age)) in clutter_damage_history_is_age_valid()
70 g_clear_pointer (&history->damages[history->index], cairo_region_destroy); in clutter_damage_history_record()
71 history->damages[history->index] = cairo_region_copy (damage); in clutter_damage_history_record()
84 history->index = step_damage_index (history->index, 1); in clutter_damage_history_step()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/bill/
H A Dhistory.inc.php69 if (bill_permitted($history['bill_id'])) {
71 $datefrom = $history['bill_datefrom'];
72 $dateto = $history['bill_dateto'];
73 $type = $history['bill_type'];
74 $percent = $history['bill_percent'];
75 $dir_95th = $history['dir_95th'];
76 $rate_95th = Number::formatSi($history['rate_95th'], 2, 3, 'bps');
82 $allowed = Number::formatSi($history['bill_allowed'], 2, 3, 'bps');
83 $used = Number::formatSi($history['rate_95th'], 2, 3, 'bps');
84 $in = Number::formatSi($history['rate_95th_in'], 2, 3, 'bps');
[all …]
/dports/graphics/atril-lite/atril-1.26.0/shell/
H A Dev-history.c44 ev_history_init (EvHistory *history) in G_DEFINE_TYPE_WITH_PRIVATE()
46 history->priv = ev_history_get_instance_private (history); in G_DEFINE_TYPE_WITH_PRIVATE()
48 history->priv->links = NULL; in G_DEFINE_TYPE_WITH_PRIVATE()
61 EvHistory *history = EV_HISTORY (object); in ev_history_finalize() local
63 free_links_list (history->priv->links); in ev_history_finalize()
92 g_return_if_fail (EV_IS_HISTORY (history)); in ev_history_add_link()
98 history->priv->links = g_list_delete_link (history->priv->links, l); in ev_history_add_link()
104 history->priv->links = g_list_append (history->priv->links, in ev_history_add_link()
109 history->priv->links = g_list_delete_link (history->priv->links, in ev_history_add_link()
110 history->priv->links); in ev_history_add_link()
[all …]
/dports/graphics/atril/atril-1.26.0/shell/
H A Dev-history.c44 ev_history_init (EvHistory *history) in G_DEFINE_TYPE_WITH_PRIVATE()
46 history->priv = ev_history_get_instance_private (history); in G_DEFINE_TYPE_WITH_PRIVATE()
48 history->priv->links = NULL; in G_DEFINE_TYPE_WITH_PRIVATE()
61 EvHistory *history = EV_HISTORY (object); in ev_history_finalize() local
63 free_links_list (history->priv->links); in ev_history_finalize()
92 g_return_if_fail (EV_IS_HISTORY (history)); in ev_history_add_link()
98 history->priv->links = g_list_delete_link (history->priv->links, l); in ev_history_add_link()
104 history->priv->links = g_list_append (history->priv->links, in ev_history_add_link()
109 history->priv->links = g_list_delete_link (history->priv->links, in ev_history_add_link()
110 history->priv->links); in ev_history_add_link()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dclose_down.c42 &history, in close_down()
51 &history, in close_down()
58 &history, in close_down()
61 &history, in close_down()
64 &history, in close_down()
71 &history, in close_down()
74 &history, in close_down()
81 &history, in close_down()
84 &history, in close_down()
91 &history, in close_down()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/idle_test/
H A Dtest_idlehistory.py23 self.history.history = []
27 self.assertEqual(self.history.history, [])
34 self.history.store('a')
35 self.assertEqual(self.history.history, [])
37 self.assertEqual(self.history.history, [])
41 self.assertEqual(self.history.history, [line1])
43 self.assertEqual(self.history.history, [line1, line2])
45 self.assertEqual(self.history.history, [line2, line1])
49 self.history.pointer = 0
79 self.history.history = [line1, line2]
[all …]
/dports/lang/python27/Python-2.7.18/Lib/idlelib/idle_test/
H A Dtest_idlehistory.py23 self.history.history = []
27 self.assertEqual(self.history.history, [])
34 self.history.store('a')
35 self.assertEqual(self.history.history, [])
37 self.assertEqual(self.history.history, [])
41 self.assertEqual(self.history.history, [line1])
43 self.assertEqual(self.history.history, [line1, line2])
45 self.assertEqual(self.history.history, [line2, line1])
49 self.history.pointer = 0
79 self.history.history = [line1, line2]
[all …]
/dports/shells/yash/yash-2.51/tests/
H A Dhistory-y.tst1 # history-y.tst: yash-specific test of the history built-in
46 history
104 history -c; history
109 history --clear; history
126 history -d 3; history
131 5 history -d 3; history
150 history -d 2 --delete=echo; history
156 7 history -d 2 --delete=echo; history
198 history
221 history
[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
110 history->owner().requestNotifySettings(history->peer); in skipNotification()
116 if (history->owner().notifyMuteUnknown(history->peer)) { in skipNotification()
118 } else if (!history->owner().notifyIsMuted(history->peer)) { in skipNotification()
140 const auto history = item->history(); in schedule() local
300 history->channelId(), in checkDelayed()
466 const auto history = notifyItem->history(); in showNext() local
643 const auto history = session->data().history(id.full.peerId); in notificationActivated() local
677 if (history->peer->isUser() || history->peer->isChannel()) { in openNotificationMessage()
707 const auto history = session->data().history(id.full.peerId); in notificationReplied() local
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/wiki/action/
H A Dhistory.php16 $history = $pagestore->history($page);
18 gen_headers($history[0][0]);
26 for($i = 0; $i < count($history); $i++)
30 $latest_auth = ($history[$i][3] == '' ? $history[$i][1]
31 : $history[$i][3]);
32 $latest_ver = $history[$i][2];
36 && $latest_auth != ($history[$i][3] == '' ? $history[$i][1]
38 { $previous_ver = $history[$i][2]; }
43 $history[$i][0], $history[$i][1],
44 $history[$i][3],
[all …]

12345678910>>...1199