Home
last modified time | relevance | path

Searched refs:more (Results 276 – 300 of 113165) sorted by relevance

1...<<11121314151617181920>>...4527

/dports/lang/gauche/Gauche-0.9.10/lib/
H A Dsrfi-7.scm38 more ...)
40 (program more ...)))
42 more ...)
44 (program more ...)))
46 more ...)
48 (program more ...)))
50 more ...)
52 (program more ...)))))
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dnon_expressive_names.stderr1 error: consider choosing a more descriptive name
4 LL | let _1 = 1; //~ERROR Consider a more descriptive name
9 error: consider choosing a more descriptive name
12 LL | let ____1 = 1; //~ERROR Consider a more descriptive name
15 error: consider choosing a more descriptive name
18 LL | let __1___2 = 12; //~ERROR Consider a more descriptive name
21 error: consider choosing a more descriptive name
27 error: consider choosing a more descriptive name
33 error: consider choosing a more descriptive name
H A Dlen_zero.stderr5 | ^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `x.is_empty()`
13 | ^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `"".is_empty()`
19 …| ^^^^^^^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `has_is_empt…
25 …| ^^^^^^^^^^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!has_is_em…
31 …| ^^^^^^^^^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!has_is_emp…
37 …| ^^^^^^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `has_is_empty…
43 …| ^^^^^^^^^^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!has_is_em…
49 …| ^^^^^^^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `has_is_empt…
61 …| ^^^^^^^^^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!has_is_emp…
73 …| ^^^^^^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `has_is_empty…
[all …]
/dports/devel/libxs/libxs-1.2.0/src/
H A Dlb.cpp31 more (false), in lb_t()
54 if (index == current && more) in terminated()
80 more = msg_->flags () & msg_t::more ? true : false; in send()
81 if (!more) in send()
93 more = msg_->flags () & msg_t::more ? true : false; in send()
97 xs_assert (!more); in send()
113 if (!more) { in send()
129 if (more) in has_out()
/dports/lang/scheme48/scheme48-1.9.2/scheme/big/
H A Dmvlet.scm32 ((mvlet-helper (((var . more-vars) val) more ...) clauses body)
33 (copy-vars (var . more-vars) () val (more ...) clauses body))
34 ((mvlet-helper ((var val) more ...) clauses body)
35 (mvlet-helper (more ...) ((var val) . clauses) body))))
40 val more clauses body)
42 val more ((var x) . clauses) body))
43 ((copy-vars () copies val more clauses body)
47 (mvlet-helper more clauses body))))
48 ((copy-vars last (copies ...) val more clauses body)
52 (mvlet-helper more ((last lastx) . clauses) body))))))
/dports/www/ikiwiki/ikiwiki-3.20200202.3/po/underlays/directives/ikiwiki/directive/
H A Dmore.fr.po18 "The `more` directive is supplied by the [[!iki plugins/more desc=more]] "
21 "La directive `more` est fournie par le module d'extension [[!iki plugins/"
22 "more desc=more]]."
26 "This directive provides a way to have a \"more\" link on a post in a blog, "
29 "Cette directive permet d'insérer un lien \"more\" sur le message d'un blog. "
35 msgid "\t\\[[!more linktext=\"click for more\" text=\"\"\"\n"
36 msgstr "\t\\[[!more linktext=\"click for more\" text=\"\"\"\n"
50 msgid "If the `linktext` parameter is omitted it defaults to just \"more\"."
52 "Si le paramètre `linktext` est omis, la valeur par défaut du lien est \"more"
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver-jobstep.cpp120 bool more; in pColStep_1() local
155 for (more = dl2->next(it, &e), i = 0; more; more = dl2->next(it, &e), i++) in pColStep_1()
172 bool more; in pColStep_2() local
210 for (more = dl2->next(it, &e), i = 0; more; more = dl2->next(it, &e), i++) in pColStep_2()
226 bool more; in pColStep_as_ProjectionStep_1() local
262 for (more = dl2->next(it, &e), i = 0; more; more = dl2->next(it, &e), i++) in pColStep_as_ProjectionStep_1()
281 bool more; in reduceStep_1() local
378 bool more; in reduceStep_2() local
898 for (i = 0, more = outDL->next(it, &e) ; more; more = outDL->next(it, &e), i++) in unionStep_1()
974 for (i = 0, more = outDL->next(it, &e) ; more; more = outDL->next(it, &e), i++) in unionStep_2()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver-jobstep.cpp120 bool more; in pColStep_1() local
155 for (more = dl2->next(it, &e), i = 0; more; more = dl2->next(it, &e), i++) in pColStep_1()
172 bool more; in pColStep_2() local
210 for (more = dl2->next(it, &e), i = 0; more; more = dl2->next(it, &e), i++) in pColStep_2()
226 bool more; in pColStep_as_ProjectionStep_1() local
262 for (more = dl2->next(it, &e), i = 0; more; more = dl2->next(it, &e), i++) in pColStep_as_ProjectionStep_1()
281 bool more; in reduceStep_1() local
378 bool more; in reduceStep_2() local
898 for (i = 0, more = outDL->next(it, &e) ; more; more = outDL->next(it, &e), i++) in unionStep_1()
974 for (i = 0, more = outDL->next(it, &e) ; more; more = outDL->next(it, &e), i++) in unionStep_2()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/lib/
H A Dtest_zmq.c39 int more; in recv_delim() local
42 more = zmq_msg_more(&zdelim); in recv_delim()
44 return more; in recv_delim()
61 int more; in run_client() local
82 more = recv_delim(zmqsock); in run_client()
83 while (more) { in run_client()
117 } while (more); in run_client()
129 more = recv_delim(zmqsock); in run_client()
130 while (more) { in run_client()
133 size_t len = sizeof(more); in run_client()
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/lib/
H A Dtest_zmq.c39 int more; in recv_delim() local
42 more = zmq_msg_more(&zdelim); in recv_delim()
44 return more; in recv_delim()
61 int more; in run_client() local
82 more = recv_delim(zmqsock); in run_client()
83 while (more) { in run_client()
117 } while (more); in run_client()
129 more = recv_delim(zmqsock); in run_client()
130 while (more) { in run_client()
133 size_t len = sizeof(more); in run_client()
[all …]
/dports/net-mgmt/py-junos-eznc/junos-eznc-2.5.4/lib/jnpr/junos/factory/
H A Dview.py159 def _updater_instance(self, more): argument
161 if hasattr(more, "fields"):
165 if hasattr(more, "groups"):
169 if hasattr(more, "eval"):
173 def _updater_class(self, more): argument
175 if hasattr(more, "fields"):
178 if hasattr(more, "groups"):
181 if hasattr(more, "eval"):
203 more.fields = ViewFields()
209 yield more
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt96 // with more arguments
97 echo "-- With more arguments --";
117 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
121 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
125 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
129 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
133 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, float given
153 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
157 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
161 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, bool given
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt96 // with more arguments
97 echo "-- With more arguments --";
117 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
121 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
125 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
129 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
133 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, float given
153 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
157 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
161 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, bool given
[all …]
/dports/graphics/p5-Image-MetaData-JPEG/Image-MetaData-JPEG-0.153/t/
H A Dtest_photo.desc21 … ThumbnailData]<......> = [ UNDEF] '\ff\d8\ff\db\00\84\00\09\09\09\09\09\09' (3909 more chars)
155 …ProfileID_Checksum]<......> = [ UNDEF] '\00\00\00\00\00\00\00\00\00\00\00\00\00' (3 more chars)
199 … ResolutionInfo]<0x03ed> = [ UNDEF] '\01,\00\00\00\01\00\02\01,\00\00\00\01' (2 more chars)
207 …lorHalftoningInfo]<0x03f5> = [ UNDEF] '\00/ff\00\01\00lff\00\06\00\00\00\00\00' (55 more chars)
208 …olorTransferFuncs]<0x03f8> = [ UNDEF] '\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff' (99 more chars)
209 … GridGuidesInfo]<0x0408> = [ UNDEF] '\00\00\00\01\00\00\02@\00\00\02@\00\00' (2 more chars)
218 [ QuantizationTable]<......> = [ BYTE] 6 4 5 6 5 4 6 6 ... (56 more values)
229 [ CodeLengths]<......> = [ BYTE] 0 0 7 1 1 1 0 0 ... (8 more values)
230 [ CodeData]<......> = [ BYTE] 1 2 3 4 5 6 7 0 ... (2 more values)
233 [ CodeLengths]<......> = [ BYTE] 0 2 1 3 2 3 5 5 ... (8 more values)
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt96 // with more arguments
97 echo "-- With more arguments --";
117 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
121 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
125 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
129 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
133 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, float given
153 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
157 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
161 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, bool given
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt96 // with more arguments
97 echo "-- With more arguments --";
117 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
121 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
125 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
129 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, int given
133 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, float given
153 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
157 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, null given
161 -- With more arguments --array_merge_recursive(): Argument #1 must be of type array, bool given
[all …]
/dports/cad/electric/electric-7.00/src/vhdl/
H A Dvhdlexpr.c153 more = 0; in vhdl_parsemorerelations()
163 return(more); in vhdl_parsemorerelations()
319 MTERMS *more; in vhdl_parsemoreterms() local
322 more = 0; in vhdl_parsemoreterms()
339 return(more); in vhdl_parsemoreterms()
417 more = 0; in vhdl_parsemorefactors()
440 return(more); in vhdl_parsemorefactors()
621 for (more = expr->next; more != 0; more = more->next) in vhdl_evalexpression()
722 MTERMS *more; in vhdl_evalsimpleexpr() local
726 for (more = expr->next; more != 0; more = more->next) in vhdl_evalsimpleexpr()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/compatibility-lib/mzlib/private/
H A Dcontract-arr-checks.rkt14 ;; procedure-accepts-and-more? : procedure number -> boolean
16 ;; any number of arguments more than dom-length.
18 (define (procedure-accepts-and-more? val dom-length)
70 (define (check->*/more f arity-count)
73 (unless (procedure-accepts-and-more? f arity-count)
130 (define ((check-procedure/more? arity) val)
132 (procedure-accepts-and-more? val arity)))
149 (unless (procedure-accepts-and-more? val arity)
178 (define (check-rng-procedure/more rng-mk-x arity)
193 test cases for procedure-accepts-and-more?
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dlocati.c17 logical same, more; in locati_() local
384 more = *at > 0 && ! same; in locati_()
385 while(more) { in locati_()
389 more = ! same; in locati_()
391 more = FALSE_; in locati_()
398 while(more) { in locati_()
403 more = ! same; in locati_()
406 more = FALSE_; in locati_()
418 while(more) { in locati_()
428 more = ! same; in locati_()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dlocati.c17 logical same, more; in locati_() local
384 more = *at > 0 && ! same; in locati_()
385 while(more) { in locati_()
389 more = ! same; in locati_()
391 more = FALSE_; in locati_()
398 while(more) { in locati_()
403 more = ! same; in locati_()
406 more = FALSE_; in locati_()
418 while(more) { in locati_()
428 more = ! same; in locati_()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dmock_dbclient_conn_test.cpp94 ASSERT(!cursor->more()); in TEST()
104 ASSERT(cursor->more()); in TEST()
108 ASSERT(cursor->more()); in TEST()
112 ASSERT(!cursor->more()); in TEST()
120 ASSERT(cursor->more()); in TEST()
124 ASSERT(cursor->more()); in TEST()
142 ASSERT(cursor->more()); in TEST()
153 ASSERT(cursor->more()); in TEST()
157 ASSERT(cursor->more()); in TEST()
173 ASSERT(!cursor->more()); in TEST()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Documentation/
H A Dmodules.rst40 :doc:`[more] <modules/common>`
48 :doc:`[more] <modules/numerics>`
56 :doc:`[more] <modules/image>`
64 :doc:`[more] <modules/io>`
72 :doc:`[more] <modules/pointset>`
80 :doc:`[more] <modules/transformation>`
90 :doc:`[more] <modules/registration>`
108 :doc:`[more] <modules/deformable>`
116 :doc:`[more] <modules/mapping>`
124 :doc:`[more] <modules/scripting>`
[all …]
/dports/www/wwwoffle/wwwoffle-2.9j/contrib/dontget/
H A Djunkbuster.pl119 $more=1;
121 while($more)
123 $more=0;
139 $more=1;
152 $more=1;
160 $more=1;
162 while($more)
164 $more=0;
187 $more=1;
/dports/lang/scheme48/scheme48-1.9.2/scheme/srfi/
H A Dsrfi-2.scm39 ((and-let* ((var val) more ...) . body)
42 (and-let* (more ...) . body)
46 ((and-let* ((exp junk . more-junk) more ...) . body)
49 '(and-let* ((exp junk . more-junk) more ...) . body)))
54 ((and-let* ((exp) more ...) . body)
56 (and-let* (more ...) . body)
58 ((and-let* (var more ...) . body)
60 (and-let* (more ...) . body)
/dports/www/py-praw/praw-6.2.0/tests/unit/models/reddit/
H A Dtest_more.py10 more = MoreComments(self.reddit, {"children": ["a", "b"], "count": 4})
12 other = pickle.loads(pickle.dumps(more, protocol=level))
13 assert more == other
16 more = MoreComments(
19 assert repr(more) == (
23 more = MoreComments(
26 assert repr(more) == (

1...<<11121314151617181920>>...4527