Home
last modified time | relevance | path

Searched refs:LabelOptions (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-monitoring/source/model/
H A DLabelOptions.cpp23 LabelOptions::LabelOptions() : in LabelOptions() function in Aws::CloudWatch::Model::LabelOptions
28 LabelOptions::LabelOptions(const XmlNode& xmlNode) : in LabelOptions() function in Aws::CloudWatch::Model::LabelOptions
34 LabelOptions& LabelOptions::operator =(const XmlNode& xmlNode) in operator =()
51 void LabelOptions::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, cons… in OutputToStream()
60 void LabelOptions::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-monitoring/include/aws/monitoring/model/
H A DLabelOptions.h38 class AWS_CLOUDWATCH_API LabelOptions
41 LabelOptions();
42 LabelOptions(const Aws::Utils::Xml::XmlNode& xmlNode);
43 LabelOptions& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
101 inline LabelOptions& WithTimezone(const Aws::String& value) { SetTimezone(value); return *this;} in WithTimezone()
110 …inline LabelOptions& WithTimezone(Aws::String&& value) { SetTimezone(std::move(value)); return *th… in WithTimezone()
119 inline LabelOptions& WithTimezone(const char* value) { SetTimezone(value); return *this;} in WithTimezone()
H A DGetMetricDataRequest.h473 inline const LabelOptions& GetLabelOptions() const{ return m_labelOptions; } in GetLabelOptions()
487 …inline void SetLabelOptions(const LabelOptions& value) { m_labelOptionsHasBeenSet = true; m_labelO… in SetLabelOptions()
494 …inline void SetLabelOptions(LabelOptions&& value) { m_labelOptionsHasBeenSet = true; m_labelOption… in SetLabelOptions()
501 …inline GetMetricDataRequest& WithLabelOptions(const LabelOptions& value) { SetLabelOptions(value);… in WithLabelOptions()
508 …inline GetMetricDataRequest& WithLabelOptions(LabelOptions&& value) { SetLabelOptions(std::move(va… in WithLabelOptions()
530 LabelOptions m_labelOptions;
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DItemEditDialog.h41 struct LabelOptions { struct
42 LabelOptions();
51 LabelOptions labelOptions = {}, argument
H A DItemEditDialog.cpp31 ItemEditDialog::LabelOptions::LabelOptions() : in LabelOptions() function in ItemEditDialog::LabelOptions
41 ItemEditDialog::LabelOptions labelOptions; in ItemEditDialog()
48 LabelOptions labelOptions, QWidget *parent) : in ItemEditDialog()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dmulti_labeling.hxx309 class LabelOptions class
318 LabelOptions() in LabelOptions() function in vigra::LabelOptions
326 LabelOptions & neighborhood(NeighborhoodType n) in neighborhood()
351 LabelOptions & ignoreBackgroundValue(T const & t) in ignoreBackgroundValue()
503 LabelOptions const & options) in labelMultiArray()
518 LabelOptions const & options, in labelMultiArray()
H A Dblockwise_labeling.hxx67 : public LabelOptions
78 LabelOptions::ignoreBackgroundValue(value); in ignoreBackgroundValue()
84 LabelOptions::neighborhood(n); in neighborhood()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/label/
H A Dlabel.go47 type LabelOptions struct { struct
114 func NewLabelOptions(ioStreams genericclioptions.IOStreams) *LabelOptions {
115 return &LabelOptions{
160 func (o *LabelOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { argument
215 func (o *LabelOptions) Validate() error { argument
235 func (o *LabelOptions) RunLabel() error { argument
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/label/
H A Dlabel.go47 type LabelOptions struct { struct
113 func NewLabelOptions(ioStreams genericclioptions.IOStreams) *LabelOptions {
114 return &LabelOptions{
158 func (o *LabelOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { argument
213 func (o *LabelOptions) Validate() error { argument
233 func (o *LabelOptions) RunLabel() error { argument
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/graphs/pChart/
H A DpSpring.class.php784 …$LabelOptions = array("R"=>$this->Labels["R"],"G"=>$this->Labels["G"],"B"=>$this->Labels["B"],"Alp…
788 $LabelOptions["Align"] = TEXT_ALIGN_BOTTOMLEFT;
789 $this->pChartObject->drawText($X,$Y,$Name,$LabelOptions);
793 $LabelOptions["Align"] = TEXT_ALIGN_TOPMIDDLE;
794 $LabelOptions["DrawBox"] = TRUE;
795 $LabelOptions["BoxAlpha"] = 50;
796 $LabelOptions["BorderOffset"] = 4;
797 $LabelOptions["RoundedRadius"] = 3;
798 $LabelOptions["BoxRounded"] = TRUE;
799 $LabelOptions["NoShadow"] = TRUE;
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/src/Chart/
H A DSpring.php1051 $LabelOptions = [
1059 $LabelOptions["Align"] = TEXT_ALIGN_BOTTOMLEFT;
1060 $this->pChartObject->drawText($X, $Y, $Name, $LabelOptions);
1062 $LabelOptions["Align"] = TEXT_ALIGN_TOPMIDDLE;
1063 $LabelOptions["DrawBox"] = true;
1064 $LabelOptions["BoxAlpha"] = 50;
1065 $LabelOptions["BorderOffset"] = 4;
1066 $LabelOptions["RoundedRadius"] = 3;
1067 $LabelOptions["BoxRounded"] = true;
1068 $LabelOptions["NoShadow"] = true;
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/
H A DpSpring.class.php784 …$LabelOptions = array("R"=>$this->Labels["R"],"G"=>$this->Labels["G"],"B"=>$this->Labels["B"],"Alp…
788 $LabelOptions["Align"] = TEXT_ALIGN_BOTTOMLEFT;
789 $this->pChartObject->drawText($X,$Y,$Name,$LabelOptions);
793 $LabelOptions["Align"] = TEXT_ALIGN_TOPMIDDLE;
794 $LabelOptions["DrawBox"] = TRUE;
795 $LabelOptions["BoxAlpha"] = 50;
796 $LabelOptions["BorderOffset"] = 4;
797 $LabelOptions["RoundedRadius"] = 3;
798 $LabelOptions["BoxRounded"] = TRUE;
799 $LabelOptions["NoShadow"] = TRUE;
[all …]
/dports/www/matomo/piwik/vendor/szymach/c-pchart/src/Chart/
H A DSpring.php1051 $LabelOptions = [
1059 $LabelOptions["Align"] = TEXT_ALIGN_BOTTOMLEFT;
1060 $this->pChartObject->drawText($X, $Y, $Name, $LabelOptions);
1062 $LabelOptions["Align"] = TEXT_ALIGN_TOPMIDDLE;
1063 $LabelOptions["DrawBox"] = true;
1064 $LabelOptions["BoxAlpha"] = 50;
1065 $LabelOptions["BorderOffset"] = 4;
1066 $LabelOptions["RoundedRadius"] = 3;
1067 $LabelOptions["BoxRounded"] = true;
1068 $LabelOptions["NoShadow"] = true;
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/label/
H A Dlabel.go48 type LabelOptions struct { struct
116 func NewLabelOptions(ioStreams genericclioptions.IOStreams) *LabelOptions {
117 return &LabelOptions{
164 func (o *LabelOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { argument
215 func (o *LabelOptions) Validate() error { argument
244 func (o *LabelOptions) RunLabel() error { argument
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudwatch/
H A Dapi_op_GetMetricData.go125 LabelOptions *types.LabelOptions member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudwatch/
H A Dapi_op_GetMetricData.go125 LabelOptions *types.LabelOptions member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatch/
H A Dapi_op_GetMetricData.go125 LabelOptions *types.LabelOptions member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudwatch/
H A Dapi_op_GetMetricData.go125 LabelOptions *types.LabelOptions member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudwatch/
H A Dapi_op_GetMetricData.go125 LabelOptions *types.LabelOptions member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudwatch/types/
H A Dtypes.go339 type LabelOptions struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatch/types/
H A Dtypes.go339 type LabelOptions struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudwatch/types/
H A Dtypes.go339 type LabelOptions struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudwatch/types/
H A Dtypes.go339 type LabelOptions struct { struct
/dports/graphics/vigra/vigra-8acd73a/test/volumelabeling/
H A Dtest.cxx273 LabelOptions().neighborhood(DirectNeighborhood))); in labelingSixTest4()
304LabelOptions().neighborhood(DirectNeighborhood).ignoreBackgroundValue(0))); in labelingSixWithBackgroundTest1()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudwatch/types/
H A Dtypes.go366 type LabelOptions struct { struct

12