Home
last modified time | relevance | path

Searched refs:uit (Results 1 – 25 of 3631) sorted by relevance

12345678910>>...146

/dports/www/moodle310/moodle/privacy/tests/
H A Dcontextlist_collection_test.php48 $uit = new contextlist_collection(1);
51 $uit->add_contextlist($contextlist);
62 $uit = new contextlist_collection(1);
76 $uit = new contextlist_collection(1);
79 $uit->add_contextlist($coretests);
83 $uit->add_contextlist($coreprivacy);
112 $uit->add_contextlist($coretests);
115 $uit->add_contextlist($coretests);
128 $uit->add_contextlist($contextlist);
134 $this->assertCount(2, $uit);
[all …]
H A Dcontextlist_base_test.php50 $uit = new test_contextlist_base();
51 $uit->set_contextids($input);
53 $result = $uit->get_contextids();
104 $uit = new test_contextlist_base();
105 $uit->set_contextids($ids);
107 $result = $uit->get_contexts();
124 $uit = new test_contextlist_base();
125 $uit->set_contextids($input);
127 $this->assertCount($count, $uit);
148 $uit = new test_contextlist_base();
[all …]
/dports/www/moodle311/moodle/privacy/tests/
H A Dcontextlist_collection_test.php48 $uit = new contextlist_collection(1);
51 $uit->add_contextlist($contextlist);
62 $uit = new contextlist_collection(1);
76 $uit = new contextlist_collection(1);
79 $uit->add_contextlist($coretests);
83 $uit->add_contextlist($coreprivacy);
112 $uit->add_contextlist($coretests);
115 $uit->add_contextlist($coretests);
128 $uit->add_contextlist($contextlist);
134 $this->assertCount(2, $uit);
[all …]
H A Dcontextlist_base_test.php50 $uit = new test_contextlist_base();
51 $uit->set_contextids($input);
53 $result = $uit->get_contextids();
104 $uit = new test_contextlist_base();
105 $uit->set_contextids($ids);
107 $result = $uit->get_contexts();
124 $uit = new test_contextlist_base();
125 $uit->set_contextids($input);
127 $this->assertCount($count, $uit);
148 $uit = new test_contextlist_base();
[all …]
/dports/www/moodle39/moodle/privacy/tests/
H A Dcontextlist_collection_test.php48 $uit = new contextlist_collection(1);
51 $uit->add_contextlist($contextlist);
62 $uit = new contextlist_collection(1);
76 $uit = new contextlist_collection(1);
79 $uit->add_contextlist($coretests);
83 $uit->add_contextlist($coreprivacy);
112 $uit->add_contextlist($coretests);
115 $uit->add_contextlist($coretests);
128 $uit->add_contextlist($contextlist);
134 $this->assertCount(2, $uit);
[all …]
H A Dcontextlist_base_test.php50 $uit = new test_contextlist_base();
51 $uit->set_contextids($input);
53 $result = $uit->get_contextids();
104 $uit = new test_contextlist_base();
105 $uit->set_contextids($ids);
107 $result = $uit->get_contexts();
124 $uit = new test_contextlist_base();
125 $uit->set_contextids($input);
127 $this->assertCount($count, $uit);
148 $uit = new test_contextlist_base();
[all …]
/dports/biology/abyss/abyss-2.3.1/Graph/
H A DDepthFirstSearch.h27 Vit uit, ulast; variable
28 for (tie(uit, ulast) = vertices(g); uit != ulast; ++uit) {
29 V u = *uit;
35 for (tie(uit, ulast) = vertices(g); uit != ulast; ++uit) {
36 V u = *uit;
43 ++uit;
49 for (tie(uit, ulast) = vertices(g); uit != ulast; ++uit) {
50 V u = *uit;
57 ++uit;
63 for (tie(uit, ulast) = vertices(g); uit != ulast; ++uit) {
[all …]
/dports/math/gismo/gismo-21.12.0/unittests/
H A DgsKnotVectors_test.cpp253 for( ; uit != uitEnd; ++uit, ++i ) in SUITE()
324 for( mult_t i = 0; uit != uitEnd; ++uit, ++i ) in SUITE()
725 for( uniqIter uit = KV.ubegin(); uit != KV.uend(); ++uit, ++i ) in SUITE() local
736 for( uniqIter uit = KV.ubegin(); uit != KV.uend(); ++uit, ++i ) in SUITE() local
843 ++uit; in SUITE()
850 ++uit; in SUITE()
923 for( uit = KV.ubegin(); uit != KV.uend(); ++uit, ++i ) in SUITE()
927 for( uit = KV.uend() - 1; uit != KV.ubegin(); --uit, --i ) in SUITE()
936 for( uit = KV.ubegin(); uit != KV.uend(); uit++, ++i ) in SUITE()
940 for( uit = KV.uend() - 1; uit != KV.ubegin(); uit--, --i ) in SUITE()
[all …]
/dports/math/timbl/timbl-6.6/demos/
H A Dapi_test5.cxx71 neighborSet uit; in main() local
72 uit.setShowDistance(true); in main()
75 cout << uit; in main()
78 cout << uit; in main()
81 cout << uit; in main()
82 uit.merge( neighbours2 ); in main()
84 cout << uit; in main()
85 uit.truncate( 3 ); in main()
87 cout << uit; in main()
95 neighborSet uit(uit2); in main() local
[all …]
/dports/textproc/liblrdf/LRDF-0.6.1/src/
H A Dlrdf_multi.c18 lrdf_uri_list *uit, *prev; in lrdf_match_multi() local
30 for (prev = NULL, uit = uris; uit; prev = uit, uit = uit->next) { in lrdf_match_multi()
31 match.subject = *(it->subject) == '?' ? uit->uri : it->subject; in lrdf_match_multi()
32 match.predicate = *(it->predicate) == '?' ? uit->uri : in lrdf_match_multi()
34 match.object = *(it->object) == '?' ? uit->uri : it->object; in lrdf_match_multi()
40 prev->next = uit->next; in lrdf_match_multi()
42 uris = uit->next; in lrdf_match_multi()
83 for (uit = uris, i=0; uit; uit=uit->next) { in lrdf_match_multi()
86 if (!strcmp(uit->uri, ret->items[j])) { in lrdf_match_multi()
95 ret->items[i++] = uit->uri; in lrdf_match_multi()
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dmap.cpp105 umap::iterator uit(i->second); in move() local
112 unit_ptr p = uit->second.unit; in move()
126 lmap_.emplace(src, uit); in move()
284 assert(uit->first == uit->second.unit->underlying_id()); in extract()
286 umap_.erase(uit); in extract()
289 uit->second.unit.reset(); in extract()
385 for(; uit != umap_.end(); ++uit) { in self_check()
391 if(uit->second.unit) { in self_check()
395 if(uit->first <= 0) { in self_check()
400 if(!uit->second.unit && uit->second.ref_count == 0) { in self_check()
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsNurbs/
H A DgsKnotVector.hpp360 if( uit != uend() && *uit == knot ) // value found ? in remove()
415 if( uit != uend() && *uit == u ) // value found ? in multiplicity()
450 ++uit; in affineTransformTo()
451 for (; uit != uend()-1; ++uit) in affineTransformTo()
452 uit.setValue(newBeg + (*uit - beg) * rr); in affineTransformTo()
472 for (uiterator uit = ubegin(); uit != uend(); ++uit) in reverse() local
473 uit.setValue( ab - uit.value() ); in reverse()
709 for( uiterator uit = ubegin(); uit != uend(); ++uit ) in multiplicities() local
833 for (; uit != uend()-1; ++uit) in increaseMultiplicity()
834 tmp.insert(tmp.end(), i + uit.multiplicity(), *uit); in increaseMultiplicity()
[all …]
/dports/games/blobwars/blobwars-2.00/data/nl/
H A Dcredits83 020 0 Gehaald uit BZFlag
86 020 0 Gehaald uit FreeDoom
89 020 0 Gehaald uit Nexuiz
92 020 0 Gehaald uit OpenArena
95 020 0 Gehaald uit OpenQuartz
98 020 0 Gehaald uit Scorched3D
101 020 0 Gehaald uit SuperTux
104 020 0 Gehaald uit Word War VI
108 020 0 Gehaald uit http://pdsounds.org
114 020 0 Gehaald uit http://soundbible.com
[all …]
/dports/games/xpilot/xpilot-4.5.5/lib/
H A Dsounds-simpsons.README1 From xpilot-request@cs.uit.no Fri May 28 19:20:53 1993
2 Received: from hpserv0.cs.UiT.No by tklab1.cs.uit.no (1.37.109.4/HJ/Task-5)
4 Received: from tklab1.cs.UiT.No by hpserv0.cs.uit.no (1.37.109.4/Task/HJ-5)
6 Received: by tklab1.cs.uit.no (1.37.109.4/HJ/Task-5)
9 Resent-Message-Id: <9305281720.AA03488@tklab1.cs.uit.no>
10 Resent-From: xpilot-request@cs.uit.no
11 Reply-To: xpilot-list@cs.uit.no
12 Received: from hpserv0.cs.UiT.No by tklab1.cs.uit.no (1.37.109.4/HJ/Task-5)
20 Sender: xpilot-request@cs.uit.no
22 To: bjoerns@staff.cs.uit.no
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit; variable
36 std::real(uit); // expected-error {{no matching function}} in main()
43 std::imag(uit); // expected-error {{no matching function}} in main()
50 std::arg(uit); // expected-error {{no matching function}} in main()
57 std::norm(uit); // expected-error {{no matching function}} in main()
64 std::conj(uit); // expected-error {{no matching function}} in main()
71 std::proj(uit); // expected-error {{no matching function}} in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp27 UDT<unsigned long> uit;
36 std::real(uit); // expected-error {{no matching function}}
43 std::imag(uit); // expected-error {{no matching function}} in Q_DECLARE_METATYPE()
50 std::arg(uit); // expected-error {{no matching function}}
57 std::norm(uit); // expected-error {{no matching function}}
64 std::conj(uit); // expected-error {{no matching function}}
71 std::proj(uit); // expected-error {{no matching function}}

12345678910>>...146