Home
last modified time | relevance | path

Searched +refs:write +refs:history (Results 1 – 25 of 30241) sorted by relevance

12345678910>>...1210

/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/plugins/printers/
H A Dprinters.py50 host = summary.seed.history.host
118 self.f.write(
138 self.f.write(
192 elif res.history.url != res.history.redirect_url:
205 "method": res.history.method,
265 elif res.history.url != res.history.redirect_url:
277 self.f.write(
303 self.f.write(
338 self.f.write(
387 def write(self, e): member in csv
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/docs/
H A Dexample.py36 history = []
40 section.write(prefix)
42 section=section, shape=shape, history=history,
56 section.write(py_type)
76 section=param_section, shape=param_shape, history=history)
86 section.write('{}')
104 history=history, name=param)
123 section=value_section, shape=value_shape, history=history)
146 section.write(end)
169 end_section.write(')')
[all …]
H A Dparams.py33 history = []
35 section=section, shape=shape, history=history,
54 history=history, name=None)
73 history=history, name=None)
93 history=history, name=param)
115 type_section.write(type_format % special_py_type)
135 name_section.write('- ')
187 type_section.write(':type %s: %s' % (name, py_type))
191 name_section.write(':param %s: ' % name)
195 name_section.write('- ')
[all …]
/dports/devel/py-botocore/botocore-1.21.61/botocore/docs/
H A Dexample.py36 history = []
40 section.write(prefix)
42 section=section, shape=shape, history=history,
56 section.write(py_type)
76 section=param_section, shape=param_shape, history=history)
86 section.write('{}')
104 history=history, name=param)
123 section=value_section, shape=value_shape, history=history)
146 section.write(end)
169 end_section.write(')')
[all …]
H A Dparams.py33 history = []
35 section=section, shape=shape, history=history,
54 history=history, name=None)
73 history=history, name=None)
93 history=history, name=param)
115 type_section.write(type_format % special_py_type)
135 name_section.write('- ')
209 type_section.write(':type %s: %s' % (name, py_type))
213 name_section.write(':param %s: ' % name)
217 name_section.write('- ')
[all …]
/dports/security/py-stem/stem-1.8.0/test/unit/descriptor/data/
H A Dextrainfo_bridge_descriptor_multiple8 write-history 2015-03-20 10:37:14 (900 s) 7168,24576,89088,14336,9216,9216,215040,62464,5120,10240,…
10 dirreq-write-history 2015-03-20 01:52:14 (900 s) 1024,0,0,0,0,0,0,0,0,0,0,0,20480,2048,0,2048,1024,…
11 dirreq-read-history 2015-03-20 01:52:14 (900 s) 0,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,…
29 write-history 2015-03-20 10:40:27 (14400 s) 440320,487424,483328,495616,435200,1073152
30 read-history 2015-03-20 10:40:27 (14400 s) 5354496,5104640,4907008,4946944,4852736,6280192
48 write-history 2015-03-20 10:52:59 (900 s) 1520640,17408,24576,19456,11264,5120,130048,25600,20480,1…
49 read-history 2015-03-20 10:52:59 (900 s) 7316480,16384,24576,23552,11264,4096,2151424,33792,23552,1…
54 write-history 2015-03-20 10:54:10 (900 s) 1387520
55 read-history 2015-03-20 10:54:10 (900 s) 7402496
60 write-history 2015-03-20 10:51:53 (900 s) 1398784,70656,20480,21504,9216,7168,55296,35840,104448,0,…
[all …]
/dports/misc/deco/deco39/
H A Dcom.c222 history [k] = history [k-1]; in histcmd()
236 history [n+1] = history [n]; in histcmd()
332 write (1, &cc, 1); in inputcmd()
338 write (1, "\7", 1); in inputcmd()
368 write (1, "\r\n", 2); in inputcmd()
402 write (1, "\r\n", 2); in erasecmd()
464 write (1, "\r\n", 2); in mycmd2()
470 write (1, "\r\n", 2); in mycmd2()
614 write (1, buf2, strlen (buf2)); in jobmenu()
829 write (1, "\b\b \b\b", 6); in wrescback()
[all …]
/dports/net/routinator/routinator-0.10.2/src/http/
H A Dstatus.rs20 history: &SharedHistory, in handle_get()
36 history: &SharedHistory, in handle_status()
41 let history = history.read(); in handle_status() localVariable
47 history.serial(), in handle_status()
170 write!( in handle_status()
195 write!( in handle_status()
206 write!( in handle_status()
270 write!( in handle_status()
309 history: &SharedHistory, in handle_api_status()
314 let history = history.read(); in handle_api_status() localVariable
[all …]
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/kivy/
H A Dtkhtml.py141 def write(self, data): member in tkHTMLWriter
171 self.write('[/ref]')
211 self.write(self.indent)
218 self.write('*')
220 self.write(data)
221 self.write(' ')
229 self.write('\n')
237 self.write("_" * width)
238 self.write("\n")
242 self.write(data)
[all …]
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/shell/
H A DConsoleTextArea.java25 textArea.write(str); in run()
40 public synchronized void write(int ch) { in write() method in ConsoleWriter
47 public synchronized void write (char[] data, int off, int len) { in write() method in ConsoleWriter
86 private java.util.List<String> history; field in ConsoleTextArea
128 history.add(segment.toString()); in returnPressed()
130 historyIndex = history.size(); in returnPressed()
134 inPipe.write("\n"); in returnPressed()
140 inPipe.write(str); in eval()
141 inPipe.write("\n"); in eval()
190 if(history.size() > 0) { in keyPressed()
[all …]
/dports/x11/clipman/clipman-1.6.1/
H A Dstorer.go9 func store(text string, history []string, histfile string, max int, persist bool) error {
14 l := len(history)
18 last := history[l-1]
27 history = history[l-max+1:]
31 history = filter(history, text)
34 history = append(history, text)
37 if err := write(history, histfile); err != nil {
63 func write(history []string, histfile string) error { func
64 b, err := json.Marshal(history)
/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"
29 (r|--read|w|--write)
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/ui/tktile/
H A Dtkhtml.py93 def write(self, data): member in tkHTMLWriter
157 self.write(self.indent)
164 self.write('*')
166 self.write(data)
167 self.write(' ')
170 self.write("\n" * blankline)
173 self.write("\n")
177 self.write("_" * width)
178 self.write("\n")
181 self.write(data)
[all …]
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Dhistory.py137 def __init__(self, history=None): argument
138 assert isinstance(history, History), 'Got %r' % (history, )
139 self.history = history
148 self.history.load_history_strings)
153 return self.history.load_history_strings()
156 self.history.store_string(string)
159 return 'ThreadedHistory(%r)' % (self.history, )
226 def write(t): function
227 f.write(t.encode('utf-8'))
229 write('\n# %s\n' % datetime.datetime.now())
[all …]
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Dhistory.py137 def __init__(self, history=None): argument
138 assert isinstance(history, History), 'Got %r' % (history, )
139 self.history = history
148 self.history.load_history_strings)
153 return self.history.load_history_strings()
156 self.history.store_string(string)
159 return 'ThreadedHistory(%r)' % (self.history, )
226 def write(t): function
227 f.write(t.encode('utf-8'))
229 write('\n# %s\n' % datetime.datetime.now())
[all …]
/dports/databases/memcached/memcached-1.6.12/scripts/
H A Dmemcached-automove-extstore40 for window in history['w']:
71 history['w'].append({})
73 history['w'].pop(0)
74 w = history['w'][-1]
110 age = window_check(history, sid, 'age') / len(history['w'])
165 s.write("slabs reassign " + str(decision[0]) + " " + str(decision[1]) + "\r\n")
208 s.write("stats " + statcmd + "\r\n")
227 s.write("stats\r\n")
273 s.write("extstore free_memchunks {} {}\r\n".format(sid, hold_free))
282 history = { 'w': [{}] }
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/sys/
H A Dcon_tty.c92 size = write(1, &key, 1); in CON_Back()
94 size = write(1, &key, 1); in CON_Back()
96 size = write(1, &key, 1); in CON_Back()
148 size = write( 1, "]", 1 ); in CON_Show()
312 field_t *history; in CON_Input() local
366 history = Hist_Prev(); in CON_Input()
367 if (history) in CON_Input()
370 TTY_con = *history; in CON_Input()
377 history = Hist_Next(); in CON_Input()
379 if (history) in CON_Input()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/sys/
H A Dcon_tty.c92 size = write(1, &key, 1); in CON_Back()
94 size = write(1, &key, 1); in CON_Back()
96 size = write(1, &key, 1); in CON_Back()
148 size = write( 1, "]", 1 ); in CON_Show()
312 field_t *history; in CON_Input() local
366 history = Hist_Prev(); in CON_Input()
367 if (history) in CON_Input()
370 TTY_con = *history; in CON_Input()
377 history = Hist_Next(); in CON_Input()
379 if (history) in CON_Input()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/sys/
H A Dcon_tty.c90 write(1, &key, 1); in CON_Back()
92 write(1, &key, 1); in CON_Back()
94 write(1, &key, 1); in CON_Back()
145 write( 1, "]", 1 ); in CON_Show()
309 field_t *history; in CON_Input() local
339 write(1, &key, 1); in CON_Input()
363 if (history) in CON_Input()
366 TTY_con = *history; in CON_Input()
375 if (history) in CON_Input()
377 TTY_con = *history; in CON_Input()
[all …]
/dports/games/evq3/evq3/code/sys/
H A Dcon_tty.c90 write(1, &key, 1); in CON_Back()
92 write(1, &key, 1); in CON_Back()
94 write(1, &key, 1); in CON_Back()
145 write( 1, "]", 1 ); in CON_Show()
309 field_t *history; in CON_Input() local
339 write(1, &key, 1); in CON_Input()
363 if (history) in CON_Input()
366 TTY_con = *history; in CON_Input()
375 if (history) in CON_Input()
377 TTY_con = *history; in CON_Input()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_data.cpp65 history.write[i].path.resize(j); in cleanup_history()
103 History &pr = history.write[current]; in _add_object()
110 History &pr = history.write[current]; in _add_object()
161 return history[p_obj].path[history[p_obj].level].object; in get_history_obj()
209 History &h = history.write[current]; in get_current()
563 SWAP(edited_scene.write[p_idx], edited_scene.write[p_to_idx]); in move_edited_scene_index()
660 edited_scene.write[p_idx].root = new_scene; in check_and_update_scene()
663 edited_scene.write[p_idx].selection = new_selection; in check_and_update_scene()
693 edited_scene.write[current_edited_scene].root = p_root; in set_edited_scene_root()
724 edited_scene.write[p_scene_idx].version = version; in set_edited_scene_version()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_data.cpp65 history.write[i].path.resize(j); in cleanup_history()
103 History &pr = history.write[current]; in _add_object()
110 History &pr = history.write[current]; in _add_object()
161 return history[p_obj].path[history[p_obj].level].object; in get_history_obj()
209 History &h = history.write[current]; in get_current()
563 SWAP(edited_scene.write[p_idx], edited_scene.write[p_to_idx]); in move_edited_scene_index()
660 edited_scene.write[p_idx].root = new_scene; in check_and_update_scene()
663 edited_scene.write[p_idx].selection = new_selection; in check_and_update_scene()
693 edited_scene.write[current_edited_scene].root = p_root; in set_edited_scene_root()
724 edited_scene.write[p_scene_idx].version = version; in set_edited_scene_version()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/sys/
H A Dcon_tty.c94 size = write(STDOUT_FILENO, &key, 1); in CON_Back()
96 size = write(STDOUT_FILENO, &key, 1); in CON_Back()
331 field_t *history; in CON_Input() local
362 size = write(1, &key, 1); in CON_Input()
363 size = write( 1, "]", 1 ); in CON_Input()
385 history = Hist_Prev(); in CON_Input()
386 if (history) in CON_Input()
389 TTY_con = *history; in CON_Input()
396 history = Hist_Next(); in CON_Input()
398 if (history) in CON_Input()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/sys/
H A Dcon_tty.c94 size = write(STDOUT_FILENO, &key, 1); in CON_Back()
96 size = write(STDOUT_FILENO, &key, 1); in CON_Back()
331 field_t *history; in CON_Input() local
362 size = write(1, &key, 1); in CON_Input()
363 size = write( 1, "]", 1 ); in CON_Input()
385 history = Hist_Prev(); in CON_Input()
386 if (history) in CON_Input()
389 TTY_con = *history; in CON_Input()
396 history = Hist_Next(); in CON_Input()
398 if (history) in CON_Input()
[all …]
/dports/math/fricas/fricas-1.3.7/pre-generated/target/share/spadhelp/
H A Dhistory.help2 A.13. )history
9 - )history )on
10 - )history )off
11 - )history )write historyInputFileName
33 )set history on
34 )history )on
39 )history )off
121 )write historyInputFile
125 .input is appended to it. For example, )history )write chaos and )history
126 )write chaos.input both write the input lines to a file called
[all …]

12345678910>>...1210