代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/383659/2615765
h plugin.h
/*
* Author:
* Guido Draheim
*
* Copyright (c) 2002,2003 Guido Draheim
* All rights reserved
* use under the restrictions of the
* Lesser GNU General Public Licens
www.eeworm.com/read/381490/2643970
cpp plugin.cpp
// This file is part of Ambulant Player, www.ambulantplayer.org.
//
// Copyright (C) 2003-2007 Stichting CWI,
// Kruislaan 413, 1098 SJ Amsterdam, The Netherlands.
//
// Ambulant Player is free softw
www.eeworm.com/read/376758/2707431
java plugin.java
/*
/**
* Copyright 2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You
www.eeworm.com/read/376189/2712129
properties plugin_it.properties
#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
editor.rbe = Editor di Resource Bundle
plugin.name = ResourceBundle Editor Plug-in
plugin.provider = Essiembre Consu
www.eeworm.com/read/376189/2712130
properties plugin.properties
#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
editor.rbe = ResourceBundle Editor
plugin.name = ResourceBundle Editor Plug-in
plugin.provider = Essiembre Consultan
www.eeworm.com/read/374785/2746020
py and_plugin.py
plugin_name = "AND gate"
def create(callback):
return and_gate()
class and_gate:
input_description = [('input 1', int),('input 2', int)]
output_description = [('output', int)]
def r