Home
last modified time | relevance | path

Searched refs:newOpt (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/gh/cli-2.4.0/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/opentracing/opentracing-go/opentracing-go-1.0.2/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/opentracing/opentracing-go/
H A Doptions_test.go11 newOpt func(SpanContext) SpanReference
22 test.newOpt(nil).Apply(opts)
26 test.newOpt(ctx).Apply(opts)
/dports/games/moonlight-embedded/moonlight-embedded-2.4.11/third_party/moonlight-common-c/src/
H A DRtspParser.c76 POPTION_ITEM newOpt; in parseRtspMessage() local
160 newOpt = (POPTION_ITEM)malloc(sizeof(OPTION_ITEM)); in parseRtspMessage()
161 if (newOpt == NULL) { in parseRtspMessage()
165 newOpt->flags = 0; in parseRtspMessage()
166 newOpt->option = opt; in parseRtspMessage()
167 newOpt->content = token; in parseRtspMessage()
168 newOpt->next = NULL; in parseRtspMessage()
169 insertOption(&options, newOpt); in parseRtspMessage()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DRuleSetViewDelegate.cpp75 QStyleOptionViewItem newOpt = option; in paint() local
77 newOpt.font = font; in paint()
86 QItemDelegate::paint(painter, newOpt, index); in paint()
94 paintGroup(painter, newOpt, index, node); in paint()
102 paintRule(painter, newOpt, index, node); in paint()
117 QStyleOptionViewItem newOpt = option; in paintRowHeader() local
118 newOpt.displayAlignment = Qt::AlignRight; in paintRowHeader()
119 QItemDelegate::paint(painter, newOpt, index); in paintRowHeader()
455 QStyleOptionViewItem newOpt = option; in sizeHint() local
457 newOpt.font = font; in sizeHint()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/
H A Dlibp2p_test.go170 newOpt := func() Option {
179 …if err := cfg.Apply(newOpt(), nil, ChainOptions(newOpt(), newOpt(), ChainOptions(), ChainOptions(n…
/dports/databases/kexi/kexi-3.2.0/src/main/
H A DKexiMainWindow_p.cpp358 QStyleOptionTab newOpt(*opt); in drawControl() local
360 newOpt.text = (specificStyle ? " " : "") in drawControl()
368 newOpt.state &= ~QStyle::State_HasFocus; in drawControl()
374 newOpt.state |= State_Selected; in drawControl()
378 newOpt.palette.setBrush(QPalette::WindowText, in drawControl()
380 newOpt.palette.setBrush(QPalette::ButtonText, in drawControl()
395 newOpt.palette.setBrush(QPalette::Window, bg); in drawControl()
408 newOpt.palette.setBrush(QPalette::Window, hb); in drawControl()
414 newOpt.state |= State_Selected; in drawControl()
418 newOpt.palette.setBrush(QPalette::WindowText, in drawControl()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmQtAutoGen.cxx41 std::string const& newOpt = *fit; in MergeOptions() local
42 auto existIt = std::find(baseOpts.begin(), baseOpts.end(), newOpt); in MergeOptions()
44 if (newOpt.size() >= 2) { in MergeOptions()
48 auto oit = newOpt.begin(); in MergeOptions()
54 optName.assign(oit, newOpt.end()); in MergeOptions()
68 extraOpts.push_back(newOpt); in MergeOptions()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmQtAutoGen.cxx41 std::string const& newOpt = *fit; in MergeOptions() local
42 auto existIt = std::find(baseOpts.begin(), baseOpts.end(), newOpt); in MergeOptions()
44 if (newOpt.size() >= 2) { in MergeOptions()
48 auto oit = newOpt.begin(); in MergeOptions()
54 optName.assign(oit, newOpt.end()); in MergeOptions()
68 extraOpts.push_back(newOpt); in MergeOptions()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmQtAutoGen.cxx41 std::string const& newOpt = *fit; in MergeOptions() local
42 auto existIt = std::find(baseOpts.begin(), baseOpts.end(), newOpt); in MergeOptions()
44 if (newOpt.size() >= 2) { in MergeOptions()
48 auto oit = newOpt.begin(); in MergeOptions()
54 optName.assign(oit, newOpt.end()); in MergeOptions()
68 extraOpts.push_back(newOpt); in MergeOptions()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/traits/
H A DMinOptMax.java303 int newOpt = Math.max(newMin, opt); in extendMinimum() local
304 int newMax = Math.max(newOpt, max); in extendMinimum()
305 return getInstance(newMin, newOpt, newMax); in extendMinimum()
/dports/www/pomerium/pomerium-0.8.3/config/
H A Doptions.go604 newOpt, err := NewOptionsFromConfig(configFile)
611 newOptChecksum := newOpt.Checksum()
622 if err := service.UpdateOptions(*newOpt); err != nil {
630 metrics.SetConfigInfo(newOpt.Services, true)
631 metrics.SetConfigChecksum(newOpt.Services, newOptChecksum)
633 return newOpt
/dports/security/keepassxc/keepassxc-2.6.6/src/gui/
H A DCategoryListWidget.cpp199 QStyleOptionViewItem newOpt(*qstyleoption_cast<const QStyleOptionViewItem*>(option)); in drawControl()
200 newOpt.state |= State_On; in drawControl()
201newOpt.palette.setColor(QPalette::All, QPalette::Text, widget->palette().color(QPalette::Highlight… in drawControl()
202 QProxyStyle::drawControl(element, &newOpt, painter, widget); in drawControl()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/crmf/
H A Dservget.c924 CRMFPKIArchiveOptions *newOpt = NULL; in CRMF_ControlGetPKIArchiveOptions() local
932 newOpt = PORT_ZNew(CRMFPKIArchiveOptions); in CRMF_ControlGetPKIArchiveOptions()
933 if (newOpt == NULL) { in CRMF_ControlGetPKIArchiveOptions()
936 rv = crmf_copy_pkiarchiveoptions(NULL, newOpt, in CRMF_ControlGetPKIArchiveOptions()
943 if (newOpt != NULL) { in CRMF_ControlGetPKIArchiveOptions()
944 CRMF_DestroyPKIArchiveOptions(newOpt); in CRMF_ControlGetPKIArchiveOptions()
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/acme/
H A Dacme.go627 var newOpt []CertOption
634 newOpt = append(newOpt, o)
638 newOpt = append(newOpt, WithTemplate(tmpl))
639 return tlsChallengeCert([]string{domain}, newOpt)

1234567