Home
last modified time | relevance | path

Searched refs:techID (Results 1 – 7 of 7) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/tools/
H A Dufo2dot.pl261 my ($d, $techID) = @_;
301 my ($d, $techID) = @_;
357 my $techID = $token;
358 $tech->{'id'} = $techID;
359 print "Tech: '", $techID, "'\n";
364 die "parseTech: Empty tech '", $techID, "' found ('", $token, "').\n";
402 $tech->{'description'} = parseTechDescription(\$text, $techID);
408 $tech->{'pre_description'} = parseTechDescription(\$text, $techID);
412 $tech->{'AND'} = parseTechRequirements(\$text, $techID);
416 $tech->{'OR'} = parseTechRequirements(\$text, $techID);
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_event_callbacks.cpp43 const char* techID = cgi->Cmd_Argv(1); in CP_AddTechAsResearchable_f() local
44 technology_t* tech = RS_GetTechByID(techID); in CP_AddTechAsResearchable_f()
H A Dcp_ufopedia.cpp708 static void UP_OpenMailWith (const char* techID) in UP_OpenMailWith() argument
710 if (!techID) in UP_OpenMailWith()
714 cgi->Cbuf_AddText("ufopedia %s\n", techID); in UP_OpenMailWith()
722 void UP_OpenWith (const char* techID) in UP_OpenWith() argument
724 if (!techID) in UP_OpenWith()
728 cgi->Cbuf_AddText("ufopedia %s\nupdate_ufopedia_layout\n", techID); in UP_OpenWith()
736 void UP_OpenCopyWith (const char* techID) in UP_OpenCopyWith() argument
739 cgi->Cbuf_AddText("ufopedia %s\n", techID); in UP_OpenCopyWith()
H A Dcp_research.h218 bool RS_MarkStoryLineEventResearched(const char* techID);
H A Dcp_research.cpp777 bool RS_MarkStoryLineEventResearched (const char* techID) in RS_MarkStoryLineEventResearched() argument
779 technology_t* tech = RS_GetTechByID(techID); in RS_MarkStoryLineEventResearched()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2ff6.h150 Int2 techID, member
H A Dasn2ff6.c1546 dsp->techID = context.itemID; in IndexedGetDescrForDiv()
1634 dsp->techID = gcp->itemID; in GetDescrForDiv()