Home
last modified time | relevance | path

Searched refs:scoreCount (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dtads3_example.t281 "This is a<<if nameToken.scoreCount>>n untitled<<end>> statue of a woman
282 carved from <<if errorToken.scoreCount>>flawless <<end>>
283 <<if whitespaceToken.scoreCount>>milk-white <<end>>ivory.
284 <<if escapeToken.scoreCount || longToken.scoreCount>>Her
285 <<if longToken.scoreCount>>long <<end>>hair is done up in a
287 neck<<end>><<if floatToken.scoreCount>>, and \v<<else>>.<<end>><<end>>
288 <<if floatToken.scoreCount>>She radiates an aura of contrapposto grace.
289 <<end>><<if keywordToken.scoreCount>>\bYou wonder what she
290 <<if labelToken.scoreCount>>is going to<<else>>will<<end>> be like as a
298 <<if commentToken.scoreCount>>If only Aphrodite would bring her to life
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dtads3_example.t281 "This is a<<if nameToken.scoreCount>>n untitled<<end>> statue of a woman
282 carved from <<if errorToken.scoreCount>>flawless <<end>>
283 <<if whitespaceToken.scoreCount>>milk-white <<end>>ivory.
284 <<if escapeToken.scoreCount || longToken.scoreCount>>Her
285 <<if longToken.scoreCount>>long <<end>>hair is done up in a
287 neck<<end>><<if floatToken.scoreCount>>, and \v<<else>>.<<end>><<end>>
288 <<if floatToken.scoreCount>>She radiates an aura of contrapposto grace.
289 <<end>><<if keywordToken.scoreCount>>\bYou wonder what she
290 <<if labelToken.scoreCount>>is going to<<else>>will<<end>> be like as a
298 <<if commentToken.scoreCount>>If only Aphrodite would bring her to life
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dstate.cpp231 gameState.scores = (Aword *)duplicate(scores, header->scoreCount * sizeof(Aword)); in collectScores()
338 memcpy(scores, gameState.scores, header->scoreCount * sizeof(Aword)); in recallScores()
H A Dacode.h558 Aint scoreCount; /* Max index into scores table */ member
615 Aint scoreCount; /* Max index into scores table */ member
671 Aint scoreCount; /* Max index into scores table */ member
H A Dsave.cpp81 for (Aint i = 0; i < header->scoreCount; ++i) in syncGame()
H A Dmain.cpp432 …scores = (Aword *)duplicate((Aword *) pointerTo(header->scores), header->scoreCount * sizeof(Aword… in initStaticData()
434 memcpy(scores, pointerTo(header->scores), header->scoreCount * sizeof(Aword)); in initStaticData()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dstate.cpp231 gameState.scores = (Aword *)duplicate(scores, header->scoreCount * sizeof(Aword)); in collectScores()
338 memcpy(scores, gameState.scores, header->scoreCount * sizeof(Aword)); in recallScores()
H A Dacode.h558 Aint scoreCount; /* Max index into scores table */ member
615 Aint scoreCount; /* Max index into scores table */ member
671 Aint scoreCount; /* Max index into scores table */ member
H A Dsave.cpp81 for (Aint i = 0; i < header->scoreCount; ++i) in syncGame()
H A Dmain.cpp432 …scores = (Aword *)duplicate((Aword *) pointerTo(header->scores), header->scoreCount * sizeof(Aword… in initStaticData()
434 memcpy(scores, pointerTo(header->scores), header->scoreCount * sizeof(Aword)); in initStaticData()
/dports/biology/snpeff/snpEff/scripts/gsa/
H A Dpvalue_correction_scoreCount.r39 c = d$scoreCount # number of variants
H A DbayesFactor_correction_scoreCount.r39 c = d$scoreCount # number of variants
/dports/games/tads/tads-3.0.8/tads3/t3library/adv3/
H A Dscore.t82 * Note that this description can make use of the scoreCount
113 scoreCount = 0
136 if (scoreCount == 0)
346 desc.scoreCount++;
H A Dhintsys.t227 || (openWhenAchieved != nil && openWhenAchieved.scoreCount != 0)
241 || (closeWhenAchieved != nil && closeWhenAchieved.scoreCount != 0)
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/dialogs/
H A DTagDialog.cpp998 int scoreCount = 0; in getTagsFromMultipleTracks() local
1001 scoreCount++; in getTagsFromMultipleTracks()
1069 scoreCount++; in getTagsFromMultipleTracks()
1101 if( scoreCount > 0 ) in getTagsFromMultipleTracks()
1102 map.insert( Meta::Field::SCORE, scoreSum / scoreCount ); in getTagsFromMultipleTracks()
/dports/games/tads/tads-3.0.8/tads3/samples/
H A Dsample.t319 "obtaining <<spellInt(scoreCount)>> gold coin<<
320 scoreCount > 1 ? 's' : ''>>"
/dports/games/tads/tads-3.0.8/tads3/test/data/
H A Dadv3.t984 scoreCount = 0
991 * Note that this description can make use of the scoreCount
1026 desc.scoreCount++;