代码搜索:Storage
找到约 10,000 项符合「Storage」的源代码
代码结果 10,000
www.eeworm.com/read/304805/3785740
c link.c
/* This file handles the LINK and UNLINK system calls. It also deals with
* deallocating the storage used by a file when the last UNLINK is done to a
* file and the blocks must be returned to the f
www.eeworm.com/read/300509/3846614
java ebcotlayer.java
/*
* CVS identifier:
*
* $Id: EBCOTLayer.java,v 1.1.1.1 2002/07/22 09:26:49 grosbois Exp $
*
* Class: EBCOTLayer
*
* Description: Storage for layer information
www.eeworm.com/read/295367/3910935
c markovhash.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* markovhash.c -- generate random text, sped up with hash tables */
/* For storage efficiency (and a
www.eeworm.com/read/280997/4120873
java columninfo.java
/**
*
*/
package org.tshs.storage.rdbms;
import java.util.List;
/**
* @author Administrator
*
*/
public class ColumnInfo {
List columnList;
List typeList;
www.eeworm.com/read/446641/1710482
php update.inc.php
function editor($field, $value)
{
global $aids,$attachment;
if(!$value) return false;
if($this->fields[$field]['storage'] == 'file')
{
content_set($this->contentid, $field, strip
www.eeworm.com/read/445359/1724716
php update.inc.php
function editor($field, $value)
{
global $aids,$attachment;
if(!$value) return false;
if($this->fields[$field]['storage'] == 'file')
{
content_set($this->contentid, $field, strip
www.eeworm.com/read/440906/1782044
c init-4.c
struct a { char *b; } c[D] /* { dg-error "undeclared" } */
= /* { dg-error "storage size" } */
{ { "" } } ; /* { dg-warning "braces around scalar initializer|near" } */
www.eeworm.com/read/433421/1883901
java columninfo.java
/**
*
*/
package org.tshs.storage.rdbms;
import java.util.List;
/**
* @author Administrator
*
*/
public class ColumnInfo {
List columnList;
List typeList;
www.eeworm.com/read/426274/1994016
java dojofilestorageprovider.java
/**
This is a simple class that can load, save, and remove
files from the native file system. It is needed by Safari and Opera
for the dojo.storage.browser.FileStorageProvider, since both of
www.eeworm.com/read/426113/1995734
java sessionstorageitem.java
/*
* Created on Aug 2, 2004
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package de.laures.cewolf.storage;