Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 25 of 10128) sorted by relevance

12345678910>>...406

/dports/www/tikiwiki/tiki-21.2/lib/rankings/
H A Dranklib.php331 function forums_ranking_top_topics($limit)
401 function gal_ranking_top_galleries($limit)
430 function filegal_ranking_top_galleries($limit)
459 function gal_ranking_top_images($limit)
487 function filegal_ranking_top_files($limit)
515 function gal_ranking_last_images($limit)
543 function filegal_ranking_last_files($limit)
571 function cms_ranking_top_articles($limit)
599 function blog_ranking_top_blogs($limit)
655 function blog_ranking_last_posts($limit)
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dgdfdatatype.m76 limit = [0,256,256]; variable
80 limit = [-128,127,128]; variable
84 limit = [0,256,256]; variable
88 limit = [-2^15,2^15-1,-2^15]; variable
92 limit = [0,2^16,2^16]; variable
96 limit = [-2^31,2^31-1,-2^31]; variable
100 limit = [0,2^32,2^32]; variable
108 limit = [0,2^64,2^64]; variable
120 limit = [-inf,inf,NaN]; variable
129 limit = [0,2^nbits,2^nbits]; variable
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/openstack_v1.1/
H A D_v2_0__quota_set.json5 "limit": 20, number
10 "limit": -1, number
15 "limit": -1, number
21 "limit": 10240, number
26 "limit": 255, number
31 "limit": 5, number
36 "limit": 10, number
41 "limit": 100, number
56 "limit": -1, number
61 "limit": -1, number
[all …]
H A D_v3_0__volume_quota.json5 "limit": 1000, number
10 "limit": 10, number
15 "limit": 1000, number
20 "limit": -1, number
25 "limit": 10, number
31 "limit": -1, number
36 "limit": 10, number
41 "limit": -1, number
46 "limit": 10, number
51 "limit": -1, number
H A D_v2_0__network_quota.json5 "limit": 2, number
10 "limit": 10, number
15 "limit": -1, number
20 "limit": 100, number
25 "limit": 10, number
30 "limit": 100, number
35 "limit": 500, number
40 "limit": 100, number
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/call-limit/
H A DREADME.md25 const limit = require('call-limit')
34 it completes, or `call-limit` won't know to dequeue the next thing to run.
39 ### limit.promise(func, maxRunning) → limitedFunc
49 ### limit.method(class, methodName, maxRunning)
57 ### limit.method(object, methodName, maxRunning)
68 ### limit.promise.method(class, methodName, maxRunning)
76 ### limit.promise.method(object, methodName, maxRunning)
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/call-limit/
H A DREADME.md25 const limit = require('call-limit')
34 it completes, or `call-limit` won't know to dequeue the next thing to run.
39 ### limit.promise(func, maxRunning) → limitedFunc
49 ### limit.method(class, methodName, maxRunning)
57 ### limit.method(object, methodName, maxRunning)
68 ### limit.promise.method(class, methodName, maxRunning)
76 ### limit.promise.method(object, methodName, maxRunning)
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/call-limit/
H A DREADME.md25 const limit = require('call-limit')
34 it completes, or `call-limit` won't know to dequeue the next thing to run.
39 ### limit.promise(func, maxRunning) → limitedFunc
49 ### limit.method(class, methodName, maxRunning)
57 ### limit.method(object, methodName, maxRunning)
68 ### limit.promise.method(class, methodName, maxRunning)
76 ### limit.promise.method(object, methodName, maxRunning)
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/call-limit/
H A DREADME.md25 const limit = require('call-limit')
34 it completes, or `call-limit` won't know to dequeue the next thing to run.
39 ### limit.promise(func, maxRunning) → limitedFunc
49 ### limit.method(class, methodName, maxRunning)
57 ### limit.method(object, methodName, maxRunning)
68 ### limit.promise.method(class, methodName, maxRunning)
76 ### limit.promise.method(object, methodName, maxRunning)
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/call-limit/
H A DREADME.md25 const limit = require('call-limit')
34 it completes, or `call-limit` won't know to dequeue the next thing to run.
39 ### limit.promise(func, maxRunning) → limitedFunc
49 ### limit.method(class, methodName, maxRunning)
57 ### limit.method(object, methodName, maxRunning)
68 ### limit.promise.method(class, methodName, maxRunning)
76 ### limit.promise.method(object, methodName, maxRunning)
/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_limits.h77 struct limit *limit; /* Pointer to sublimit's limit. */ member
144 struct limit { struct
151 uint64_t lim; /* { limit } */ argument
158 struct sublimits_list sublimits;/* All { sublimit {}} */ argument
167 limit's event. */ argument
168 unsigned int event_sec; /* Time when to check some limit's argument
175 const struct rule *rule; /* Pointer to limit's rule. */ argument
177 unsigned char cnt_type; /* Type of "limit" parameter. */ argument
178 signed char load_limit; /* { load_limit } */ argument
180 char *name; /* Name of this limit. */ argument
[all …]
H A Dipastat_limits.h50 struct limit { struct
53 char *name; /* Name of this limit. */ argument
54 char *info; /* Info for this limit. */ argument
61 int inited; /* Set if limit was initialized. */ argument
76 struct limit *limit; /* Corresponding limit structure. */ member
H A Dipa_limits.c140 limit_set_event_sec(struct limit *limit) in limit_set_event_sec()
161 limit_add_chunk(const struct rule *rule, struct limit *limit, in limit_add_chunk()
191 struct limit *limit; in limits_add_chunk() local
207 limit_sub_chunk(const struct rule *rule, struct limit *limit, in limit_sub_chunk()
237 struct limit *limit; in limits_sub_chunk() local
252 new_limit_state(const struct rule *rule, struct limit *limit) in new_limit_state()
325 restart_limit(const struct rule *rule, struct limit *limit) in restart_limit()
363 expire_limit(const struct rule *rule, struct limit *limit) in expire_limit()
408 reach_limit(const struct rule *rule, struct limit *limit) in reach_limit()
539 struct limit *limit; in check_limits() local
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dtest.h166 #define NS_TEST_ASSERT_MSG_EQ(actual, limit, msg) \ argument
283 #define NS_TEST_EXPECT_MSG_EQ(actual, limit, msg) \ argument
622 #define NS_TEST_ASSERT_MSG_NE(actual, limit, msg) \ argument
737 #define NS_TEST_EXPECT_MSG_NE(actual, limit, msg) \ argument
809 #define NS_TEST_ASSERT_MSG_LT(actual, limit, msg) \ argument
830 #define NS_TEST_ASSERT_MSG_LT_OR_EQ(actual, limit, msg) \ argument
901 #define NS_TEST_EXPECT_MSG_LT(actual, limit, msg) \ argument
922 #define NS_TEST_EXPECT_MSG_LT_OR_EQ(actual, limit, msg) \ argument
995 #define NS_TEST_ASSERT_MSG_GT(actual, limit, msg) \ argument
1016 #define NS_TEST_ASSERT_MSG_GT_OR_EQ(actual, limit, msg) \ argument
[all …]
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/test/
H A Dlimit.cpp5 TEST(limit, unpack_array_no_over) in TEST() argument
27 TEST(limit, unpack_array_over) in TEST() argument
49 TEST(limit, unpack_map_no_over) in TEST() argument
71 TEST(limit, unpack_map_over) in TEST() argument
93 TEST(limit, unpack_str_no_over) in TEST() argument
112 TEST(limit, unpack_str_over) in TEST() argument
131 TEST(limit, unpack_bin_no_over) in TEST() argument
153 TEST(limit, unpack_bin_over) in TEST() argument
175 TEST(limit, unpack_ext_no_over) in TEST() argument
196 TEST(limit, unpack_ext_over) in TEST() argument
[all …]
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/test/
H A Dlimit.cpp16 TEST(limit, unpack_array_no_over) in TEST() argument
38 TEST(limit, unpack_array_over) in TEST() argument
60 TEST(limit, unpack_map_no_over) in TEST() argument
82 TEST(limit, unpack_map_over) in TEST() argument
104 TEST(limit, unpack_str_no_over) in TEST() argument
123 TEST(limit, unpack_str_over) in TEST() argument
142 TEST(limit, unpack_bin_no_over) in TEST() argument
164 TEST(limit, unpack_bin_over) in TEST() argument
186 TEST(limit, unpack_ext_no_over) in TEST() argument
207 TEST(limit, unpack_ext_over) in TEST() argument
[all …]
/dports/science/octopus/octopus-10.5/external_libs/dftd3/
H A Dcommon.f9061 subroutine limit(iat,jat,iadr,jadr) subroutine
79 end subroutine limit argument
/dports/science/quantum-espresso/q-e-qe-6.7.0/dft-d3/
H A Dcommon.f9060 subroutine limit(iat,jat,iadr,jadr) subroutine
78 end subroutine limit argument
/dports/sysutils/vector/tower-c87fdd9c1e4c0728fdaa87d3fafe3e48da9b498a/tower/tests/limit/
H A Dconcurrency.rs7 let limit = ConcurrencyLimitLayer::new(2); in basic_service_limit_functionality_with_poll_ready() localVariable
50 let limit = ConcurrencyLimitLayer::new(2); in basic_service_limit_functionality_without_poll_ready() localVariable
95 let limit = ConcurrencyLimitLayer::new(0); in request_without_capacity() localVariable
103 let limit = ConcurrencyLimitLayer::new(1); in reserve_capacity_without_sending_request() localVariable
128 let limit = ConcurrencyLimitLayer::new(1); in service_drop_frees_capacity() localVariable
147 let limit = ConcurrencyLimitLayer::new(1); in response_error_releases_capacity() localVariable
167 let limit = ConcurrencyLimitLayer::new(1); in response_future_drop_releases_capacity() localVariable
187 let limit = ConcurrencyLimitLayer::new(1); in multi_waiters() localVariable
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/gce/
H A Dproject.json30 "limit": 5, number
35 "limit": 100, number
40 "limit": 100, number
45 "limit": 7, number
55 "limit": 50, number
60 "limit": 50, number
65 "limit": 50, number
70 "limit": 23, number
75 "limit": 50, number
80 "limit": 50, number
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/limit/
H A Dfunction.go1 package limit package
12 type limit struct { struct
13 interfaces.FunctionBase
31 …m, until int64, values map[parser.MetricRequest][]*types.MetricData) ([]*types.MetricData, error) {
50 func (f *limit) Description() map[string]types.FunctionDescription {
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtraceback.py46 def print_tb(tb, limit=None, file=None): argument
74 def format_tb(tb, limit = None): argument
78 def extract_tb(tb, limit = None): argument
110 def print_exception(etype, value, tb, limit=None, file=None): argument
130 def format_exception(etype, value, tb, limit = None): argument
225 def print_exc(limit=None, file=None): argument
238 def format_exc(limit=None): argument
247 def print_last(limit=None, file=None): argument
258 def print_stack(f=None, limit=None, file=None): argument
272 def format_stack(f=None, limit=None): argument
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtraceback.py46 def print_tb(tb, limit=None, file=None): argument
74 def format_tb(tb, limit = None): argument
78 def extract_tb(tb, limit = None): argument
110 def print_exception(etype, value, tb, limit=None, file=None): argument
130 def format_exception(etype, value, tb, limit = None): argument
225 def print_exc(limit=None, file=None): argument
238 def format_exc(limit=None): argument
247 def print_last(limit=None, file=None): argument
258 def print_stack(f=None, limit=None, file=None): argument
272 def format_stack(f=None, limit=None): argument
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtraceback.py46 def print_tb(tb, limit=None, file=None): argument
74 def format_tb(tb, limit = None): argument
78 def extract_tb(tb, limit = None): argument
110 def print_exception(etype, value, tb, limit=None, file=None): argument
130 def format_exception(etype, value, tb, limit = None): argument
224 def print_exc(limit=None, file=None): argument
237 def format_exc(limit=None): argument
246 def print_last(limit=None, file=None): argument
257 def print_stack(f=None, limit=None, file=None): argument
271 def format_stack(f=None, limit=None): argument
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtraceback.py46 def print_tb(tb, limit=None, file=None): argument
74 def format_tb(tb, limit = None): argument
78 def extract_tb(tb, limit = None): argument
110 def print_exception(etype, value, tb, limit=None, file=None): argument
130 def format_exception(etype, value, tb, limit = None): argument
224 def print_exc(limit=None, file=None): argument
237 def format_exc(limit=None): argument
246 def print_last(limit=None, file=None): argument
257 def print_stack(f=None, limit=None, file=None): argument
271 def format_stack(f=None, limit=None): argument
[all …]

12345678910>>...406