Home
last modified time | relevance | path

Searched refs:history (Results 151 – 175 of 35857) sorted by relevance

12345678910>>...1435

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/
H A DHistoryTest.php22 $history = new History();
23 $history->add(new Request('http://www.example1.com/', 'get'));
26 $history->add(new Request('http://www.example2.com/', 'get'));
29 $history->add(new Request('http://www.example3.com/', 'get'));
40 $history = new History();
41 $history->add(new Request('http://www.example.com/', 'get'));
72 $history->back();
86 $history = new History();
91 $history->forward();
97 $history->back();
[all …]
/dports/devel/gitlist/gitlist/vendor/symfony/browser-kit/Tests/
H A DHistoryTest.php22 $history = new History();
23 $history->add(new Request('http://www.example1.com/', 'get'));
26 $history->add(new Request('http://www.example2.com/', 'get'));
29 $history->add(new Request('http://www.example3.com/', 'get'));
40 $history = new History();
41 $history->add(new Request('http://www.example.com/', 'get'));
72 $history->back();
86 $history = new History();
91 $history->forward();
97 $history->back();
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Tests/
H A DHistoryTest.php22 $history = new History();
23 $history->add(new Request('http://www.example1.com/', 'get'));
26 $history->add(new Request('http://www.example2.com/', 'get'));
29 $history->add(new Request('http://www.example3.com/', 'get'));
40 $history = new History();
41 $history->add(new Request('http://www.example.com/', 'get'));
72 $history->back();
86 $history = new History();
91 $history->forward();
97 $history->back();
[all …]
/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dflist_hist.c176 assert_int_equal(0, lwin.history[1].rel_pos); in TEST()
194 assert_int_equal(1, lwin.history[0].rel_pos); in TEST()
197 assert_int_equal(2, lwin.history[1].rel_pos); in TEST()
276 assert_int_equal(8, lwin.history[1].rel_pos); in TEST()
279 assert_int_equal(4, lwin.history[2].rel_pos); in TEST()
295 assert_int_equal(0, rwin.history[0].rel_pos); in TEST()
298 assert_int_equal(1, rwin.history[1].rel_pos); in TEST()
301 assert_int_equal(2, rwin.history[2].rel_pos); in TEST()
319 assert_int_equal(0, rwin.history[0].rel_pos); in TEST()
322 assert_int_equal(1, rwin.history[1].rel_pos); in TEST()
[all …]
/dports/devel/xeus/xeus-0.24.4/src/
H A Dxin_memory_history_manager.cpp57 history_type history; in get_tail_impl() local
62 reply["history"] = history; in get_tail_impl()
66 short_history_type history; in get_tail_impl() local
71 reply["history"] = history; in get_tail_impl()
100 history_type history; in get_range_impl() local
102 reply["history"] = history; in get_range_impl()
106 short_history_type history; in get_range_impl() local
140 auto last = std::unique(history.begin(), history.end()); in clean_history()
141 history.erase(last, history.end()); in clean_history()
147 history.erase(history.begin(), std::next(history.begin(), nb_erase)); in clean_history()
[all …]
/dports/sysutils/upower/upower-0.99.13/src/
H A Dup-self-test.c141 UpHistory *history; in up_test_history_func() local
147 history = up_history_new (); in up_test_history_func()
148 g_assert (history != NULL); in up_test_history_func()
232 ret = up_history_save_data (history); in up_test_history_func()
234 g_object_unref (history); in up_test_history_func()
242 history = up_history_new (); in up_test_history_func()
244 up_history_set_id (history, "test"); in up_test_history_func()
259 g_object_unref (history); in up_test_history_func()
262 history = up_history_new (); in up_test_history_func()
264 up_history_set_id (history, "test"); in up_test_history_func()
[all …]
/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/
H A Devents.inc.php63 function event_description($history) { argument
74 foreach($history as $key=> $value) {
76 $history[$key] = Filters::noXSS($value);
80 $new_value = $history['new_value'];
81 $old_value = $history['old_value'];
83 switch($history['event_type']) {
90 $field = $history['field_changed'];
175 if ($history['c_date_added']) {
195 if ($history['orig_name']) {
197 } else if ($history['old_value']) {
[all …]
/dports/x11/gmrun/gmrun-0.9.2/src/
H A Dhistory.cc51 history.push_back(line_str); in read_the_file()
55 m_file_entries = history.size(); in read_the_file()
76 if (history[i].length() != 0) in sync_the_file()
77 f << history[i] << endl; in sync_the_file()
86 if (!history.empty()) { in append()
89 for_each(history.begin(), history.end(), DumpString(cerr)); in append()
91 i = find(history.rbegin(), history.rend(), ent); in append()
92 if (i != history.rend()) { in append()
96 history.erase(remove(history.begin(), history.end(), ent)); in append()
99 history.push_back(ent); in append()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/file_formats/
H A Dvil3d_analyze_format.cxx100 history.reset(); in reset()
348 bfs.read((char *)&history.views,sizeof(history.views)); in read_file()
349 swapBytes((char *)&history.views,sizeof(history.views)); in read_file()
356 bfs.read((char *)&history.omax,sizeof(history.omax)); in read_file()
357 swapBytes((char *)&history.omax,sizeof(history.omax)); in read_file()
358 bfs.read((char *)&history.omin,sizeof(history.omin)); in read_file()
359 swapBytes((char *)&history.omin,sizeof(history.omin)); in read_file()
360 bfs.read((char *)&history.smax,sizeof(history.smax)); in read_file()
361 swapBytes((char *)&history.smax,sizeof(history.smax)); in read_file()
362 bfs.read((char *)&history.smin,sizeof(history.smin)); in read_file()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/editor/action/
H A DEditorHistory.java34 LinkedList<Action> history; field in EditorHistory
45 history = new LinkedList<Action>(); in EditorHistory()
65 Action a = history.pollLast(); in addAction()
68 history.addFirst(action); in addAction()
81 history.remove(head); in undo()
99 history.remove(head); in redo()
109 history.pollLast(); in removeAction()
117 Iterator i = history.iterator(); in dispose()
122 history.clear(); in dispose()
132 if (history.size() > 0 && head < history.size() && head >= 0) { in isUndoEnabled()
[all …]
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_unlagged.c118 ent->client->history[0].leveltime, in G_TimeShiftClient()
119 ent->client->history[1].leveltime, in G_TimeShiftClient()
120 ent->client->history[2].leveltime, in G_TimeShiftClient()
121 ent->client->history[3].leveltime, in G_TimeShiftClient()
122 ent->client->history[4].leveltime, in G_TimeShiftClient()
123 ent->client->history[5].leveltime, in G_TimeShiftClient()
124 ent->client->history[6].leveltime, in G_TimeShiftClient()
167 (float)(ent->client->history[k].leveltime - ent->client->history[j].leveltime); in G_TimeShiftClient()
171 ent->client->history[j].currentOrigin, ent->client->history[k].currentOrigin, in G_TimeShiftClient()
176 ent->client->history[j].mins, ent->client->history[k].mins, in G_TimeShiftClient()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_unlagged.c118 ent->client->history[0].leveltime, in G_TimeShiftClient()
119 ent->client->history[1].leveltime, in G_TimeShiftClient()
120 ent->client->history[2].leveltime, in G_TimeShiftClient()
121 ent->client->history[3].leveltime, in G_TimeShiftClient()
122 ent->client->history[4].leveltime, in G_TimeShiftClient()
123 ent->client->history[5].leveltime, in G_TimeShiftClient()
124 ent->client->history[6].leveltime, in G_TimeShiftClient()
167 (float)(ent->client->history[k].leveltime - ent->client->history[j].leveltime); in G_TimeShiftClient()
171 ent->client->history[j].currentOrigin, ent->client->history[k].currentOrigin, in G_TimeShiftClient()
176 ent->client->history[j].mins, ent->client->history[k].mins, in G_TimeShiftClient()
[all …]
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/
H A DDefaultHelpHistoryModel.java47 protected Vector history = new Vector(); field in DefaultHelpHistoryModel
108 history.setSize(0); in discard()
119 return history; in getHistory()
127 int size = history.size(); in removeLastEntry()
129 history.removeElementAt(history.size() -1); in removeLastEntry()
278 history.addElement(e); in idChanged()
285 historyIndex < history.size()-1) { in idChanged()
317 history.addElement(e); in idChanged()
337 int size = history.size(); in removeHelpSet()
361 history = newHistory; in removeHelpSet()
[all …]
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Dfir.h52 int16_t *history; member
65 int16_t *history; member
77 float *history; member
99 return fir->history; in fir16_create()
115 free(fir->history); in fir16_free()
216 if (fir->history) in fir32_create()
218 return fir->history; in fir32_create()
230 free(fir->history); in fir32_free()
264 if (fir->history) in fir_float_create()
266 return fir->history; in fir_float_create()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/
H A Dfir.h50 int16_t *history; member
63 int16_t *history; member
75 float *history; member
97 return fir->history; in fir16_create()
113 span_free(fir->history); in fir16_free()
214 if (fir->history) in fir32_create()
216 return fir->history; in fir32_create()
228 span_free(fir->history); in fir32_free()
262 if (fir->history) in fir_float_create()
264 return fir->history; in fir_float_create()
[all …]
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/
H A Dfir.h50 int16_t *history; member
63 int16_t *history; member
75 float *history; member
97 return fir->history; in fir16_create()
113 span_free(fir->history); in fir16_free()
214 if (fir->history) in fir32_create()
216 return fir->history; in fir32_create()
228 span_free(fir->history); in fir32_free()
262 if (fir->history) in fir_float_create()
264 return fir->history; in fir_float_create()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/drive/
H A Devent_logger_unittest.cc22 ASSERT_EQ(3U, history.size()); in TEST()
23 EXPECT_EQ(0, history[0].id); in TEST()
25 EXPECT_EQ(1, history[1].id); in TEST()
26 EXPECT_EQ("2nd", history[1].what); in TEST()
27 EXPECT_EQ(2, history[2].id); in TEST()
32 history = logger.GetHistory(); in TEST()
33 ASSERT_EQ(3U, history.size()); in TEST()
35 EXPECT_EQ(1, history[0].id); in TEST()
36 EXPECT_EQ("2nd", history[0].what); in TEST()
37 EXPECT_EQ(2, history[1].id); in TEST()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/undo/tests/
H A Dtree.cpp25 UndoHistory history; in main() local
26 cmd1.redo(); history.add(&cmd1); in main()
28 history.undo(); in main()
33 history.undo(); in main()
35 history.undo(); in main()
37 history.undo(); in main()
39 history.undo(); in main()
42 history.redo(); in main()
44 history.redo(); in main()
46 history.redo(); in main()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c51 struct fd_batch_history *history; in get_history() local
62 history = entry->data; in get_history()
66 history = rzalloc_size(at->ht, sizeof(*history)); in get_history()
68 history->key = fd_batch_key_clone(history, batch->key); in get_history()
69 list_inithead(&history->node); in get_history()
88 list_delinit(&history->node); in get_history()
91 return history; in get_history()
115 result->history = history; in get_result()
133 struct fd_batch_history *history = result->history; in process_results() local
142 history->num_results++; in process_results()
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Dhistry.scm132 (let ((history
139 history
163 history))
171 (define (pop-history! history)
172 (unmark-vertebra! history)
213 history
218 (if (null? (cdr history))
219 history
220 (force (cddr history))))
223 (if (null? (cdr history))
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c51 struct fd_batch_history *history; in get_history() local
62 history = entry->data; in get_history()
66 history = rzalloc_size(at->ht, sizeof(*history)); in get_history()
68 history->key = fd_batch_key_clone(history, batch->key); in get_history()
69 list_inithead(&history->node); in get_history()
88 list_delinit(&history->node); in get_history()
91 return history; in get_history()
115 result->history = history; in get_result()
133 struct fd_batch_history *history = result->history; in process_results() local
142 history->num_results++; in process_results()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c51 struct fd_batch_history *history; in get_history() local
62 history = entry->data; in get_history()
66 history = rzalloc_size(at->ht, sizeof(*history)); in get_history()
68 history->key = fd_batch_key_clone(history, batch->key); in get_history()
69 list_inithead(&history->node); in get_history()
88 list_delinit(&history->node); in get_history()
91 return history; in get_history()
115 result->history = history; in get_result()
133 struct fd_batch_history *history = result->history; in process_results() local
142 history->num_results++; in process_results()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c51 struct fd_batch_history *history; in get_history() local
62 history = entry->data; in get_history()
66 history = rzalloc_size(at->ht, sizeof(*history)); in get_history()
68 history->key = fd_batch_key_clone(history, batch->key); in get_history()
69 list_inithead(&history->node); in get_history()
88 list_delinit(&history->node); in get_history()
91 return history; in get_history()
115 result->history = history; in get_result()
133 struct fd_batch_history *history = result->history; in process_results() local
142 history->num_results++; in process_results()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c51 struct fd_batch_history *history; in get_history() local
62 history = entry->data; in get_history()
66 history = rzalloc_size(at->ht, sizeof(*history)); in get_history()
68 history->key = fd_batch_key_clone(history, batch->key); in get_history()
69 list_inithead(&history->node); in get_history()
88 list_delinit(&history->node); in get_history()
91 return history; in get_history()
115 result->history = history; in get_result()
133 struct fd_batch_history *history = result->history; in process_results() local
142 history->num_results++; in process_results()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c51 struct fd_batch_history *history; in get_history() local
62 history = entry->data; in get_history()
66 history = rzalloc_size(at->ht, sizeof(*history)); in get_history()
68 history->key = fd_batch_key_clone(history, batch->key); in get_history()
69 list_inithead(&history->node); in get_history()
88 list_delinit(&history->node); in get_history()
91 return history; in get_history()
115 result->history = history; in get_result()
133 struct fd_batch_history *history = result->history; in process_results() local
142 history->num_results++; in process_results()
[all …]

12345678910>>...1435