Home
last modified time | relevance | path

Searched refs:IsSlice (Results 1 – 25 of 102) sorted by relevance

12345

/dports/www/gohugo/hugo-0.91.2/docs/content/en/functions/
H A Dreflect.IsSlice.md2 title: reflect.IsSlice
12 signature: ["reflect.IsSlice INPUT"]
19 `reflect.IsSlice` reports if `VALUE` is a slice. Returns a boolean.
22 {{ reflect.IsSlice (slice 1 2 3) }} → true
23 {{ reflect.IsSlice "yo" }} → false
H A Dreflect.IsMap.md15 relatedfuncs: [reflect.IsSlice]
H A Dmerge.md13 relatedfuncs: [dict, append, reflect.IsMap, reflect.IsSlice]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dparam.go13 IsSlice bool member
20 if p[i].IsSlice {
87 if p[i].IsSlice {
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/maxbrunsfeld/counterfeiter/generator/
H A Dparam.go11 IsSlice bool member
17 if p[i].IsSlice {
75 if p[i].IsSlice {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dparam.go13 IsSlice bool member
20 if p[i].IsSlice {
87 if p[i].IsSlice {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dparam.go13 IsSlice bool member
20 if p[i].IsSlice {
87 if p[i].IsSlice {
/dports/www/gohugo/hugo-0.91.2/tpl/reflect/
H A Dinit.go40 ns.AddMethodMapping(ctx.IsSlice,
43 {`{{ if reflect.IsSlice (slice 1 2 3) }}Slice{{ end }}`, `Slice`},
H A Dreflect.go34 func (ns *Namespace) IsSlice(v interface{}) bool { func
H A Dreflect_test.go51 result := ns.IsSlice(test.v)
/dports/math/gap/gap-4.11.0/pkg/datastructures-0.2.5/gap/
H A Dslice.gd27 DeclareCategory("IsSlice", IsList);
31 DeclareRepresentation( "IsSliceRep", IsSlice and IsComponentObjectRep, []);
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/exec/
H A Dscanner.go152 if !util.IsSlice(val.Kind()) {
164 if !util.IsSlice(val.Kind()) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dfunc.go486 if !t.IsSlice() {
610 if n.X.Type().IsSlice() && n.Y.Type().IsString() {
619 if !n.X.Type().IsSlice() || !n.Y.Type().IsSlice() {
620 if !n.X.Type().IsSlice() && !n.Y.Type().IsSlice() {
622 } else if !n.X.Type().IsSlice() {
794 if !t.IsSlice() {
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/alecthomas/kong/
H A Dmodel.go267 return v.IsSlice() || v.IsMap()
271 func (v *Value) IsSlice() bool { func
375 if f.Value.IsSlice() {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/alecthomas/kong/
H A Dmodel.go280 return v.IsSlice() || v.IsMap()
284 func (v *Value) IsSlice() bool { func
389 if f.Value.IsSlice() && f.Value.Tag.Sep != -1 {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-critic/go-critic/checkers/
H A DoffBy1_checker.go42 if !typep.IsSlice(c.ctx.TypeOf(indexed)) {
H A DweakCond_checker.go49 if !typep.IsSlice(c.ctx.TypeOf(x)) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/go-critic/go-critic/checkers/
H A DoffBy1_checker.go42 if !typep.IsSlice(c.ctx.TypesInfo.TypeOf(indexed)) {
H A DweakCond_checker.go49 if !typep.IsSlice(c.ctx.TypesInfo.TypeOf(x)) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/
H A DoffBy1_checker.go42 if !typep.IsSlice(c.ctx.TypeOf(indexed)) {
H A DweakCond_checker.go49 if !typep.IsSlice(c.ctx.TypeOf(x)) {
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_SECTIONOBJECT.inc34 //{ 1001, "IsSlice", NULL, 0, BITS_UNKNOWN, "", 1, {-1,-1,-1,-1,-1} },
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/itchyny/gojq/
H A Dquery.go687 IsSlice bool `( @":"` member
703 if e.IsSlice {
872 IsSlice bool `( @":"` member
883 IsSlice: e.IsSlice,
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DBitstreamConverter.h108 bool IsSlice(uint8_t unit_type);
/dports/sysutils/istio/istio-1.6.7/operator/pkg/tpath/
H A Dstruct.go108 if util.IsSlice(val) && util.IsSlicePtr(out) {

12345