Home
last modified time | relevance | path

Searched refs:zone (Results 14201 – 14225 of 64726) sorted by relevance

1...<<561562563564565566567568569570>>...2590

/dports/security/acme.sh/acme.sh-3.0.1/dnsapi/
H A Ddns_knot.sh24 zone ${_domain}.
54 zone ${_domain}.
/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/test/
H A DMakefile.am7 zone \
24 zone_SOURCES = zone.cc
/dports/devel/php81-intl/php-8.1.1/ext/intl/tests/
H A Ddateformat_setTimeZone_error.phpt20 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'Array' in %s o…
23 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'non existing t…
/dports/www/firefox-esr/firefox-91.8.0/third_party/msgpack/include/msgpack/v3/
H A Dx3_unpack_decl.hpp44 msgpack::zone& z, in MSGPACK_API_VERSION_NAMESPACE()
52 msgpack::zone& z, in MSGPACK_API_VERSION_NAMESPACE()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v3/
H A Dx3_unpack_decl.hpp44 msgpack::zone& z, in MSGPACK_API_VERSION_NAMESPACE()
52 msgpack::zone& z, in MSGPACK_API_VERSION_NAMESPACE()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/endpointslice/topologycache/
H A Dsliceinfo.go68 for zone, numHints := range hintsByZone {
69 allocatedHintsByZone[zone] += numHints
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v3/
H A Dx3_unpack_decl.hpp44 msgpack::zone& z, in MSGPACK_API_VERSION_NAMESPACE()
52 msgpack::zone& z, in MSGPACK_API_VERSION_NAMESPACE()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DZone.h59 extern JS_PUBLIC_API void JS_SetZoneUserData(JS::Zone* zone, void* data);
61 extern JS_PUBLIC_API void* JS_GetZoneUserData(JS::Zone* zone);
/dports/devel/py-molecule/molecule-2.22/test/scenarios/driver/gce/molecule/multi-node/
H A Dmolecule.yml12 zone: us-west1-a
19 zone: us-west1-a
/dports/dns/getdns/getdns-1.5.2/src/
H A Danchor.c60 char zone[1024]; member
167 if (!ta->zone[0]) { in ta_iter_next()
231 assert(ta->zone[0]); in ta_iter_next()
249 ta->zone[0] = 0; in ta_iter_next()
368 ta->zone[0] = 0; in ta_iter_next()
428 ta->zone[0] = 0; in ta_iter_init()
451 ta->keytag, ta->zone); in _getdns_parse_xml_trust_anchors_buf()
457 ta->keytag, ta->zone); in _getdns_parse_xml_trust_anchors_buf()
460 uint8_t zone[256]; in _getdns_parse_xml_trust_anchors_buf() local
471 , ta->zone in _getdns_parse_xml_trust_anchors_buf()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h62 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
63 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
67 + (id)allocWithZone:(NSZone *)zone;
74 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dhost.cpp26 Zone::Ptr zone = Zone::GetByName(zoneName); in OnAllConfigLoaded() local
28 if (zone && zone->IsGlobal()) in OnAllConfigLoaded()
29 …id_argument("Host '" + GetName() + "' cannot be put into global zone '" + zone->GetName() + "'.")); in OnAllConfigLoaded()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h62 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
63 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
67 + (id)allocWithZone:(NSZone *)zone;
74 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h62 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
63 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
67 + (id)allocWithZone:(NSZone *)zone;
74 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DCatalogPartChrome.cs27 public CatalogPartChrome(CatalogZoneBase zone) { in CatalogPartChrome() argument
28 if (zone == null) { in CatalogPartChrome()
31 _zone = zone; in CatalogPartChrome()
32 _page = zone.Page; in CatalogPartChrome()
/dports/security/lego/lego-4.5.3/vendor/github.com/exoscale/egoscale/v2/
H A Dsnapshot_test.go38 zone: testZone,
103 zone: testZone,
138 zone: testZone,
163 zone: testZone,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h62 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
63 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
67 + (id)allocWithZone:(NSZone *)zone;
74 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h62 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
63 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
67 + (id)allocWithZone:(NSZone *)zone;
74 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h62 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
63 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
67 + (id)allocWithZone:(NSZone *)zone;
74 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/maps/quests/
H A DFishSoupForHughieTest.java43 final StendhalRPZone zone = new StendhalRPZone("int_ados_farm_house_1"); in setUp() local
44 MockStendlRPWorld.get().addRPZone(zone); in setUp()
46 new MotherNPC().configureZone(zone, null); in setUp()
47 new FarmersWifeNPC().configureZone(zone, null); in setUp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h62 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
63 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
67 + (id)allocWithZone:(NSZone *)zone;
74 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dloop-peeling.cc111 explicit PeeledIterationImpl(Zone* zone) : node_pairs_(zone) {} in PeeledIterationImpl() argument
202 exit->InsertInput(graph_->zone(), 1, copier.map(exit->InputAt(0))); in Peel()
208 exit->InsertInput(graph_->zone(), 1, copier.map(exit->InputAt(0))); in Peel()
/dports/lang/tclX/tclx8.4/library/
H A Dcompat.tcl133 proc fmtclock {clockval {format {}} {zone {}}} { argument
138 if ![lempty $zone] {
146 proc convertclock {dateString {zone {}} {baseClock {}}} {
148 if ![lempty $zone] {
/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestWeakMap.cpp101 CHECK(map->zone()->lastSweepGroupIndex() < in BEGIN_TEST()
102 delegateRoot->zone()->lastSweepGroupIndex()); in BEGIN_TEST()
123 CHECK(map->zone()->lastSweepGroupIndex() == in BEGIN_TEST()
124 delegateRoot->zone()->lastSweepGroupIndex()); in BEGIN_TEST()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/doc/
H A DFast_ful.Cfg129 NodeList region24.??? 2 ; Region 24 in zone 2
158 NodeList REGION.033 2 ; Region 33 in zone 2
163 NodeList hub.500 2:332 33 ; Hub 500 (zone 2, net 332, region 33)
175 NodeList REGION.033 2 ; Region 33 in zone 2

1...<<561562563564565566567568569570>>...2590