Home
last modified time | relevance | path

Searched refs:trans_desc (Results 1 – 5 of 5) sorted by relevance

/dports/irc/epic4/epic4-2.10.9/script/
H A Dlangtrans20 XECHO -b Translating text from $temp.trans_desc\...
21 XECHO -b $word(0 $temp.trans_desc)\: $temp.trans_orig
22 XECHO -b $word(2 $temp.trans_desc)\: $temp.trans_text
28 ^ASSIGN -temp.trans_desc
52 @ temp.trans_desc = restw(1 $trans[$flag])
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/Cipher/
H A D_mode_ocb.py245 trans_func, trans_desc): argument
254 % (result, trans_desc))
257 def _transcrypt(self, in_data, trans_func, trans_desc): argument
263 trans_desc)
283 trans_desc)
291 trans_desc)
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/Cipher/
H A D_mode_ocb.py245 trans_func, trans_desc): argument
254 % (result, trans_desc))
257 def _transcrypt(self, in_data, trans_func, trans_desc): argument
263 trans_desc)
283 trans_desc)
291 trans_desc)
/dports/games/simutrans/simutrans-121.0/obj/
H A Dgebaeude.cc638 const char *trans_desc = translator::translate(desc); in info() local
639 if(trans_desc==desc) { in info()
643 trans_desc = translator::translate("residential house"); in info()
646 trans_desc = translator::translate("industrial building"); in info()
649 trans_desc = translator::translate("shops and stores"); in info()
655 buf.append(trans_desc); in info()
659 char *text = new char[strlen(trans_desc)+1]; in info()
661 const char *src = trans_desc; in info()
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Doptions.cxx2814 vector<SGPropertyNode_ptr>trans_desc = locale->getLocalizedStrings(t.c_str(),"options"); in showUsage() local
2815 for ( unsigned int m = 0; m < trans_desc.size(); m++ ) { in showUsage()
2816 string t_str = trans_desc[m]->getStringValue(); in showUsage()