代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/419203/2080561
jsp securityroles.jsp
Blog Security
By default, when Pebble is hosting multiple blogs, all users defined as blog c
www.eeworm.com/read/411682/2185488
c rd.c
/*
* ramdisk.c - Multiple RAM disk driver - gzip-loading version - v. 0.8 beta.
*
* (C) Chad Page, Theodore Ts'o, et. al, 1995.
*
* This RAM disk is designed to have filesystems created on it and
www.eeworm.com/read/405255/2294373
c rd.c
/*
* ramdisk.c - Multiple RAM disk driver - gzip-loading version - v. 0.8 beta.
*
* (C) Chad Page, Theodore Ts'o, et. al, 1995.
*
* This RAM disk is designed to have filesystems created on it and
www.eeworm.com/read/396408/2419106
c mga_vid.c
//#define CRTC2
// YUY2 support (see config.format) added by A'rpi/ESP-team
// double buffering added by A'rpi/ESP-team
// brightness/contrast introduced by eyck
// multiple card support by Attila Ki
www.eeworm.com/read/395229/2446694
h shmparam.h
#ifndef _ASM_CRIS_SHMPARAM_H
#define _ASM_CRIS_SHMPARAM_H
/* same as asm-i386/ version.. */
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
#endif /* _ASM_CRIS_SHMPARAM_H */
www.eeworm.com/read/395229/2447279
h shmparam.h
#ifndef _ASM_CRIS_SHMPARAM_H
#define _ASM_CRIS_SHMPARAM_H
/* same as asm-i386/ version.. */
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
#endif /* _ASM_CRIS_SHMPARAM_H */
www.eeworm.com/read/395229/2448634
h shmparam.h
#ifndef _ASM_CRIS_SHMPARAM_H
#define _ASM_CRIS_SHMPARAM_H
/* same as asm-i386/ version.. */
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
#endif /* _ASM_CRIS_SHMPARAM_H */
www.eeworm.com/read/389922/2530371
c tr.c
/* tr - translate characters Author: Michiel Huisjes */
/* Usage: tr [-cds] [string1 [string2]]
* c: take complement of string1
* d: delete input characters coded string1
* s: squeeze multiple out
www.eeworm.com/read/376375/2711461
java checkbox.java
package org.j4me.ui.components;
import javax.microedition.lcdui.*;
import org.j4me.ui.*;
/**
* The CheckBox component lets a user turn an option on or off.
* Multiple check box
www.eeworm.com/read/366702/2872039
c virtual.c
// { dg-do assemble }
// From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143)
// Newsgroups: gnu.g++.bug
// Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions