Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 15536) sorted by relevance

12345678910>>...622

/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A D_find_header.c22 int last; in find_header() local
31 if (last) { in find_header()
36 if (last) { in find_header()
41 if (last) { in find_header()
46 if (last) { in find_header()
51 if (last) { in find_header()
56 if (last) { in find_header()
61 if (last) { in find_header()
66 if (last) { in find_header()
71 if (last) { in find_header()
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A D_find_header.c22 int last; in find_header() local
31 if (last) { in find_header()
36 if (last) { in find_header()
41 if (last) { in find_header()
46 if (last) { in find_header()
51 if (last) { in find_header()
56 if (last) { in find_header()
61 if (last) { in find_header()
66 if (last) { in find_header()
71 if (last) { in find_header()
[all …]
/dports/textproc/libxslt/libxslt-1.1.34/tests/XSLTMark/
H A Ddbtail.ref6 <last>
8 </last>
14 <last>
16 </last>
22 <last>
24 </last>
30 <last>
32 </last>
38 <last>
46 <last>
[all …]
/dports/net/libwebsockets/libwebsockets-v4.2.2/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
H A DREADME.md26 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
27 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
28 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
29 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
30 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
31 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
32 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
33 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
34 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
35 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/srsinit/
H A Depsg_inlined_extra.c240 initialize_epsg_00 (filter, first, last); in initialize_epsg()
241 initialize_epsg_01 (filter, first, last); in initialize_epsg()
242 initialize_epsg_02 (filter, first, last); in initialize_epsg()
243 initialize_epsg_03 (filter, first, last); in initialize_epsg()
244 initialize_epsg_04 (filter, first, last); in initialize_epsg()
245 initialize_epsg_05 (filter, first, last); in initialize_epsg()
246 initialize_epsg_06 (filter, first, last); in initialize_epsg()
247 initialize_epsg_07 (filter, first, last); in initialize_epsg()
248 initialize_epsg_08 (filter, first, last); in initialize_epsg()
249 initialize_epsg_09 (filter, first, last); in initialize_epsg()
[all …]
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dhistory.c23 HISTORY current,last; in save_history_info() local
193 HISTORY last; in restore_history_info() local
315 ismand = last.ismand; in restore_history_info()
317 nobof = last.nobof; in restore_history_info()
320 oxmin = last.oxmin; in restore_history_info()
321 oxmax = last.oxmax; in restore_history_info()
322 oymin = last.oymin; in restore_history_info()
323 oymax = last.oymax; in restore_history_info()
324 ox3rd = last.ox3rd; in restore_history_info()
325 oy3rd = last.oy3rd; in restore_history_info()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/vmalloc/
H A Dvmlast.c89 { last->last = last->data;
99 return (Void_t*)last->last;
119 if(data != (Void_t*)last->last )
125 last->last = NIL(Vmuchar_t*);
166 if(data != (Void_t*)last->last )
204 last->last = last->data;
211 data = (Void_t*)last->last;
259 last->last = data;
280 if(last->last) in laststat()
282 st->s_busy = last->data - last->last; in laststat()
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/phpmyadmin/sql-parser/src/
H A DLexer.php108 public $last = 0; variable in PhpMyAdmin\\SqlParser\\Lexer
227 for ($this->last = 0, $lastIdx = 0; $this->last < $this->len; $lastIdx = ++$this->last) {
423 $iEnd = $this->last;
561 --$this->last;
660 --$this->last;
699 $token = $this->str[$this->last] . $this->str[++$this->last]
764 for (; $this->last < $this->len; ++$this->last) {
864 --$this->last;
896 $token .= $this->str[$this->last] . $this->str[++$this->last];
905 if ($this->last >= $this->len || $this->str[$this->last] !== $quote) {
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/phpmyadmin/sql-parser/src/
H A DLexer.php113 public $last = 0; variable in PhpMyAdmin\\SqlParser\\Lexer
228 for ($this->last = 0, $lastIdx = 0; $this->last < $this->len; $lastIdx = ++$this->last) {
575 --$this->last;
592 while (++$this->last < $this->len && $this->str[$this->last] !== "\n") {
674 --$this->last;
713 $token = $this->str[$this->last] . $this->str[++$this->last]
780 for (; $this->last < $this->len; ++$this->last) {
886 --$this->last;
924 $token .= $this->str[$this->last] . $this->str[++$this->last];
934 if ($this->last >= $this->len || $this->str[$this->last] !== $quote) {
[all …]
/dports/devel/date/date-3.0.1/test/date_test/
H A Dop_div_survey.pass.cpp82 static_assert(is_same<decltype(test( 1, last, last)), void>{}, ""); in main()
84 static_assert(is_same<decltype(test( 1, last, sun[last])), void>{}, ""); in main()
98 static_assert(is_same<decltype(test( 1, sun[last], last)), void>{}, ""); in main()
306 static_assert(is_same<decltype(test( last, last, last)), void>{}, ""); in main()
308 static_assert(is_same<decltype(test( last, last, sun[last])), void>{}, ""); in main()
322 static_assert(is_same<decltype(test( last, sun[last], last)), void>{}, ""); in main()
324 static_assert(is_same<decltype(test( last, sun[last], sun[last])), void>{}, ""); in main()
418 static_assert(is_same<decltype(test(sun[last], last, last)), void>{}, ""); in main()
420 static_assert(is_same<decltype(test(sun[last], last, sun[last])), void>{}, ""); in main()
434 static_assert(is_same<decltype(test(sun[last], sun[last], last)), void>{}, ""); in main()
[all …]
/dports/devel/hhdate/date-3.0.1/test/date_test/
H A Dop_div_survey.pass.cpp82 static_assert(is_same<decltype(test( 1, last, last)), void>{}, ""); in main()
84 static_assert(is_same<decltype(test( 1, last, sun[last])), void>{}, ""); in main()
98 static_assert(is_same<decltype(test( 1, sun[last], last)), void>{}, ""); in main()
306 static_assert(is_same<decltype(test( last, last, last)), void>{}, ""); in main()
308 static_assert(is_same<decltype(test( last, last, sun[last])), void>{}, ""); in main()
322 static_assert(is_same<decltype(test( last, sun[last], last)), void>{}, ""); in main()
324 static_assert(is_same<decltype(test( last, sun[last], sun[last])), void>{}, ""); in main()
418 static_assert(is_same<decltype(test(sun[last], last, last)), void>{}, ""); in main()
420 static_assert(is_same<decltype(test(sun[last], last, sun[last])), void>{}, ""); in main()
434 static_assert(is_same<decltype(test(sun[last], sun[last], last)), void>{}, ""); in main()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/date/test/date_test/
H A Dop_div_survey.pass.cpp82 static_assert(is_same<decltype(test( 1, last, last)), void>{}, ""); in main()
84 static_assert(is_same<decltype(test( 1, last, sun[last])), void>{}, ""); in main()
98 static_assert(is_same<decltype(test( 1, sun[last], last)), void>{}, ""); in main()
306 static_assert(is_same<decltype(test( last, last, last)), void>{}, ""); in main()
308 static_assert(is_same<decltype(test( last, last, sun[last])), void>{}, ""); in main()
322 static_assert(is_same<decltype(test( last, sun[last], last)), void>{}, ""); in main()
324 static_assert(is_same<decltype(test( last, sun[last], sun[last])), void>{}, ""); in main()
418 static_assert(is_same<decltype(test(sun[last], last, last)), void>{}, ""); in main()
420 static_assert(is_same<decltype(test(sun[last], last, sun[last])), void>{}, ""); in main()
434 static_assert(is_same<decltype(test(sun[last], sun[last], last)), void>{}, ""); in main()
[all …]
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/testing/tests/timezone/
H A D5021-list.result10 <last-modified>all good</last-modified>
15 <last-modified>all good</last-modified>
20 <last-modified>all good</last-modified>
25 <last-modified>all good</last-modified>
30 <last-modified>all good</last-modified>
35 <last-modified>all good</last-modified>
40 <last-modified>all good</last-modified>
45 <last-modified>all good</last-modified>
50 <last-modified>all good</last-modified>
55 <last-modified>all good</last-modified>
[all …]
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/lazperf/detail/
H A Dfield_gpstime10.cpp117 last = (last + i) & 3; in compress()
129 last = next; in compress()
235 last = (last + i) & 3; in compress()
246 last = next; in compress()
299 last_gpstime[last].value += last_gpstime_diff[last]; in decompress()
310 last = next; in decompress()
317 last = (last + multi -2) & 3; in decompress()
326 last_gpstime[last].value += ic_gpstime.decompress(dec_, last_gpstime_diff[last], 1); in decompress()
388 last = next; in decompress()
394 last = (last + multi - LASZIP_GPSTIME_MULTI_CODE_FULL) & 3; in decompress()
[all …]
/dports/textproc/p5-YAML-PP/YAML-PP-0.020/lib/YAML/PP/
H A DEmitter.pm60 my $last = $stack->[-1];
146 $last->{index}++;
171 $last = $stack->[-1];
245 $last->{index}++;
286 $last = $stack->[-1];
562 if ($last->{type} eq 'MAP' or $last->{type} eq 'SEQ') {
563 if ($last->{index} == 0 and $last->{newline}) {
622 $last->{index}++;
642 if ($last->{type} eq 'MAP' or $last->{type} eq 'SEQ') {
643 if ($last->{index} == 0 and $last->{newline}) {
[all …]
/dports/databases/pgFormatter/pgFormatter-5.1/lib/pgFormatter/
H A DBeautify.pm854 and defined $last and $last eq ';'
869 $last = $self->_set_last($token, $last);
880 $last = $self->_set_last($token, $last);
888 $last = $self->_set_last($token, $last);
1066 $last = $self->_set_last($token, $last);
1566 $last = $self->_set_last($token, $last);
1668 and defined $last and $last ne '('
1968 $last = $self->_set_last($token, $last);
1974 $last = $self->_set_last($token, $last);
1984 $last = $self->_set_last($token, $last);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encodings.Web/src/System/Text/Encodings/Web/
H A DUnicodeRanges.generated.cs117 …nge Hebrew { get { return _hebrew ?? CreateRange(ref _hebrew, first: '\u0590', last: '\u05FF'); } }
162 …UnicodeRange NKo { get { return _nKo ?? CreateRange(ref _nKo, first: '\u07C0', last: '\u07FF'); } }
234 …eRange Oriya { get { return _oriya ?? CreateRange(ref _oriya, first: '\u0B00', last: '\u0B7F'); } }
243 …eRange Tamil { get { return _tamil ?? CreateRange(ref _tamil, first: '\u0B80', last: '\u0BFF'); } }
288 …codeRange Thai { get { return _thai ?? CreateRange(ref _thai, first: '\u0E00', last: '\u0E7F'); } }
297 …UnicodeRange Lao { get { return _lao ?? CreateRange(ref _lao, first: '\u0E80', last: '\u0EFF'); } }
378 …eRange Ogham { get { return _ogham ?? CreateRange(ref _ogham, first: '\u1680', last: '\u169F'); } }
387 …eRange Runic { get { return _runic ?? CreateRange(ref _runic, first: '\u16A0', last: '\u16FF'); } }
1089 …codeRange Lisu { get { return _lisu ?? CreateRange(ref _lisu, first: '\uA4D0', last: '\uA4FF'); } }
1098 …UnicodeRange Vai { get { return _vai ?? CreateRange(ref _vai, first: '\uA500', last: '\uA63F'); } }
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dloopctl.t57 last TEST1;
61 last TEST1;
82 last TEST2;
130 last;
228 last;
322 last;
401 last;
451 last;
954 last;
961 last;
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dloopctl.t57 last TEST1;
61 last TEST1;
82 last TEST2;
130 last;
228 last;
322 last;
401 last;
451 last;
954 last;
961 last;
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dloopctl.t57 last TEST1;
61 last TEST1;
82 last TEST2;
130 last;
228 last;
322 last;
401 last;
451 last;
954 last;
961 last;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dloopctl.t57 last TEST1;
61 last TEST1;
82 last TEST2;
130 last;
228 last;
322 last;
401 last;
451 last;
954 last;
961 last;
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/display/
H A Dutils.cc69 if (first == last) in print_string()
74 while (first + 1 != last && *str != '\0') in print_string()
122 return std::find(first, last, '\0'); in print_address()
177 first = print_buffer(first, last , "]"); in print_download_info_full()
179 if (first > last) in print_download_info_full()
215 if (first > last) in print_download_status()
226 if (first > last) in print_download_column_compact()
235 first = print_buffer(first, last, "|"); in print_download_info_compact()
246 first = print_buffer(first, last, "|"); in print_download_info_compact()
277 if (first > last) in print_download_info_compact()
[all …]
/dports/security/suricata/suricata-6.0.4/src/tests/
H A Dsource-pcap.c44 TestData data[] = {{.last = 0, .current = 0}, in UpdatePcapStatsValue64NoChange01()
45 {.last = 12345, .current = 12345}, in UpdatePcapStatsValue64NoChange01()
70 uint32_t upper = Upper32(data[i].last); in UpdatePcapStatsValue64NoChange02()
88 TestData data[] = {{.last = 0, .current = 1}, in UpdatePcapStatsValue64NoOverflow01()
89 {.last = 12345, .current = 34567}, in UpdatePcapStatsValue64NoOverflow01()
113 uint32_t upper = Upper32(data[i].last); in UpdatePcapStatsValue64NoOverflow02()
131 {.last = 12345, .current = 22}, {.last = 12345, .current = 12344}, in UpdatePcapStatsValue64Overflow01()
157 uint32_t upper = Upper32(data[i].last); in UpdatePcapStatsValue64Overflow02()
201 FAIL_IF_NOT(last.ps_recv < current.ps_recv); in UpdatePcapStats64Assorted01()
202 FAIL_IF_NOT(last.ps_drop < current.ps_drop); in UpdatePcapStats64Assorted01()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/algorithm/
H A Dminmax_element.hpp58 if (first == last) in basic_minmax_element()
59 return std::make_pair(last,last); in basic_minmax_element()
66 if (second == last) in basic_minmax_element()
213 if (first == last) return last;
226 if (first == last) return last;
239 if (first == last) return last;
252 if (first == last) return last;
336 if (first == last) in basic_first_min_last_max_element()
337 return std::make_pair(last,last); in basic_first_min_last_max_element()
382 if (first == last) return std::make_pair(last,last); in basic_last_min_first_max_element()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/algorithm/
H A Dminmax_element.hpp60 if (first == last) in basic_minmax_element()
61 return std::make_pair(last,last); in basic_minmax_element()
68 if (second == last) in basic_minmax_element()
217 if (first == last) return last;
230 if (first == last) return last;
243 if (first == last) return last;
256 if (first == last) return last;
340 if (first == last) in basic_first_min_last_max_element()
341 return std::make_pair(last,last); in basic_first_min_last_max_element()
386 if (first == last) return std::make_pair(last,last); in basic_last_min_first_max_element()
[all …]

12345678910>>...622