代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/129320/5974060
java eclipseclasspath.java
/*
* Generate a Java classpath from an Eclipse plugin.xml file
* Copyright (C) 2004, University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under th
www.eeworm.com/read/127643/6003592
java tanghanplugin.java
package com.tanghan.plugin;
import org.eclipse.ui.plugin.*;
//import org.eclipse.core.internal.plugins.PluginClassLoader;
import org.eclipse.core.runtime.*;
import org.eclipse.core.resources.*;
www.eeworm.com/read/127643/6003604
java itanghanconstants.java
/*
* Created on 2003-5-5
*
*/
package com.tanghan.plugin;
/**
* @author Jerry Tang
* @version v0.1.0
* @copyright (C) 2003 Tanghan工作组
*
*/
public interface ITanghanConstants {
www.eeworm.com/read/127643/6003606
java idealdatasave.java
/*
* Created on 2003-5-6
*
*/
package com.tanghan.plugin.dataSave;
import org.eclipse.ui.plugin.*;
import com.tanghan.util.TanghanException;
/**
* 处理用于存储数据的文件
* @author Jerry Tang
www.eeworm.com/read/126854/6011294
h dk_client.h
// dk_client.h - contains definitions of dk structures
// Copyright (c) 2000 Atheros Communications, Inc., All Rights Reserved
// modification history
// --------------------
// 000 00jan0
www.eeworm.com/read/125531/6028052
java sampleplugin3.java
package com.foo;
import com.ecyrd.jspwiki.*;
import com.ecyrd.jspwiki.plugin.*;
import java.util.*;
/**
* Implements a simple plugin that just returns its text.
*
* Parameters: text - text
www.eeworm.com/read/125531/6028067
java javascriptplugin.java
package com.ecyrd.jspwiki.plugin;
import com.ecyrd.jspwiki.*;
import java.util.*;
/**
* Implements a simple plugin that just returns a piece of Javascript
*
* Parameters: text - text to re