代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/182103/5265942
h object.h
/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution o
www.eeworm.com/read/180137/5289056
sum object.sum
#!/bin/sh
#
# Object.sum - extracts symbol table
#
# Object.sum,v 1.6 1995/09/05 20:17:26 hardy Exp
#
######################################################################
# Copyright (c) 1994, 19
www.eeworm.com/read/178244/5317406
h object.h
#ifndef __OBJECT_H_
#define __OBJECT_H_
#include
#define OBJECT(obj) ((Object*) obj)
typedef struct _Object Object;
typedef void (*ObjectDestroy) (Object* self);
struct _Object
{
i
www.eeworm.com/read/177407/5326052
java object.java
/*
* Copyright (c) 1999 The Java Apache Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/176655/5336206
make_object
#!/bin/sh
#
# $Id: make_object,v 1.3 1998/09/15 16:48:27 wfs Exp $
#
# Build a single object description
#
# This is used by make_table on an object by object basis.
# However, it can also be used to
www.eeworm.com/read/174884/5355268
c object.c
/*
* Copyright Notice
* Copyright (c) Ericsson, IBM, Lotus, Matsushita Communication
* Industrial Co., Ltd., Motorola, Nokia, Openwave Systems, Inc.,
* Palm, Inc., Psion, Starfish Software, Symb
www.eeworm.com/read/174884/5355281
h object.h
#ifndef OBEXOBJECT_H
#define OBEXOBJECT_H
/*
* Copyright Notice
* Copyright (c) Ericsson, IBM, Lotus, Matsushita Communication
* Industrial Co., Ltd., Motorola, Nokia, Openwave Systems, Inc.,
*
www.eeworm.com/read/172725/5382581
vm object.vm
package ${package};
#if ($table.BaseClass)
#set ($extendsBaseClass = "extends $table.BaseClass" )
#else
#set ($extendsBaseClass = "" )
#end
import java.io.Serializable;
import java.util.Date
www.eeworm.com/read/172725/5382588
vm object.vm
package ${package};
#if ($table.BaseClass)
#set ($extendsBaseClass = "extends $table.BaseClass" )
#else
#set ($extendsBaseClass = "" )
#end
#if ($table.Interface)
#if ($ojbUseInterface
www.eeworm.com/read/172725/5382763
vm object.vm
package ${package};
#if ($table.BaseClass == "")
#set ($extendsBaseClass = "" )
#else
#set ($extendsBaseClass = "extends $table.BaseClass" )
#end
import java.math.BigDecimal;
import java.sql.Con