代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/155397/5622545
java plugin.java
// $Id: Plugin.java,v 1.5.4.3 2003/08/26 09:08:11 cssharp Exp $
/* tab:2
*
*
* "Copyright (c) 2000 and The Regents of the University
* of California. All rights reserved.
*
* Permissi
www.eeworm.com/read/154890/5631241
h plugin.h
#ifndef PLUGIN_H_
#define PLUGIN_H_
typedef struct plugin_struct
{
char name[32];
void *handle;
int (*init) (int, char **);
int (*close) (void);
int (*getfd)(void);
int (*read) (
www.eeworm.com/read/154890/5631242
c plugin.c
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/154890/5632025
c plugin.c
/******************************************************************************
* Copyright (c) 1996 Netscape Communications. All rights reserved.
***************************************************
www.eeworm.com/read/153251/5651595
properties plugin.properties
proxygen.src.dir=${maven.build.dir}/proxygen/src
www.eeworm.com/read/153172/5652300
cpp plugin.cpp
/**************************************************************************
* DSemu - The Next Generation *
* Plugin core functionality [plugin.cpp]
www.eeworm.com/read/153172/5652338
h plugin.h
/**************************************************************************
* DSemu - The Next Generation *
* Plugin handling: Definitions [plugin.h]
www.eeworm.com/read/473765/6839424
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