Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/third_party/rust/crates/nom/doc/
Dchoosing_a_combinator.md13 | [char](https://docs.rs/nom/latest/nom/character/complete/fn.char.html) | `char('a')` | `"abc"` |…
14 | [is_a](https://docs.rs/nom/latest/nom/bytes/complete/fn.is_a.html) | ` is_a("ab")` | `"ababc"` |…
15 | [is_not](https://docs.rs/nom/latest/nom/bytes/complete/fn.is_not.html) | `is_not("cd")` | `"abab…
16 | [one_of](https://docs.rs/nom/latest/nom/character/complete/fn.one_of.html) | `one_of("abc")` | `…
17 | [none_of](https://docs.rs/nom/latest/nom/character/complete/fn.none_of.html) | `none_of("abc")` |…
18 | [tag](https://docs.rs/nom/latest/nom/bytes/complete/fn.tag.html) | `tag("hello")` | `"hello worl…
19 | [tag_no_case](https://docs.rs/nom/latest/nom/bytes/complete/fn.tag_no_case.html) | `tag_no_case("…
20 | [take](https://docs.rs/nom/latest/nom/bytes/complete/fn.take.html) | `take(4)` | `"hello"` | `Ok…
21 | [take_while](https://docs.rs/nom/latest/nom/bytes/complete/fn.take_while.html) | `take_while(is_a…
22 | [take_till](https://docs.rs/nom/latest/nom/bytes/complete/fn.take_till.html) | `take_till(is_alph…
[all …]
Dcustom_input_types.md26 | [AsBytes](https://docs.rs/nom/latest/nom/trait.AsBytes.html) |Casts the input type to a byte slic…
27 | [Compare](https://docs.rs/nom/latest/nom/trait.Compare.html) |Character comparison operations|
28 | [ExtendInto](https://docs.rs/nom/latest/nom/trait.ExtendInto.html) |Abstracts something which can…
29 | [FindSubstring](https://docs.rs/nom/latest/nom/trait.FindSubstring.html) |Look for a substring in…
30 | [FindToken](https://docs.rs/nom/latest/nom/trait.FindToken.html) |Look for self in the given inpu…
31 | [InputIter](https://docs.rs/nom/latest/nom/trait.InputIter.html) |Common iteration operations on …
32 | [InputLength](https://docs.rs/nom/latest/nom/trait.InputLength.html) |Calculate the input length|
33 | [InputTake](https://docs.rs/nom/latest/nom/trait.InputTake.html) |Slicing operations|
34 | [InputTakeAtPosition](https://docs.rs/nom/latest/nom/trait.InputTakeAtPosition.html) |Look for a …
35 | [Offset](https://docs.rs/nom/latest/nom/trait.Offset.html) |Calculate the offset between slices|
[all …]
/third_party/node/deps/npm/node_modules/latest-version/
Dreadme.md1 # latest-version [![Build Status](https://travis-ci.org/sindresorhus/latest-version.svg?branch=mast…
3 > Get the latest version of an npm package
5 …28638b387072/package.json#L37-L85) module like the [latest](https://github.com/bahamas10/node-late…
11 $ npm install --save latest-version
18 const latestVersion = require('latest-version');
34 - [latest-version-cli](https://github.com/sindresorhus/latest-version-cli) - CLI for this module
/third_party/node/deps/npm/lib/search/
Dall-package-metadata.js46 ).then(({entryStream, latest, newEntries}) => { property
49 return createCacheWriteStream(cachePath, latest, opts).then(writer => {
83 const latest = updatedLatest || cacheLatest
91 latest,
98 latest,
137 function createEntryUpdateStream (staleness, latest, opts) { argument
141 if (latest && (Date.now() - latest < (staleness * 1000))) {
145 } else if (latest === 0) {
149 …log.verbose('all-package-metadata', 'Cached data present with timestamp:', latest, 'requesting par…
150 uri += '/since?stale=update_after&startkey=' + latest
[all …]
/third_party/node/deps/npm/node_modules/aws4/
DREADME.md7 [AWS Signature Version 4](http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.h…
12 [S3](http://docs.aws.amazon.com/AmazonS3/latest/API/),
13 [EC2](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/),
14 [DynamoDB](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html),
15 [Kinesis](http://docs.aws.amazon.com/kinesis/latest/APIReference/),
16 [Lambda](http://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html),
17 [SQS](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/),
18 [SNS](http://docs.aws.amazon.com/sns/latest/api/),
19 [IAM](http://docs.aws.amazon.com/IAM/latest/APIReference/),
20 [STS](http://docs.aws.amazon.com/STS/latest/APIReference/),
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D29-1.c87 static volatile sig_atomic_t latest; variable
95 latest++; in handler()
97 if (latest != info->si_value.sival_int) { in handler()
99 info->si_value.sival_int, latest); in handler()
172 if (latest != 0) { in main()
187 if (latest != QUEUELENGTH) { in main()
188 output("Only %d signal delivered instead of %d\n", latest, in main()
191 if (latest == 1) { in main()
/third_party/node/deps/npm/node_modules/libnpmpublish/test/
Dunpublish.js21 latest: '1.0.0' property
46 latest: '1.0.0' property
71 latest: '1.0.0' property
98 latest: '1.0.1' property
120 latest: '1.0.0' property
165 latest: '1.0.0' property
182 latest: '1.0.0' property
208 latest: '1.0.0' property
230 latest: '1.0.0' property
Dpublish.js38 latest: '1.0.0' property
96 latest: '1.0.0' property
166 'dist-tags': { latest: '1.0.1' }, property
192 'dist-tags': { latest: '1.0.0' }, property
224 'dist-tags': { latest: '1.0.0' }, property
277 'dist-tags': { latest: '1.0.0' }, property
308 'dist-tags': { latest: '1.0.0' }, property
360 'dist-tags': { latest: '1.0.0' }, property
423 latest: '1.0.0' property
496 latest: '1.0.0' property
[all …]
/third_party/node/deps/npm/test/tap/
Dall-package-metadata-write-stream-unit.js50 var latest = 12345
56 return _createCacheWriteStream(cachePath, latest, {
73 '_updated': latest,
89 var latest = 12345
92 return _createCacheWriteStream(cachePath, latest, {
108 var latest = 12345
111 return _createCacheWriteStream(cachePath, latest, {
122 '_updated': latest
Ddist-tag.js21 .reply(200, { latest: '1.0.0', a: '0.0.1', b: '0.5.0' }) property
24 .reply(200, { latest: '1.0.0', a: '0.0.1', b: '0.5.0' }) property
28 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0' }) property
31 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0' }) property
35 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0' }) property
37 .reply(200, { latest: '7.7.7', a: '0.0.2', b: '0.6.0', c: '7.7.7' }) property
41 .reply(200, { latest: '2.0.0', b: '0.6.0' }) property
45 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0', c: '7.7.7' }) property
51 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0' }) property
57 .reply(200, { latest: '4.0.0' }) property
Dall-package-metadata-update-stream-unit.js58 updatedLatest: latest
60 t.equals(latest, 1234, '`latest` correctly extracted')
88 updatedLatest: latest
90 t.equals(latest, now, '`latest` correctly extracted from header')
120 updatedLatest: latest
122 t.equals(latest, 1234, '`latest` correctly extracted')
164 updatedLatest: latest
167 t.notOk(latest, 'no latest returned')
Dall-package-metadata-entry-stream-unit.js63 latest, property
66 t.equals(latest, dataTime, '`latest` correctly extracted')
100 latest, property
103 t.equals(latest, cacheTime, '`latest` is cache time')
142 latest, property
145 t.equals(latest, now, '`latest` correctly extracted from header')
175 latest, property
/third_party/node/deps/npm/node_modules/package-json/
Dreadme.md48 Default: `latest`
50 …kage version such as `1.0.0` or a [dist tag](https://docs.npmjs.com/cli/dist-tag) such as `latest`.
54 - `1` - get the latest `1.x.x`
55 - `1.2` - get the latest `1.2.x`
56 - `^1.2.3` - get the latest `1.x.x` but at least `1.2.3`
57 - `~1.2.3` - get the latest `1.2.x` but at least `1.2.3`
82 - [latest-version](https://github.com/sindresorhus/latest-version) - Get the latest version of an n…
/third_party/node/deps/npm/lib/
Doutdated.js146 var latest = p[4]
154 latest,
178 var latest = p[4]
185 depname + '@' + latest
201 var latest = p[4]
208 latest: latest, property
380 function doIt (wanted, latest) { argument
386 return cb(null, [[tree, dep, c, wanted, latest, req, null, pkgpath]])
388 cb(null, [[tree, dep, c, wanted, latest, req, type, pkgpath]])
396 var latest = localDependency.version
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dfiletools.cpp78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local
79 if (latest < 0 || latest == 2) { in isFileModTimeLater()
95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local
96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
/third_party/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local
79 if (latest < 0 || latest == 2) { in isFileModTimeLater()
95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local
96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dfiletools.cpp78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local
79 if (latest < 0 || latest == 2) { in isFileModTimeLater()
95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local
96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dfiletools.cpp78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local
79 if (latest < 0 || latest == 2) { in isFileModTimeLater()
95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local
96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
/third_party/harfbuzz/src/
Dupdate-unicode-tables.make33 curl -O https://unicode.org/Public/UCD/latest/ucd/ArabicShaping.txt
35 curl -O https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
37 curl -O https://unicode.org/Public/UCD/latest/ucd/Blocks.txt
39 curl -O https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt
41 curl -O https://unicode.org/Public/UCD/latest/ucd/IndicSyllabicCategory.txt
43 curl -O https://unicode.org/Public/UCD/latest/ucd/IndicPositionalCategory.txt
49 curl -O https://unicode.org/Public/UCD/latest/ucdxml/ucd.nounihan.grouped.zip
51 curl -O https://unicode.org/Public/UCD/latest/ucd/Scripts.txt
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_combine_stores.c59 nir_intrinsic_instr *latest; member
112 assert(combo->latest); in combine_stores()
113 assert(combo->latest->intrinsic == nir_intrinsic_store_deref); in combine_stores()
118 if ((combo->write_mask & nir_intrinsic_write_mask(combo->latest)) == in combine_stores()
122 state->b.cursor = nir_before_instr(&combo->latest->instr); in combine_stores()
129 unsigned bit_size = combo->latest->src[1].ssa->bit_size; in combine_stores()
143 if (--store->instr.pass_flags == 0 && store != combo->latest) in combine_stores()
149 assert(combo->latest->instr.pass_flags == 0); in combine_stores()
153 nir_intrinsic_instr *store = combo->latest; in combine_stores()
259 combo->latest = intrin; in update_combined_store()
[all …]
/third_party/rust/crates/rustix/
DREADME.md73 [`rustix::fs`]: https://docs.rs/rustix/latest/rustix/fs/index.html
74 [`rustix::io_uring`]: https://docs.rs/rustix/latest/rustix/io_uring/index.html
75 [`rustix::mm`]: https://docs.rs/rustix/latest/rustix/mm/index.html
76 [`rustix::net`]: https://docs.rs/rustix/latest/rustix/net/index.html
77 [`rustix::param`]: https://docs.rs/rustix/latest/rustix/param/index.html
78 [`rustix::process`]: https://docs.rs/rustix/latest/rustix/process/index.html
79 [`rustix::rand`]: https://docs.rs/rustix/latest/rustix/rand/index.html
80 [`rustix::termios`]: https://docs.rs/rustix/latest/rustix/termios/index.html
81 [`rustix::thread`]: https://docs.rs/rustix/latest/rustix/thread/index.html
82 [`rustix::time`]: https://docs.rs/rustix/latest/rustix/time/index.html
[all …]
/third_party/libinput/
DREADME.md18 [here](https://wayland.freedesktop.org/libinput/doc/latest/features.html).
20 This includes the [FAQ](https://wayland.freedesktop.org/libinput/doc/latest/faqs.html)
22 [reporting bugs](https://wayland.freedesktop.org/libinput/doc/latest/reporting-bugs.html).
35 https://wayland.freedesktop.org/libinput/doc/latest/building.html
46 See https://wayland.freedesktop.org/libinput/doc/latest/reporting-bugs.html
52 - Developer API documentation: https://wayland.freedesktop.org/libinput/doc/latest/development.html
54 https://wayland.freedesktop.org/libinput/doc/latest/features.html
56 https://wayland.freedesktop.org/libinput/doc/latest/building.html
/third_party/mesa3d/src/util/
Dralloc.c567 struct linear_header *latest; /* the only buffer that has free space */ member
617 node->latest = node; in create_linear_node()
625 linear_header *latest = first->latest; in linear_alloc_child() local
631 assert(!latest->next); in linear_alloc_child()
636 if (unlikely(latest->offset + full_size > latest->size)) { in linear_alloc_child()
638 new_node = create_linear_node(latest->ralloc_parent, size); in linear_alloc_child()
642 first->latest = new_node; in linear_alloc_child()
643 latest->latest = new_node; in linear_alloc_child()
644 latest->next = new_node; in linear_alloc_child()
645 latest = new_node; in linear_alloc_child()
[all …]
/third_party/rust/crates/tracing/tracing-log/
DREADME.md51 [`AsTrace`]: https://docs.rs/tracing-log/latest/tracing_log/trait.AsTrace.html
52 [`AsLog`]: https://docs.rs/tracing-log/latest/tracing_log/trait.AsLog.html
53 [`LogTracer`]: https://docs.rs/tracing-log/latest/tracing_log/struct.LogTracer.html
54 [`log::Log`]: https://docs.rs/log/latest/log/trait.Log.html
55 [`log::Record`]: https://docs.rs/log/latest/log/struct.Record.html
56 [`tracing::Subscriber`]: https://docs.rs/tracing/latest/tracing/trait.Subscriber.html
57 [`tracing::Event`]: https://docs.rs/tracing/latest/tracing/struct.Event.html
65 Tracing is built against the latest stable release. The minimum supported
/third_party/node/deps/npm/bin/
Dnpm-cli.js91 notifier.update.latest !== pkg.version &&
98 const latest = notifier.update.latest
118 useColor ? color.green(latest) : latest

12345678910>>...46