Home
last modified time | relevance | path

Searched refs:loadcache (Results 1 – 12 of 12) sorted by relevance

/dports/dns/p5-URBL-Prepare/URBL-Prepare-0.09/scripts/
H A DcacheTLDs.pl21 my($code,$msg) = URBL::Prepare->loadcache($whitefile,$white);
23 ($code,$msg) = URBL::Prepare->loadcache($tldfile2,$level2);
25 ($code,$msg) = URBL::Prepare->loadcache($tldfile3,$level3);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/ajax/
H A Dsaveinplace.php157 $loadcache = $form->$loadcachename; variable
158 $value = $loadcache[$newvalue];
183 $loadcache = $object->$loadcachename; variable
184 $value = $loadcache[$newvalue];
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/ajax/
H A Dsaveinplace.php159 $loadcache = $form->$loadcachename; variable
160 $value = $loadcache[$newvalue];
182 $loadcache = $object->$loadcachename; variable
183 $value = $loadcache[$newvalue];
/dports/dns/p5-URBL-Prepare/URBL-Prepare-0.09/
H A DREADME12 $response_code = $proto->loadcache($url,$localfile);
13 ($response,$message) = $proto->loadcache($url,$localfile);
87 * $response_code = $proto->loadcache($url,$localfile);
88 * ($response,$message) = $proto->loadcache($url,$localfile);
118 $rv = URBL::Prepare->loadcache($url,$localfile);
217 URBL::Prepare->loadcache($whiteurl,$whtfile);
218 URBL::Prepare->loadcache($tld2url,$lvl2file);
219 URBL::Prepare->loadcache($tld3url,$lvl3file);
H A DPrepare.pm11 sub loadcache;
292 sub loadcache { subroutine
/dports/dns/p5-Net-DNSBL-MultiDaemon/Net-DNSBL-MultiDaemon-0.39/
H A DMultiDaemon.pm812 $ubl->loadcache(@{$DNSBL->{RHBL}->{urlwhite}}); # cache whitelist file
815 $ubl->loadcache(@{$DNSBL->{RHBL}->{urltld3}}); # cache tld3 file
818 $ubl->loadcache(@{$DNSBL->{RHBL}->{urltld2}}); # cache tld2 file
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dquakefs.c861 static cache_user_t *loadcache; variable
900 buf = (byte *) Cache_Alloc (loadcache, len+1, base); in FS_LoadFile()
948 loadcache = cu; in FS_LoadCacheFile()
/dports/games/tenebrae/tenebrae_0/
H A Dcommon.c1863 cache_user_t *loadcache; variable
1892 buf = Cache_Alloc (loadcache, len+1, base); in COM_LoadFile()
1934 loadcache = cu; in COM_LoadCacheFile()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dcommon.c1616 cache_user_t *loadcache; variable
1641 buf = Cache_Alloc (loadcache, len+1, base); in COM_LoadFile()
1687 loadcache = cu; in COM_LoadCacheFile()
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dquakefs.c938 cache_user_t *loadcache; variable
971 buf = Cache_Alloc (loadcache, len + 1, base); in QFS_LoadFile()
1001 loadcache = cu; in QFS_LoadCacheFile()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dcommon.c1538 static cache_user_t *loadcache; variable
1564 buf = (byte*)Cache_Alloc(loadcache, len + 1, base); in COM_LoadFile()
1603 loadcache = cu; in COM_LoadCacheFile()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dcommon.c2061 static cache_user_t *loadcache; variable
2093 buf = (byte *) Cache_Alloc (loadcache, len+1, base); in COM_LoadFile()
2136 loadcache = cu; in COM_LoadCacheFile()