Home
last modified time | relevance | path

Searched refs:uri_hash (Results 1 – 21 of 21) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/spec/bundler/plugins/source/
H A Dexample_spec.rb150 expect(bundled_app("vendor/cache/a-path-gem-1.0-#{uri_hash}")).to exist
151 expect(bundled_app("vendor/cache/a-path-gem-1.0-#{uri_hash}/.git")).not_to exist
152 expect(bundled_app("vendor/cache/a-path-gem-1.0-#{uri_hash}/.bundlecache")).to be_file
162 expect(bundled_app("vendor/cache/a-path-gem-1.0-#{uri_hash}")).to exist
172 expect(bundled_app("vendor/cache/a-path-gem-1.0-#{uri_hash}")).to exist
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting/
H A DRemotingServices.cs59 static Hashtable uri_hash = new Hashtable (); field in System.Runtime.Remoting.RemotingServices
594 lock (uri_hash) in GetIdentityForUri()
601 i = (Identity) uri_hash [normUri]; in GetIdentityForUri()
650 lock (uri_hash) in GetOrCreateClientIdentity()
673 uri_hash [uri] = identity; in GetOrCreateClientIdentity()
738 lock (uri_hash) in RegisterServerIdentity()
743 uri_hash[identity.ObjectUri] = identity; in RegisterServerIdentity()
851 lock (uri_hash) in DisposeIdentity()
858 uri_hash.Remove (ident.ObjectUri); in DisposeIdentity()
872 lock (uri_hash) in GetMessageTargetIdentity()
[all …]
/dports/databases/pguri/pguri-1.20151224/
H A Duri--0--1.sql1 CREATE FUNCTION uri_hash(uri) RETURNS integer function
10 FUNCTION 1 uri_hash(uri);
H A Duri--1.sql133 CREATE FUNCTION uri_hash(uri) RETURNS integer function
213 FUNCTION 1 uri_hash(uri);
H A Duri.c546 PG_FUNCTION_INFO_V1(uri_hash);
548 uri_hash(PG_FUNCTION_ARGS) in uri_hash() function
/dports/devel/p5-Types-URI/Types-URI-0.006/t/
H A D50mxt-basic.t90 my $uri_hash = to_Uri({path => "foo"});
91 isa_ok( $uri_hash, "URI" );
92 is( $uri_hash->path, "foo", "URI from HashRef" );
93 is( $uri_hash->scheme, undef, "URI from HashRef" );
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/async/
H A Dasync_api.c25 uint64_t cfg_hash, uri_hash; in __async_get_format() local
32 uri_hash = __wt_hash_city64(uri, strlen(uri)); in __async_get_format()
34 uri_hash = 0; in __async_get_format()
47 if (af->uri_hash == uri_hash && af->cfg_hash == cfg_hash) in __async_get_format()
61 af->uri_hash = uri_hash; in __async_get_format()
H A Dasync_worker.c142 op->format->uri_hash == ac->uri_hash) { in __async_worker_cursor()
159 ac->uri_hash = op->format->uri_hash; in __async_worker_cursor()
/dports/devel/p5-MooseX-Types-URI/MooseX-Types-URI-0.09/t/
H A Dbasic.t94 my $uri_hash = to_Uri({path => "foo"});
95 isa_ok( $uri_hash, "URI" );
96 is( $uri_hash->path, "foo", "URI from HashRef" );
97 is( $uri_hash->scheme, undef, "URI from HashRef" );
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dasync.h24 uint64_t uri_hash; /* URI hash */ member
115 uint64_t uri_hash; /* URI hash */ member
H A Dwiredtiger.in676 uint64_t uri_hash; /* Hash of URI */
/dports/lang/ruby26/ruby-2.6.9/test/rubygems/
H A Dtest_gem_source_git.rb293 assert_equal @hash, @source.uri_hash
299 source.uri_hash
305 source.uri_hash
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/source/
H A Dgit.rb174 File.join @root_dir, 'cache', 'bundler', 'git', "#{@name}-#{uri_hash}"
227 def uri_hash # :nodoc: method in Git
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cursor/
H A Dcur_std.c615 if (cursor->uri_hash == 0) in __wt_cursor_cache()
616 cursor->uri_hash = __wt_hash_city64( in __wt_cursor_cache()
618 bucket = cursor->uri_hash % WT_HASH_ARRAY_SIZE; in __wt_cursor_cache()
651 bucket = cursor->uri_hash % WT_HASH_ARRAY_SIZE; in __wt_cursor_reopen()
775 hash_value = to_dup->uri_hash; in __wt_cursor_cache_get()
787 if (cursor->uri_hash == hash_value && in __wt_cursor_cache_get()
/dports/net/uget/uget-2.2.1/uget/
H A DUgetApp.c179 uget_uri_hash_free (app->uri_hash); in uget_app_final()
180 app->uri_hash = NULL; in uget_app_final()
326 uget_uri_hash_remove_download(app->uri_hash, dnode->data); in uget_app_trim()
333 uget_uri_hash_remove_download(app->uri_hash, dnode->data); in uget_app_trim()
457 uget_uri_hash_add_category (app->uri_hash, cnode); in uget_app_add_category()
555 uget_uri_hash_remove_category (app->uri_hash, cnode); in uget_app_delete_category()
804 uget_uri_hash_add_download(app->uri_hash, dnode->data); in uget_app_add_download()
919 uget_uri_hash_remove_download(app->uri_hash, dnode->data); in uget_app_delete_download()
1163 if (app->uri_hash == NULL) in uget_app_use_uri_hash()
1164 app->uri_hash = uget_uri_hash_new (); in uget_app_use_uri_hash()
[all …]
H A DUgetApp.h68 void* uri_hash; \
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkNodeDialog.c215 existing = uget_uri_hash_find (ndialog->app->uri_hash, uri); in ugtk_node_dialog_confirm_existing()
521 uget_uri_hash_remove_download(app->uri_hash, ndialog->node_data); in on_response_edit_download()
523 uget_uri_hash_add_download(app->uri_hash, ndialog->node_data); in on_response_edit_download()
H A DUgtkApp.c1714 if (uget_uri_hash_find (app->uri_hash, (char*) uris->data) == FALSE) in ugtk_app_filter_existing()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/extensions/fts++/
H A Dindexer.cpp1400 guint8 uri_hash[HASH_LENGTH + 1]; in IndexEvent() local
1408 get_digest_for_uri (checksum, uri.c_str (), uri_hash, &hash_size); in IndexEvent()
1409 doc.add_value (VALUE_URI_HASH, std::string((char *) uri_hash, hash_size)); in IndexEvent()
1418 get_digest_for_uri (checksum, val, uri_hash, &hash_size); in IndexEvent()
1419 doc.add_value (VALUE_ORIGIN_HASH, std::string((char *) uri_hash, hash_size)); in IndexEvent()
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/python/
H A DRDF.py179 def __init__(self,digest_name="",uri_hash=None): argument
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/
H A DChangeLog.572 * ruby/lib/rdf/redland.rb: require resource Delete uri_hash - not