Home
last modified time | relevance | path

Searched refs:zone (Results 13976 – 14000 of 64726) sorted by relevance

1...<<551552553554555556557558559560>>...2590

/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/t/
H A Dtimezone3.test2 # Test of handling time zone with leap seconds.
8 # Check that we have successfully set time zone with leap seconds.
58 # had time zone with leap seconds
/dports/net/kamailio/kamailio-5.4.5/src/modules/kazoo/
H A Dkz_amqp.c491 if(!strcmp(ret->zone, zone)) in kz_amqp_get_zone()
499 zone_ptr->zone = shm_malloc(strlen(zone)+1); in kz_amqp_add_zone()
500 strcpy(zone_ptr->zone, zone); in kz_amqp_add_zone()
501 zone_ptr->zone[strlen(zone)] = '\0'; in kz_amqp_add_zone()
652 shm_free(zone_ptr->zone); in kz_amqp_destroy_zone()
757 server_ptr->zone = zone_ptr; in kz_amqp_add_connection()
782 …_amqp_fire_connection_event("closed", rmq->server->connection->info.host, rmq->server->zone->zone); in kz_amqp_connection_close()
2494 event, host, zone in kz_amqp_fire_connection_event()
2681 kz_amqp_fire_connection_event("open", rmq->server->connection->info.host, rmq->server->zone->zone); in kz_amqp_connect()
3024 …_object_object_add(json_obj, BLF_JSON_BROKER_ZONE, json_object_new_string(server_ptr->zone->zone)); in kz_amqp_send_worker_event()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dinterface-layout.m13 - (id) copyWithZone:(NSZone *) zone;
19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Dinterface-layout.m13 - (id) copyWithZone:(NSZone *) zone;
19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Drolling_updates_util.py57 zone=operation_ref.zone,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/tpus/
H A Dstop.yaml6 The following command stops a TPU with ID `my-tpu` in zone `us-central1-b`:
8 $ {command} my-tpu --zone=us-central1-b
H A Dstart.yaml6 The following command starts a TPU with ID `my-tpu` in zone `us-central1-b`:
8 $ {command} my-tpu --zone=us-central1-b
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/tpus/accelerator_types/
H A Ddescribe.yaml11 The following command describes the `v3-8` accelerator types running in zone `us-central1-b`:
13 $ {command} v3-8 --zone=us-central1-b
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/tpus/versions/
H A Ddescribe.yaml11 The following command describes the TensorFlow `1.15` version running in zone `us-central1-b`:
13 $ {command} 1.15 --zone=us-central1-b
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/instances/
H A Dreset.py63 zone=instance_ref.zone)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dinterface-layout.m13 - (id) copyWithZone:(NSZone *) zone;
19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dstack-probe-red-zone.ll3 ; Ensure that red zone usage occurs.
12 ; Ensure stack probes do not result in red zone usage.
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/parse-zoneinfo-0.3.0/examples/
H A Dbenchmark.rs27 Line::Zone(zone) => builder.add_zone_line(zone).unwrap(), in main()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dinterface-layout.m13 - (id) copyWithZone:(NSZone *) zone;
19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dinterface-layout.m13 - (id) copyWithZone:(NSZone *) zone;
19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/
H A Dicinga_endpoint.yml19 zone: "{{ endpoint.0.zone | default(omit) }}"
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/pathfinder/
H A DSimplePathfinder.java36 public SimplePathfinder(final StendhalRPZone zone, final int startX, final int startY, in SimplePathfinder() argument
39 collision = zone.collisionMap; in SimplePathfinder()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/office/
H A DStoredEntityMoveConfigurator.java31 public void configureZone(StendhalRPZone zone, Map<String, String> attributes) { in configureZone() argument
37 final List<Entity> list = zone.getEntitiesAt(oldx, oldy); in configureZone()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/deathmatch/
H A DLeaveAction.java33 final StendhalRPZone zone = SingletonRepository.getRPWorld().getZone("0_semos_plains_n"); in fire() local
34 player.teleport(zone, 100, 115, null, player); in fire()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dinterface-layout.m13 - (id) copyWithZone:(NSZone *) zone;
19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dstack-probe-red-zone.ll3 ; Ensure that red zone usage occurs.
12 ; Ensure stack probes do not result in red zone usage.
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/volume/tasks/
H A Ddeprecation_warning.yml6 zone: '{{ cloudscale_test_zone }}'
21 zone: '{{ cloudscale_test_zone }}'
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/floating_ip/tasks/
H A Dmain.yml10 zone: '{{ cloudscale_test_zone }}'
19 zone: '{{ cloudscale_test_zone }}'
/dports/devel/grcov/grcov-0.8.2/cargo-crates/parse-zoneinfo-0.3.0/examples/
H A Dbenchmark.rs27 Line::Zone(zone) => builder.add_zone_line(zone).unwrap(), in main()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/tools/gcplog/
H A Dmain.tf13 zone = var.zone

1...<<551552553554555556557558559560>>...2590