代码搜索结果

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

changelog

FUTURE * TODO: The lwIP source code makes some invalid assumptions on processor word-length, storage sizes and alignment. See the mailing lists for problems with exoteric (/DSP) architectur

wosfs.h

// file: wosfs.h // // the WAY Oversimplified Filing System // // 2000 September 8 // // An even more simplified file system code // than // // Proposed API for storage subsystem. //Comment

wosfs.h

// file: wosfs.h // // the WAY Oversimplified Filing System // // 2000 September 8 // // An even more simplified file system code // than // // Proposed API for storage subsystem. //Comment

istorageprovider.cs

using System; using System.Collections.Generic; using System.Text; namespace ScrewTurn.Wiki.PluginFramework { /// /// The base interface that all the Storage Providers must impl

changelog

FUTURE * TODO: The lwIP source code makes some invalid assumptions on processor word-length, storage sizes and alignment. See the mailing lists for problems with exoteric (/DSP) archite

simplecharstream.java

/* Generated By:JavaCC: Do not edit this line. SimpleCharStream.java Version 3.0 */ package edu.stanford.smi.protege.storage.clips; /** * An implementation of interface CharStream, where the str

el_autoseg.m

function el_autoseg % turn off the window button functions set(gcf,'windowbuttonupfcn',''); set(gcf,'windowbuttonmotionfcn',''); % Get the storage buckets h=get(gcf,'children'); found=0

el_tempfini.m

function el_tempfini % this causes a temporary termination of editing. To fully terminate, % editlines('fini') must be called % reset and exit % Get the storage buckets h=get(gcf,'children');

replicationslavestorage.java

package org.garret.perst; /** * Storage reciving modified pages from replication master and * been able to run read-only transactions */ public interface ReplicationSlaveStorage extends St

changelistener.java

package org.garret.perst; /** * Listener for change is database files. * This interface can be used in Storage.propagateChanges to collect * all changes since the observation period. */ p