Home
last modified time | relevance | path

Searched defs:db_url (Results 1 – 25 of 113) sorted by path

12345

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/mysql/connection/
H A Durl.rs139 let db_url = format!( in userinfo_should_be_percent_decode() localVariable
143 let db_url = Url::parse(&db_url).unwrap(); in userinfo_should_be_percent_decode() localVariable
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/url-2.2.2/tests/
H A Dunit.rs862 let mut db_url = url::Url::parse("postgres://postgres@localhost/").unwrap(); localVariable
871 let mut db_url = url::Url::parse("postgres://postgres@localhost/").unwrap(); localVariable
886 let mut db_url = url::Url::parse("postgres://postgres@localhost/").unwrap(); localVariable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/url-2.2.2/tests/
H A Dunit.rs862 let mut db_url = url::Url::parse("postgres://postgres@localhost/").unwrap(); localVariable
871 let mut db_url = url::Url::parse("postgres://postgres@localhost/").unwrap(); localVariable
886 let mut db_url = url::Url::parse("postgres://postgres@localhost/").unwrap(); localVariable
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/chado/
H A DChadoCvTermView.java354 String db_url = System.getProperty("chado").trim(); in setLocation() local
H A DChadoDemo.java471 String db_url = System.getProperty("chado").trim(); in setLocation() local
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/database/
H A DDatabaseEntrySource.java449 private void setFromURL(String db_url) in setFromURL()
570 private void setFromURL(String db_url) in setFromURL()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/test/eunit/
H A Dcouchdb_mrview_cors_tests.erl125 db_url(DbName) when is_binary(DbName) -> function
127 db_url(DbName) when is_list(DbName) -> function
H A Dcouchdb_mrview_tests.erl236 db_url(DbName) when is_binary(DbName) -> function
238 db_url(DbName) when is_list(DbName) -> function
H A Dcouchdb_views_tests.erl492 db_url(DbName) -> function
H A Dglobal_changes_tests.erl44 db_url(Name) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_pse_tests/src/
H A Dcpse_test_purge_replication.erl205 db_url(DbName) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/test/eunit/
H A Dcouch_replicator_attachments_too_large.erl99 db_url(remote, DbName) -> function
H A Dcouch_replicator_create_target_with_options_tests.erl139 db_url(DbName) -> function
H A Dcouch_replicator_filtered_tests.erl236 db_url(remote, DbName) -> function
H A Dcouch_replicator_id_too_long_tests.erl87 db_url(remote, DbName) -> function
H A Dcouch_replicator_selector_tests.erl114 db_url(remote, DbName) -> function
H A Dcouch_replicator_test_helper.erl107 db_url(DbName) -> function
/dports/databases/erlang-couchbeam/couchbeam-1.4.2/src/
H A Dcouchbeam_httpc.erl119 db_url(#db{name=DbName}) -> function
/dports/databases/py-peewee/peewee-3.14.4/docs/peewee/
H A Dplayhouse.rst3335 .. _db_url: target
/dports/databases/py-peewee_migrate/peewee_migrate-1.4.6/tests/
H A Dtest_cli.py15 def db_url(tmpdir): function
22 def db_option(db_url): argument
27 def router(tmpdir, db_url): argument
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/testing/
H A Dconfig.py12 db_url = None variable
H A Dprovision.py52 def setup_config(db_url, options, file_config, follower_ident): argument
103 def _update_db_opts(db_url, db_opts): argument
125 def _mssql_update_db_opts(db_url, db_opts): argument
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/testing/
H A Dconfig.py12 db_url = None variable
H A Dprovision.py55 def setup_config(db_url, options, file_config, follower_ident): argument
108 def _update_db_opts(db_url, db_opts): argument
130 def _mssql_update_db_opts(db_url, db_opts): argument
286 def _oracle_update_db_opts(db_url, db_opts): argument
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/testing/
H A Dconfig.py13 db_url = None variable

12345