Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 66 for toName (0.19 sec)

  1. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractBehavior.java

            return new String[] { str };
        }
    
        protected LocalDateTime toLocalDateTime(Object value) {
            return DfTypeUtil.toLocalDateTime(value);
        }
    
        protected Date toDate(Object value) {
            return DfTypeUtil.toDate(value);
        }
    
        protected SearchHits getSearchHits(final SearchResponse response) {
            SearchHits hits = response.getHits();
            if (hits == null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java

            return new String[] { str };
        }
    
        protected LocalDateTime toLocalDateTime(Object value) {
            return DfTypeUtil.toLocalDateTime(value);
        }
    
        protected Date toDate(Object value) {
            return DfTypeUtil.toDate(value);
        }
    
        protected SearchHits getSearchHits(final SearchResponse response) {
            SearchHits hits = response.getHits();
            if (hits == null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  3. pkg/volume/util/atomic_writer_test.go

    				t.Errorf("%v: unexpected error walking directory: %v", tcName, err)
    			}
    		}
    	}
    
    	cleanPathPayload := make(map[string]FileProjection, len(payload))
    	for k, v := range payload {
    		cleanPathPayload[filepath.Clean(k)] = v
    	}
    
    	if !reflect.DeepEqual(cleanPathPayload, observedPayload) {
    		t.Errorf("%v: payload and observed payload do not match.", tcName)
    	}
    }
    
    func TestValidatePayload(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/model/model_test.go

    			m, err := New(tc.rule, false)
    			if err != nil {
    				t.Fatal(err)
    			}
    			p, _ := m.Generate(tc.forTCP, false, tc.action)
    			var gotYaml string
    			if p != nil {
    				if gotYaml, err = protomarshal.ToYAML(p); err != nil {
    					t.Fatalf("%s: failed to parse yaml: %s", tc.name, err)
    				}
    			}
    
    			for _, want := range tc.want {
    				if !strings.Contains(gotYaml, want) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 20 22:15:12 UTC 2023
    - 10K bytes
    - Viewed (0)
  5. src/cmd/link/internal/arm/asm.go

    			var tramp loader.Sym
    			for i := 0; ; i++ {
    				oName := ldr.SymName(rs)
    				name := oName + fmt.Sprintf("%+d-tramp%d", offset, i)
    				tramp = ldr.LookupOrCreateSym(name, int(ldr.SymVersion(rs)))
    				ldr.SetAttrReachable(tramp, true)
    				if ldr.SymType(tramp) == sym.SDYNIMPORT {
    					// don't reuse trampoline defined in other module
    					continue
    				}
    				if oName == "runtime.deferreturn" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 22.9K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/model/generator_test.go

    				var gotYaml string
    				gotProto, ok := got.(proto.Message)
    				if !ok {
    					t.Fatal("failed to extract proto")
    				}
    				if gotYaml, err = protomarshal.ToYAML(gotProto); err != nil {
    					t.Fatalf("%s: failed to parse yaml: %s", tc.name, err)
    				}
    				t.Errorf("got:\n %v\n but want:\n %v", gotYaml, tc.want)
    			}
    		})
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 13K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/typecheck/typecheck.go

    	}
    
    	lno := ir.SetPos(n)
    	defer func() { base.Pos = lno }()
    
    	// Skip typecheck if already done.
    	// But re-typecheck ONAME/OTYPE/OLITERAL/OPACK node in case context has changed.
    	if n.Typecheck() == 1 || n.Typecheck() == 3 {
    		switch n.Op() {
    		case ir.ONAME:
    			break
    
    		default:
    			return n
    		}
    	}
    
    	if n.Typecheck() == 2 {
    		base.FatalfAt(n.Pos(), "typechecking loop")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 19:08:34 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  8. pkg/volume/emptydir/empty_dir_test.go

    		medium v1.StorageMedium
    	}{
    		"medium without size": {
    			medium: "HugePages",
    		},
    		"medium with size": {
    			medium: "HugePages-2Mi",
    		},
    	}
    	for tcName, tc := range testCases {
    		t.Run(tcName, func(t *testing.T) {
    			doTestPlugin(t, pluginTestConfig{
    				medium:                        tc.medium,
    				expectedSetupMounts:           1,
    				expectedTeardownMounts:        0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  9. src/internal/coverage/cfile/emit.go

    	s.mfname = filepath.Join(s.outdir, fn)
    	fi, err := os.Stat(s.mfname)
    	if err != nil || fi.Size() != int64(metaLen) {
    		// We need a new meta-file.
    		tname := "tmp." + fn + strconv.FormatInt(time.Now().UnixNano(), 10)
    		s.mftmp = filepath.Join(s.outdir, tname)
    		s.mf, err = os.Create(s.mftmp)
    		if err != nil {
    			return fmt.Errorf("creating meta-data file %s: %v", s.mftmp, err)
    		}
    	}
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/walk/expr.go

    	default:
    		ir.Dump("walk", n)
    		base.Fatalf("walkExpr: switch 1 unknown op %+v", n.Op())
    		panic("unreachable")
    
    	case ir.OGETG, ir.OGETCALLERPC, ir.OGETCALLERSP:
    		return n
    
    	case ir.OTYPE, ir.ONAME, ir.OLITERAL, ir.ONIL, ir.OLINKSYMOFFSET:
    		// TODO(mdempsky): Just return n; see discussion on CL 38655.
    		// Perhaps refactor to use Node.mayBeShared for these instead.
    		// If these return early, make sure to still call
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:34:01 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top