代码搜索:Store
找到约 10,000 项符合「Store」的源代码
代码结果 10,000
www.eeworm.com/read/366513/2888666
js store.js
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.data.Store
* @extends Ext.util.Observable
* The
www.eeworm.com/read/365785/2895383
h store.h
/* Type definitions for the Data Store Server. */
struct data_store {
int ds_flags; /* flags for this store */
int ds_key; /* key to lookup information */
long ds_val_l1; /* data associated
www.eeworm.com/read/365785/2895384
c store.c
/* Implementation of the Data Store. */
#include "inc.h"
/* Allocate space for the data store. */
PRIVATE struct data_store ds_store[NR_DS_KEYS];
PRIVATE int nr_in_use;
PRIVATE _PROTOTYPE(int find_
www.eeworm.com/read/362762/2927359
h store.h
/* Type definitions for the Data Store Server. */
struct data_store {
int ds_flags; /* flags for this store */
int ds_key; /* key to lookup information */
long ds_val_l1; /* data associated
www.eeworm.com/read/362762/2927360
c store.c
/* Implementation of the Data Store. */
#include "inc.h"
/* Allocate space for the data store. */
PRIVATE struct data_store ds_store[NR_DS_KEYS];
PRIVATE int nr_in_use;
PRIVATE _PROTOTYPE(int find_
www.eeworm.com/read/361550/2945482
h store.h
#ifndef _STORE_H_
#define _STORE_H_
#endif // _STORE_H_
/*** *** ***/
extern void storeframe (unsigned char *src[], int xsize, int ysize);
www.eeworm.com/read/361550/2945500
c store.c
#include
#include
#include
#include "mp4_vars.h"
#include "debug.h"
#include "store.h"
/**
*
**/
static void store_yuv (char *name, unsigned char *
www.eeworm.com/read/360839/2957226
js store.js
/*
* Ext JS Library 2.0 Beta 1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.data.Store
* @extends Ext.util.Observab
www.eeworm.com/read/360839/2957868
js store.js
/*
* Ext JS Library 2.0 Beta 1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.data.Store
* @extends Ext.util.Observab
www.eeworm.com/read/360700/2960246
js store.js
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.data.Store
* @extends Ext.util.Observable
* The