Home
last modified time | relevance | path

Searched refs:extflag (Results 1 – 25 of 55) sorted by relevance

123

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/extkingpin/
H A Dflags.go54 …reFlags(cmd FlagClause, suffix string, required bool, extraDesc ...string) *extflag.PathOrContent {
58 return extflag.RegisterPathOrContent(cmd, fmt.Sprintf("objstore%s.config", suffix), help, required)
62 func RegisterCommonTracingFlags(app FlagClause) *extflag.PathOrContent {
63 return extflag.RegisterPathOrContent(
72 func RegisterRequestLoggingFlags(app FlagClause) *extflag.PathOrContent {
73 return extflag.RegisterPathOrContent(
83 func RegisterSelectorRelabelFlags(cmd FlagClause) *extflag.PathOrContent {
84 return extflag.RegisterPathOrContent(
/dports/net-mgmt/thanos/thanos-0.11.0/cmd/thanos/
H A Dflags.go52 …cmd *kingpin.CmdClause, suffix string, required bool, extraDesc ...string) *extflag.PathOrContent {
56 return extflag.RegisterPathOrContent(cmd, fmt.Sprintf("objstore%s.config", suffix), help, required)
59 func regCommonTracingFlags(app *kingpin.Application) *extflag.PathOrContent {
60 return extflag.RegisterPathOrContent(
68 func regSelectorRelabelFlags(cmd *kingpin.CmdClause) *extflag.PathOrContent {
69 return extflag.RegisterPathOrContent(
H A Dstore.go49 indexCacheConfig := extflag.RegisterPathOrContent(cmd, "index-cache.config",
133 indexCacheConfig *extflag.PathOrContent,
134 objStoreConfig *extflag.PathOrContent,
152 selectorRelabelConf *extflag.PathOrContent,
H A Dbucket.go74 …ap[string]setupFunc, root *kingpin.CmdClause, name string, objStoreConfig *extflag.PathOrContent) {
166 …ap[string]setupFunc, root *kingpin.CmdClause, name string, objStoreConfig *extflag.PathOrContent) {
255 …ap[string]setupFunc, root *kingpin.CmdClause, name string, objStoreConfig *extflag.PathOrContent) {
310 …ap[string]setupFunc, root *kingpin.CmdClause, name string, objStoreConfig *extflag.PathOrContent) {
381 …ut time.Duration, name string, reg *prometheus.Registry, objStoreConfig *extflag.PathOrContent) er…
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswfile.c472 register int extflag; /* does the file have an extention? */ local
485 extflag = FALSE;
488 extflag = TRUE;
498 if (extflag == FALSE)
519 register int extflag; /* does the file have an extention? */ in getnfile() local
550 register int extflag; /* does the file have an extention? */ local
563 extflag = FALSE;
566 extflag = TRUE;
576 if (extflag == FALSE)
608 register int extflag; /* does the file have an extention? */ in getnfile() local
H A Dxvtdos.c626 register int extflag; /* does the file have an extention? */ local
639 extflag = FALSE;
642 extflag = TRUE;
652 if (extflag == FALSE)
673 register int extflag; /* does the file have an extention? */ in getnfile() local
704 register int extflag; /* does the file have an extention? */ local
717 extflag = FALSE;
720 extflag = TRUE;
730 if (extflag == FALSE)
751 register int extflag; /* does the file have an extention? */ in getnfile() local
H A Dfmrdos.c831 register int extflag; /* does the file have an extention? */ local
844 extflag = FALSE;
847 extflag = TRUE;
857 if (extflag == FALSE)
878 register int extflag; /* does the file have an extention? */ in getnfile() local
909 register int extflag; /* does the file have an extention? */ local
922 extflag = FALSE;
925 extflag = TRUE;
935 if (extflag == FALSE)
956 register int extflag; /* does the file have an extention? */ in getnfile() local
H A Dmsdos.c926 register int extflag; /* does the file have an extention? */ local
939 extflag = FALSE;
942 extflag = TRUE;
952 if (extflag == FALSE)
973 register int extflag; /* does the file have an extention? */ local
1004 register int extflag; /* does the file have an extention? */ local
1017 extflag = FALSE;
1020 extflag = TRUE;
1030 if (extflag == FALSE)
1051 register int extflag; /* does the file have an extention? */ local
H A Dnecdos.c943 register int extflag; /* does the file have an extention? */ local
956 extflag = FALSE;
959 extflag = TRUE;
969 if (extflag == FALSE)
990 register int extflag; /* does the file have an extention? */ in getnfile() local
1021 register int extflag; /* does the file have an extention? */ local
1034 extflag = FALSE;
1037 extflag = TRUE;
1047 if (extflag == FALSE)
1068 register int extflag; /* does the file have an extention? */ in getnfile() local
H A Dtos.c392 register int extflag; /* does the file have an extention? */ local
405 extflag = FALSE;
408 extflag = TRUE;
418 if (extflag == FALSE)
H A Dos2.c386 register int extflag; /* does the file have an extention? */ local
399 extflag = FALSE;
402 extflag = TRUE;
412 if (extflag == FALSE)
436 register int extflag; /* does the file have an extention? */ in getnfile() local
H A Dnt.c373 register int extflag; /* does the file have an extention? */ local
386 extflag = FALSE;
389 extflag = TRUE;
399 if (extflag == FALSE)
H A Dposix.c692 int index, point, extflag; local
705 extflag = FALSE;
708 extflag = TRUE;
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/cmd/thanos/
H A Dconfig.go175 configPath *extflag.PathOrContent
184 …qc.configPath = extflag.RegisterPathOrContent(cmd, "query.config", "YAML file that contains query …
199 configPath *extflag.PathOrContent
207 func (ac *alertMgrConfig) registerFlag(cmd extflag.FlagClause) *alertMgrConfig {
208 …ac.configPath = extflag.RegisterPathOrContent(cmd, "alertmanagers.config", "YAML file that contain…
H A Dstore.go47 indexCacheConfigs extflag.PathOrContent
48 objStoreConfig extflag.PathOrContent
63 selectorRelabelConf extflag.PathOrContent
69 cachingBucketConfig extflag.PathOrContent
70 reqLogConfig *extflag.PathOrContent
85 sc.indexCacheConfigs = *extflag.RegisterPathOrContent(cmd, "index-cache.config",
89 …sc.cachingBucketConfig = *extflag.RegisterPathOrContent(extflag.HiddenCmdClause(cmd), "store.cachi…
H A Dtools_bucket.go88 func registerBucketVerify(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
178 func registerBucketLs(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
267 func registerBucketInspect(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
322 func registerBucketWeb(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
466 func registerBucketReplicate(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
520 func registerBucketDownsample(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
533 func registerBucketCleanup(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
756 func registerBucketMarkBlock(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
807 func registerBucketRewrite(app extkingpin.AppClause, objStoreConfig *extflag.PathOrContent) {
822 …toDelete := extflag.RegisterPathOrContent(cmd, "rewrite.to-delete-config", "YAML file that contain…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Dregex.cpp50 bool extflag = (_flags & E_EXTENDED); in initialize() local
59 if (!extflag && i < tmplen) in initialize()
66 if (extflag) in initialize()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmultisphere_I.h94 inline void Multisphere::reset_forces(bool extflag) in reset_forces() argument
99 if(extflag) dragforce_cm_.setAll(nbody_,0.); in reset_forces()
100 if(extflag) hdtorque_cm_.setAll(nbody_,0.); in reset_forces()
/dports/japanese/esecanna/esecanna_1.0.1/
H A Dcannaproto.c142 int datalen, extflag, type; in canna_proto_recv_request() local
167 extflag = header->extra ? 0x1000 : 0x0000; in canna_proto_recv_request()
177 return (type | extflag); in canna_proto_recv_request()
/dports/graphics/blender/blender-2.91.0/source/blender/render/intern/source/
H A Dimagetexture.c736 int intpol, extflag; member
751 switch (extflag) { in ibuf_get_color_clip()
961 if (!(extflag == TXC_REPT || extflag == TXC_EXTD)) { in alpha_clip_aniso()
1019 int curmap, retval, intpol, extflag = 0; in imagewraposa_aniso() local
1137 extflag = TXC_EXTD; in imagewraposa_aniso()
1140 extflag = TXC_XMIR; in imagewraposa_aniso()
1143 extflag = TXC_YMIR; in imagewraposa_aniso()
1146 extflag = TXC_REPT; in imagewraposa_aniso()
1150 extflag = TXC_EXTD; in imagewraposa_aniso()
1242 AFD.extflag = extflag; in imagewraposa_aniso()
[all …]
/dports/converters/aish/aish113u/
H A Dai_hed.c231 unsigned int i, extflag= FALSE; local
257 extflag= TRUE;
261 if( extflag )
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/queryfrontend/
H A Dconfig.go160 CachePathOrContent extflag.PathOrContent
177 CachePathOrContent extflag.PathOrContent
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/extflag/
H A Dhidden.go4 package extflag package
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/logging/
H A Doptions.go164 func ParseHTTPOptions(flagDecision string, reqLogConfig *extflag.PathOrContent) ([]Option, error) {
196 func ParsegRPCOptions(flagDecision string, reqLogConfig *extflag.PathOrContent) ([]tags.Option, []g…
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/xdps/
H A Dextensions.psw30 defineps DPSWKnownExtensions (DPSContext ctxt | int *extflag)
40 extflag

123