代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/273665/4199790
c testbrowse2.c
/*
* Alternate testbrowse utility provided by Mikhail Kshevetskiy.
* This version tests use of multiple contexts.
*/
#include
#include
#include
#include
www.eeworm.com/read/273525/4209364
ado _fr_legend_parse_and_log.ado
*! version 1.0.3 19jul2004
program _fr_legend_parse_and_log , rclass
gettoken log 0 : 0
// allow multiple legend()
local 0 `", `0'"'
syntax [ , LEGend(string asis) * ]
local res
www.eeworm.com/read/447738/1696411
s mips16-e.s
.set noreorder
.text
nop
l1: nop
1: nop
nop
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4
.section "foo"
www.eeworm.com/read/447504/1701781
js selectfilter2.js
/*
SelectFilter2 - Turns a multiple-select box into a filter interface.
Different than SelectFilter because this is coupled to the admin framework.
Requires core.js, SelectBox.js and addevent.js.
*/
www.eeworm.com/read/440906/1775291
c union4.c
// Build don't link:
// Origin: Mark Mitchell
// Special g++ Options:
union A
{
int i;
int j;
A () : i (3), j (2) {} // ERROR - multiple initializations
};
union B
{
www.eeworm.com/read/440906/1782593
c 19990413-1.c
/* Verify that cpp doesn't screw up the line numbering when a macro argument
extends over multiple lines. */
/* { dg-do compile } */
#define FOO(x) /* nothing */
void
func(void)
{
FOO(i
www.eeworm.com/read/439207/1807057
vhd 38_test_28.vhd
--Page :294,295
--Objective :Multiple array inputs
--Filename :test_28.vhd
--Author :Joseph Pick
entity Test_28 is
end Test_28 ;
architecture Behave_1 of Tes
www.eeworm.com/read/439112/1808816
nasl psychoblogger_sql_injection.nasl
#
# This script was written by Noam Rathaus
#
# GPLv2
#
# From: Andrew Smith [parenthesis@elitehaven.net]
# Subject: Multiple Vulns in Psychoblogger beta1
# Date: Wednesday 24/12/2003 01:52
#
#
if(de
www.eeworm.com/read/439112/1811215
nasl gcards_dir_transversal.nasl
# kst-gpl
#
# (C) Josh Zlatin-Amishav (josh at ramat dot cc)
# GPLv2
#
desc["english"] = "
Synopsis :
The remote web server contains a PHP application that is prone to
multiple vulnerabilities.
D
www.eeworm.com/read/439082/1817312
h shmparam.h
#ifndef _M68K_SHMPARAM_H
#define _M68K_SHMPARAM_H
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
#endif /* _M68K_SHMPARAM_H */