代码搜索结果

找到约 10,206 项符合 Storage 的代码

storage.c

/*************************************************************************** * storage.c - Framework for storage of received symbols * ------------------- * begin

storage.h

/* * storage.h: interface defining functions for storage and recovery * of PuTTY's persistent data. */ #ifndef PUTTY_STORAGE_H #define PUTTY_STORAGE_H /* -----------------------------------------

storage.java

package model; public class Storage { private Long id; private String bookid; private Integer number; public Storage() { } public Long getId() { return id; } public S

storage.java

/** * Storage.java * Created on 12.02.2003, 0:58:42 Alex * Package: net.sf.memoranda.util * * @author Alex V. Alishevskikh, alex@openmechanics.net * Copyright (c) 2003 Memoranda Team. http://me

kernel-module-g-file-storage.control

Package: kernel-module-g-file-storage Version: 2.6.23-r14 Description: g-file-storage kernel module; File-backed Storage Gadget Section: kernel Priority: optional Maintainer: Angstrom Developers

node-storage.m2i

############################################################# -*- c -*- ## generic include for XXX. Do not use directly. ## ## $Id: node-storage.m2i 8830 2003-09-30 13:34:57Z rstory $ ###############

storage.pm

######################################################################### package AnyData::Storage::SNMP; ######################################################################### ## XXX: TODO: ##

storage.h

// $Id: Storage.h,v 1.1 2005/07/11 23:36:08 idgay Exp $ /* tab:2 * "Copyright (c) 2000-2005 The Regents of the University of California. * All rights reserved. * * Permission to use, c

.storage.o.flags

ifeq (usb-storage.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += storage.o endif

storage.py

#! /usr/bin/env python '''storage.py - Spambayes database management framework. Classes: PickledClassifier - Classifier that uses a pickle db DBDictClassifier - Classifier that uses a shelve