Searched refs:catalog (Results 1 - 25 of 138) sorted by relevance

123456

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DAbstractInput.java19 Catalog catalog; field in class:AbstractInput
22 AbstractInput(Catalog catalog, boolean rawAccess) { argument
23 this.catalog = catalog;
28 return catalog;
H A DPersistKeyBinding.java22 Catalog catalog; field in class:PersistKeyBinding
29 public PersistKeyBinding(Catalog catalog, argument
32 this.catalog = catalog;
33 keyFormat = catalog.getFormat(clsName);
51 * are created from scratch rather than using a shared catalog.
54 catalog = SimpleCatalog.getInstance();
60 keyFormat = catalog.getFormat(cls);
62 keyFormat.initializeIfNeeded(catalog);
70 return readKey(keyFormat, catalog, byte
77 readKey(Format keyFormat, Catalog catalog, byte[] bytes, int offset, int length, boolean rawAccess) argument
[all...]
H A DStoredModel.java19 * information comes from the catalog directly, without using the current
26 private PersistCatalog catalog; field in class:StoredModel
29 StoredModel(PersistCatalog catalog) { argument
30 this.catalog = catalog;
36 Format format = catalog.getFormat(className);
46 Format format = catalog.getFormat(className);
56 knownClasses = catalog.getModelClasses();
H A DPersistEntityBinding.java24 PersistCatalog catalog; field in class:PersistEntityBinding
32 public PersistEntityBinding(PersistCatalog catalog, argument
35 this.catalog = catalog;
37 entityFormat = catalog.getFormat(entityClassName);
49 entityFormat = catalog.getFormat(entityCls);
59 return readEntity(catalog, key, data, rawAccess);
74 static Object readEntity(Catalog catalog, argument
79 (catalog, rawAccess, null, 0,
82 (catalog, rawAcces
107 writeEntity(Format format, Catalog catalog, Object entity, DatabaseEntry data, boolean rawAccess) argument
[all...]
H A DRawSingleInput.java24 RawSingleInput(Catalog catalog, argument
29 super(catalog, rawAccess, converted);
H A DPersistKeyCreator.java40 private Catalog catalog; field in class:PersistKeyCreator
49 public PersistKeyCreator(Catalog catalog, argument
53 this.catalog = catalog;
55 catalog.getFormat(entityMeta.getPrimaryKey().getClassName());
58 keyFormat = catalog.getFormat(keyClassName);
85 (catalog, true /*rawAccess*/);
119 (catalog, key, data, true /*rawAccess*/);
129 (keyFormat, catalog, secKey.getData(), secKey.getOffset(),
133 (catalog, entit
[all...]
H A DPersistKeyAssigner.java28 private Catalog catalog; field in class:PersistKeyAssigner
37 catalog = keyBinding.catalog;
58 RecordOutput output = new RecordOutput(catalog, rawAccess);
62 (catalog, rawAccess, null, 0,
H A DRawArrayInput.java27 RawArrayInput(Catalog catalog, argument
32 super(catalog, rawAccess, converted);
H A DRecordOutput.java23 private Catalog catalog; field in class:RecordOutput
30 RecordOutput(Catalog catalog, boolean rawAccess) { argument
33 this.catalog = catalog;
72 format = RawAbstractInput.checkRawType(catalog, o, fieldFormat);
74 format = catalog.getFormat(o.getClass());
126 format = catalog.getFormat(o.getClass());
133 format = catalog.getFormat(o.getClass());
H A DRecordInput.java23 private Catalog catalog; field in class:RecordInput
32 RecordInput(Catalog catalog, argument
40 this.catalog = catalog;
50 this(other.catalog, other.rawAccess, other.priKeyEntry,
59 this(other.catalog, other.rawAccess, other.priKeyEntry,
69 return catalog;
151 Format format = catalog.getFormat(formatId);
208 fieldFormat = catalog.getFormat(formatId);
238 Format format = catalog
[all...]
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dtestcatalog.cxx4 // Test program for message catalog class.
16 // main() - Open a message catalog
27 // 'main()' - Open a message catalog
34 ppdcCatalog *catalog; // Message catalog local
45 catalog = new ppdcCatalog(NULL, argv[1]);
47 printf("%s: %d messages\n", argv[1], catalog->messages->count);
49 for (m = (ppdcMessage *)catalog->messages->first();
51 m = (ppdcMessage *)catalog->messages->next())
54 catalog
[all...]
H A Dgenstrings.cxx8 // by GNU gettext and placed in the CUPS message catalog.
35 static void add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog);
47 ppdcCatalog *catalog; // Catalog to hold all of the UI strings local
61 catalog = new ppdcCatalog(NULL);
63 catalog->add_message("ISOLatin1");
64 catalog->add_message("English");
72 catalog->add_message(size->text->value);
80 add_ui_strings(d, catalog);
85 for (message = (ppdcMessage *)catalog->messages->first();
87 message = (ppdcMessage *)catalog
103 add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog) argument
[all...]
H A Dppdpo.cxx4 // PPD file message catalog program for the CUPS PPD Compiler.
35 static void add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog);
48 ppdcCatalog *catalog; // Message catalog local
60 catalog = new ppdcCatalog("en");
106 catalog->load_messages(outfile);
137 add_ui_strings(d, catalog);
144 // Write the message catalog...
148 catalog->save_messages(outfile);
150 catalog
166 add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DModelInternal.java23 public static void setCatalog(EntityModel model, PersistCatalog catalog) { argument
24 model.setCatalog(catalog);
H A DEntityModel.java55 private PersistCatalog catalog; field in class:EntityModel
77 return catalog != null;
83 * advance of using it, to avoid the overhead of updating the catalog
95 if (catalog != null) {
108 * Gives this model access to the catalog, which is used for returning
111 void setCatalog(PersistCatalog catalog) { argument
112 this.catalog = catalog;
154 if (catalog != null) {
155 return catalog
[all...]
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dmessages_members.cc43 messages<char>::do_get(catalog, int, int, const string& __dfault) const
49 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dcmdinit.c30 _cmd_init(int argc, char** argv, Shbltin_t* context, const char* catalog, int flags) argument
55 if (!error_info.catalog)
56 error_info.catalog = catalog;
70 cmdinit(char** argv, Shbltin_t* context, const char* catalog, int flags) argument
72 _cmd_init(0, argv, context, catalog, flags);
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DSampleViews.java38 ClassCatalog catalog = db.getClassCatalog();
40 new SerialBinding(catalog, PartKey.class);
42 new SerialBinding(catalog, PartData.class);
44 new SerialBinding(catalog, SupplierKey.class);
46 new SerialBinding(catalog, SupplierData.class);
48 new SerialBinding(catalog, ShipmentKey.class);
50 new SerialBinding(catalog, ShipmentData.class);
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DSampleViews.java42 ClassCatalog catalog = db.getClassCatalog();
44 new SerialBinding(catalog, PartKey.class);
46 new SerialBinding(catalog, PartData.class);
48 new SerialBinding(catalog, SupplierKey.class);
50 new SerialBinding(catalog, SupplierData.class);
52 new SerialBinding(catalog, ShipmentKey.class);
54 new SerialBinding(catalog, ShipmentData.class);
56 new SerialBinding(catalog, String.class);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DTupleSerialFactory.java30 private ClassCatalog catalog; field in class:TupleSerialFactory
33 * Creates a tuple-serial factory for given environment and class catalog.
35 public TupleSerialFactory(ClassCatalog catalog) { argument
37 this.catalog = catalog;
41 * Returns the class catalog associated with this factory.
45 return catalog;
122 return new TupleSerialMarshalledBinding(catalog, baseClass);
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dinput_callback.py16 'catalogs/catalog.xml' :
18 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
19 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
21 </catalog>''',
36 catURL = prefix + "catalogs/catalog.xml"
47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None,
61 if catalog is not None:
62 parser.addLocalCatalog(catalog)
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/nls/
H A Dmsgcat.c43 * in order to use a message catalog.
49 nl_catd catalog; member in struct:isc_msgcat
61 * Open a message catalog.
79 msgcat->catalog = catopen(name, 0);
91 * Close a message catalog.
100 if (msgcat->catalog != (nl_catd)(-1))
101 (void)catclose(msgcat->catalog);
127 return (catgets(msgcat->catalog, set, message, default_text));
/macosx-10.10.1/ntp-92/lib/isc/nls/
H A Dmsgcat.c43 * in order to use a message catalog.
49 nl_catd catalog; member in struct:isc_msgcat
61 * Open a message catalog.
79 msgcat->catalog = catopen(name, 0);
91 * Close a message catalog.
100 if (msgcat->catalog != (nl_catd)(-1))
101 (void)catclose(msgcat->catalog);
127 return (catgets(msgcat->catalog, set, message, default_text));
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcatalog.vim2 " Language: sgml catalog file
5 " Filenames: /etc/sgml.catalog
6 " $Id: catalog.vim,v 1.2 2005/11/23 21:11:10 vimboss Exp $
30 let b:current_syntax = "catalog"
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dmessages_members.h55 typename messages<_CharT>::catalog
66 typename messages<_CharT>::catalog
72 messages<_CharT>::do_get(catalog, int, int,
78 messages<_CharT>::do_close(catalog) const

Completed in 221 milliseconds

123456