Home
last modified time | relevance | path

Searched refs:method_id (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/dports/www/drupal8/drupal-8.9.20/core/modules/language/src/
H A DLanguageNegotiator.php131 $this->negotiatedLanguages[$method_id] = $this->negotiateLanguage($type, $method_id);
138 …$language = !empty($this->negotiatedLanguages[$method_id]) ? clone($this->negotiatedLanguages[$met…
150 $method_id = static::METHOD_ID;
153 return [$method_id => $language];
174 * @param string $method_id
209 if (!isset($this->methods[$method_id])) {
214 $this->methods[$method_id] = $instance;
216 return $this->methods[$method_id];
260 if (isset($definitions[$method_id])) {
261 $method = $definitions[$method_id];
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/language/src/
H A DLanguageNegotiator.php133 $this->negotiatedLanguages[$method_id] = $this->negotiateLanguage($type, $method_id);
140 …$language = !empty($this->negotiatedLanguages[$method_id]) ? clone($this->negotiatedLanguages[$met…
152 $method_id = static::METHOD_ID;
155 return [$method_id => $language];
176 * @param string $method_id
211 if (!isset($this->methods[$method_id])) {
216 $this->methods[$method_id] = $instance;
218 return $this->methods[$method_id];
262 if (isset($definitions[$method_id])) {
263 $method = $definitions[$method_id];
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/alpha/
H A Dcompute_alpha_client.py297 method_id='compute.addresses.get',
349 method_id='compute.addresses.list',
1495 method_id='compute.disks.delete',
1521 method_id='compute.disks.get',
1573 method_id='compute.disks.insert',
1599 method_id='compute.disks.list',
1651 method_id='compute.disks.resize',
1755 method_id='compute.disks.update',
4537 method_id='compute.images.get',
4641 method_id='compute.images.list',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/beta/
H A Dcompute_beta_client.py291 method_id='compute.addresses.get',
343 method_id='compute.addresses.list',
1359 method_id='compute.disks.delete',
1385 method_id='compute.disks.get',
1437 method_id='compute.disks.insert',
1463 method_id='compute.disks.list',
1515 method_id='compute.disks.resize',
4313 method_id='compute.images.get',
4417 method_id='compute.images.list',
14237 method_id='compute.routes.get',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/v1/
H A Dcompute_v1_client.py289 method_id='compute.addresses.get',
341 method_id='compute.addresses.list',
1253 method_id='compute.disks.delete',
1279 method_id='compute.disks.get',
1331 method_id='compute.disks.insert',
1357 method_id='compute.disks.list',
1409 method_id='compute.disks.resize',
3999 method_id='compute.images.get',
4103 method_id='compute.images.list',
12727 method_id='compute.routes.get',
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/language/src/Form/
H A DNegotiationConfigureForm.php177 if ($enabled_methods[$method_id]) {
178 $method_weights[$method_id] = $weight;
249 foreach ($negotiation_info as $method_id => $method) {
250 if (!isset($methods_weight[$method_id])) {
258 foreach ($methods_weight as $method_id => $weight) {
261 if (!isset($negotiation_info[$method_id])) {
265 $enabled = isset($enabled_methods[$method_id]);
266 $method = $negotiation_info[$method_id];
276 $table_form['weight'][$method_id] = [
287 $table_form['enabled'][$method_id] = [
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/language/src/Form/
H A DNegotiationConfigureForm.php177 if ($enabled_methods[$method_id]) {
178 $method_weights[$method_id] = $weight;
249 foreach ($negotiation_info as $method_id => $method) {
250 if (!isset($methods_weight[$method_id])) {
258 foreach ($methods_weight as $method_id => $weight) {
261 if (!isset($negotiation_info[$method_id])) {
265 $enabled = isset($enabled_methods[$method_id]);
266 $method = $negotiation_info[$method_id];
276 $table_form['weight'][$method_id] = [
287 $table_form['enabled'][$method_id] = [
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/profiling/src/
H A Dvtune_linux.rs33 method_id: HashMap<(usize, DefinedFuncIndex), u32>, field
40 method_id: HashMap::new(), in new()
57 let method_id: u32; in get_method_id() localVariable
59 method_id = iJIT_GetNewMethodID(); in get_method_id()
62 self.method_id.insert((module_id, func_idx), method_id), in get_method_id()
65 method_id in get_method_id()
71 method_id: u32, in event_load()
79 method_id: method_id, in event_load()
141 let method_id = self.get_method_id(module.id, idx); in module_load() localVariable
144 method_id, module_name, method_name, addr in module_load()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/healthcare/v1beta1/
H A Dhealthcare_v1beta1_client.py3110 method_id='healthcare.projects.locations.datasets.fhirStores.get',
3879 method_id='healthcare.projects.locations.datasets.create',
3906 method_id='healthcare.projects.locations.datasets.deidentify',
3933 method_id='healthcare.projects.locations.datasets.delete',
3960 method_id='healthcare.projects.locations.datasets.get',
3987 method_id='healthcare.projects.locations.datasets.getIamPolicy',
4014 method_id='healthcare.projects.locations.datasets.list',
4041 method_id='healthcare.projects.locations.datasets.patch',
4068 method_id='healthcare.projects.locations.datasets.setIamPolicy',
4179 method_id='healthcare.projects.locations.get',
[all …]
/dports/net/p5-Net-AMQP/Net-AMQP-0.06/lib/Net/AMQP/Frame/
H A DMethod.pm55 my ($class_id, $method_id) = ($method_class->class_id, $method_class->method_id);
56 my $key = join ':', $class_id, $method_id;
87 my ($class_id, $method_id) = unpack 'nn', substr $$payload_ref, 0, 4, '';
88 my $key = join ':', $class_id, $method_id;
138 my $method_id = $self->method_id;
141 $method_id = $self->method_id( $method_frame->method_id ) unless defined $method_id;
145 $response_payload .= pack_short_integer($method_id);
147 my $key = join ':', $class_id, $method_id;
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/healthcare/v1/
H A Dhealthcare_v1_client.py2465 method_id='healthcare.projects.locations.datasets.fhirStores.get',
3153 method_id='healthcare.projects.locations.datasets.create',
3180 method_id='healthcare.projects.locations.datasets.deidentify',
3207 method_id='healthcare.projects.locations.datasets.delete',
3234 method_id='healthcare.projects.locations.datasets.get',
3261 method_id='healthcare.projects.locations.datasets.getIamPolicy',
3288 method_id='healthcare.projects.locations.datasets.list',
3315 method_id='healthcare.projects.locations.datasets.patch',
3342 method_id='healthcare.projects.locations.datasets.setIamPolicy',
3406 method_id='healthcare.projects.locations.get',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dataproc/v1/
H A Ddataproc_v1_client.py898 method_id='dataproc.projects.regions.clusters.get',
1004 method_id='dataproc.projects.regions.clusters.list',
1030 method_id='dataproc.projects.regions.clusters.patch',
1083 method_id='dataproc.projects.regions.clusters.start',
1109 method_id='dataproc.projects.regions.clusters.stop',
1172 method_id='dataproc.projects.regions.jobs.cancel',
1198 method_id='dataproc.projects.regions.jobs.delete',
1224 method_id='dataproc.projects.regions.jobs.get',
1303 method_id='dataproc.projects.regions.jobs.list',
1329 method_id='dataproc.projects.regions.jobs.patch',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dataproc/v1beta2/
H A Ddataproc_v1beta2_client.py898 method_id='dataproc.projects.regions.clusters.get',
1004 method_id='dataproc.projects.regions.clusters.list',
1030 method_id='dataproc.projects.regions.clusters.patch',
1083 method_id='dataproc.projects.regions.clusters.start',
1109 method_id='dataproc.projects.regions.clusters.stop',
1172 method_id='dataproc.projects.regions.jobs.cancel',
1198 method_id='dataproc.projects.regions.jobs.delete',
1224 method_id='dataproc.projects.regions.jobs.get',
1303 method_id='dataproc.projects.regions.jobs.list',
1329 method_id='dataproc.projects.regions.jobs.patch',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/healthcare/v1alpha2/
H A Dhealthcare_v1alpha2_client.py1914 method_id='healthcare.projects.locations.datasets.fhirStores.get',
2521 method_id='healthcare.projects.locations.datasets.create',
2548 method_id='healthcare.projects.locations.datasets.deidentify',
2575 method_id='healthcare.projects.locations.datasets.delete',
2602 method_id='healthcare.projects.locations.datasets.get',
2629 method_id='healthcare.projects.locations.datasets.getIamPolicy',
2656 method_id='healthcare.projects.locations.datasets.list',
2683 method_id='healthcare.projects.locations.datasets.patch',
2710 method_id='healthcare.projects.locations.datasets.setIamPolicy',
2986 method_id='healthcare.projects.locations.get',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/apigee/v1/
H A Dapigee_v1_client.py140 method_id='apigee.hybrid.issuers.list',
1033 method_id='apigee.organizations.apis.create',
1087 method_id='apigee.organizations.apis.get',
1114 method_id='apigee.organizations.apis.list',
1151 method_id='apigee.organizations.apps.get',
1178 method_id='apigee.organizations.apps.list',
6553 method_id='apigee.organizations.create',
6580 method_id='apigee.organizations.delete',
6607 method_id='apigee.organizations.get',
6688 method_id='apigee.organizations.list',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/logging/v2/
H A Dlogging_v2_client.py943 method_id='logging.entries.list',
969 method_id='logging.entries.tail',
995 method_id='logging.entries.write',
2468 method_id='logging.logs.delete',
2495 method_id='logging.logs.list',
4385 method_id='logging.sinks.create',
4412 method_id='logging.sinks.delete',
4439 method_id='logging.sinks.get',
4466 method_id='logging.sinks.list',
4493 method_id='logging.sinks.update',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/container/v1beta1/
H A Dcontainer_v1beta1_client.py499 method_id='container.projects.locations.clusters.get',
1032 method_id='container.projects.locations.list',
1312 method_id='container.projects.zones.clusters.addons',
1364 method_id='container.projects.zones.clusters.create',
1390 method_id='container.projects.zones.clusters.delete',
1416 method_id='container.projects.zones.clusters.get',
1468 method_id='container.projects.zones.clusters.list',
1546 method_id='container.projects.zones.clusters.master',
1728 method_id='container.projects.zones.clusters.update',
1790 method_id='container.projects.zones.operations.get',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/container/v1alpha1/
H A Dcontainer_v1alpha1_client.py499 method_id='container.projects.locations.clusters.get',
1032 method_id='container.projects.locations.list',
1312 method_id='container.projects.zones.clusters.addons',
1364 method_id='container.projects.zones.clusters.create',
1390 method_id='container.projects.zones.clusters.delete',
1416 method_id='container.projects.zones.clusters.get',
1468 method_id='container.projects.zones.clusters.list',
1546 method_id='container.projects.zones.clusters.master',
1728 method_id='container.projects.zones.clusters.update',
1790 method_id='container.projects.zones.operations.get',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/aiplatform/v1beta1/
H A Daiplatform_v1beta1_client.py499 method_id='aiplatform.projects.locations.customJobs.get',
1780 method_id='aiplatform.projects.locations.datasets.get',
1834 method_id='aiplatform.projects.locations.datasets.list',
2151 method_id='aiplatform.projects.locations.endpoints.get',
3594 method_id='aiplatform.projects.locations.indexes.get',
3621 method_id='aiplatform.projects.locations.indexes.list',
4521 method_id='aiplatform.projects.locations.models.get',
4548 method_id='aiplatform.projects.locations.models.list',
4575 method_id='aiplatform.projects.locations.models.patch',
6935 method_id='aiplatform.projects.locations.get',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/aiplatform/v1alpha1/
H A Daiplatform_v1alpha1_client.py499 method_id='aiplatform.projects.locations.customJobs.get',
526 method_id='aiplatform.projects.locations.customJobs.list',
1780 method_id='aiplatform.projects.locations.datasets.get',
1834 method_id='aiplatform.projects.locations.datasets.list',
2151 method_id='aiplatform.projects.locations.endpoints.get',
3594 method_id='aiplatform.projects.locations.indexes.get',
3621 method_id='aiplatform.projects.locations.indexes.list',
4548 method_id='aiplatform.projects.locations.models.get',
4575 method_id='aiplatform.projects.locations.models.list',
6935 method_id='aiplatform.projects.locations.get',
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/container/v1/
H A Dcontainer_v1_client.py499 method_id='container.projects.locations.clusters.get',
1285 method_id='container.projects.zones.clusters.addons',
1337 method_id='container.projects.zones.clusters.create',
1363 method_id='container.projects.zones.clusters.delete',
1389 method_id='container.projects.zones.clusters.get',
1441 method_id='container.projects.zones.clusters.list',
1519 method_id='container.projects.zones.clusters.master',
1701 method_id='container.projects.zones.clusters.update',
1763 method_id='container.projects.zones.operations.get',
1789 method_id='container.projects.zones.operations.list',
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/jni/gtk-peer/
H A Dgtk_jawt.c61 jmethodID method_id; in classpath_jawt_get_default_display() local
66 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_default_display()
70 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_default_display()
98 jmethodID method_id; in classpath_jawt_get_visualID() local
102 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_visualID()
106 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_visualID()
133 jmethodID method_id; in classpath_jawt_get_depth() local
137 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_depth()
141 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_depth()
168 jmethodID method_id; in classpath_jawt_get_drawable() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/native/jni/gtk-peer/
H A Dgtk_jawt.c61 jmethodID method_id; in classpath_jawt_get_default_display() local
66 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_default_display()
70 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_default_display()
98 jmethodID method_id; in classpath_jawt_get_visualID() local
102 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_visualID()
106 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_visualID()
133 jmethodID method_id; in classpath_jawt_get_depth() local
137 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_depth()
141 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_depth()
168 jmethodID method_id; in classpath_jawt_get_drawable() local
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/native/jni/gtk-peer/
H A Dgtk_jawt.c61 jmethodID method_id; in classpath_jawt_get_default_display() local
66 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_default_display()
70 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_default_display()
98 jmethodID method_id; in classpath_jawt_get_visualID() local
102 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_visualID()
106 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_visualID()
133 jmethodID method_id; in classpath_jawt_get_depth() local
137 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_depth()
141 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_depth()
168 jmethodID method_id; in classpath_jawt_get_drawable() local
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/native/jni/gtk-peer/
H A Dgtk_jawt.c61 jmethodID method_id; in classpath_jawt_get_default_display() local
66 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_default_display()
70 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_default_display()
98 jmethodID method_id; in classpath_jawt_get_visualID() local
102 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_visualID()
106 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_visualID()
133 jmethodID method_id; in classpath_jawt_get_depth() local
137 method_id = (*env)->GetMethodID (env, class_id, in classpath_jawt_get_depth()
141 peer = (*env)->CallObjectMethod (env, canvas, method_id); in classpath_jawt_get_depth()
168 jmethodID method_id; in classpath_jawt_get_drawable() local
[all …]

12345678910>>...55