代码搜索:common 有哪些应用?
找到约 10,000 项符合「common 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/292757/3941832
js common_001.js
// 用户登录检查
function userLogin(form){
var username = form["loginForm:username"];
var userPwd = form["loginForm:password"];
var strTitle = '用户登录';
if (username.value == null || usern
www.eeworm.com/read/292757/3941834
js common_002.js
// 用户密码修改检查
function changePassword(form){
var oldPassword = form["modPwdForm:oldPassword"];
var newPassword1 = form["modPwdForm:newPassword1"];
var newPassword2 = form["modPwdForm:new
www.eeworm.com/read/292757/3941835
js common_006.js
Ext.onReady(function(){
Ext.QuickTips.init();
/* create the Data Store */
var store = new Ext.data.Store({
id: 'store',
proxy: new Ext.data.MemoryProxy(getAddInf
www.eeworm.com/read/292705/3942992
c fault-common.c
/*
* linux/arch/arm/mm/fault-common.c
*
* Copyright (C) 1995 Linus Torvalds
* Modifications for ARM processor (c) 1995-2001 Russell King
*
* This program is free software; you can redistribu
www.eeworm.com/read/292705/3943178
s entry-common.s
/*
* linux/arch/arm/kernel/entry-common.S
*
* Copyright (C) 2000 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/292705/3943422
c iommu_common.c
/* $Id: iommu_common.c,v 1.6.2.1 2001/12/11 22:47:27 davem Exp $
* iommu_common.c: UltraSparc SBUS/PCI common iommu code.
*
* Copyright (C) 1999 David S. Miller (davem@redhat.com)
*/
#include "io
www.eeworm.com/read/292705/3943423
c pci_common.c
/* $Id: pci_common.c,v 1.27.2.2 2002/02/01 00:56:44 davem Exp $
* pci_common.c: PCI controller common support.
*
* Copyright (C) 1999 David S. Miller (davem@redhat.com)
*/
#include
www.eeworm.com/read/292705/3943459
h iommu_common.h
/* $Id: iommu_common.h,v 1.4.2.1 2001/12/11 22:47:27 davem Exp $
* iommu_common.h: UltraSparc SBUS/PCI common iommu declarations.
*
* Copyright (C) 1999 David S. Miller (davem@redhat.com)
*/
#inc
www.eeworm.com/read/292705/3944545
c misc-common.c
/*
* arch/ppc/boot/common/misc-common.c
*
* Misc. bootloader code (almost) all platforms can use
*
* Author: Johnnie Peters
* Editor: Tom Rini
*
* Deri