代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/464945/1523558
jbx runtimconstant.jbx
[PropertyInfo]
instance,RunTimConstant,false,false, , ,false,
queue,com.laoer.bbscs.sys.Queue,false,false,queue,queue,true,
[IconNames]
www.eeworm.com/read/462926/1541933
java tasktype.java
package workflow.xwfbox.instance;
public class TaskType
{
private String _Value;
/**
@roseuid 41C199BB0249
*/
public TaskType()
{
}
/**
@re
www.eeworm.com/read/461961/1548940
h material.h
// System Material class
#pragma once
#include "ObjectAdapter.h"
namespace System
{
/// Describes surface properties for rendering.
/// Create a material instance using the Displ
www.eeworm.com/read/454311/1630395
cpp linsolver_com.cpp
#include "linsolver_com.hpp"
CLinSolver::CLinSolver()
{
if (!g_pModule->InitializeComponentInstance(&m_hinst))
Error("Could not create MCR instance");
}
CLinSolver::~CLinSolver()
www.eeworm.com/read/453592/1640517
java emptyapplet.java
/**
* This applet is just an empty applet ...
*
* I use it to use the HtmlConverter binary 'given' in the JDK:
* I embed an instance of the EmptyApplet in my page, that contains th
www.eeworm.com/read/451335/1662089
properties quartz.properties
# Default Properties file for use by StdSchedulerFactory
# to create a Quartz Scheduler Instance, if a different
# properties file is not explicitly specified.
#
org.quartz.scheduler.instanceName = D
www.eeworm.com/read/451220/1664189
cs iuniqueentityloader.cs
using NHibernate.Engine;
namespace NHibernate.Loader.Entity
{
///
public interface IUniqueEntityLoader
{
///
/// Load an entity instance. If OptionalOb
www.eeworm.com/read/451220/1664225
cs imappingdocumentparser.cs
using System.IO;
namespace NHibernate.Cfg.MappingSchema
{
///
/// Responsible for converting a of HBM XML into an instance of
/// .
www.eeworm.com/read/251463/4419938
java appcontext.java
package com.ascent.util;
import org.springframework.context.support.*;
public class AppContext
{
private static AppContext instance;
private AbstractApplicationContext appContext;
www.eeworm.com/read/245316/4504454
java malformedxmiexception.java
package javax.jmi.xmi;
public class MalformedXMIException extends Exception {
/**
* Creates a new instance of MalformedXMIException without detail message.
*/
p