Home
last modified time | relevance | path

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

/dports/www/moodle310/moodle/backup/cc/cc_lib/
H A Dcc_utils.php140 $hashedname = $mfile->nodeValue('contenthash', $node);
141 $hashpart = substr($hashedname, 0, 2);
142 $location = 'files'.DIRECTORY_SEPARATOR.$hashpart.DIRECTORY_SEPARATOR.$hashedname;
/dports/www/moodle311/moodle/backup/cc/cc_lib/
H A Dcc_utils.php140 $hashedname = $mfile->nodeValue('contenthash', $node);
141 $hashpart = substr($hashedname, 0, 2);
142 $location = 'files'.DIRECTORY_SEPARATOR.$hashpart.DIRECTORY_SEPARATOR.$hashedname;
/dports/www/moodle39/moodle/backup/cc/cc_lib/
H A Dcc_utils.php140 $hashedname = $mfile->nodeValue('contenthash', $node);
141 $hashpart = substr($hashedname, 0, 2);
142 $location = 'files'.DIRECTORY_SEPARATOR.$hashpart.DIRECTORY_SEPARATOR.$hashedname;
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DLispStandard.java541 String hashedname = aEnvironment.HashTable().LookUp(oper); in InternalLoad() local
544 aEnvironment.iInputStatus.SetTo(hashedname); in InternalLoad()
549 …OpenInputFile(aEnvironment, aEnvironment.iInputDirectories, hashedname, aEnvironment.iInputStatus); in InternalLoad()
780 String hashedname = aEnvironment.HashTable().LookUp(flatfile); in LoadDefFile() local
783 aEnvironment.iInputStatus.SetTo(hashedname); in LoadDefFile()
787 …OpenInputFile(aEnvironment, aEnvironment.iInputDirectories, hashedname, aEnvironment.iInputStatus); in LoadDefFile()
H A DMathCommands.java1068 String hashedname = aEnvironment.HashTable().LookUpUnStringify(orig); in Eval() local
1074 aEnvironment.iInputStatus.SetTo(hashedname); in Eval()
1076 …LispStandard.OpenInputFile(aEnvironment, aEnvironment.iInputDirectories, hashedname, aEnvironment.… in Eval()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgUtils.cpp331 char hashedname[MAX_LEN + 1]; in NS_MsgHashIfNecessary() local
336 PL_strncpy(hashedname, str.get(), MAX_LEN + 1); in NS_MsgHashIfNecessary()
337 PR_snprintf(hashedname + MAX_LEN - 8, 9, "%08lx", in NS_MsgHashIfNecessary()
339 name = hashedname; in NS_MsgHashIfNecessary()
348 PR_snprintf(hashedname, 9, "%08lx", (unsigned long)StringHash(str.get())); in NS_MsgHashIfNecessary()
349 name = hashedname; in NS_MsgHashIfNecessary()
379 char hashedname[9]; in NS_MsgHashIfNecessary() local
392 PR_snprintf(hashedname, 9, "%08lx", (unsigned long)StringHash(name)); in NS_MsgHashIfNecessary()
394 name.Append(NS_ConvertASCIItoUTF16(hashedname)); in NS_MsgHashIfNecessary()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Doptions_manager_pc.cpp5566 uint32 hashedname = NULL_HASH; in LoadBitmapFont() local
5569 …m_font_file = (_pxBitmap *)rs_font->Res_open(m_fontName, hashedname, font_cluster, font_cluster_ha… in LoadBitmapFont()