/dports/devel/py-pytools/pytools-2018.5/pytools/ |
H A D | spatial_btree.py | 90 for ibucket, bucket in enumerate(self.all_buckets) 94 if len(bucket_matches) > len(self.all_buckets) // 2: 103 self.all_buckets[ibucket_match].insert(element, bbox) 109 self.all_buckets = [] 112 self.all_buckets, 155 for i in self.all_buckets: 179 for i in self.all_buckets:
|
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/ |
H A D | merge_compute_weights.c | 158 bucket ** all_buckets = malloc(omp_get_max_threads() * sizeof(bucket *)); in compute_weights_backend() local 167 all_buckets[tid] = malloc(number_of_slots * sizeof(bucket)); in compute_weights_backend() 170 bucket_init(all_buckets[tid][i]); in compute_weights_backend() 172 bucket * BA = all_buckets[tid]; in compute_weights_backend() 193 bucket_flush_raw(all_buckets[t][jh], where, max); in compute_weights_backend() 199 bucket_clear(all_buckets[tid][i]); in compute_weights_backend() 205 free(all_buckets); in compute_weights_backend()
|
/dports/devel/py-moto/moto-2.2.16/tests/test_s3/ |
H A D | test_s3_custom_endpoint.py | 29 all_buckets = s3.list_buckets()["Buckets"] 30 [b["Name"] for b in all_buckets].should.contain(bucket) 49 all_buckets = s3.list_buckets()["Buckets"] 50 [b["Name"] for b in all_buckets].should.contain(bucket)
|
/dports/www/apache24/httpd-2.4.53/server/mpm/prefork/ |
H A D | prefork.c | 131 static prefork_child_bucket *all_buckets, /* All listeners buckets */ variable 454 ap_close_listeners_ex(all_buckets[i].listeners); in child_main() 455 ap_mpm_pod_close(all_buckets[i].pod); in child_main() 702 my_bucket = &all_buckets[0]; 742 my_bucket = &all_buckets[bucket]; 852 ap_mpm_pod_signal(all_buckets[bucket_kill_child_record].pod); 972 (all_buckets[0].mutex) 973 ? apr_proc_mutex_name(all_buckets[0].mutex) 1258 all_buckets = apr_pcalloc(pconf, retained->mpm->num_buckets * 1261 if ((rv = ap_mpm_pod_open(pconf, &all_buckets[i].pod))) { [all …]
|
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/ |
H A D | buzzfeed.py | 75 all_buckets = re.findall( 80 for bd_json in all_buckets:
|
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/ |
H A D | buzzfeed.py | 75 all_buckets = re.findall( 80 for bd_json in all_buckets:
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/Wings3DExporter/ |
H A D | mesh.py | 246 all_buckets = self.partition_verts(self.faces_same_smoothing) 254 buckets = all_buckets[vertex] 299 all_buckets = self.partition_verts(self.face_vert_shareable) 302 ntotal = sum(map(len, all_buckets)) 309 nsubverts = len(all_buckets[vertex]) 311 for bucket in all_buckets[vertex]: 328 group = sublistindexelem(all_buckets[vi], face)
|
/dports/graphics/ogre3d/ogre-1.11.6/Tools/Wings3DExporter/ |
H A D | mesh.py | 246 all_buckets = self.partition_verts(self.faces_same_smoothing) 254 buckets = all_buckets[vertex] 299 all_buckets = self.partition_verts(self.face_vert_shareable) 302 ntotal = sum(map(len, all_buckets)) 309 nsubverts = len(all_buckets[vertex]) 311 for bucket in all_buckets[vertex]: 328 group = sublistindexelem(all_buckets[vi], face)
|
/dports/www/apache24/httpd-2.4.53/server/mpm/worker/ |
H A D | worker.c | 178 static worker_child_bucket *all_buckets, /* All listeners buckets */ variable 1132 ap_close_listeners_ex(all_buckets[i].listeners); in child_main() 1133 ap_mpm_podx_close(all_buckets[i].pod); in child_main() 1301 my_bucket = &all_buckets[0]; in make_child() 1333 my_bucket = &all_buckets[bucket]; in make_child() 1519 ap_mpm_podx_signal(all_buckets[child_bucket].pod, in perform_idle_server_maintenance() 1782 (all_buckets[0].mutex) in worker_run() 1783 ? apr_proc_mutex_name(all_buckets[0].mutex) in worker_run() 1796 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit, in worker_run() 1963 all_buckets = apr_pcalloc(pconf, num_buckets * sizeof(*all_buckets)); in worker_open_logs() [all …]
|
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/system/ |
H A D | test_client.py | 78 all_buckets = storage_client.list_buckets() 81 bucket.name for bucket in all_buckets if bucket.name in buckets_to_create
|
/dports/net/p5-Net-Riak/Net-Riak-0.1702/t/ |
H A D | 10_list_buckets.t | 14 ok scalar( $client->all_buckets) >= 2, 'listed buckets';
|
/dports/finance/electrum/Electrum-4.1.5/electrum/ |
H A D | coinchooser.py | 328 all_buckets = self.bucketize_coins(coins, fee_estimator_vb=fee_estimator_vb) 333 all_buckets = list(filter(lambda b: b.effective_value > 0, all_buckets)) 335 scored_candidate = self.choose_buckets(all_buckets, sufficient_funds,
|
/dports/www/apache24/httpd-2.4.53/server/mpm/event/ |
H A D | event.c | 412 static event_child_bucket *all_buckets, /* All listeners buckets */ variable 2553 ap_close_listeners_ex(all_buckets[i].listeners); in child_main() 2554 ap_mpm_podx_close(all_buckets[i].pod); in child_main() 2729 my_bucket = &all_buckets[0]; in make_child() 2762 my_bucket = &all_buckets[bucket]; in make_child() 2926 ap_mpm_podx_signal(all_buckets[child_bucket].pod, in perform_idle_server_maintenance() 3212 ap_mpm_podx_killpg(all_buckets[i].pod, active_daemons_limit, in event_run() 3239 ap_mpm_podx_killpg(all_buckets[i].pod, active_daemons_limit, in event_run() 3429 all_buckets = apr_pcalloc(pconf, num_buckets * sizeof(*all_buckets)); in event_open_logs() 3432 (rv = ap_mpm_podx_open(pconf, &all_buckets[i].pod))) { in event_open_logs() [all …]
|
/dports/net/p5-Net-Riak/Net-Riak-0.1702/lib/Net/Riak/Role/ |
H A D | PBC.pm | 74 sub all_buckets { subroutine
|
H A D | REST.pm | 93 sub all_buckets { method
|
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/testbench/ |
H A D | testbench_utils.py | 294 def all_buckets(): function
|
H A D | testbench.py | 57 if len(testbench_utils.all_buckets()) == 0: 94 for name, b in testbench_utils.all_buckets():
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/ |
H A D | s3_bucket.py | 346 all_buckets = s3_client.list_buckets(Bucket=bucket_name)['Buckets'] 347 return any(bucket['Name'] == bucket_name for bucket in all_buckets)
|
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/ |
H A D | s3_bucket.py | 374 all_buckets = s3_client.list_buckets(Bucket=bucket_name)['Buckets'] 375 return any(bucket['Name'] == bucket_name for bucket in all_buckets)
|
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/ |
H A D | s3_bucket.py | 374 all_buckets = s3_client.list_buckets(Bucket=bucket_name)['Buckets'] 375 return any(bucket['Name'] == bucket_name for bucket in all_buckets)
|
/dports/net/p5-Net-Riak/Net-Riak-0.1702/ |
H A D | README | 111 all_buckets
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/modules/ |
H A D | s3_bucket.py | 450 all_buckets = s3_client.list_buckets(Bucket=bucket_name)['Buckets'] 451 return any(bucket['Name'] == bucket_name for bucket in all_buckets)
|
/dports/devel/py-moto/moto-2.2.16/moto/s3/ |
H A D | responses.py | 181 def all_buckets(self): member in ResponseObject 186 all_buckets = self.backend.list_buckets() 188 return template.render(buckets=all_buckets) 303 return self.all_buckets()
|
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | sorted-hashtable.c | 1687 int is_1_greater_than_2(int bucket_i, int all_buckets , short k1, gehash_data_t v1, short k2, gehas… in is_1_greater_than_2() argument 1690 unsigned int real_key = 1u*k1*1u*all_buckets; in is_1_greater_than_2()
|