Home
last modified time | relevance | path

Searched refs:more (Results 351 – 375 of 131725) sorted by relevance

1...<<11121314151617181920>>...5269

/dports/devel/ppl/ppl-1.2/interfaces/Prolog/tests/
H A Dexpected_clpq2_int8_a11 more? yes
15 more? yes
18 more? yes
21 more? yes
33 more? X < 2
35 more? no
46 more? -D3 > 0
61 more? -D3 > 0
69 more? -D2 > 0
93 more? S1 - S2 - D3 > 0
[all …]
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/rd/
H A Dinline.rb50 def append more
51 case more
53 @reference += more
54 @rdoc += more
56 @reference += more.reference
57 @rdoc += more.rdoc
59 raise "unknown thingy #{more}"
/dports/games/five-or-more/five-or-more-3.32.2/po/
H A Dsl.po1 # Slovenian translation for five-or-more.
55 #: data/five-or-more.ui:7
59 #: data/five-or-more.ui:13
63 #: data/five-or-more.ui:19
67 #: data/five-or-more.ui:24
71 #: data/five-or-more.ui:29
75 #: data/five-or-more.ui:36
79 #: data/five-or-more.ui:40
83 #: data/five-or-more.ui:45
87 #: data/five-or-more.ui:65 data/org.gnome.five-or-more.appdata.xml.in:7
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dmz.rkt36 [(_ lib #:more-libs (lib+ ...) #:use-sources (src ...) . more)
50 . more)))]
51 [(_ lib #:more-libs (lib+ ...) . more)
52 (note-lib lib #:more-libs (lib+ ...) #:use-sources () . more)]
54 (note-lib lib #:more-libs () #:use-sources (src ...) . more)]
55 [(_ lib . more)
56 (note-lib lib #:more-libs () #:use-sources () . more)]))
79 . more)))]
80 [(_ lib . more)
93 . more))]
[all …]
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/tools/input/
H A Dparse.h38 unsigned i = 0, more; in leb128() local
43 more = v & 0x80; in leb128()
46 } while (more && i < 8); in leb128()
47 if (val > UINT_MAX || more) in leb128()
58 unsigned i = 0, more; in leb() local
62 more = v & 0x80; in leb()
65 } while (more && i < 8); in leb()
66 if (val > UINT_MAX || more) in leb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dav1d/libdav1d/tools/input/
H A Dparse.h35 unsigned i = 0, more; in leb128() local
41 more = byte & 0x80; in leb128()
46 if (++i == 8 && more) return -1; in leb128()
47 } while (more); in leb128()
55 unsigned i = 0, more; in leb() local
60 more = byte & 0x80; in leb()
65 if (++i == 8 && more) return -1; in leb()
66 } while (more); in leb()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/tools/input/
H A Dparse.h38 unsigned i = 0, more; in leb128() local
43 more = v & 0x80; in leb128()
46 } while (more && i < 8); in leb128()
47 if (val > UINT_MAX || more) in leb128()
58 unsigned i = 0, more; in leb() local
62 more = v & 0x80; in leb()
65 } while (more && i < 8); in leb()
66 if (val > UINT_MAX || more) in leb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/tools/input/
H A Dparse.h38 unsigned i = 0, more; in leb128() local
43 more = v & 0x80; in leb128()
46 } while (more && i < 8); in leb128()
47 if (val > UINT_MAX || more) in leb128()
58 unsigned i = 0, more; in leb() local
62 more = v & 0x80; in leb()
65 } while (more && i < 8); in leb()
66 if (val > UINT_MAX || more) in leb()
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/tools/input/
H A Dparse.h38 unsigned i = 0, more; in leb128() local
43 more = v & 0x80; in leb128()
46 } while (more && i < 8); in leb128()
47 if (val > UINT_MAX || more) in leb128()
58 unsigned i = 0, more; in leb() local
62 more = v & 0x80; in leb()
65 } while (more && i < 8); in leb()
66 if (val > UINT_MAX || more) in leb()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/dav1d/tools/input/
H A Dparse.h35 unsigned i = 0, more; in leb128() local
41 more = byte & 0x80; in leb128()
46 if (++i == 8 && more) return -1; in leb128()
47 } while (more); in leb128()
55 unsigned i = 0, more; in leb() local
60 more = byte & 0x80; in leb()
65 if (++i == 8 && more) return -1; in leb()
66 } while (more); in leb()
/dports/multimedia/handbrake/dav1d-0.9.0/tools/input/
H A Dparse.h38 unsigned i = 0, more; in leb128() local
43 more = v & 0x80; in leb128()
46 } while (more && i < 8); in leb128()
47 if (val > UINT_MAX || more) in leb128()
58 unsigned i = 0, more; in leb() local
62 more = v & 0x80; in leb()
65 } while (more && i < 8); in leb()
66 if (val > UINT_MAX || more) in leb()
/dports/sysutils/cmogstored/cmogstored-1.8.1/test/
H A Dhttp_chunked_put.rb147 @client.write(more)
160 @client.write(more)
170 more = "\n\r\n"
173 @client.write(more)
183 more = "\r\n"
186 @client.write(more)
199 @client.write(more)
215 @client.write(more)
243 @client.write(more)
262 more = "\r\n\r\nGET"
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DSequenceFileRecordReader.java36 private boolean more = true; field in SequenceFileRecordReader
51 more = start < end; in SequenceFileRecordReader()
74 if (!more) return false;
81 more = false;
83 more = remaining;
85 return more;
90 if (!more) return false; in next()
94 more = false; in next()
96 more = remaining; in next()
98 return more; in next()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/
H A Dk-rate-panner-connections.html.ini2 …60900115967\n\t[3\]\t0.017851827666163445\n\t[4\]\t0.017843682318925858\n\t...and 123 more errors.]
5 …889545738697\n\t[3\]\t0.030111487954854965\n\t[4\]\t0.03007414937019348\n\t...and 123 more errors.]
8 …426691681146622\n\t[3\]\t0.044272281229496\n\t[4\]\t0.04427695646882057\n\t...and 123 more errors.]
11 …71262049675\n\t[3\]\t0.031283821910619736\n\t[4\]\t0.031234964728355408\n\t...and 123 more errors.]
14 …6747690439224\n\t[3\]\t0.0241544209420681\n\t[4\]\t0.024112239480018616\n\t...and 123 more errors.]
17 …3911874294281\n\t[3\]\t0.03539441153407097\n\t[4\]\t0.03534974157810211\n\t...and 123 more errors.]
20 …11445963383\n\t[3\]\t0.015184031799435616\n\t[4\]\t0.015151086263358593\n\t...and 123 more errors.]
32 …0265153050423\n\t[3\]\t0.03681027144193649\n\t[4\]\t0.03691747412085533\n\t...and 123 more errors.]
35 …152742385864\n\t[3\]\t0.039867907762527466\n\t[4\]\t0.03985277935862541\n\t...and 123 more errors.]
41 …771590813994408\n\t[3\]\t0.03766770660877228\n\t[4\]\t0.037619449198246\n\t...and 123 more errors.]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/
H A Dk-rate-panner-connections.html.ini2 …60900115967\n\t[3\]\t0.017851827666163445\n\t[4\]\t0.017843682318925858\n\t...and 123 more errors.]
5 …889545738697\n\t[3\]\t0.030111487954854965\n\t[4\]\t0.03007414937019348\n\t...and 123 more errors.]
8 …426691681146622\n\t[3\]\t0.044272281229496\n\t[4\]\t0.04427695646882057\n\t...and 123 more errors.]
11 …71262049675\n\t[3\]\t0.031283821910619736\n\t[4\]\t0.031234964728355408\n\t...and 123 more errors.]
14 …6747690439224\n\t[3\]\t0.0241544209420681\n\t[4\]\t0.024112239480018616\n\t...and 123 more errors.]
17 …3911874294281\n\t[3\]\t0.03539441153407097\n\t[4\]\t0.03534974157810211\n\t...and 123 more errors.]
20 …11445963383\n\t[3\]\t0.015184031799435616\n\t[4\]\t0.015151086263358593\n\t...and 123 more errors.]
32 …0265153050423\n\t[3\]\t0.03681027144193649\n\t[4\]\t0.03691747412085533\n\t...and 123 more errors.]
35 …152742385864\n\t[3\]\t0.039867907762527466\n\t[4\]\t0.03985277935862541\n\t...and 123 more errors.]
41 …771590813994408\n\t[3\]\t0.03766770660877228\n\t[4\]\t0.037619449198246\n\t...and 123 more errors.]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/
H A Dk-rate-panner-connections.html.ini2 …60900115967\n\t[3\]\t0.017851827666163445\n\t[4\]\t0.017843682318925858\n\t...and 123 more errors.]
5 …889545738697\n\t[3\]\t0.030111487954854965\n\t[4\]\t0.03007414937019348\n\t...and 123 more errors.]
8 …426691681146622\n\t[3\]\t0.044272281229496\n\t[4\]\t0.04427695646882057\n\t...and 123 more errors.]
11 …71262049675\n\t[3\]\t0.031283821910619736\n\t[4\]\t0.031234964728355408\n\t...and 123 more errors.]
14 …6747690439224\n\t[3\]\t0.0241544209420681\n\t[4\]\t0.024112239480018616\n\t...and 123 more errors.]
17 …3911874294281\n\t[3\]\t0.03539441153407097\n\t[4\]\t0.03534974157810211\n\t...and 123 more errors.]
20 …11445963383\n\t[3\]\t0.015184031799435616\n\t[4\]\t0.015151086263358593\n\t...and 123 more errors.]
32 …0265153050423\n\t[3\]\t0.03681027144193649\n\t[4\]\t0.03691747412085533\n\t...and 123 more errors.]
35 …152742385864\n\t[3\]\t0.039867907762527466\n\t[4\]\t0.03985277935862541\n\t...and 123 more errors.]
41 …771590813994408\n\t[3\]\t0.03766770660877228\n\t[4\]\t0.037619449198246\n\t...and 123 more errors.]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/
H A Dk-rate-panner-connections.html.ini2 …60900115967\n\t[3\]\t0.017851827666163445\n\t[4\]\t0.017843682318925858\n\t...and 123 more errors.]
5 …889545738697\n\t[3\]\t0.030111487954854965\n\t[4\]\t0.03007414937019348\n\t...and 123 more errors.]
8 …426691681146622\n\t[3\]\t0.044272281229496\n\t[4\]\t0.04427695646882057\n\t...and 123 more errors.]
11 …71262049675\n\t[3\]\t0.031283821910619736\n\t[4\]\t0.031234964728355408\n\t...and 123 more errors.]
14 …6747690439224\n\t[3\]\t0.0241544209420681\n\t[4\]\t0.024112239480018616\n\t...and 123 more errors.]
17 …3911874294281\n\t[3\]\t0.03539441153407097\n\t[4\]\t0.03534974157810211\n\t...and 123 more errors.]
20 …11445963383\n\t[3\]\t0.015184031799435616\n\t[4\]\t0.015151086263358593\n\t...and 123 more errors.]
32 …0265153050423\n\t[3\]\t0.03681027144193649\n\t[4\]\t0.03691747412085533\n\t...and 123 more errors.]
35 …152742385864\n\t[3\]\t0.039867907762527466\n\t[4\]\t0.03985277935862541\n\t...and 123 more errors.]
41 …771590813994408\n\t[3\]\t0.03766770660877228\n\t[4\]\t0.037619449198246\n\t...and 123 more errors.]
[all …]
/dports/net/zebra-server/idzebra-2.0.55/rset/
H A Drsprox.c67 char *more; /* more in each lookahead? */ member
113 p->more = nmem_malloc(ct->nmem,sizeof(*p->more) * ct->no_children); in r_open()
157 if (p->more[0] && /* was: cmp >=2 */ in r_forward()
159 p->more[0] = rset_forward(p->rfd[0], p->buf[0], in r_forward()
164 while (p->more[0]) in r_forward()
168 if (!p->more[i]) in r_forward()
176 p->more[i-1] = rset_forward(p->rfd[i-1], in r_forward()
218 while (p->more[0] && p->more[1]) in r_forward()
222 p->more[0] = rset_forward(p->rfd[0], p->buf[0], in r_forward()
233 while ((p->more[0] = rset_read(p->rfd[0], in r_forward()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/docs/reference/commandline/
H A Dcontainer.md26 inspect Display detailed information on one or more containers
27 kill Kill one or more running containers
30 pause Pause all processes within one or more containers
34 restart Restart one or more containers
35 rm Remove one or more containers
37 start Start one or more stopped containers
39 stop Stop one or more running containers
41 unpause Unpause all processes within one or more containers
42 update Update configuration of one or more containers
43 wait Block until one or more containers stop, then print their exit codes
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/docs/reference/commandline/
H A Dcontainer.md26 inspect Display detailed information on one or more containers
27 kill Kill one or more running containers
30 pause Pause all processes within one or more containers
34 restart Restart one or more containers
35 rm Remove one or more containers
37 start Start one or more stopped containers
39 stop Stop one or more running containers
41 unpause Unpause all processes within one or more containers
42 update Update configuration of one or more containers
43 wait Block until one or more containers stop, then print their exit codes
[all …]
/dports/net/libzmq4/zeromq-4.3.4/tests/
H A Dtest_disconnect_inproc.cpp56 int more; in test_disconnect_inproc() local
57 size_t more_size = sizeof (more); in test_disconnect_inproc()
67 for (more = 1; more;) { in test_disconnect_inproc()
83 zmq_getsockopt (pub_socket, ZMQ_RCVMORE, &more, &more_size)); in test_disconnect_inproc()
89 more = 1; in test_disconnect_inproc()
90 for (more = 1; more;) { in test_disconnect_inproc()
95 zmq_getsockopt (sub_socket, ZMQ_RCVMORE, &more, &more_size)); in test_disconnect_inproc()
/dports/net/traefik/traefik-2.6.1/docs/content/routing/providers/
H A Dkv.md19 See [rule](../routers/index.md#rule) for more information.
46 See [rule](../routers/index.md#service) for more information.
54 See [tls](../routers/index.md#tls) for more information.
70 See [domains](../routers/index.md#domains) for more information.
78 See [domains](../routers/index.md#domains) for more information.
87 See [options](../routers/index.md#options) for more information.
95 See [priority](../routers/index.md#priority) for more information.
107 See [servers](../services/index.md#servers) for more information.
315 See [rule](../routers/index.md#rule_1) for more information.
331 See [TLS](../routers/index.md#tls_1) for more information.
[all …]
/dports/science/hdf5/hdf5-1.10.6/config/
H A Dgnu-cxxflags234 # more important warnings)
298 # more important warnings)
358 # more important warnings)
417 # more important warnings)
473 # more important warnings)
526 # more important warnings)
576 # more important warnings)
623 # more important warnings)
664 # more important warnings)
702 # more important warnings)
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/ByteString/
H A DInternal.hs196 else lose t pos more [] "string"
419 in succ t pos more (Just w)
420 | more == Complete ->
421 succ t pos more Nothing
426 in prompt t pos more lose' succ'
477 get = T.Parser $ \t pos more _lose succ ->
490 then succ t pos more False
493 in prompt t pos more lose' succ'
498 succ t (pos + Pos n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/ByteString/
H A DInternal.hs196 else lose t pos more [] "string"
419 in succ t pos more (Just w)
420 | more == Complete ->
421 succ t pos more Nothing
426 in prompt t pos more lose' succ'
477 get = T.Parser $ \t pos more _lose succ ->
490 then succ t pos more False
493 in prompt t pos more lose' succ'
498 succ t (pos + Pos n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]

1...<<11121314151617181920>>...5269