Home
last modified time | relevance | path

Searched defs:resname (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/DirectoryImporter/
H A DDirectoryImporter.cpp80 bool DirectoryImporter::HasResource(const char* resname, SClass_ID type) in HasResource()
85 bool DirectoryImporter::HasResource(const char* resname, const ResourceDesc &type) in HasResource()
90 DataStream* DirectoryImporter::GetResource(const char* resname, SClass_ID type) in GetResource()
95 DataStream* DirectoryImporter::GetResource(const char* resname, const ResourceDesc &type) in GetResource()
148 static const char *ConstructFilename(const char* resname, const char* ext) in ConstructFilename()
158 bool CachedDirectoryImporter::HasResource(const char* resname, SClass_ID type) in HasResource()
164 bool CachedDirectoryImporter::HasResource(const char* resname, const ResourceDesc &type) in HasResource()
170 DataStream* CachedDirectoryImporter::GetResource(const char* resname, SClass_ID type) in GetResource()
182 DataStream* CachedDirectoryImporter::GetResource(const char* resname, const ResourceDesc &type) in GetResource()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/hugo/
H A Dheres.cpp34 char filename[MAX_RES_PATH], resname[MAX_RES_PATH]; in DisplayPicture() local
48 char filename[MAX_RES_PATH], resname[MAX_RES_PATH]; in PlayMusic() local
135 char filename[MAX_RES_PATH], resname[MAX_RES_PATH]; in PlaySample() local
172 char filename[MAX_RES_PATH], resname[MAX_RES_PATH]; in PlayVideo() local
243 long Hugo::FindResource(const char *filename, const char *resname) { in FindResource()
419 int Hugo::GetResourceParameters(char *filename, char *resname, int restype) { in GetResourceParameters()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/hugo/
H A Dheres.cpp29 char filename[MAX_RES_PATH], resname[MAX_RES_PATH]; in DisplayPicture() local
61 char filename[MAX_RES_PATH], resname[MAX_RES_PATH]; in PlayMusic() local
148 char filename[MAX_RES_PATH], resname[MAX_RES_PATH]; in PlaySample() local
185 char filename[MAX_RES_PATH], resname[MAX_RES_PATH]; in PlayVideo() local
256 long Hugo::FindResource(char *filename, char *resname) { in FindResource()
432 int Hugo::GetResourceParameters(char *filename, char *resname, int restype) { in GetResourceParameters()
/dports/games/quadra/quadra-1.3.0/skelton/common/
H A Dresfile.cpp29 Resdata::Resdata(char *resname, int ressize, Byte *resdata, Resdata *list) { in Resdata()
67 char *resname; in thaw() local
103 int Resfile::get(const char *resname, Byte **resdata) { in get()
123 void Resfile::remove(const char* resname) { in remove()
/dports/net/gerbera/gerbera-1.9.2/gerbera-web/mock-api/edit_load/
H A Dobject_id-39479.json56 "resname":"----RESOURCE----", string
60 "resname":"handlerType", string
64 "resname":" bitrate", string
68 "resname":" duration", string
72 "resname":" nrAudioChannels", string
76 "resname":" protocolInfo", string
80 "resname":" sampleFrequency", string
84 "resname":" size", string
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DMolDataClass.cpp227 auto resname=mypdb.getResidueName(a); in specialSymbol() local
237 auto resname=mypdb.getResidueName(a); in specialSymbol() local
247 auto resname=mypdb.getResidueName(a); in specialSymbol() local
257 auto resname=mypdb.getResidueName(a); in specialSymbol() local
294 std::string resname; in specialSymbol() local
/dports/games/tads/tads-3.0.8/tads3/
H A Dresfind.cpp49 static int t2_find_res(osfildef *fp, const char *resname, in t2_find_res()
194 static int t3_find_res(osfildef *fp, const char *resname, in t3_find_res()
319 int tads_find_resource_fp(osfildef *fp, const char *resname, in tads_find_resource_fp()
359 int tads_find_resource(const char *fname, const char *resname, in tads_find_resource()
394 const char *resname; in main() local
H A Dvmhosttx.cpp32 CResEntry(const char *resname, size_t resnamelen, int copy, in CResEntry()
146 const char *resname, size_t resnamelen, in add_resource()
161 osfildef *CVmHostIfcText::find_resource(const char *resname, in find_resource()
254 int CVmHostIfcText::resfile_exists(const char *resname, size_t resnamelen) in resfile_exists()
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dresources.c187 char *resname; in init_resource() local
359 char *resname; in init_ui_resource() local
391 find_resource_from_name(const char *resname, struct nsgtk_resource_s *resource) in find_resource_from_name()
480 nsgdk_pixbuf_new_from_resname(const char *resname, GdkPixbuf **pixbuf_out) in nsgdk_pixbuf_new_from_resname()
536 nsgtk_builder_new_from_resname(const char *resname, GtkBuilder **builder_out) in nsgtk_builder_new_from_resname()
585 nsgtk_data_from_resname(const char *resname, in nsgtk_data_from_resname()
624 nsgtk_path_from_resname(const char *resname, const char **path_out) in nsgtk_path_from_resname()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/KEYImporter/
H A DKEYImporter.cpp200 bool KEYImporter::HasResource(const char* resname, SClass_ID type) in HasResource()
205 bool KEYImporter::HasResource(const char* resname, const ResourceDesc &type) in HasResource()
210 DataStream* KEYImporter::GetStream(const char *resname, ieWord type) in GetStream()
244 DataStream* KEYImporter::GetResource(const char* resname, SClass_ID type) in GetResource()
250 DataStream* KEYImporter::GetResource(const char* resname, const ResourceDesc &type) in GetResource()
/dports/games/scummvm/scummvm-2.5.1/engines/groovie/
H A Dresource.cpp121 Common::String resname(readname, 12); in getRef() local
173 char resname[13]; in getResInfo() local
241 Common::String resname(readname, 18); in getRef() local
284 char resname[19]; in getResInfo() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/groovie/
H A Dresource.cpp121 Common::String resname(readname, 12); in getRef() local
173 char resname[13]; in getResInfo() local
241 Common::String resname(readname, 18); in getRef() local
284 char resname[19]; in getResInfo() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DResourceExpressionBuilder.cs98 …nternal static CodeExpression CreateGetLocalResourceObject (BoundPropertyEntry bpe, string resname) in CreateGetLocalResourceObject()
109 internal static CodeExpression CreateGetLocalResourceObject (MemberInfo mi, string resname) in CreateGetLocalResourceObject()
125 …ateGetLocalResourceObject (Type member_type, Type declaringType, string memberName, string resname) in CreateGetLocalResourceObject()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/src/
H A Dforcefield.py303 def hasResidue(self, resname): argument
316 def getResidue(self, resname): argument
329 def getNames(self, resname, atomname): argument
353 def getGroup(self, resname, atomname): argument
370 def getParams(self, resname, atomname): argument
872 def __init__(self, name, charge, radius, resname, group=""): argument
/dports/science/tinker/tinker/source/
H A Dxyzpdb.f124 character*3 resname local
722 subroutine pdbatom (atmname,resname,ires,icoord) argument
727 character*3 resname local
762 subroutine getside (resname,ires,ci,cai,cbi) argument
769 character*3 resname local
1054 subroutine getproh (resname,ires,jchain,ni,cai,cbi) argument
1065 character*3 resname local
1676 subroutine getbase (resname,ires,ni) argument
1679 character*3 resname local
1805 subroutine getnuch (resname,ires,ni,c1i,c2i, argument
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirlockspace.c64 const char *resname) in virLockSpaceGetResourcePath()
113 const char *resname, in virLockSpaceResourceNew()
494 const char *resname) in virLockSpaceCreateResource()
525 const char *resname) in virLockSpaceDeleteResource()
561 const char *resname, in virLockSpaceAcquireResource()
609 const char *resname, in virLockSpaceReleaseResource()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Droster.c187 static res_t *get_resource(roster_t *rost, const char *resname) in get_resource()
237 static void del_resource(roster_t *rost, const char *resname) in del_resource()
842 enum imstatus roster_getstatus(const char *jid, const char *resname) in roster_getstatus()
859 const char *roster_getstatusmsg(const char *jid, const char *resname) in roster_getstatusmsg()
876 char roster_getprio(const char *jid, const char *resname) in roster_getprio()
1325 time_t buddy_getstatustime(gpointer rosterdata, const char *resname) in buddy_getstatustime()
1334 gchar buddy_getresourceprio(gpointer rosterdata, const char *resname) in buddy_getresourceprio()
1370 void buddy_resource_setcaps(gpointer rosterdata, const char *resname, in buddy_resource_setcaps()
1403 enum imrole buddy_getrole(gpointer rosterdata, const char *resname) in buddy_getrole()
1421 const char *buddy_getrjid(gpointer rosterdata, const char *resname) in buddy_getrjid()
[all …]
/dports/dns/gdnsd2/gdnsd-2.4.3/plugins/
H A Dmultifo.c67 const char* resname = resname_asvoid; in bad_res_opt() local
75 static vscf_data_t* addrs_hash_from_array(vscf_data_t* ary, const char* resname, const char* stanza… in addrs_hash_from_array()
100 const char* resname; member
112 const char* resname = aid->resname; in addr_setup() local
142 static void config_addrs(const char* resname, const char* stanza, addrset_t* aset, const bool ipv6,… in config_addrs()
266 static bool config_res(const char* resname, unsigned resname_len V_UNUSED, vscf_data_t* opts, void*… in config_res()
331 int plugin_multifo_map_res(const char* resname, const uint8_t* origin V_UNUSED) { in plugin_multifo_map_res()
H A Dsimplefo.c71 const char* resname = resname_asvoid; in bad_res_opt() local
76 static as_af_t config_addrs(addrstate_t* as, as_af_t as_af, const char* resname, const char* stanza… in config_addrs()
137 static bool config_res(const char* resname, unsigned resname_len V_UNUSED, vscf_data_t* opts, void*… in config_res()
202 int plugin_simplefo_map_res(const char* resname, const uint8_t* origin V_UNUSED) { in plugin_simplefo_map_res()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/105 generatorcustom/
H A Dgen.py9 resname = f.readline().strip() variable
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/109 generatorcustom/
H A Dgen.py9 resname = f.readline().strip() variable
/dports/devel/meson/meson-0.60.3/test cases/common/105 generatorcustom/
H A Dgen.py9 resname = f.readline().strip() variable
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/109 generatorcustom/
H A Dgen.py9 resname = f.readline().strip() variable
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/hyphenation/glue/
H A Dhnjstdio.cpp9 // access the dictionary resources.
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/scripts/
H A Dfontforge_subset.py34 resname = "subseted-"+ os.path.basename(cf) variable

12345678910>>...22