Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 5 of 5) sorted by path

/unit/
H A DCHANGES4 *) Feature: WebAssembly Components using WASI interfaces defined in
H A DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common331 separable from, or merely link (or bind by name) to the interfaces of,
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common331 separable from, or merely link (or bind by name) to the interfaces of,
/unit/src/java/nginx/unit/websocket/
H A DUtil.java191 Type[] interfaces = clazz.getGenericInterfaces(); in getGenericType() local
192 for (Type iface : interfaces) { in getGenericType()