代码搜索:mapping

找到约 10,000 项符合「mapping」的源代码

代码结果 10,000
www.eeworm.com/read/38039/1095732

mnu timpfeattst.mnu

IMPFEAT#Test # IMPFEAT#Create Create import feature. # IMPFEAT#Map Mapping for import feature. # IMPFEAT#Redef Redefine import feature. #
www.eeworm.com/read/493655/1164256

rb bindings.rb

# # bindings.rb sets up a mapping from input constants used by the # inputserver to application defined command constants. # inputServer = get('/sys/server/input'); if (inputServer == nil) print "(
www.eeworm.com/read/488612/1227868

properties contextmap.properties

# # Defines the initial report contexts ... # %init=report-definition,report # Defines the mappings for the ext-parser. # It defines a virtual mapping for all object-handlings. report-definiti
www.eeworm.com/read/480930/1306765

c axisflashmap.c

/* * Physical mapping layer for MTD using the Axis partitiontable format * * Copyright (c) 2001 Axis Communications AB * * This file is under the GPL. * * First partition is always sector 0 reg
www.eeworm.com/read/480930/1311127

c exec_domain.c

/* * Handling of different ABIs (personalities). * * We group personalities into execution domains which have their * own handlers for kernel entry points, signal mapping, etc... * * 2001-05-06
www.eeworm.com/read/480017/1323797

java typedef.java

package org.hibernate.mapping; import java.io.Serializable; import java.util.Properties; /** * Placeholder for typedef information */ public class TypeDef implements Serializable { pri
www.eeworm.com/read/480017/1323826

java metaattributable.java

package org.hibernate.mapping; /** * Common interface for things that can handle meta attributes. * * @since 3.0.1 */ public interface MetaAttributable { public java.util.Map getMetaA
www.eeworm.com/read/475609/1384404

java orderaction.java

package com.tarena.crm.order.web.struts.action; public class OrderAction extends DispatchAction { /** * 生成订单 * * @param mapping * @param form * @param request * @param respon
www.eeworm.com/read/475609/1384436

java customeraction.java

package com.tarena.crm.customer.web.struts.action; public class CustomerAction extends DispatchAction { /** * 准备编辑客户信息 * @param mapping ActionMapping * @param form ActionF
www.eeworm.com/read/464963/1523072

java questions.java

package com.onlinestudy.domain; import org.hibernate.mapping.Set; public class Questions { int id; String contents; String rightAnswer; QuestionType type; Set exam;