Home
last modified time | relevance | path

Searched refs:getValueFormat (Results 1 – 25 of 87) sorted by relevance

1234

/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/valueFormats/
H A DvalueFormats.test.ts1 import { toFixed, getValueFormat, scaledUnits, formattedValueToString } from './valueFormats';
72 const result = getValueFormat(format)(value, decimals, undefined, undefined);
84 const result = getValueFormat(test.id)(test.value, test.decimals, test.scaledDecimals);
135 const fmt0 = getValueFormat('farenheit');
136 const fmt1 = getValueFormat('fahrenheit');
/dports/www/grafana8/grafana-8.3.6/public/app/features/inspector/
H A DInspectSubtitle.tsx4 import { GrafanaTheme, SelectableValue, PanelData, getValueFormat, formattedValueToString } from '@…
54 const formatted = formattedValueToString(getValueFormat('ms')(requestTime));
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/state-timeline/
H A DStateTimelineTooltip.tsx8 getValueFormat,
60 …const duration = nextStateTs && formattedValueToString(getValueFormat('dtdurationms')(nextStateTs …
/dports/www/grafana8/grafana-8.3.6/public/app/core/utils/
H A Dkbn.ts5 getValueFormat,
149 const formatter = getValueFormat(name);
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/field/
H A DdisplayProcessor.ts7 import { getValueFormat, isBooleanUnit } from '../valueFormats/valueFormats';
71 const formatFunc = getValueFormat(unit || 'none');
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/timeseries/plugins/
H A DThresholdControlsPlugin.tsx2 import { FieldConfigSource, ThresholdsConfig, getValueFormat } from '@grafana/data';
67 formatValue={(v) => getValueFormat(scale)(v, decimals).text}
/dports/www/grafana8/grafana-8.3.6/public/app/core/
H A Dtime_series2.ts2 import { DecimalCount, formattedValueToString, getValueFormat, stringToJsRegex, ValueFormatter } fr…
43 const formatter = getValueFormat(axis.format);
104 this.valueFormater = getValueFormat('none');
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/FileDropzone/
H A DFileListItem.tsx2 import { formattedValueToString, getValueFormat, GrafanaTheme2 } from '@grafana/data';
77 const valueFormat = getValueFormat('decbytes')(file.size);
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/report/
H A DGATKReportColumnFormat.java28 public String getValueFormat() { in getValueFormat() method in GATKReportColumnFormat
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
H A DVSliderValue.hpp94 std::string getValueFormat () const;
H A DHSliderValue.hpp94 std::string getValueFormat () const;
/dports/audio/bangr-lv2/BAngr-1.6.0/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
/dports/audio/bamp-lv2/BAmp-fe91b838f2ec801df55b12ffbdf6c6a4ab4ef093/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
/dports/audio/boops-lv2/BOops-1.8.2/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
/dports/audio/bshapr-lv2/BShapr-0.13/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
H A DHSliderValue.hpp94 std::string getValueFormat () const;
/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
H A DHSliderValue.hpp94 std::string getValueFormat () const;
/dports/audio/bsequencer-lv2/BSEQuencer-1.8.10/src/BWidgets/
H A DDialValue.hpp82 std::string getValueFormat () const;
/dports/www/grafana8/grafana-8.3.6/public/app/features/annotations/components/
H A DAnnotationResultMapper.tsx11 getValueFormat,
131 const fmt = getValueFormat('dateTimeAsIso');
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dgpos.c12 static USHORT getValueFormat (FILE *fp) in getValueFormat() function
242 pos->valueFormat = getValueFormat (fp); in makeGPOS11()
274 pos->valueFormat = getValueFormat (fp); in makeGPOS12()
333 pos->valueFormat1 = getValueFormat (fp); in makeGPOS21()
334 pos->valueFormat2 = getValueFormat (fp); in makeGPOS21()
406 pos->valueFormat1 = getValueFormat (fp); in makeGPOS22()
407 pos->valueFormat2 = getValueFormat (fp); in makeGPOS22()

1234