Home
last modified time | relevance | path

Searched refs:getValueById (Results 1 – 25 of 67) sorted by relevance

123

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/sequence/
H A Dtest_stringset.h156 SEQAN_ASSERT_EQ(getValueById(str, id0), "a"); in Test_StringSetIdHolder()
164 SEQAN_ASSERT_EQ(getValueById(str, id1), "b"); in Test_StringSetIdHolder()
170 SEQAN_ASSERT_EQ(getValueById(str, id2), "c"); in Test_StringSetIdHolder()
176 SEQAN_ASSERT_EQ(getValueById(str, id3), "d"); in Test_StringSetIdHolder()
178 SEQAN_ASSERT_EQ(getValueById(str, id0), "a"); in Test_StringSetIdHolder()
179 SEQAN_ASSERT_EQ(getValueById(str, id2), "c"); in Test_StringSetIdHolder()
180 SEQAN_ASSERT_EQ(getValueById(str, id3), "d"); in Test_StringSetIdHolder()
183 SEQAN_ASSERT_EQ(getValueById(str, id0), "a"); in Test_StringSetIdHolder()
184 SEQAN_ASSERT_EQ(getValueById(str, id3), "d"); in Test_StringSetIdHolder()
190 SEQAN_ASSERT_EQ(getValueById(str, id4), "e"); in Test_StringSetIdHolder()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dd_items.cpp180 if(ded_value_t const *maxAmmo = Defs().getValueById("Player|Max ammo|" + name)) in P_InitAmmoInfo()
185 if(ded_value_t const *clipAmmo = Defs().getValueById("Player|Clip ammo|" + name)) in P_InitAmmoInfo()
205 if(ded_value_t const *ammo = Defs().getValueById("Weapon Info|" + id + "|Type")) in P_InitWeaponInfo()
217 … if(ded_value_t const *perShot = Defs().getValueById("Weapon Info|" + id + "|Per shot")) in P_InitWeaponInfo()
230 … if(ded_value_t const *state = Defs().getValueById("Weapon Info|" + id + "|" + weaponStateName(k))) in P_InitWeaponInfo()
236 if(ded_value_t const *staticSwitch = Defs().getValueById("Weapon Info|" + id + "|Static")) in P_InitWeaponInfo()
261 if(ded_value_t const *health = Defs().getValueById("Player|Health")) in P_InitPlayerValues()
266 if(ded_value_t const *weapon = Defs().getValueById("Player|Weapon")) in P_InitPlayerValues()
274 … if(ded_value_t const *owned = Defs().getValueById("Weapon Info|" + String::number(i) + "|Owned")) in P_InitPlayerValues()
282 if(ded_value_t const *owned = Defs().getValueById("Player|Init ammo|" + ammoTypeName(i))) in P_InitPlayerValues()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dd_items.cpp190 if(ded_value_t const *maxAmmo = Defs().getValueById("Player|Max ammo|" + name)) in P_InitAmmoInfo()
195 if(ded_value_t const *clipAmmo = Defs().getValueById("Player|Clip ammo|" + name)) in P_InitAmmoInfo()
212 if(ded_value_t const *ammo = Defs().getValueById("Weapon Info|" + id + "|Type")) in P_InitWeaponInfo()
224 … if(ded_value_t const *perShot = Defs().getValueById("Weapon Info|" + id + "|Per shot")) in P_InitWeaponInfo()
237 … if(ded_value_t const *state = Defs().getValueById("Weapon Info|" + id + "|" + weaponStateName(k))) in P_InitWeaponInfo()
243 if(ded_value_t const *staticSwitch = Defs().getValueById("Weapon Info|" + id + "|Static")) in P_InitWeaponInfo()
268 if(ded_value_t const *health = Defs().getValueById("Player|Health")) in P_InitPlayerValues()
273 if(ded_value_t const *weapon = Defs().getValueById("Player|Weapon")) in P_InitPlayerValues()
281 … if(ded_value_t const *owned = Defs().getValueById("Weapon Info|" + String::number(i) + "|Owned")) in P_InitPlayerValues()
289 if(ded_value_t const *owned = Defs().getValueById("Player|Init ammo|" + ammoTypeName(i))) in P_InitPlayerValues()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/statistics/
H A Dstatistics_base.h68 String<TAlphabet> temp = getValueById(X, i); in _zscore()
129 String<TAlphabet> temp = getValueById(W, i); in _computeExpectation()
180 String<TAlphabet> string =getValueById(W, j); in _computeVariance()
199 n = length(getValueById(X, i)); in _computeVariance()
203 String<TAlphabet> Wj =getValueById(W, j); in _computeVariance()
355 String<Dna> temp = getValueById(X, i); in zscore()
373 n = length(getValueById(X, j)); in zscore()
377 String<Dna> patt = getValueById(W, i); in zscore()
439 n = length(getValueById(X, j)); in variance()
443 String<Dna> patt = getValueById(W, i); in variance()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/statistics/
H A Dstatistics_base.h71 String<TAlphabet> temp = getValueById(X, i); in _zscore()
142 String<TAlphabet> temp = getValueById(W, i); in _computeExpectation()
190 String<TAlphabet> string =getValueById(W, j); in _computeVariance()
209 n = length(getValueById(X, i)); in _computeVariance()
213 String<TAlphabet> Wj =getValueById(W, j); in _computeVariance()
367 String<Dna> temp = getValueById(X, i); in zscore()
385 n = length(getValueById(X, j)); in zscore()
389 String<Dna> patt = getValueById(W, i); in zscore()
453 n = length(getValueById(X, j)); in variance()
457 String<Dna> patt = getValueById(W, i); in variance()
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/statistics/
H A Dstatistics_base.h68 String<TAlphabet> temp = getValueById(X, i); in _zscore()
129 String<TAlphabet> temp = getValueById(W, i); in _computeExpectation()
180 String<TAlphabet> string =getValueById(W, j); in _computeVariance()
199 n = length(getValueById(X, i)); in _computeVariance()
203 String<TAlphabet> Wj =getValueById(W, j); in _computeVariance()
355 String<Dna> temp = getValueById(X, i); in zscore()
373 n = length(getValueById(X, j)); in zscore()
377 String<Dna> patt = getValueById(W, i); in zscore()
439 n = length(getValueById(X, j)); in variance()
443 String<Dna> patt = getValueById(W, i); in variance()
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/statistics/
H A Dstatistics_base.h68 String<TAlphabet> temp = getValueById(X, i); in _zscore()
130 String<TAlphabet> temp = getValueById(W, i); in _computeExpectation()
181 String<TAlphabet> string =getValueById(W, j); in _computeVariance()
200 n = length(getValueById(X, i)); in _computeVariance()
204 String<TAlphabet> Wj =getValueById(W, j); in _computeVariance()
356 String<Dna> temp = getValueById(X, i); in zscore()
374 n = length(getValueById(X, j)); in zscore()
378 String<Dna> patt = getValueById(W, i); in zscore()
440 n = length(getValueById(X, j)); in variance()
444 String<Dna> patt = getValueById(W, i); in variance()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_start.cpp199 if(ded_value_t const *maxHealth = Defs().getValueById("Player|Max Health")) in P_Update()
206 if(ded_value_t const *healthLimit = Defs().getValueById("Player|Health Limit")) in P_Update()
214 if(ded_value_t const *godHealth = Defs().getValueById("Player|God Health")) in P_Update()
220 if(ded_value_t const *armor = Defs().getValueById("Player|Green Armor")) in P_Update()
226 if(ded_value_t const *armor = Defs().getValueById("Player|Blue Armor")) in P_Update()
232 if(ded_value_t const *armor = Defs().getValueById("Player|IDFA Armor")) in P_Update()
238 if(ded_value_t const *armor = Defs().getValueById("Player|IDKFA Armor")) in P_Update()
250 if(ded_value_t const *aclass = Defs().getValueById("Player|Blue Armor Class")) in P_Update()
256 if(ded_value_t const *aclass = Defs().getValueById("Player|IDFA Armor Class")) in P_Update()
268 if(ded_value_t const *health = Defs().getValueById("MegaSphere|Give|Health")) in P_Update()
[all …]
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/test/
H A Dform_test.php73 $this->assertIdentical($form->getValueById(50), 'Myself');
75 $this->assertIdentical($form->getValueById(50), 'Not me');
149 $this->assertEqual($form->getValueById(9), ' Submit ');
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/defs/
H A Dded.h198 ded_value_t *getValueById(char const *id) const;
199 ded_value_t *getValueById(de::String const &id) const;
/dports/biology/seqan1/seqan-1.3.1/seqan/refinement/
H A Dgraph_algorithm_refine_aligngraph.h258 …ret_score += score(score_type,getValueById(seqs,seq_i_id)[pos_i++],getValueById(seqs,seq_j_id)[pos… in _getRefinedMatchScore()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_align/
H A Dgraph_algorithm_refine_aligngraph.h255 …ret_score += score(score_type,getValueById(seqs,seq_i_id)[pos_i++],getValueById(seqs,seq_j_id)[pos… in _getRefinedMatchScore()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_align/
H A Dgraph_algorithm_refine_aligngraph.h255 …ret_score += score(score_type,getValueById(seqs,seq_i_id)[pos_i++],getValueById(seqs,seq_j_id)[pos… in _getRefinedMatchScore()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_align/
H A Dgraph_algorithm_refine_aligngraph.h258 …ret_score += score(score_type,getValueById(seqs,seq_i_id)[pos_i++],getValueById(seqs,seq_j_id)[pos… in _getRefinedMatchScore()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dh_items.cpp495 … if (const ded_value_t *perShot = Defs().getValueById(key + "Per shot|" + ammoName[a])) in P_InitWeaponInfo()
514 if (const ded_value_t *staticSwitch = Defs().getValueById(key + "Static")) in P_InitWeaponInfo()
H A Dh_main.cpp348 if (const ded_value_t *value = Defs().getValueById("Player|Max ammo|" + name)) in initAmmoInfo()
376 if (ded_value_t const *infight = Defs().getValueById("AI|Infight")) in H_PostInit()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/tutorial/bed_io/
H A Dsolution2.cpp32 assignValueById(counters, rID, getValueById(counters, rID) + 1); in main()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/tutorial/gff_and_gtf_io/
H A Dsolution2.cpp35 assignValueById(counters, rID, getValueById(counters, rID) + 1); in main()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/defs/
H A Dded.cpp609 ded_value_t *ded_s::getValueById(char const *id) const in getValueById() function in ded_s
621 ded_value_t *ded_s::getValueById(String const &id) const in getValueById() function in ded_s
623 return getValueById(id.toLatin1()); in getValueById()
630 return getValueById(uri.pathCStr()); in getValueByUri()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/sequence/
H A Dstring_set_owner.h263 getValueById(StringSet<TString, Owner<TSpec> >& me, in getValueById() function
274 getValueById(StringSet<TString, Owner<TSpec> > const & me, in getValueById() function
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_types/
H A Dgraph_impl_fragment.h217 …((TId) seqId == (f.seqId1)) ? infix(getValueById(str, (TId) seqId), f.begin1, f.begin1 + f.len) : …
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/sequence/
H A Dstring_set_owner.h333 getValueById(StringSet<TString, Owner<TSpec> >& me, in getValueById() function
343 getValueById(StringSet<TString, Owner<TSpec> > const & me, in getValueById() function
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/sequence/
H A Dstring_set_owner.h333 getValueById(StringSet<TString, Owner<TSpec> >& me, in getValueById() function
343 getValueById(StringSet<TString, Owner<TSpec> > const & me, in getValueById() function
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/align/
H A Dfragment.h322 …((TId) seqId == (f.seqId1)) ? infix(getValueById(str, (TId) seqId), f.begin1, f.begin1 + f.len) : …
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/align/
H A Dfragment.h322 …((TId) seqId == (f.seqId1)) ? infix(getValueById(str, (TId) seqId), f.begin1, f.begin1 + f.len) : …

123