Searched refs:fullName (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dhelpwce.cpp95 wxString fullName; local
97 fullName = name + wxT(".htm");
99 fullName = path + name + wxT(".htm");
101 fullName = path + wxT("\\") + name + wxT(".htm");
103 if (!wxFileExists(fullName))
104 fullName = wxT("\\Windows\\") + name + wxT(".htm");
106 return fullName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dhelpwin.cpp116 wxString fullName; local
118 fullName = name + wxT(".hlp");
120 fullName = path + name + wxT(".hlp");
122 fullName = path + wxT("\\") + name + wxT(".hlp");
123 return fullName;
H A Dhelpchm.cpp242 wxString fullName; local
244 fullName = name + wxT(".chm");
246 fullName = path + name + wxT(".chm");
248 fullName = path + wxT("\\") + name + wxT(".chm");
249 return fullName;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.widget.js45 fullName;
47 fullName = namespace + "-" + name;
55 $.expr[ ":" ][ fullName ] = function( elem ) {
81 widgetBaseClass: fullName
H A Djquery-ui.js367 fullName;
369 fullName = namespace + "-" + name;
377 $.expr[ ":" ][ fullName ] = function( elem ) {
403 widgetBaseClass: fullName
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Ddns_sd.h1294 * fullName: A pointer to a buffer that where the resulting full domain name is to be written.
1314 char *fullName,
H A Dcompat.c784 char *fullName,
791 if (!fullName || !regtype || !domain)
794 if (avahi_service_name_join(fullName, kDNSServiceMaxDomainName, service, regtype, domain) < 0)
783 DNSServiceConstructFullName( char *fullName, const char *service, const char *regtype, const char *domain) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Ddns_sd.h1294 * fullName: A pointer to a buffer that where the resulting full domain name is to be written.
1314 char *fullName,
H A Dcompat.c784 char *fullName,
791 if (!fullName || !regtype || !domain)
794 if (avahi_service_name_join(fullName, kDNSServiceMaxDomainName, service, regtype, domain) < 0)
783 DNSServiceConstructFullName( char *fullName, const char *service, const char *regtype, const char *domain) argument

Completed in 98 milliseconds