代码搜索:Store
找到约 10,000 项符合「Store」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4542362
c store.c
/*
* Copyright 2002 Mike McCormack for CodeWeavers
* Copyright 2004-2006 Juan Lang
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Le
www.eeworm.com/read/240722/4569892
cc store.cc
//
// store.cc
//
// Copyright (C) 1996 Limit Point Systems, Inc.
//
// Author: Curtis Janssen
// Maintainer: LPS
//
// This file is part of the SC Toolkit.
//
// The SC Toolkit
www.eeworm.com/read/240185/4578540
make_store
### make_store stores the compilation and warning messages on different files
### compilation_messages and warning_messages
### Of course, error go on warning messages... so you can't see th
www.eeworm.com/read/238768/4608770
h store.h
/* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2003.
*/
/* =============================================
www.eeworm.com/read/238768/4609859
h store.h
/* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2003.
*/
/* =============================================
www.eeworm.com/read/234853/4655171
h store.h
/* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2003.
*/
/* =============================================
www.eeworm.com/read/225324/4796163
java store.java
package org.exolab.jms.tools.migration;
import javax.jms.JMSException;
import org.exolab.jms.persistence.PersistenceException;
/**
* Store represents a persistent collection.
* It p
www.eeworm.com/read/225038/4799637
c store.c
/* store.c, picture output routines */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/219558/4847521
java store.java
package com.easyjf.cache.store;
import com.easyjf.cache.Element;
import java.io.IOException;
import java.util.Set;
public interface Store {
void put(Element element) throws IOException;
E