Home
last modified time | relevance | path

Searched defs:Limit (Results 101 – 125 of 10100) sorted by relevance

12345678910>>...404

/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/test/Inputs/
H A Drequests.json1 [{"Limit":100,"ProximityPaths":["/usr/home/user/clang-tools-extra/clangd/benchmarks/IndexBenchmark.… number
2 {"Limit":100,"ProximityPaths":[],"Query":"s","RestrictForCodeCompletion":true,"Scopes":["llvm::", "… number
3 {"Limit":100,"ProximityPaths":[],"Query":"sy","RestrictForCodeCompletion":true,"Scopes":["llvm::", … number
4 {"Limit":100,"ProximityPaths":[],"Query":"sys","RestrictForCodeCompletion":true,"Scopes":["llvm::",… number
5 {"Limit":100,"ProximityPaths":[],"Query":"sys","RestrictForCodeCompletion":true,"Scopes":["llvm::",… number
6 {"Limit":100,"ProximityPaths":[],"Query":"Dex","RestrictForCodeCompletion":true,"Scopes":["clang::c… number
7 {"Limit":100,"ProximityPaths":[],"Query":"Variable","RestrictForCodeCompletion":true,"Scopes":[""],… number
/dports/www/zola/zola-0.15.2/cargo-crates/security-framework-2.4.2/src/
H A Dkey.rs70 Err(unsafe { CFError::wrap_under_create_rule(error) }) in key()
78 // FIXME
79 impl fmt::Debug for SecKey {
/dports/devel/rabs/rabs-2.19.5/minilang/src/
H A Dml_math.c203 int Limit = ml_integer_value(Args[1]) + 1 - Base; in ML_FUNCTION() local
211 int Limit = ml_integer_value(Args[0]); in ML_FUNCTION() local
226 int Limit = ml_integer_value(Args[0]); in ML_FUNCTION() local
249 int Limit = ml_integer_value(Args[0]); in ML_FUNCTION() local
277 double Limit = ml_real_value(Args[1]) - Base; in ML_FUNCTION() local
282 double Limit = ml_real_value(Args[0]); in ML_FUNCTION() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-infinite-loop.cpp35 int Limit = 10; in simple_infinite_loop2() local
63 int Limit = 100; in simple_not_infinite1() local
140 int Limit = 100; in escape_before1() local
157 int Limit = 100; in escape_before2() local
174 int Limit = 100; in escape_inside1() local
190 int Limit = 100; in escape_inside2() local
206 int Limit = 10; in escape_after1() local
217 int Limit = 10; in escape_after2() local
228 int i = 0, Limit = 100; in global1() local
236 int i = 0, Limit = 100; in global2() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-infinite-loop.cpp35 int Limit = 10; in simple_infinite_loop2() local
63 int Limit = 100; in simple_not_infinite1() local
140 int Limit = 100; in escape_before1() local
157 int Limit = 100; in escape_before2() local
174 int Limit = 100; in escape_inside1() local
190 int Limit = 100; in escape_inside2() local
206 int Limit = 10; in escape_after1() local
217 int Limit = 10; in escape_after2() local
228 int i = 0, Limit = 100; in global1() local
236 int i = 0, Limit = 100; in global2() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-infinite-loop.cpp35 int Limit = 10; in simple_infinite_loop2() local
63 int Limit = 100; in simple_not_infinite1() local
140 int Limit = 100; in escape_before1() local
157 int Limit = 100; in escape_before2() local
174 int Limit = 100; in escape_inside1() local
190 int Limit = 100; in escape_inside2() local
206 int Limit = 10; in escape_after1() local
217 int Limit = 10; in escape_after2() local
228 int i = 0, Limit = 100; in global1() local
236 int i = 0, Limit = 100; in global2() local
[all …]
/dports/devel/okteta/okteta-0.26.6/core/
H A Drange.hpp57 void restrictTo(const Range& Limit) in restrictTo()
60 void restrictStartTo(T Limit) { if (Start < Limit) {Start = Limit;}} in restrictStartTo()
62 void restrictEndTo(T Limit) { if (End > Limit) {End = Limit;}} in restrictEndTo()
64 void extendTo(const Range& Limit) in extendTo()
67 void extendStartTo(T Limit) { if (Start > Limit) {Start = Limit;}} in extendStartTo()
69 void extendEndTo(T Limit) { if (End < Limit) {End = Limit;}} in extendEndTo()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tower-limit-0.1.3/src/concurrency/
H A Dservice.rs18 struct Limit { struct
28 limit: Limit { in new() argument
107 impl Drop for Limit { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tower-limit-0.1.3/src/concurrency/
H A Dservice.rs18 struct Limit { struct
28 limit: Limit { in new() argument
107 impl Drop for Limit { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/bincode-1.3.1/src/config/
H A Dmod.rs53 type Limit = Infinite; typedef
297 type Limit = O::Limit; typedef
302 fn limit(&mut self) -> &mut O::Limit { in limit()
308 type Limit = L; typedef
318 type Limit = O::Limit; typedef
323 fn limit(&mut self) -> &mut O::Limit { in limit()
329 type Limit = O::Limit; typedef
334 fn limit(&mut self) -> &mut O::Limit { in limit()
343 type Limit: SizeLimit + 'static; typedef
348 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/bincode-1.3.1/src/config/
H A Dmod.rs53 type Limit = Infinite; typedef
297 type Limit = O::Limit; typedef
302 fn limit(&mut self) -> &mut O::Limit { in limit()
308 type Limit = L; typedef
318 type Limit = O::Limit; typedef
323 fn limit(&mut self) -> &mut O::Limit { in limit()
329 type Limit = O::Limit; typedef
334 fn limit(&mut self) -> &mut O::Limit { in limit()
343 type Limit: SizeLimit + 'static; typedef
348 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/bincode-1.3.2/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/bincode/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/bincode/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/bincode/src/config/
H A Dmod.rs53 type Limit = Infinite; typedef
297 type Limit = O::Limit; typedef
302 fn limit(&mut self) -> &mut O::Limit { in limit()
308 type Limit = L; typedef
318 type Limit = O::Limit; typedef
323 fn limit(&mut self) -> &mut O::Limit { in limit()
329 type Limit = O::Limit; typedef
334 fn limit(&mut self) -> &mut O::Limit { in limit()
343 type Limit: SizeLimit + 'static; typedef
348 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/bincode-1.3.3/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/bincode/src/config/
H A Dmod.rs99 type Limit = Infinite; typedef
343 type Limit = O::Limit; typedef
348 fn limit(&mut self) -> &mut O::Limit { in limit()
354 type Limit = L; typedef
364 type Limit = O::Limit; typedef
369 fn limit(&mut self) -> &mut O::Limit { in limit()
375 type Limit = O::Limit; typedef
380 fn limit(&mut self) -> &mut O::Limit { in limit()
389 type Limit: SizeLimit + 'static; typedef
394 fn limit(&mut self) -> &mut Self::Limit; in limit()
[all …]

12345678910>>...404