代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/100412/15874271
c plugin.c
/*
* plugin interface - load/save/find plugin
* xxx
*
* Authors: Michael Jochum
*
* TODO:
*
* Fixes:
*
* For license terms, see the file COPYING in
www.eeworm.com/read/100412/15874276
c plugin_if.c
/*
* plugin interface: this functions can be used by plugin writers to
* make their work easier - protypes for the functions
* are included in gsms-plugin.h
*
www.eeworm.com/read/100265/15879352
h plugin.h
class Plugin {
public:
typedef const char* InitFunction(const char*);
typedef void DoneFunction();
typedef const char* VersionFunction();
typedef EmbeddedInterpreter * CreateInterpret
www.eeworm.com/read/120251/6075380
cfg plugins.cfg
# Defines plugins to load
# Define plugin folder
PluginFolder=/usr/local/lib/OGRE
# Define D3D rendering implementation plugin
Plugin=RenderSystem_GL.so
Plugin=Plugin_FileSystem.so
Plugin=Pl
www.eeworm.com/read/120251/6077267
cfg plugins.cfg
# Defines plugins to load
# Define plugin folder
PluginFolder=/usr/local/lib/OGRE
# Define D3D rendering implementation plugin
Plugin=RenderSystem_GL.so
Plugin=Plugin_FileSystem.so
Plugin=Pl
www.eeworm.com/read/113165/6137288
cfg plugins.cfg
# Defines plugins to load
# Define plugin folder
PluginFolder=/usr/local/lib/OGRE
# Define D3D rendering implementation plugin
Plugin=RenderSystem_GL.so
Plugin=Plugin_FileSystem.so
Plugin=Pl
www.eeworm.com/read/113165/6139281
cfg plugins.cfg
# Defines plugins to load
# Define plugin folder
PluginFolder=/usr/local/lib/OGRE
# Define D3D rendering implementation plugin
Plugin=RenderSystem_GL.so
Plugin=Plugin_FileSystem.so
Plugin=Pl
www.eeworm.com/read/120251/6076523
cfg plugins.cfg
# Defines plugins to load
# Define plugin folder -- Plugin folder is ignored
# in Project Builder build -- plugins are found in Resources/
# in the Main (Application) bundle, then in the Framewor
www.eeworm.com/read/113165/6138547
cfg plugins.cfg
# Defines plugins to load
# Define plugin folder -- Plugin folder is ignored
# in Project Builder build -- plugins are found in Resources/
# in the Main (Application) bundle, then in the Framewor
www.eeworm.com/read/173209/9667001
c sample_plugin_core.c
/*
The sample_plugin plugin is a plugin for partysip.
Copyright (C) 2002 Aymeric MOIZARD -
The sample_plugin plugin is free software; you can redistribute it and/or modify