代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/451220/1664350
cs dirtycollectionsearchvisitor.cs
using NHibernate.Collection;
using NHibernate.Engine;
using NHibernate.Type;
namespace NHibernate.Event.Default
{
///
/// A Visitor that determines if a dirty collection was found.
www.eeworm.com/read/228152/4766015
h tree.h
/**
* \addtogroup rime
* @{
*/
/**
* \defgroup rimetree Tree-based hop-by-hop reliable data collection
* @{
*
* The tree module implements a hop-by-hop reliable data collection
* mechanism.
www.eeworm.com/read/219550/4847824
java setinfomessage.java
package planet.symphony.messages;
import java.util.*;
public class SetInfoMessage implements planet.commonapi.Message {
Collection succSet;
Collection predSet;
boolean hasSuccSet, hasPredSet;
www.eeworm.com/read/204915/5027914
h tree.h
/**
* \addtogroup rime
* @{
*/
/**
* \defgroup rimetree Tree-based hop-by-hop reliable data collection
* @{
*
* The tree module implements a hop-by-hop reliable data collection
* mechanism.
www.eeworm.com/read/312338/3673074
h tree.h
/**
* \addtogroup rime
* @{
*/
/**
* \defgroup rimetree Tree-based hop-by-hop reliable data collection
* @{
*
* The tree module implements a hop-by-hop reliable data collection
* mechanism.
www.eeworm.com/read/310709/3691604
nc collectionsenderp.nc
#include "Collection.h"
generic configuration
CollectionSenderP(collection_id_t collectid, uint8_t clientid) {
provides {
interface Send;
interface Packet;
}
}
implementation {
compon
www.eeworm.com/read/305277/3779368
scala bug112506a.scala
package test;
import scala.collection.immutable._;
import scala.collection.mutable._;
trait TypeManagerXXX {
trait TypedNode;
type Node;
}
trait ScalaTyperXXX extends TypeManagerXXX {
private va
www.eeworm.com/read/297392/3887700
class fdata.class
' Gambas class file
PUBLIC Connection AS CConnection
PUBLIC Table AS String
PRIVATE $sTable AS String
PRIVATE $rData AS Result
PRIVATE $cData AS NEW Collection
PRIVATE $cDelete AS NEW Collection
P
www.eeworm.com/read/297135/3891669
cs icollectionitem.cs
namespace PowerEasy.IDal.Collection
{
using PowerEasy.Model.Collection;
using System;
using System.Collections.Generic;
using System.Data;
public interface ICollectionItem
www.eeworm.com/read/297135/3892191
cs configstep3.cs
namespace PowerEasy.WebSite.Admin.Collection
{
using PowerEasy.Collection;
using PowerEasy.CommonModel;
using PowerEasy.Controls;
using PowerEasy.Enumerations;
using PowerEa