代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/464804/1524913
java plugin.java
/*
* This file is part of "The Java Telnet Application".
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
www.eeworm.com/read/464631/1526647
h plugin.h
// 7zip/Far/Plugin.h
#ifndef __7ZIP_FAR_PLUGIN_H
#define __7ZIP_FAR_PLUGIN_H
#include "Common/MyCom.h"
#include "Windows/COM.h"
#include "Windows/FileFind.h"
#include "Windows/PropVariant.
www.eeworm.com/read/464631/1526651
cpp plugin.cpp
// Plugin.cpp
#include "StdAfx.h"
#include "Plugin.h"
#include "Common/IntToString.h"
#include "Common/StringConvert.h"
#include "Common/Wildcard.h"
#include "Windows/FileDir.h"
#includ
www.eeworm.com/read/462807/1542849
h plugin.h
/* Copyright (C) 2005 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software
www.eeworm.com/read/461340/1553137
java plugin.java
import java.applet.Applet;
import java.awt.Graphics;
public class plugin extends Applet{
public static String s;
public void init(){
s=new String("Test plugin!");
System.out.println(s);
www.eeworm.com/read/460862/1556372
java plugin.java
/*
* $Id: PlugIn.java 54929 2004-10-16 16:38:42Z germuska $
*
* Copyright 2000-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
*
www.eeworm.com/read/458943/1576547
js plugin.js
/* *******************************************************************************
* Use Plugin Namespace
*/
var Plugin = Plugin || {};
/*
* Layout Window GUI
* under the Plugin namesp
www.eeworm.com/read/458812/1580817
java plugin.java
/**
* -- Copyright (C) 2006 Hisham Khalil. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens
www.eeworm.com/read/453029/1643523
js plugin.js
function checkJre(){
var agt=navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);
var is_nav = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')== -1)
&& (agt.i