Home
last modified time | relevance | path

Searched refs:found (Results 126 – 150 of 68790) sorted by relevance

12345678910>>...2752

/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/examples/
H A Dargs.c19 if (!found[len]) { in optional_str_arg()
29 if (found[len] == '=') { in optional_str_arg()
46 if (!found[len]) { in match_str_arg()
70 if (!found[len]) { in match_numeric_arg()
76 found = found + len; in match_numeric_arg()
77 if (*found == '=') in match_numeric_arg()
78 found++; in match_numeric_arg()
81 return found; in match_numeric_arg()
91 if (!found) in match_uint16_arg()
110 if (!found) in match_uint32_arg()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/range/detail/
H A Drange_return.hpp54 return found; in pack()
65 return found == boost::end(rng) in pack()
66 ? found in pack()
67 : boost::next(found); in pack()
78 return found == boost::begin(rng) in pack()
79 ? found in pack()
80 : boost::prior(found); in pack()
107 found == boost::end(rng) ? found : boost::next(found) ); in pack()
121 found == boost::begin(rng) ? found : boost::prior(found) ); in pack()
147 return type( found == boost::end(rng) ? found : boost::next(found), in pack()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/examples/
H A Dargs.c19 if (!found[len]) { in optional_str_arg()
29 if (found[len] == '=') { in optional_str_arg()
46 if (!found[len]) { in match_str_arg()
70 if (!found[len]) { in match_numeric_arg()
76 found = found + len; in match_numeric_arg()
77 if (*found == '=') in match_numeric_arg()
78 found++; in match_numeric_arg()
81 return found; in match_numeric_arg()
91 if (!found) in match_uint16_arg()
110 if (!found) in match_uint32_arg()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/range/detail/
H A Drange_return.hpp53 return found; in pack()
64 return found == boost::end(rng) in pack()
65 ? found in pack()
66 : boost::next(found); in pack()
77 return found == boost::begin(rng) in pack()
78 ? found in pack()
79 : boost::prior(found); in pack()
106 found == boost::end(rng) ? found : boost::next(found) ); in pack()
120 found == boost::begin(rng) ? found : boost::prior(found) ); in pack()
146 return type( found == boost::end(rng) ? found : boost::next(found), in pack()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/range/detail/
H A Drange_return.hpp53 return found; in pack()
64 return found == boost::end(rng) in pack()
65 ? found in pack()
66 : boost::next(found); in pack()
77 return found == boost::begin(rng) in pack()
78 ? found in pack()
79 : boost::prior(found); in pack()
106 found == boost::end(rng) ? found : boost::next(found) ); in pack()
120 found == boost::begin(rng) ? found : boost::prior(found) ); in pack()
146 return type( found == boost::end(rng) ? found : boost::next(found), in pack()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DTestLexerActions.java36 assertEquals(expecting, found); in testActionExecutedInDFA()
51 assertEquals(expecting, found); in testActionEvalsAtCorrectIndex()
97 assertEquals(expecting, found); in testEvalMultipleActions()
114 assertEquals(expecting, found); in test2ActionsIn1Rule()
133 assertEquals(expecting, found); in testAltActionsIn1Rule()
146 assertEquals(expecting, found); in testActionPlusCommand()
163 assertEquals(expecting, found); in testSkipCommand()
178 assertEquals(expecting, found); in testMoreCommand()
192 assertEquals(expecting, found); in testTypeCommand()
207 assertEquals(expecting, found); in testCombinedCommand()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/components/interpreter/
H A Ddefines.cpp41 bool found = false; in fixDefinesReal() local
104 else if((found = check(temp, "pcclass", &i, &start))){ in fixDefinesReal()
107 else if((found = check(temp, "pcrace", &i, &start))){ in fixDefinesReal()
110 else if((found = check(temp, "pcname", &i, &start))){ in fixDefinesReal()
113 else if((found = check(temp, "cell", &i, &start))){ in fixDefinesReal()
130 else if((found = check(temp, "rank", &i, &start))){ in fixDefinesReal()
137 else if((found = check(temp, "race", &i, &start))){ in fixDefinesReal()
166 if(!found){ in fixDefinesReal()
179 found = check(temp, globals[j], &i, &start); in fixDefinesReal()
180 if(found){ in fixDefinesReal()
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/decoder/plugins/
H A Dmeson.build14 if ffmpeg_dep.found()
24 if adplug_dep.found()
29 if flac_dep.found()
41 if vorbis_dep.found()
49 if libopus_dep.found()
58 if ogg_dep.found()
62 if xiph_dep.found()
80 if libfaad_dep.found()
86 if libgme_dep.found()
92 if libmad_dep.found()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dtrace_event_analyzer_unittest.cc86 TraceEventVector found; in TEST_F() local
245 TraceEventVector found; in TEST_F() local
335 TraceEventVector found; in TEST_F() local
391 TraceEventVector found; in TEST_F() local
441 TraceEventVector found; in TEST_F() local
449 &found); in TEST_F()
483 TraceEventVector found; in TEST_F() local
490 &found); in TEST_F()
515 TraceEventVector found; in TEST_F() local
609 EXPECT_EQ(found[0], found[0]->other_event->prev_event); in TEST_F()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/swig/python/
H A Ddbenums.i48 found = true;
50 found = true;
52 found = true;
54 found = true;
56 found = true;
58 found = true;
60 found = true;
65 if (found) {
134 if (found) {
179 if (found) {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/patrickmn/go-cache/go-cache-2.1.0/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/patrickmn/go-cache/go-cache-2.1.0/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/patrickmn/go-cache/
H A Dcache_test.go41 if !found {
51 if !found {
61 if !found {
82 if found {
88 if found {
93 if !found {
98 if !found {
104 if found {
122 if !found {
129 if !found {
[all …]
/dports/math/eclib/eclib-20210318/progs/out_no_ntl/
H A Dnfhpcurve_prof.out5 >>>Level 11: 1 newform(s) found.
8 All curves found successfully!
11 >>>Level 37: 2 newform(s) found.
15 All curves found successfully!
18 >>>Level 50: 2 newform(s) found.
22 All curves found successfully!
28 All curves found successfully!
34 All curves found successfully!
40 All curves found successfully!
47 All curves found successfully!
[all …]

12345678910>>...2752