Home
last modified time | relevance | path

Searched refs:candidate (Results 126 – 150 of 21427) sorted by relevance

12345678910>>...858

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive2d/
H A Dborderlineprimitive2d.cxx107 for(const auto& candidate : maBorderLines) in getFullWidth() local
127 for(const auto& candidate : maBorderLines) in create2DDecomposition() local
131 if(!candidate.isGap()) in create2DDecomposition()
136 …const bool bStartPerpendicular(rtl::math::approxEqual(candidate.getStartLeft(), candidate.getStart… in create2DDecomposition()
137 …const bool bEndPerpendicular(rtl::math::approxEqual(candidate.getEndLeft(), candidate.getEndRight(… in create2DDecomposition()
147 candidate.getLineAttribute(), in create2DDecomposition()
182 … const double fMin(std::min(candidate.getStartLeft(), candidate.getStartRight())); in create2DDecomposition()
183 … const double fMax(std::max(candidate.getStartLeft(), candidate.getStartRight())); in create2DDecomposition()
211 … const double fMin(std::min(candidate.getEndLeft(), candidate.getEndRight())); in create2DDecomposition()
212 … const double fMax(std::max(candidate.getEndLeft(), candidate.getEndRight())); in create2DDecomposition()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx771 candidate.erase(candidate.begin() + index); in extrachar()
775 candidate.insert(candidate.begin() + index, tmpc); in extrachar()
794 candidate.insert(candidate.begin() + index, ctry[k]); in forgotchar()
800 candidate.erase(candidate.begin() + index); in forgotchar()
946 std::swap(candidate[i], candidate[i+1]); in swapchar()
950 std::swap(candidate[i], candidate[i+1]); in swapchar()
955 if (candidate.size() == 4 || candidate.size() == 5) { in swapchar()
959 candidate[candidate.size() - 2] = word[candidate.size() - 1]; in swapchar()
960 candidate[candidate.size() - 1] = word[candidate.size() - 2]; in swapchar()
1088 std::copy(word, word + candidate.size(), candidate.begin()); in movechar()
[all …]
/dports/misc/broot/broot-1.7.0/src/pattern/
H A Dpattern.rs114 candidate: &str, in search_string()
130 candidate: &Path, in search_content()
164 Self::ContentExact(cp) => cp.score_of(candidate), in score_of()
165 Self::ContentRegex(cp) => cp.score_of(candidate), in score_of()
166 Self::Composite(cp) => cp.score_of(candidate), in score_of()
173 Self::NameExact(ep) => ep.score_of(candidate), in score_of_string()
174 Self::NameFuzzy(fp) => fp.score_of(candidate), in score_of_string()
176 Self::NameTokens(tp) => tp.score_of(candidate), in score_of_string()
177 Self::PathExact(ep) => ep.score_of(candidate), in score_of_string()
178 Self::PathFuzzy(fp) => fp.score_of(candidate), in score_of_string()
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dtest.moo17candidate, "password") || ((typeof(candidate.password) == STR) && ((length(candidate.password) < 2…
25 elseif ((parent(candidate) == $guest) && (!valid(candidate = candidate:defer())))
26 if (candidate == #-3)
28 elseif (candidate == #-2)
30 elseif (candidate == #-4)
36 if ((!(name in candidate.aliases)) && (name != tostr(candidate)))
39 if (this:is_newted(candidate))
41 notify(player, this:newt_message_for(candidate));
44 this:record_connection(candidate);
46 candidate.use_do_command = 0;
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dtest.moo17candidate, "password") || ((typeof(candidate.password) == STR) && ((length(candidate.password) < 2…
25 elseif ((parent(candidate) == $guest) && (!valid(candidate = candidate:defer())))
26 if (candidate == #-3)
28 elseif (candidate == #-2)
30 elseif (candidate == #-4)
36 if ((!(name in candidate.aliases)) && (name != tostr(candidate)))
39 if (this:is_newted(candidate))
41 notify(player, this:newt_message_for(candidate));
44 this:record_connection(candidate);
46 candidate.use_do_command = 0;
[all …]
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Djingle_transport.py88 candidates = (self.make_candidate(candidate) for candidate in candidates)
131 'jid': candidate['jid'],
134 'type': candidate['type']
206 candidate = {
222 candidate = {
294 candidate = {
321 candidate = {
435 'ip': candidate.ip,
437 'port': candidate.port,
441 if candidate.type in types:
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/
H A DPartActivationHistory.java203 return candidate; in findActivationCandidate()
212 return candidate; in findActivationCandidate()
233 return candidate; in getActivationCandidate()
253 return candidate; in findActivationCandidate()
266 return candidate; in getNextActivationCandidate()
272 return candidate; in getNextActivationCandidate()
285 return candidate == null ? getActivationCandidate(part) : candidate; in getNextActivationCandidate()
307 return candidate; in getActivationCandidate()
320 return candidate; in getActivationCandidate()
327 return candidate; in getActivationCandidate()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/klauspost/compress/s2/
H A Dencode_all.go94 candidate := 0
129 candidate += 8
180 for candidate > 0 && s > nextEmit && src[candidate-1] == src[s-1] {
181 candidate--
212 candidate += 4
219 candidate += 8
302 candidate := 0
337 candidate += 8
372 candidate--
403 candidate += 4
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/media/
H A Dcandidate.c345 if (candidate == NULL) in purple_media_candidate_copy()
348 priv = PURPLE_MEDIA_CANDIDATE_GET_PRIVATE(candidate); in purple_media_candidate_copy()
409 g_object_get(candidate, "ip", &ip, NULL); in purple_media_candidate_get_ip()
418 g_object_get(candidate, "port", &port, NULL); in purple_media_candidate_get_port()
427 g_object_get(candidate, "base-ip", &base_ip, NULL); in purple_media_candidate_get_base_ip()
446 g_object_get(candidate, "protocol", &protocol, NULL); in purple_media_candidate_get_protocol()
455 g_object_get(candidate, "priority", &priority, NULL); in purple_media_candidate_get_priority()
465 g_object_get(candidate, "type", &type, NULL); in purple_media_candidate_get_candidate_type()
474 g_object_get(candidate, "username", &username, NULL); in purple_media_candidate_get_username()
483 g_object_get(candidate, "password", &password, NULL); in purple_media_candidate_get_password()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/media/
H A Dcandidate.c345 if (candidate == NULL) in purple_media_candidate_copy()
348 priv = PURPLE_MEDIA_CANDIDATE_GET_PRIVATE(candidate); in purple_media_candidate_copy()
409 g_object_get(candidate, "ip", &ip, NULL); in purple_media_candidate_get_ip()
418 g_object_get(candidate, "port", &port, NULL); in purple_media_candidate_get_port()
427 g_object_get(candidate, "base-ip", &base_ip, NULL); in purple_media_candidate_get_base_ip()
446 g_object_get(candidate, "protocol", &protocol, NULL); in purple_media_candidate_get_protocol()
455 g_object_get(candidate, "priority", &priority, NULL); in purple_media_candidate_get_priority()
465 g_object_get(candidate, "type", &type, NULL); in purple_media_candidate_get_candidate_type()
474 g_object_get(candidate, "username", &username, NULL); in purple_media_candidate_get_username()
483 g_object_get(candidate, "password", &password, NULL); in purple_media_candidate_get_password()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/media/
H A Dcandidate.c345 if (candidate == NULL) in purple_media_candidate_copy()
348 priv = PURPLE_MEDIA_CANDIDATE_GET_PRIVATE(candidate); in purple_media_candidate_copy()
409 g_object_get(candidate, "ip", &ip, NULL); in purple_media_candidate_get_ip()
418 g_object_get(candidate, "port", &port, NULL); in purple_media_candidate_get_port()
427 g_object_get(candidate, "base-ip", &base_ip, NULL); in purple_media_candidate_get_base_ip()
446 g_object_get(candidate, "protocol", &protocol, NULL); in purple_media_candidate_get_protocol()
455 g_object_get(candidate, "priority", &priority, NULL); in purple_media_candidate_get_priority()
465 g_object_get(candidate, "type", &type, NULL); in purple_media_candidate_get_candidate_type()
474 g_object_get(candidate, "username", &username, NULL); in purple_media_candidate_get_username()
483 g_object_get(candidate, "password", &password, NULL); in purple_media_candidate_get_password()
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/klauspost/compress/s2/
H A Dencode_all.go94 candidate := 0
129 candidate += 8
180 for candidate > 0 && s > nextEmit && src[candidate-1] == src[s-1] {
181 candidate--
212 candidate += 4
219 candidate += 8
302 candidate := 0
337 candidate += 8
372 candidate--
403 candidate += 4
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/klauspost/compress/s2/
H A Dencode_all.go94 candidate := 0
129 candidate += 8
180 for candidate > 0 && s > nextEmit && src[candidate-1] == src[s-1] {
181 candidate--
212 candidate += 4
219 candidate += 8
302 candidate := 0
337 candidate += 8
372 candidate--
403 candidate += 4
[all …]
/dports/irc/soju/soju-0.3.0/vendor/github.com/klauspost/compress/s2/
H A Dencode_all.go94 candidate := 0
129 candidate += 8
180 for candidate > 0 && s > nextEmit && src[candidate-1] == src[s-1] {
181 candidate--
212 candidate += 4
219 candidate += 8
302 candidate := 0
337 candidate += 8
372 candidate--
403 candidate += 4
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Doverlay_candidate.cc139 candidate); in FromDrawQuad()
201 const OverlayCandidate& candidate, in IsOccludedByFilteredQuad() argument
230 OverlayCandidate* candidate) { in FromDrawQuadResource() argument
252 candidate->no_occluding_damage = in FromDrawQuadResource()
256 candidate->resource_id = resource_id; in FromDrawQuadResource()
257 candidate->transform = overlay_transform; in FromDrawQuadResource()
269 OverlayCandidate* candidate) { in FromVideoHoleQuad() argument
280 candidate->no_occluding_damage = in FromVideoHoleQuad()
291 OverlayCandidate* candidate) { in FromTextureQuad() argument
309 OverlayCandidate* candidate) { in FromStreamVideoQuad() argument
[all …]
/dports/devel/m17n-db/m17n-db-1.8.0/MIM/
H A Dglobal.mim71 (prev-candidate
95 (candidate-1
99 (candidate-2
103 (candidate-3
107 (candidate-4
111 (candidate-5
115 (candidate-6
119 (candidate-7
123 (candidate-8
127 (candidate-9
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/core/
H A DPartUtils.cpp46 return candidate->mountPoint(); in convenienceName()
54 return candidate->devicePath(); in convenienceName()
58 return candidate->devicePath(); in convenienceName()
78 if ( !candidate ) in canBeReplaced()
85 if ( candidate->isMounted() ) in canBeReplaced()
123 if ( !candidate ) in canBeResized()
129 if ( !candidate->fileSystem().supportGrow() || !candidate->fileSystem().supportShrink() ) in canBeResized()
142 if ( candidate->isMounted() ) in canBeResized()
193 << convenienceName( candidate ) << "length:" << candidate->length() in canBeResized()
194 … << "sectorsUsed:" << candidate->sectorsUsed() << "fsType:" << candidate->fileSystem().name(); in canBeResized()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrtc-sdp-0.3.1/examples/sdps/
H A D41.sdp10 a=candidate:77142221 1 udp 2113937151 192.168.137.1 54081 typ host generation 0
11 a=candidate:77142221 2 udp 2113937151 192.168.137.1 54081 typ host generation 0
12 a=candidate:983072742 1 udp 2113937151 172.22.0.56 54082 typ host generation 0
13 a=candidate:983072742 2 udp 2113937151 172.22.0.56 54082 typ host generation 0
18 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
19 a=candidate:1243276349 2 tcp 1509957375 192.168.137.1 0 typ host generation 0
20 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
21 a=candidate:1947960086 2 tcp 1509957375 172.22.0.56 0 typ host generation 0
62 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
64 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/webrtc-sdp/examples/sdps/
H A D41.sdp10 a=candidate:77142221 1 udp 2113937151 192.168.137.1 54081 typ host generation 0
11 a=candidate:77142221 2 udp 2113937151 192.168.137.1 54081 typ host generation 0
12 a=candidate:983072742 1 udp 2113937151 172.22.0.56 54082 typ host generation 0
13 a=candidate:983072742 2 udp 2113937151 172.22.0.56 54082 typ host generation 0
18 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
19 a=candidate:1243276349 2 tcp 1509957375 192.168.137.1 0 typ host generation 0
20 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
21 a=candidate:1947960086 2 tcp 1509957375 172.22.0.56 0 typ host generation 0
62 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
64 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webrtc-sdp/examples/sdps/
H A D41.sdp10 a=candidate:77142221 1 udp 2113937151 192.168.137.1 54081 typ host generation 0
11 a=candidate:77142221 2 udp 2113937151 192.168.137.1 54081 typ host generation 0
12 a=candidate:983072742 1 udp 2113937151 172.22.0.56 54082 typ host generation 0
13 a=candidate:983072742 2 udp 2113937151 172.22.0.56 54082 typ host generation 0
18 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
19 a=candidate:1243276349 2 tcp 1509957375 192.168.137.1 0 typ host generation 0
20 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
21 a=candidate:1947960086 2 tcp 1509957375 172.22.0.56 0 typ host generation 0
62 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
64 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webrtc-sdp/examples/sdps/
H A D41.sdp10 a=candidate:77142221 1 udp 2113937151 192.168.137.1 54081 typ host generation 0
11 a=candidate:77142221 2 udp 2113937151 192.168.137.1 54081 typ host generation 0
12 a=candidate:983072742 1 udp 2113937151 172.22.0.56 54082 typ host generation 0
13 a=candidate:983072742 2 udp 2113937151 172.22.0.56 54082 typ host generation 0
18 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
19 a=candidate:1243276349 2 tcp 1509957375 192.168.137.1 0 typ host generation 0
20 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
21 a=candidate:1947960086 2 tcp 1509957375 172.22.0.56 0 typ host generation 0
62 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
64 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webrtc-sdp/examples/sdps/
H A D41.sdp10 a=candidate:77142221 1 udp 2113937151 192.168.137.1 54081 typ host generation 0
11 a=candidate:77142221 2 udp 2113937151 192.168.137.1 54081 typ host generation 0
12 a=candidate:983072742 1 udp 2113937151 172.22.0.56 54082 typ host generation 0
13 a=candidate:983072742 2 udp 2113937151 172.22.0.56 54082 typ host generation 0
18 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
19 a=candidate:1243276349 2 tcp 1509957375 192.168.137.1 0 typ host generation 0
20 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
21 a=candidate:1947960086 2 tcp 1509957375 172.22.0.56 0 typ host generation 0
62 a=candidate:1243276349 1 tcp 1509957375 192.168.137.1 0 typ host generation 0
64 a=candidate:1947960086 1 tcp 1509957375 172.22.0.56 0 typ host generation 0
[all …]
/dports/chinese/libime/libime-1.0.9/test/
H A Dtestpinyincontext.cpp41 for (const auto &candidate : c.candidates()) { in main() local
48 for (const auto &candidate : c.candidates()) { in main() local
55 for (const auto &candidate : c.candidates()) { in main() local
62 for (const auto &candidate : c.candidates()) { in main() local
67 for (const auto &candidate : c.candidates()) { in main() local
68 if (candidate.toString() == "西安市") { in main()
77 for (const auto &candidate : c.candidates()) { in main() local
85 for (const auto &candidate : c.candidates()) { in main() local
93 for (const auto &candidate : c.candidates()) { in main() local
107 if (candidate.toString() == "子集") { in main()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive2d/
H A Dborderlineprimitive2d.cxx113 for(const auto& candidate : maBorderLines) in getFullWidth() local
115 fRetval += candidate.getLineAttribute().getWidth(); in getFullWidth()
132 for(const auto& candidate : maBorderLines) in create2DDecomposition() local
136 if(!candidate.isGap()) in create2DDecomposition()
141 …const bool bStartPerpendicular(rtl::math::approxEqual(candidate.getStartLeft(), candidate.getStart… in create2DDecomposition()
142 …const bool bEndPerpendicular(rtl::math::approxEqual(candidate.getEndLeft(), candidate.getEndRight(… in create2DDecomposition()
152 candidate.getLineAttribute(), in create2DDecomposition()
187 … const double fMin(std::min(candidate.getStartLeft(), candidate.getStartRight())); in create2DDecomposition()
188 … const double fMax(std::max(candidate.getStartLeft(), candidate.getStartRight())); in create2DDecomposition()
216 … const double fMin(std::min(candidate.getEndLeft(), candidate.getEndRight())); in create2DDecomposition()
[all …]
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Doptimization.py43 for candidate in candidates:
47 if candidate is not list:
48 candidate = candidate
50 minimum_list.append([candidate[sympy_x], sympy_f.subs(candidate)])
91 for candidate in candidates_tmp:
95 candidate[variable] = candidate[variable].subs(
102 candidates.append(candidate)
106 for candidate in candidates:
242 candidate[variable] = candidate[variable].subs(
252 for candidate in candidates:
[all …]

12345678910>>...858