Home
last modified time | relevance | path

Searched +refs:history +refs:set +refs:pos (Results 1 – 25 of 3655) sorted by relevance

12345678910>>...147

/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfc.c3341 p.set = set; in c_movement()
3644 p.set = set; in c_placement()
4298 set[pos] = 1; in parseArguments()
4308 set[pos] = 1; in parseArguments()
4323 set[pos] = 0; in parseArguments()
4356 for(pos=0;pos<len;pos++) in parseArguments()
4358 …if(!set[pos] && isboolean[pos] && !strncmp(name[pos].str, text, name[pos].len>textlen?name[pos].le… in parseArguments()
4359 set[pos] = 1; in parseArguments()
4376 (type != ASSIGNMENT && !set[pos])) { in parseArguments()
4377 if(set[pos]) { in parseArguments()
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dreadline.py43 history = _reader.history
84 _reader.history = new_history
95 _reader.history.clear()
98 _reader.history.addToHistory(line)
101 return _reader.history.maxSize
104 _reader.history.maxSize = length
116 def remove_history_item(pos): argument
118 _history_list.remove(pos)
122 def replace_history_item(pos, line): argument
124 _history_list.set(pos, line)
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/s/
H A Dexpeditor.ss74 ee-history-bwd ee-history-fwd
889 (entry-top-line-set! entry new-row-pos)
921 (entry-top-line-set! entry new-row-pos)
999 (entry-bot-line-set! entry new-row-pos)]
1026 (entry-bot-line-set! entry new-row-pos)])))
1849 (entry-row-set! entry (pos-row pos))
1850 (entry-col-set! entry (pos-col pos))))
2004 ee-save-history ee-load-history)
2065 (eestate-histbwd-set! ee (history->list ee))
2072 (module (ee-save-history ee-load-history)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/s/
H A Dexpeditor.ss74 ee-history-bwd ee-history-fwd
889 (entry-top-line-set! entry new-row-pos)
921 (entry-top-line-set! entry new-row-pos)
999 (entry-bot-line-set! entry new-row-pos)]
1026 (entry-bot-line-set! entry new-row-pos)])))
1849 (entry-row-set! entry (pos-row pos))
1850 (entry-col-set! entry (pos-col pos))))
2004 ee-save-history ee-load-history)
2065 (eestate-histbwd-set! ee (history->list ee))
2072 (module (ee-save-history ee-load-history)
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/s/
H A Dexpeditor.ss74 ee-history-bwd ee-history-fwd
889 (entry-top-line-set! entry new-row-pos)
921 (entry-top-line-set! entry new-row-pos)
999 (entry-bot-line-set! entry new-row-pos)]
1026 (entry-bot-line-set! entry new-row-pos)])))
1849 (entry-row-set! entry (pos-row pos))
1850 (entry-col-set! entry (pos-col pos))))
2004 ee-save-history ee-load-history)
2065 (eestate-histbwd-set! ee (history->list ee))
2072 (module (ee-save-history ee-load-history)
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dhistory.c177 assert(set != NULL); in SCIPhistoryUpdatePseudocost()
179 assert(!SCIPsetIsInfinity(set, objdelta)); in SCIPhistoryUpdatePseudocost()
180 assert(!SCIPsetIsNegative(set, objdelta)); in SCIPhistoryUpdatePseudocost()
183 if( SCIPsetIsPositive(set, solvaldelta) ) in SCIPhistoryUpdatePseudocost()
201 assert(SCIPsetIsPositive(set, distance)); in SCIPhistoryUpdatePseudocost()
204 eps = SCIPsetPseudocosteps(set); in SCIPhistoryUpdatePseudocost()
210 objdelta += SCIPsetPseudocostdelta(set); in SCIPhistoryUpdatePseudocost()
280 int pos; in SCIPvaluehistoryFind() local
284 assert(set != NULL); in SCIPvaluehistoryFind()
289 …>nvalues == 0 || !SCIPsortedvecFindReal(valuehistory->values, value, valuehistory->nvalues, &pos) ) in SCIPvaluehistoryFind()
[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 DConsoleInputScanner.java129 int pos = buffer.getPos(); in clearLine() local
146 int pos = buffer.getPos(); in echoBuff() local
297 history.add(curr); in printCompletionError()
331 history.add(curr); in processData()
337 history.reset(); in resetHistory()
420 buffer.set(last); in processPgDn()
430 buffer.set(first); in processPgUp()
437 int pos = buffer.resetPos(); in processHome() local
438 if (pos > 0) { in processHome()
473 buffer.set(next); in processDownArrow()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcio.cc303 : history(), pos(), maxsize(size) in input_history()
308 pos = history.end(); in input_history()
329 if (pos == history.begin()) in prev()
330 pos = history.end(); in prev()
340 if (pos == history.end() || ++pos == history.end()) in next()
341 pos = history.begin(); in next()
348 pos = history.end(); in go_end()
368 set(); in draw_colour()
386 void draw_colour::set() in set() function in draw_colour
425 history = i; in set_input_history()
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/gnome/gtk/
H A Dgraphical-repl.scm62 (let ((reversed-str (let loop ((pos pos)
132 (let ((history '())
140 (if (< (+ position 1) (length history))
146 (set entry 'text text)
153 (set entry 'text
173 (set! history (cons str history)))
185 (set! history out)
188 (let ((old history))
277 (set entry 'sensitive #t)
284 (set entry 'sensitive #f)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dunsafe.scrbl91 @history[#:added "7.9.0.6"]}
163 @history[#:added "7.8.0.7"]}
234 @history[#:added "7.0.0.14"]}
306 @history[#:added "7.9.0.18"]}
350 @history[#:added "7.7.0.6"]}
372 @history[#:added "7.7.0.6"]}
402 @history[#:added "7.7.0.6"]}
684 @history[#:added "6.4.0.6"
872 @history[#:added "6.4.0.4"]
886 @history[#:added "6.4.0.4"]
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dindex_esa_stree.h2036 return isPartiallyLeftExtensible(it, set);
2060 clear(set);
2067 if (in(seqNo, set)) return false;
2068 insert(seqNo, set);
2080 > set(countSequences(container(it)));
2081 return isUnique(it, set);
2106 clear(set);
2114 if (!in(seqNo, set)) {
2116 insert(seqNo, set);
2131 > set(countSequences(container(it)));
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/demos/
H A Duicontrol_dice_game.dem.sce51 idle.history = [];
176 set(u, "callback", "global idle;idle.action.type = ""history"";");
292 set("idle_fig", "position", pos);
296 pos(3) = 800;
297 set("idle_fig", "position", pos);
311 history = idle.history;
312 h = history(:, 1:5);
430 set(d, "position", pos);
672 idle.history($ + 1, :) = h;
674 idle.history(1:$-100, :) = [];
[all …]
/dports/lang/seed7/seed7/lib/
H A Deditline.s7i43 var array string: history is 0 times "";
126 history := inEditLine.history & [] ("");
127 historyPos := length(history);
180 history[historyPos] := line;
182 line := history[historyPos];
191 history[historyPos] := line;
193 line := history[historyPos];
225 inEditLine.history[length(inEditLine.history)] <> line then
226 inEditLine.history &:= line;
291 * The end-of-file indicator is set if at least one request to read
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_esa_stree.h1399 if (posAddAndCheck(pos, _lcp, text) && (textAt(pos, container(it)) == c))
2631 clear(set);
2638 if (in(seqNo, set)) return false;
2639 insert(seqNo, set);
2651 > set(countSequences(container(it)));
2652 return isUnique(it, set);
2697 clear(set);
2705 if (!in(seqNo, set)) {
2707 insert(seqNo, set);
2722 > set(countSequences(container(it)));
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_esa_stree.h1399 if (posAddAndCheck(pos, _lcp, text) && (textAt(pos, container(it)) == c))
2631 clear(set);
2638 if (in(seqNo, set)) return false;
2639 insert(seqNo, set);
2651 > set(countSequences(container(it)));
2652 return isUnique(it, set);
2697 clear(set);
2705 if (!in(seqNo, set)) {
2707 insert(seqNo, set);
2722 > set(countSequences(container(it)));
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_esa_stree.h1428 if (posAddAndCheck(pos, _lcp, text) && (textAt(pos, container(it)) == c))
2660 clear(set);
2667 if (in(seqNo, set)) return false;
2668 insert(seqNo, set);
2680 > set(countSequences(container(it)));
2681 return isUnique(it, set);
2726 clear(set);
2734 if (!in(seqNo, set)) {
2736 insert(seqNo, set);
2751 > set(countSequences(container(it)));
[all …]
/dports/games/openspades/openspades-0.1.3/Resources/Scripts/Gui/UIFramework/
H A DField.as42 private FieldCommand@[] history;
62 set {
69 history.length = 0;
93 set {
102 set {
111 set {
120 set {
140 history.length = historyPos;
141 history.insertLast(cmd);
143 // limit history length
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/slof/fs/
H A Dhistory.fs28 : debug-set-env ( "name" "value" -- ) debug-nvram-partition 2rot 2rot internal-set-env drop ;
32 : debug-set-history-enabled ( n -- ) (.) s" history-enabled?" 2swap debug-set-env ;
35 debug-get-history-enabled constant nvram-history?
37 nvram-history? [IF]
50 history-init-nvram
52 0 value (history-len)
53 0 value (history-adr)
57 to (history-len) to (history-adr)
63 (history-adr) his-head his>buf (history-len) move
64 (history-len) 1+
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/slof/fs/
H A Dhistory.fs28 : debug-set-env ( "name" "value" -- ) debug-nvram-partition 2rot 2rot internal-set-env drop ;
32 : debug-set-history-enabled ( n -- ) (.) s" history-enabled?" 2swap debug-set-env ;
35 debug-get-history-enabled constant nvram-history?
37 nvram-history? [IF]
50 history-init-nvram
52 0 value (history-len)
53 0 value (history-adr)
57 to (history-len) to (history-adr)
63 (history-adr) his-head his>buf (history-len) move
64 (history-len) 1+
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/slof/fs/
H A Dhistory.fs28 : debug-set-env ( "name" "value" -- ) debug-nvram-partition 2rot 2rot internal-set-env drop ;
32 : debug-set-history-enabled ( n -- ) (.) s" history-enabled?" 2swap debug-set-env ;
35 debug-get-history-enabled constant nvram-history?
37 nvram-history? [IF]
50 history-init-nvram
52 0 value (history-len)
53 0 value (history-adr)
57 to (history-len) to (history-adr)
63 (history-adr) his-head his>buf (history-len) move
64 (history-len) 1+
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/slof/fs/
H A Dhistory.fs28 : debug-set-env ( "name" "value" -- ) debug-nvram-partition 2rot 2rot internal-set-env drop ;
32 : debug-set-history-enabled ( n -- ) (.) s" history-enabled?" 2swap debug-set-env ;
35 debug-get-history-enabled constant nvram-history?
37 nvram-history? [IF]
50 history-init-nvram
52 0 value (history-len)
53 0 value (history-adr)
57 to (history-len) to (history-adr)
63 (history-adr) his-head his>buf (history-len) move
64 (history-len) 1+
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/slof/fs/
H A Dhistory.fs28 : debug-set-env ( "name" "value" -- ) debug-nvram-partition 2rot 2rot internal-set-env drop ;
32 : debug-set-history-enabled ( n -- ) (.) s" history-enabled?" 2swap debug-set-env ;
35 debug-get-history-enabled constant nvram-history?
37 nvram-history? [IF]
50 history-init-nvram
52 0 value (history-len)
53 0 value (history-adr)
57 to (history-len) to (history-adr)
63 (history-adr) his-head his>buf (history-len) move
64 (history-len) 1+
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/slof/fs/
H A Dhistory.fs28 : debug-set-env ( "name" "value" -- ) debug-nvram-partition 2rot 2rot internal-set-env drop ;
32 : debug-set-history-enabled ( n -- ) (.) s" history-enabled?" 2swap debug-set-env ;
35 debug-get-history-enabled constant nvram-history?
37 nvram-history? [IF]
50 history-init-nvram
52 0 value (history-len)
53 0 value (history-adr)
57 to (history-len) to (history-adr)
63 (history-adr) his-head his>buf (history-len) move
64 (history-len) 1+
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/slof/fs/
H A Dhistory.fs28 : debug-set-env ( "name" "value" -- ) debug-nvram-partition 2rot 2rot internal-set-env drop ;
32 : debug-set-history-enabled ( n -- ) (.) s" history-enabled?" 2swap debug-set-env ;
35 debug-get-history-enabled constant nvram-history?
37 nvram-history? [IF]
50 history-init-nvram
52 0 value (history-len)
53 0 value (history-adr)
57 to (history-len) to (history-adr)
63 (history-adr) his-head his>buf (history-len) move
64 (history-len) 1+
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/preferences/
H A Dgame.cpp125 if (const config &history = preferences::get_child("history")) in manager() local
134 for (const config::any_child &h : history.all_children_range()) in manager()
166 config history; in ~manager() local
178 history.add_child(history_id.first, history_id_cfg); in ~manager()
180 preferences::set_child("history", history); in ~manager()
278 size_t pos = nick.find_first_of(' '); in remove_acquaintance() local
280 if(pos != std::string::npos) { in remove_acquaintance()
339 if (pos == std::string::npos){ in parse_should_show_lobby_join()
340 pos = message.find(" has disconnected"); in parse_should_show_lobby_join()
341 if (pos == std::string::npos) return true; in parse_should_show_lobby_join()
[all …]

12345678910>>...147