代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/312338/3672924
java plugin.java
/*
* Copyright (c) 2006, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide
www.eeworm.com/read/312213/3674855
java plugin.java
/* CVS ID: $Id: Plugin.java,v 1.2 2000/04/06 08:02:02 wastl Exp $ */
package net.wastl.webmail.server;
/*
* Plugin.java
*
* Created: Sep 1999
*
* Copyright (C) 1999-2000 Sebastian Schaff
www.eeworm.com/read/310568/3695167
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
www.eeworm.com/read/310568/3695189
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
www.eeworm.com/read/310527/3696293
c plugin.c
/***********************************************************************
*
* plugin.c
*
* pppd plugin for kernel-mode PPPoE on Linux
*
* Copyright (C) 2001 by Roaring Penguin Software Inc., Michal Ost
www.eeworm.com/read/306339/3739192
java plugin.java
/**
* Copyright 2004 Carlos Silva A.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt
www.eeworm.com/read/305304/3774261
plugin rules.plugin
# -*- makefile -*-
INCLUDES = -I$(top_srcdir)/include -DBOOTSTRAP
CFLAGS = -fPIC
%.so: %.o
$(CC) -shared $(CFLAGS) $(filter %.o,$^) -o $@
THISDIR := $(notdir $(shell pwd))
all-local: $(addp
www.eeworm.com/read/305277/3777369
scala plugin.scala
/* NSC -- new Scala compiler
* Copyright 2007-2008 LAMP/EPFL
* @author Lex Spoon
*/
// $Id: Plugin.scala 14416 2008-03-19 01:17:25Z mihaylov $
package scala.tools.nsc.plugins
import java.io.File
www.eeworm.com/read/304568/3797955
c plugin.c
#include
#include "MyMath.h"
#include "Math.h"
unsigned int g_stringsize;
stack_t **g_stacktop;
char *g_variables;
#ifdef _DEBUG_LEAKS
#include
int blocksnum = 0;
HGLOBAL bl
www.eeworm.com/read/304568/3798039
h plugin.h
#ifndef ___PLUGIN__H___
#define ___PLUGIN__H___
typedef struct _stack_t {
struct _stack_t *next;
char text[1]; // this should be the length of string_size
} stack_t;
enum
{
INST_0, // $0