代码搜索:Plugin
找到约 10,000 项符合「Plugin」的源代码
代码结果 10,000
www.eeworm.com/read/382920/8990479
h plugin.h
/**************************************************/
/* PLUGIN动态连接库导出头文件 */
/**************************************************/
#ifndef PLUGIN_H_
#define PLUGIN_H_
#ifdef PLUGIN_EXPORTS
www.eeworm.com/read/185006/9060429
properties plugin_it.properties
# @author Filippo Vitale
pluginName = Sysdeo Tomcat Launcher Plugin
menu.label = &Tomcat
menu.start.label = &Avvia Tomcat
menu.stop.label = F&erma Tomcat
menu.restart.label = &Riavvia Tomcat
www.eeworm.com/read/185006/9060430
properties plugin.properties
# @author Bruno Leroux
pluginName = Sysdeo Tomcat Launcher Plugin
menu.label = &Tomcat
menu.start.label = &Start Tomcat
menu.stop.label = S&top Tomcat
menu.restart.label = &Restart Tomcat
wi
www.eeworm.com/read/282487/9089722
pas plugin.pas
unit PlugIn;
interface
uses
Windows, Classes, SysUtils, Forms, Grobal2, SDK, HUtil32;
var
PlugHandList: TStringList;
type
TPlugInfo = record
DllName: string;
sDesc: string;
www.eeworm.com/read/282487/9089734
dcu plugin.dcu
www.eeworm.com/read/282487/9090129
dcu plugin.dcu
www.eeworm.com/read/282090/9120724
h plugin.h
// PlugIn.h: interface for the CPlugIn class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PLUGIN_H__B501A832_5755_11D2_B084_00AA00A410FC__INCLUDED_)
www.eeworm.com/read/282090/9120729
cpp plugin.cpp
// PlugIn.cpp: implementation of the CPlugIn class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Radiant.h"
#include "PlugIn.h"
#if
www.eeworm.com/read/183895/9132755