代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/281897/4111772
plugin-class
Plugin-Class: no.ntnu.nav.getDeviceData.deviceplugins.CiscoSwCL3addon.CiscoSwCL3addon
www.eeworm.com/read/281897/4111774
plugin-class
Plugin-Class: no.ntnu.nav.getDeviceData.deviceplugins.GetVlanFromInterface.GetVlanFromInterface
www.eeworm.com/read/281897/4111776
plugin-class
Plugin-Class: no.ntnu.nav.getDeviceData.deviceplugins.DeviceMem.DeviceMem
www.eeworm.com/read/281897/4111778
plugin-class
Plugin-Class: no.ntnu.nav.getDeviceData.deviceplugins.Typeoid.Typeoid
www.eeworm.com/read/281897/4111780
plugin-class
Plugin-Class: no.ntnu.nav.getDeviceData.deviceplugins.CiscoGw.CiscoGw
www.eeworm.com/read/281897/4111782
plugin-class
Plugin-Class: no.ntnu.nav.getDeviceData.deviceplugins.StaticRoutes.StaticRoutes
www.eeworm.com/read/281897/4111784
plugin-class
Plugin-Class: no.ntnu.nav.getDeviceData.deviceplugins.CiscoSwMenu.CiscoSwMenu
www.eeworm.com/read/281519/4116111
h plugin.h
#ifndef GS_PLUGIN_H
#define GS_PLUGIN_H
typedef struct _Plugin Plugin;
struct _Plugin {
char *filename;
char *name;
char *description;
void (*init)(void);
void (*cleanup)(void);
};
typedef P
www.eeworm.com/read/278686/4142453
java plugin.java
package org.appfuse.util.security;
public interface PlugIn {}