Home
last modified time | relevance | path

Searched refs:FormatValue (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DFieldSaver.cs40 nodes.Add(new MiniYamlNode(FormatValue(key), FormatValue(value))); in Save()
44 root = FormatValue(o, info.Field); in Save()
46 nodes.Add(new MiniYamlNode(info.YamlName, FormatValue(o, info.Field))); in Save()
58 .Where(info => FormatValue(o, info.Field) != FormatValue(from, info.Field)); in SaveDifferences()
70 public static string FormatValue(object v) in FormatValue() method in OpenRA.FieldSaver
90 return ((IEnumerable<string>)v).Select(FormatValue).JoinWith(", "); in FormatValue()
95 return ((Array)v).Cast<object>().Select(FormatValue).JoinWith(", "); in FormatValue()
113 var formattedKey = FormatValue(key); in FormatValue()
114 var formattedValue = FormatValue(value); in FormatValue()
144 public static string FormatValue(object o, FieldInfo f) in FormatValue() method in OpenRA.FieldSaver
[all …]
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dui.cc61 virtual const char * FormatValue(unsigned int uValue);
62 virtual const char * FormatValue(gint64 uValue);
63 virtual const char * FormatValue(gint64 uValue, guint64 uMask);
64 virtual const char * FormatValue(gint64 uValue, guint64 uMask,
66 virtual const char * FormatValue(gint64 uValue,
69 virtual const char * FormatValue(char *str, int len,
403 const char * CGpsimUserInterface::FormatValue(gint64 uValue) in FormatValue() function in CGpsimUserInterface
405 return FormatValue(uValue, s_iValueMask, s_iValueRadix); in FormatValue()
415 const char * CGpsimUserInterface::FormatValue(gint64 uValue, in FormatValue() function in CGpsimUserInterface
418 return FormatValue(uValue, uMask, iRadix, s_sValueHexPrefix); in FormatValue()
[all …]
H A Dui.h63 virtual const char * FormatValue(unsigned int uValue) = 0;
64 virtual const char * FormatValue(gint64 uValue) = 0;
65 virtual const char * FormatValue(gint64 uValue, guint64 uMask) = 0;
66 virtual const char * FormatValue(gint64 uValue, guint64 uMask,
69 virtual const char * FormatValue(char *str, int len,
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DFormat-inl.h411 class FormatValue<
630 class FormatValue<bool> {
650 class FormatValue<double> {
670 class FormatValue<float> {
685 class FormatValue<
737 class FormatValue<
764 class FormatValue<
821 class FormatValue<
894 class FormatValue<
1001 class FormatValue<
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DFormat-inl.h423 class FormatValue<
635 class FormatValue<bool> {
655 class FormatValue<double> {
675 class FormatValue<float> {
690 class FormatValue<
742 class FormatValue<
769 class FormatValue<
826 class FormatValue<
899 class FormatValue<
1012 class FormatValue<
[all …]
/dports/cad/alliance/alliance/src/genpat/src/
H A DAFFECT.c122 FormatValue (value,valeur,1,GNP_UP,1);
131 FormatValue (value,valeur,1,GNP_UP,1);
134 FormatValue (value,tmp_valeur,1,GNP_UP,0);
139 FormatValue (value,tmp_valeur,1,GNP_UP,0);
164 FormatValue (value,valeur,dim,sens,1);
173 FormatValue (value,valeur,dim,sens,1);
176 FormatValue (value,tmp_valeur,dim,sens,0);
181 FormatValue (value,tmp_valeur,dim,sens,0);
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/lib/Astro/App/Satpass2/FormatValue/
H A DFormatter.pm1 package Astro::App::Satpass2::FormatValue::Formatter;
8 use Astro::App::Satpass2::FormatValue;
18 code => Astro::App::Satpass2::FormatValue
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/formats/
H A DITextLayoutFormat.as579 …es are JustificationRule.EAST_ASIAN, JustificationRule.SPACE, FormatValue.AUTO, FormatValue.INHERI…
710 …* <p>Legal values as a string are FormatValue.AUTO, FormatValue.INHERIT and numbers from -8000 to …
720 * @see flashx.textLayout.formats.FormatValue
727 …* <p>Legal values as a string are FormatValue.AUTO, FormatValue.INHERIT and numbers from -8000 to …
737 * @see flashx.textLayout.formats.FormatValue
744 …* <p>Legal values as a string are FormatValue.AUTO, FormatValue.INHERIT and numbers from -8000 to …
754 * @see flashx.textLayout.formats.FormatValue
761 …* <p>Legal values as a string are FormatValue.AUTO, FormatValue.INHERIT and numbers from -8000 to …
771 * @see flashx.textLayout.formats.FormatValue
778 …* <p>Legal values as a string are FormatValue.AUTO, FormatValue.INHERIT and from ints from 1 to 50…
[all …]
/dports/games/openttd/openttd-12.1/src/
H A Dsettings_internal.h114 virtual void FormatValue(char *buf, const char *last, const void *object) const = 0;
182 void FormatValue(char *buf, const char *last, const void *object) const override;
203 void FormatValue(char *buf, const char *last, const void *object) const override;
229 void FormatValue(char *buf, const char *last, const void *object) const override;
243 void FormatValue(char *buf, const char *last, const void *object) const override;
277 void FormatValue(char *buf, const char *last, const void *object) const override;
295 void FormatValue(char *buf, const char *last, const void *object) const override;
306 void FormatValue(char *buf, const char *last, const void *object) const override { NOT_REACHED(); } in FormatValue() function
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
213 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/google/go-cmp/go-cmp-0.3.0/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
213 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
213 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
213 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
213 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
213 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
212 s := opts.FormatValue(v, visitedPointers{}).String()
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/google/go-cmp/cmp/
H A Dreport_reflect.go77 func (opts formatOptions) FormatValue(v reflect.Value, m visitedPointers) (out textNode) { func
132 s := opts.WithTypeMode(autoType).FormatValue(vv, m)
159 s := opts.WithTypeMode(elideType).FormatValue(vi, m)
174 sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), m)
192 return textWrap{"&" + ptr, opts.FormatValue(v.Elem(), m), ""}
200 return opts.WithTypeMode(emitType).FormatValue(v.Elem(), m)
213 s := opts.FormatValue(v, visitedPointers{}).String()

12345678910>>...22