代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/420697/2067338
java lexicalhandler.java
// LexicalHandler.java - optional handler for lexical parse events.
// Public Domain: no warranty.
// $Id: LexicalHandler.java,v 1.1 2001/05/20 03:12:57 curcuru Exp $
package org.xml.sax.ext;
import
www.eeworm.com/read/395229/2448053
h flash.h
#ifndef LINUX_SPI_FLASH_H
#define LINUX_SPI_FLASH_H
struct mtd_partition;
/**
* struct flash_platform_data: board-specific flash data
* @name: optional flash device name (eg, as used with mtdparts
www.eeworm.com/read/393286/2481170
makefile
#
# Makefile for the USB input drivers
#
# Multipart objects.
usbhid-objs := hid-core.o
# Optional parts of multipart objects.
ifeq ($(CONFIG_USB_HIDDEV),y)
usbhid-objs += hiddev.o
endif
ifeq ($(C
www.eeworm.com/read/392548/2494856
s match.s
* match.s -- optional optimized asm version of longest match in deflate.c
* Copyright (C) 1992-1993 Jean-loup Gailly
*
* Adapted for X68000 by NIIMI Satoshi
* Adapted for the
www.eeworm.com/read/382594/2633493
mpb naming_serv.mpb
// -*- MPC -*-
// naming_serv.mpb,v 1.4 2006/03/09 15:30:43 elliott_c Exp
project : orbsvcslib, naming_skel, iortable, messaging_optional, svc_utils {
avoids += ace_for_tao // Require
www.eeworm.com/read/361261/2948464
zaurus control.zaurus
Package: zaurus-vlc
Section: graphics
Priority: optional
Version: 0.8.0
Release: 1
Conflicts: gpe-apps, gpe-vlc, vlc, libsdl
Architecture: arm
Source: http://www.videolan.org/vlc/download-sources.html
www.eeworm.com/read/265749/4281430
java suspendablexaconnection.java
package com.mysql.jdbc.jdbc2.optional;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import javax.sql.XAConnection;
import javax.transaction.xa.XAException;
www.eeworm.com/read/262636/4310422
properties applicationresources.properties
# Optional header and footer for tag.
errors.header=
errors.footer=
error.missing.customerId=You must enter your custom
www.eeworm.com/read/413863/11139098
control
Source: cdfs-src
Section: misc
Priority: optional
Maintainer: Eduard Bloch
Build-Depends: debhelper (>> 5.0.0), bzip2
Standards-Version: 3.7.2
Package: cdfs-src
Architecture: all
D
www.eeworm.com/read/411667/11234376
m plotgauss2d.m
function h=plotgauss2d(mu, Sigma)
% PLOTGAUSS2D Plot a 2D Gaussian as an ellipse with optional cross hairs
% h=plotgauss2(mu, Sigma)
%
h = plotcov2(mu, Sigma);
return;
%%%%%%%%%%%%%%%%%%%%%%