Searched refs:database (Results 1 - 25 of 399) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-config-undo.conf8 database @BACKEND@
18 #monitor#database monitor
20 database config
H A Dslapd-relay.conf39 # database definitions
42 database @BACKEND@
52 database @RELAY@
77 database @RELAY@
80 ### which causes the target database to be selected after DN massaging
90 database @RELAY@
103 #monitor#database monitor
H A Dslapd-2db.conf30 # database definitions
33 database @BACKEND@
42 database @BACKEND@
52 #monitor#database monitor
H A Dslapd-dnssrv.conf29 # database definitions
32 #monitor#database monitor
34 database dnssrv
H A Dslapd-glue.conf30 # database definitions
33 database @BACKEND@
44 database @BACKEND@
55 database @BACKEND@
66 #monitor#database monitor
H A Dslapd-ldapglue.conf33 # database definitions
51 database ldap
60 database ldap
69 database @BACKEND@
79 #monitor#database monitor
H A Dslapd-glue-syncrepl1.conf31 # database definitions
34 database @BACKEND@
48 database @BACKEND@
76 database @BACKEND@
89 #monitor#database monitor
H A Dslapd-glue-syncrepl2.conf31 # database definitions
34 database @BACKEND@
62 database @BACKEND@
78 database @BACKEND@
92 #monitor#database monitor
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DFeedbackHandler.java15 A function called with progress information when the database environment is being recovered.
20 A reference to the enclosing database environment.
28 A function called with progress information when the database is being upgraded.
32 @param database
33 A reference to the enclosing database.
38 void upgradeFeedback(Database database, int percent); argument
41 A function called with progress information when the database is being verified.
45 @param database
46 A reference to the enclosing database.
51 void verifyFeedback(Database database, in argument
[all...]
H A DJoinCursor.java74 private Database database; field in class:JoinCursor
78 JoinCursor(final Database database, argument
81 this.database = database;
102 Returns the primary database handle associated with this cursor.
104 @return the primary database handle associated with this cursor.
107 return database;
131 found; {@link com.sleepycat.db.OperationStatus#KEYEMPTY OperationStatus.KEYEMPTY} if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted; otherwise, {@link com.sleepycat.db.OperationStatus#SUCCESS OperationStatus.SUCCESS}.
170 found; {@link com.sleepycat.db.OperationStatus#KEYEMPTY OperationStatus.KEYEMPTY} if the database i
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_favicon_database.h48 typedef void (*Ewk_Favicon_Database_Icon_Change_Cb)(Ewk_Favicon_Database *database, const char *url, void *data);
51 * Retrieves from the database the favicon for the given @a url
53 * @param database database object to query
60 * @note In order to enable the favicons database, ewk_context_favicon_database_direct_set must be called.
65 EAPI Evas_Object *ewk_favicon_database_icon_get(Ewk_Favicon_Database *database, const char *url, Evas *evas);
70 * @param database database object to register the callback
74 * @note In order to enable the favicons database, ewk_context_favicon_database_direct_set must be called.
79 EAPI void ewk_favicon_database_icon_change_callback_add(Ewk_Favicon_Database *database, Ewk_Favicon_Database_Icon_Change_C
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDatabaseTableObject.js26 WebInspector.DatabaseTableObject = function(name, database)
28 console.assert(database instanceof WebInspector.DatabaseObject);
31 this._database = database;
34 WebInspector.DatabaseTableObject.TypeIdentifier = "database-table";
35 WebInspector.DatabaseTableObject.NameCookieKey = "database-table-object-name";
45 get database()
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dsearchexample.conf27 database shell
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dsearchexample.conf21 database sock
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDatabaseTableContentView.css26 .content-view.database-table > .data-grid {
H A DIndexedDatabaseObjectStoreContentView.css26 .content-view.indexed-database-object-store > .data-grid {
34 .content-view.indexed-database-object-store > .data-grid td .section .header {
40 .content-view.indexed-database-object-store > .data-grid td .section .header::before {
44 .content-view.indexed-database-object-store > .data-grid td .section .header .title {
48 .content-view.indexed-database-object-store > .data-grid table.data {
52 .content-view.indexed-database-object-store > .data-grid table.data tr:nth-child(even) {
56 .content-view.indexed-database-object-store > .data-grid table.data tr:nth-child(odd) {
60 .content-view.indexed-database-object-store > .data-grid table.data tr.filler {
65 .content-view.indexed-database-object-store > .data-grid:focus tr.selected td .section .header::before {
69 .content-view.indexed-database
[all...]
H A DDatabaseIcon.css26 .database-icon .icon {
H A DDatabaseTableIcon.css26 .database-table-icon .icon {
H A DDatabaseContentView.css45 .database-query-prompt {
57 .database-user-query::before, .database-query-prompt::before, .database-query-result::before {
70 .database-query-prompt::before {
74 .database-user-query {
81 .database-user-query::before {
85 .database-query-text {
90 .database-query-result {
97 .database
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DDatabaseObserver.js38 addDatabase: function(database)
40 WebInspector.storageManager.databaseWasAdded(database.id, database.domain, database.name, database.version);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitFaviconDatabase.cpp41 * @Short_description: A WebKit favicon database
50 * is frozen to an on-disk database for persistence.
53 * won't be added to the on-disk database and no existing icons will
80 WebKitFaviconDatabase* database = WEBKIT_FAVICON_DATABASE(object); local
82 WebKitFaviconDatabasePrivate* priv = database->priv;
96 * @database: the object on which the signal is emitted
101 * been changed to @favicon_uri in the database. You can connect
134 static PassRefPtr<cairo_surface_t> getIconSurfaceSynchronously(WebKitFaviconDatabase* database, const String& pageURL, GError** error) argument
140 WebCore::Image* iconImage = database->priv->iconDatabase->imageForPageURL(pageURL, WebCore::IntSize(1, 1));
155 static void deletePendingIconRequests(WebKitFaviconDatabase* database, PendingIconRequestVecto argument
161 processPendingIconsForPageURL(WebKitFaviconDatabase* database, const String& pageURL) argument
186 WebKitFaviconDatabase* database = WEBKIT_FAVICON_DATABASE(clientInfo); local
230 getOrCreatePendingIconRequests(WebKitFaviconDatabase* database, const String& pageURL) argument
263 webkit_favicon_database_get_favicon(WebKitFaviconDatabase* database, const gchar* pageURI, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData) argument
336 webkit_favicon_database_get_favicon_finish(WebKitFaviconDatabase* database, GAsyncResult* result, GError** error) argument
359 webkit_favicon_database_get_favicon_uri(WebKitFaviconDatabase* database, const gchar* pageURL) argument
379 webkit_favicon_database_clear(WebKitFaviconDatabase* database) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtokenkey.cpp48 database().token().tokend().releaseKey(mKey);
59 TokenDatabase &TokenKey::database() const function in class:TokenKey
66 return database().token();
113 // The related database is, naturally enough, the TokenDatabase we're in
117 return &database();
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its6794/
H A Dslapd-glue.conf30 # database definitions
33 database @BACKEND@
44 database @BACKEND@
55 database @BACKEND@
66 #monitor#database monitor
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dall51 drop database if exists db_1;
52 drop database if exists db_2;
53 drop database if exists db_3;
54 drop database if exists db_4;
55 drop database if exists db_5;
56 drop database if exists db_6;
/macosx-10.10.1/remote_cmds-47/makedbm.tproj/
H A Ddb.c70 * This module was created to be able to read database files created
74 int db_hash_list_database(database)
75 char *database;
82 snprintf(path, sizeof(path), "%s%s", database, ".db");

Completed in 244 milliseconds

1234567891011>>