Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,054 for fieldsV1 (0.24 sec)

  1. src/main/java/org/codelibs/fess/helper/IndexingHelper.java

            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            return searchEngineClient.getDocument(fessConfig.getIndexDocumentUpdateIndex(), builder -> {
                builder.setQuery(QueryBuilders.idsQuery().addIds(id));
                builder.setFetchSource(fields, null);
                return true;
            }).orElse(null);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/types.go

    // type, but not a parameterized key type or fields.
    func (t *DeclType) IsList() bool {
    	return t.KeyType == nil && t.ElemType != nil && t.Fields == nil
    }
    
    // IsMap returns whether the declaration is a 'map' type which defines parameterized key and
    // element types, but not fields.
    func (t *DeclType) IsMap() bool {
    	return t.KeyType != nil && t.ElemType != nil && t.Fields == nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 15:52:31 UTC 2023
    - 18K bytes
    - Viewed (0)
  3. src/text/template/parse/parse_test.go

    	}
    }
    
    func BenchmarkListString(b *testing.B) {
    	text := `
    {{(printf .Field1.Field2.Field3).Value}}
    {{$x := (printf .Field1.Field2.Field3).Value}}
    {{$y := (printf $x.Field1.Field2.Field3).Value}}
    {{$z := $y.Field1.Field2.Field3}}
    {{if contains $y $z}}
    	{{printf "%q" $y}}
    {{else}}
    	{{printf "%q" $x}}
    {{end}}
    {{with $z.Field1 | contains "boring"}}
    	{{printf "%q" . | printf "%s"}}
    {{else}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 24K bytes
    - Viewed (0)
  4. pkg/kubelet/apis/config/helpers_test.go

    	if !expect.Equal(result) {
    		// expected fields missing from result
    		missing := expect.Difference(result)
    		// unexpected fields in result but not specified in expect
    		unexpected := result.Difference(expect)
    		if len(missing) > 0 {
    			t.Errorf("the following fields were expected, but missing from the result. "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/typecheck/subr.go

    	if !top {
    		expand0(t)
    	}
    
    	u := t
    	if u.IsPtr() {
    		u = u.Elem()
    	}
    
    	if u.IsStruct() || u.IsInterface() {
    		var fields []*types.Field
    		if u.IsStruct() {
    			fields = u.Fields()
    		} else {
    			fields = u.AllMethods()
    		}
    		for _, f := range fields {
    			if f.Embedded == 0 {
    				continue
    			}
    			if f.Sym == nil {
    				continue
    			}
    			expand1(f.Type, false)
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 19:45:58 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  6. fastapi/_compat.py

        from pydantic.errors import MissingError
        from pydantic.fields import (  # type: ignore[attr-defined]
            SHAPE_FROZENSET,
            SHAPE_LIST,
            SHAPE_SEQUENCE,
            SHAPE_SET,
            SHAPE_SINGLETON,
            SHAPE_TUPLE,
            SHAPE_TUPLE_ELLIPSIS,
        )
        from pydantic.fields import FieldInfo as FieldInfo
        from pydantic.fields import (  # type: ignore[no-redef,attr-defined]
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  7. schema/schema.go

    			if field := schema.ParseField(fieldStruct); field.EmbeddedSchema != nil {
    				schema.Fields = append(schema.Fields, field.EmbeddedSchema.Fields...)
    			} else {
    				schema.Fields = append(schema.Fields, field)
    			}
    		}
    	}
    
    	for _, field := range schema.Fields {
    		if field.DBName == "" && field.DataType != "" {
    			field.DBName = namer.ColumnName(schema.Table, field.Name)
    		}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/registry/rest/update.go

    	// the object.  For example: remove fields that are not to be persisted,
    	// sort order-insensitive list fields, etc.  This should not remove fields
    	// whose presence would be considered a validation error.
    	PrepareForUpdate(ctx context.Context, obj, old runtime.Object)
    	// ValidateUpdate is invoked after default fields in the object have been
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 27 11:48:28 UTC 2022
    - 11.8K bytes
    - Viewed (0)
  9. api/maven-api-metadata/src/main/mdo/metadata.mdo

              <defaultValue>false</defaultValue>
            </field>
          </fields>
        </class>
        <class java.clone="deep">
          <name>SnapshotVersion</name>
          <version>1.1.0+</version>
          <description>Versioning information for a sub-artifact of the current snapshot artifact.</description>
          <fields>
            <field>
              <name>classifier</name>
              <version>1.1.0+</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 15 17:32:27 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_config.properties

    query.additional.scroll.response.fields=
    query.additional.cache.response.fields=
    query.additional.highlighted.fields=
    query.additional.search.fields=
    query.additional.facet.fields=
    query.additional.sort.fields=
    query.additional.analyzed.fields=
    query.additional.not.analyzed.fields=
    query.gsa.response.fields=UE,U,T,RK,S,LANG
    query.gsa.default.lang=en
    query.gsa.default.sort=
    query.gsa.meta.prefix=MT_
    query.gsa.index.field.charset=charset
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
Back to top