Home
last modified time | relevance | path

Searched +refs:read +refs:history (Results 1 – 25 of 34631) sorted by relevance

12345678910>>...1386

/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/file_formats/
H A Dvil3d_analyze_format.cxx284 bfs.read((char *)&history.descrip[i], in read_file()
291 bfs.read((char *)&history.aux_file[i], in read_file()
296 bfs.read((char *)&history.orient, sizeof(history.orient)); in read_file()
314 bfs.read((char *)&history.scannum[i], in read_file()
328 bfs.read((char *)&history.exp_date[i], in read_file()
335 bfs.read((char *)&history.exp_time[i], in read_file()
348 bfs.read((char *)&history.views,sizeof(history.views)); in read_file()
356 bfs.read((char *)&history.omax,sizeof(history.omax)); in read_file()
358 bfs.read((char *)&history.omin,sizeof(history.omin)); in read_file()
360 bfs.read((char *)&history.smax,sizeof(history.smax)); in read_file()
[all …]
/dports/devel/py-rope/rope-0.18.0/ropetest/
H A Dhistorytest.py27 self.assertEqual('', my_file.read())
33 self.assertEqual('', my_file.read())
40 self.assertEqual('', my_file.read())
65 self.assertEqual('1', self.file1.read())
67 self.assertEqual('', self.file1.read())
111 self.assertEqual('', self.file1.read())
145 self.assertEqual('', self.file1.read())
181 self.assertEqual('', file3.read())
207 self.assertEqual('', old_file.read())
305 self.assertEqual('2', myfile.read())
[all …]
/dports/security/py-stem/stem-1.8.0/test/unit/descriptor/data/
H A Dextrainfo_bridge_descriptor_multiple9 read-history 2015-03-20 10:37:14 (900 s) 8192,26624,896000,26624,12288,12288,2320384,107520,4096,12…
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/www/drupal8/drupal-8.9.20/core/modules/history/
H A Dhistory.module5 * Records which users have read which content.
20 * Entities changed before this time are always shown as read.
22 * Entities changed within this time may be marked as new, updated, or read,
32 case 'help.page.history':
51 return $history[$nid];
101 * The node ID that has been read.
143 // When the window's "load" event is triggered, mark the node as read.
146 $build['#attached']['library'][] = 'history/mark-as-read';
185 * #lazy_builder callback; attaches the last read timestamp for a node.
188 * The node ID for which to attach the last read timestamp.
[all …]
H A Dhistory.install14 $schema['history'] = [
18 'description' => 'The {users}.uid that read the {node} nid.',
24 'description' => 'The {node}.nid that was read.',
47 * Change {history}.nid to an unsigned int in order to match {node}.nid.
51 $schema->dropPrimaryKey('history');
52 $schema->dropIndex('history', 'nid');
53 $schema->changeField('history', 'nid', 'nid', [
54 'description' => 'The {node}.nid that was read.',
60 $schema->addPrimaryKey('history', ['uid', 'nid']);
71 'description' => 'The {node}.nid that was read.',
[all …]
/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"
25 while read -r num cmd; do
29 (r|--read|w|--write)
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/vendor/ptb_urllib3/urllib3/util/
H A Dretry.py147 history=None, respect_retry_after_header=True): argument
151 self.read = read
163 self.history = history or tuple()
169 connect=self.connect, read=self.read, redirect=self.redirect,
175 history=self.history,
331 read = self.read
348 elif read is not None:
349 read -= 1
368 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
372 connect=connect, read=read, redirect=redirect,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/urllib3/util/
H A Dretry.py147 history=None, respect_retry_after_header=True): argument
151 self.read = read
163 self.history = history or tuple()
169 connect=self.connect, read=self.read, redirect=self.redirect,
175 history=self.history,
331 read = self.read
348 elif read is not None:
349 read -= 1
368 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
372 connect=connect, read=read, redirect=redirect,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/requests/packages/urllib3/util/
H A Dretry.py147 history=None, respect_retry_after_header=True): argument
151 self.read = read
163 self.history = history or tuple()
169 connect=self.connect, read=self.read, redirect=self.redirect,
175 history=self.history,
331 read = self.read
348 elif read is not None:
349 read -= 1
368 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
372 connect=connect, read=read, redirect=redirect,
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/urllib3/util/
H A Dretry.py162 history=None, respect_retry_after_header=True, argument
167 self.read = read
180 self.history = history or tuple()
188 connect=self.connect, read=self.read, redirect=self.redirect, status=self.status,
194 history=self.history,
351 read = self.read
369 elif read is not None:
370 read -= 1
391 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
395 connect=connect, read=read, redirect=redirect, status=status_count,
[all …]
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/urllib3/util/
H A Dretry.py162 history=None, respect_retry_after_header=True, argument
167 self.read = read
180 self.history = history or tuple()
188 connect=self.connect, read=self.read, redirect=self.redirect, status=self.status,
194 history=self.history,
351 read = self.read
369 elif read is not None:
370 read -= 1
391 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
395 connect=connect, read=read, redirect=redirect, status=status_count,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/urllib3/util/
H A Dretry.py165 read=None, argument
173 history=None, argument
180 self.read = read
193 self.history = history or tuple()
203 read=self.read,
211 history=self.history,
383 read = self.read
402 read -= 1
422 history = self.history + (
429 read=read,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/urllib3/urllib3/util/
H A Dretry.py162 history=None, respect_retry_after_header=True, argument
167 self.read = read
180 self.history = history or tuple()
188 connect=self.connect, read=self.read, redirect=self.redirect, status=self.status,
194 history=self.history,
351 read = self.read
369 elif read is not None:
370 read -= 1
391 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
395 connect=connect, read=read, redirect=redirect, status=status_count,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/urllib3/util/
H A Dretry.py155 history=None, respect_retry_after_header=True): argument
159 self.read = read
172 self.history = history or tuple()
178 connect=self.connect, read=self.read, redirect=self.redirect, status=self.status,
184 history=self.history,
340 read = self.read
358 elif read is not None:
359 read -= 1
380 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
384 connect=connect, read=read, redirect=redirect, status=status_count,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/_vendor/urllib3/util/
H A Dretry.py155 history=None, respect_retry_after_header=True): argument
159 self.read = read
172 self.history = history or tuple()
178 connect=self.connect, read=self.read, redirect=self.redirect, status=self.status,
184 history=self.history,
340 read = self.read
358 elif read is not None:
359 read -= 1
380 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
384 connect=connect, read=read, redirect=redirect, status=status_count,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/_vendor/urllib3/util/
H A Dretry.py155 history=None, respect_retry_after_header=True): argument
159 self.read = read
172 self.history = history or tuple()
178 connect=self.connect, read=self.read, redirect=self.redirect, status=self.status,
184 history=self.history,
340 read = self.read
358 elif read is not None:
359 read -= 1
380 history = self.history + (RequestHistory(method, url, error, status, redirect_location),)
384 connect=connect, read=read, redirect=redirect, status=status_count,
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/urllib3/util/
H A Dretry.py165 read=None, argument
173 history=None, argument
180 self.read = read
193 self.history = history or tuple()
203 read=self.read,
211 history=self.history,
383 read = self.read
402 read -= 1
422 history = self.history + (
429 read=read,
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/history/
H A Dhistory.module5 * Records which users have read which content.
19 * Entities changed before this time are always shown as read.
21 * Entities changed within this time may be marked as new, updated, or read,
31 case 'help.page.history':
50 return $history[$nid];
71 if (isset($history[$nid])) {
91 $history += $nodes_to_read;
100 * The node ID that has been read.
121 $history[$nid] = REQUEST_TIME;
145 // When the window's "load" event is triggered, mark the node as read.
[all …]
/dports/irc/epic5/epic5-2.1.6/script/
H A Dhistory20 # history buffer and disables command history.
33 # will be saved on exit and read back into memory the next
82 # $historyctl(read [<filename>])
85 # Returns nothing if the read failed.
86 # Returns > 0 if the read succeeds.
123 if (numitems(array.history) == history) {
148 history.show ${history.index + 1};
158 history.show ${history.index - 1};
198 (read) {
200 while (:line = read($fd)) {
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/util/
H A Dretry.py166 read=None, argument
174 history=None, argument
181 self.read = read
194 self.history = history or tuple()
204 read=self.read,
212 history=self.history,
386 read = self.read
405 read -= 1
425 history = self.history + (
432 read=read,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dretry.py166 read=None, argument
174 history=None, argument
181 self.read = read
194 self.history = history or tuple()
204 read=self.read,
212 history=self.history,
386 read = self.read
405 read -= 1
425 history = self.history + (
432 read=read,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dretry.py166 read=None, argument
174 history=None, argument
181 self.read = read
194 self.history = history or tuple()
204 read=self.read,
212 history=self.history,
386 read = self.read
405 read -= 1
425 history = self.history + (
432 read=read,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/src/urllib3/util/
H A Dretry.py166 read=None, argument
174 history=None, argument
181 self.read = read
194 self.history = history or tuple()
204 read=self.read,
212 history=self.history,
386 read = self.read
405 read -= 1
425 history = self.history + (
432 read=read,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/urllib3/util/
H A Dretry.py166 read=None, argument
174 history=None, argument
181 self.read = read
194 self.history = history or tuple()
204 read=self.read,
212 history=self.history,
386 read = self.read
405 read -= 1
425 history = self.history + (
432 read=read,
[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]
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],
45 … $previous_ver == $history[$i][2] || !$full && $i == count($history)-1,
[all …]

12345678910>>...1386