代码搜索:common 有哪些应用?
找到约 10,000 项符合「common 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/313172/3645133
js jquery.common.js
// 导入Plugins方法 *** *** www.LazyCMS.net *** ***
jQuery.extend({
// 弹出层 *** *** www.LazyCMS.net *** ***
poping: function(opts,pops){
var path = $("script[@src*=jquery.js]").attr("src").
www.eeworm.com/read/311998/3676591
h xsupconfcheck_common.h
/**
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \author chris@open1x.org
*
**/
#ifndef _XSUPCONFCHECK_COMMON_H_
#define _XSUPCONFCHECK_COMMON_H_
www.eeworm.com/read/311998/3676594
c xsupconfcheck_common.c
/**
* Routines for checking the "completeness" of a piece of the configuration.
*
* Licensed under the dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file xsupconfcheck_int.c
www.eeworm.com/read/311998/3676679
c xsupconfwrite_common.c
/**
* Implementation of functions that are useful in various places of the
* xsupconfwrite library.
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file
www.eeworm.com/read/311998/3676683
h xsupconfwrite_common.h
/**
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \author chris@open1x.org
*
**/
#ifndef __XSUPCONFWRITE_COMMON_H__
#define __XSUPCONFWRITE_COMMON_H__
www.eeworm.com/read/311998/3676707
h xsupconfig_common.h
/*******************************************************************
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* File: xsupconfig_common.h
*
* Author
www.eeworm.com/read/311998/3676755
c xsupconfig_common.c
/**
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file xsupconfig_common.c
*
* \author chris@open1x.org
*
* $Id: xsupconfig_common.c,v 1.1.2.16 200
www.eeworm.com/read/311802/3677660
h hi_common.h
/******************************************************************************
Copyright (C), 2001-2011, Hisilicon Tech. Co., Ltd.
********************************************************************
www.eeworm.com/read/310530/3695868
js inc_common.js
// SranM Guestbook Version 2.2
// Common JavaScript
// 带确认的超链接
function go(URL,cfmText)
{
var ret;
ret = confirm(cfmText);
if(ret!=false)window.location=URL;
}
// 打开自定义窗口
function o