Home
last modified time | relevance | path

Searched refs:DESTINATIONS (Results 1 – 25 of 62) sorted by relevance

123

/dports/databases/py-carbon/carbon-1.1.8/lib/carbon/tests/
H A Dtest_routers.py9 DESTINATIONS = ( variable
23 settings['DESTINATIONS'] = DESTINATIONS
37 for destination in DESTINATIONS:
53 for destination in DESTINATIONS:
H A Dbenchmark_routers.py62 settings.DESTINATIONS = []
65 settings.DESTINATIONS.append(
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/scripts/
H A Dbuild_assets_image30 DESTINATIONS="--destination=$COMMIT_REF_SLUG_DESTINATION --destination=$COMMIT_SHA_DESTINATION"
35 DESTINATIONS="$DESTINATIONS --destination=$COMMIT_REF_NAME_DESTINATION"
38 echo "building assets image for destinations: $DESTINATIONS"
40 …-context=assets_container.build --dockerfile=assets_container.build/Dockerfile.assets $DESTINATIONS
/dports/net/pichi/pichi-1.4.0/src/vo/
H A Doptions.cpp41 assertTrue(v.HasMember(option::DESTINATIONS), PichiError::BAD_JSON, in parse()
43 assertTrue(v[option::DESTINATIONS].IsArray(), PichiError::BAD_JSON, msg::ARY_TYPE_ERROR); in parse()
44 assertFalse(v[option::DESTINATIONS].Empty(), PichiError::BAD_JSON, msg::ARY_SIZE_ERROR); in parse()
46 return {accumulate(v[option::DESTINATIONS].Begin(), v[option::DESTINATIONS].End(), in parse()
61 ret.AddMember(option::DESTINATIONS, destinations, alloc); in toJson()
/dports/devel/py-ovs/ovs-2.9.0/ovs/
H A Dvlog.py32 DESTINATIONS = {"console": "info", "file": "info", "syslog": "info"} variable
74 Vlog.__mfl[self.name] = DESTINATIONS.copy()
227 for f in DESTINATIONS:
269 if destination != "any" and destination not in DESTINATIONS:
284 destinations = list(DESTINATIONS.keys())
334 if words[1] in DESTINATIONS and words[2]:
353 elif word in DESTINATIONS:
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/script/
H A DAdminMaker.java147 private final List<Destination> DESTINATIONS = Arrays.asList( field in AdminMaker.TeleportAction
184 i = new Random().nextInt(DESTINATIONS.size()); in randomTeleport()
187 if (i >= DESTINATIONS.size()) { in randomTeleport()
191 final Destination picked = DESTINATIONS.get(i); in randomTeleport()
/dports/net/pichi/pichi-1.4.0/test/
H A Dvo_options.cpp65 parse<TunnelOption>(generateJsonWithout<TunnelOption>(option::DESTINATIONS)), Exception, in BOOST_AUTO_TEST_CASE()
75 invalid[option::DESTINATIONS].SetObject(); in BOOST_AUTO_TEST_CASE()
83 empty[option::DESTINATIONS].Clear(); in BOOST_AUTO_TEST_CASE()
H A Dvo.cpp105 ret.AddMember(option::DESTINATIONS, destinations, alloc); in defaultOptionJson()
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_carbon.aug54 # in the DESTINATIONS setting in the [relay] section
63 { "#comment" = "in the DESTINATIONS setting in the [relay] section" }
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxql/
H A Dtoken.go84 DESTINATIONS const
207 DESTINATIONS: "DESTINATIONS",
H A DREADME.md118 DEFAULT DELETE DESC DESTINATIONS DIAGNOSTICS DISTINCT
384 …TE SUBSCRIPTION" subscription_name "ON" db_name "." retention_policy "DESTINATIONS" ("ANY"|"ALL") …
391 CREATE SUBSCRIPTION "sub0" ON "mydb"."autogen" DESTINATIONS ALL 'udp://example.com:9090'
394 CREATE SUBSCRIPTION "sub0" ON "mydb"."autogen" DESTINATIONS ANY 'udp://h1.example.com:9090', 'udp:/…
H A Dparser_test.go3128 …s: `CREATE SUBSCRIPTION "name" ON "db"."rp" DESTINATIONS ANY 'udp://host1:9093', 'udp://host2:9093…
3245 …{s: `CREATE SUBSCRIPTION "name" ON "db"."rp"`, err: `found EOF, expected DESTINATIONS at line 1, c…
3246 …{s: `CREATE SUBSCRIPTION "name" ON "db"."rp" DESTINATIONS`, err: `found EOF, expected ALL, ANY at …
3247 …{s: `CREATE SUBSCRIPTION "name" ON "db"."rp" DESTINATIONS ALL `, err: `found EOF, expected string …
/dports/databases/py-carbon/carbon-1.1.8/conf/
H A Drelay-rules.conf.example18 # in the DESTINATIONS setting in the [relay] section
H A Dcarbon.conf.example420 # DESTINATIONS = 127.0.0.1:2004:a, 127.0.0.1:2104:b
431 DESTINATIONS = 127.0.0.1:2004
451 ## DESTINATIONS = foo:2001:0, foo:2001:1
585 # If set true, metric received will be forwarded to DESTINATIONS in addition to
601 # DESTINATIONS = 127.0.0.1:2004:a, 127.0.0.1:2104:b
609 DESTINATIONS = 127.0.0.1:2004
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/contrib/freebsd-packaging/
H A Dsyslog-ng.conf.example49 # DESTINATIONS: START
62 # DESTINATIONS: END
/dports/net/pichi/pichi-1.4.0/include/pichi/vo/
H A Dkeys.hpp90 inline decltype(auto) DESTINATIONS = "destinations"; variable
/dports/misc/sword/sword-1.8.1/cmake/
H A Dinstall.cmake4 MESSAGE(STATUS "\n-- CONFIGURING INSTALLATION DESTINATIONS")
/dports/databases/py-carbon/carbon-1.1.8/lib/carbon/
H A Dservice.py191 for destination in util.parseDestinations(settings.DESTINATIONS):
H A Dconf.py99 DESTINATIONS=[],
/dports/security/lynis/lynis/include/
H A Dtests_logging438DESTINATIONS=$(${GREPBINARY} "^destination" ${SYSLOGD_CONF} | ${EGREPBINARY} "(udp|tcp)" | ${GREPB…
439 for DESTINATION in ${DESTINATIONS}; do
/dports/sysutils/LPRng/lprng-3.8.C/src/include/
H A Dgetqueue.h47 EXTERN const char * DESTINATIONS DEFINE( = "destinations" );
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dcarbon-daemons.rst72 In ``RELAY_METHOD = consistent-hashing`` mode, a ``DESTINATIONS`` setting defines a
/dports/net/onioncat/onioncat-0.3.9/i2p/
H A DGarlicat-HOWTO36 "LOCAL DESTINATIONS" which is found at the bottom of the menu bar on the left
/dports/textproc/py-line-protocol-parser/line-protocol-parser-1.1.0/
H A DREADME.rst107 > CREATE SUBSCRIPTION "mysub" ON "mydb"."autogen" DESTINATIONS ALL 'http://localhost:9090'
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dlpd_jobs.c603 if((destinations = Find_flag_value(&job.info,DESTINATIONS))){ in Do_queue_jobs()
803 destinations = Find_flag_value(&job.info,DESTINATIONS); in Do_queue_jobs()
1895 destinations = Find_flag_value(&job->info,DESTINATIONS); in Update_status()
2375 if( (destinations = Find_flag_value(&job.info,DESTINATIONS)) ){ in Service_worker()
2826 Set_str_value(&jcopy.info,DESTINATIONS, 0 ); in Move_job()

123