Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 163 for uintValue (0.14 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/structuredparameters_test.go

    								Name: "one",
    								Attributes: []resourceapi.NamedResourcesAttribute{{
    									Name: "size",
    									NamedResourcesAttributeValue: resourceapi.NamedResourcesAttributeValue{
    										IntValue: ptr.To(int64(1)),
    									},
    								}},
    							}},
    						},
    					},
    				},
    			},
    
    			wantResources: resources{"node": map[string]ResourceModels{
    				"driver": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 09:27:01 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  2. pilot/cmd/pilot-agent/status/server.go

    	if !strings.HasPrefix(proberPath, "/") {
    		proberPath = "/" + proberPath
    	}
    	var url string
    
    	hostPort := net.JoinHostPort(s.appProbersDestination, strconv.Itoa(prober.HTTPGet.Port.IntValue()))
    	if prober.HTTPGet.Scheme == apimirror.URISchemeHTTPS {
    		url = fmt.Sprintf("https://%s%s", hostPort, proberPath)
    	} else {
    		url = fmt.Sprintf("http://%s%s", hostPort, proberPath)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java

            }).orElse(() -> {
                throwValidationError(messages -> messages.addErrorsCrudCouldNotFindCrudTable(GLOBAL, id), this::asListHtml);
            });
            saveToken();
            if (form.crudMode.intValue() == CrudMode.EDIT) {
                // back
                form.crudMode = CrudMode.DETAILS;
                return asDetailsHtml();
            }
            form.crudMode = CrudMode.EDIT;
            return asEditHtml();
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java

            }).orElse(() -> {
                throwValidationError(messages -> messages.addErrorsCrudCouldNotFindCrudTable(GLOBAL, id), this::asListHtml);
            });
            saveToken();
            if (form.crudMode.intValue() == CrudMode.EDIT) {
                // back
                form.crudMode = CrudMode.DETAILS;
                return asDetailsHtml();
            }
            form.crudMode = CrudMode.EDIT;
            return asEditHtml();
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/primitives/UnsignedLong.java

        return fromLongBits(UnsignedLongs.remainder(value, checkNotNull(val).value));
      }
    
      /** Returns the value of this {@code UnsignedLong} as an {@code int}. */
      @Override
      public int intValue() {
        return (int) value;
      }
    
      /**
       * Returns the value of this {@code UnsignedLong} as a {@code long}. This is an inverse operation
       * to {@link #fromLongBits}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 22 13:09:25 UTC 2021
    - 8.9K bytes
    - Viewed (0)
  6. guava/src/com/google/common/primitives/UnsignedLong.java

        return fromLongBits(UnsignedLongs.remainder(value, checkNotNull(val).value));
      }
    
      /** Returns the value of this {@code UnsignedLong} as an {@code int}. */
      @Override
      public int intValue() {
        return (int) value;
      }
    
      /**
       * Returns the value of this {@code UnsignedLong} as a {@code long}. This is an inverse operation
       * to {@link #fromLongBits}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 22 13:09:25 UTC 2021
    - 8.9K bytes
    - Viewed (0)
  7. pkg/apis/resource/zz_generated.deepcopy.go

    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	if in.BoolValue != nil {
    		in, out := &in.BoolValue, &out.BoolValue
    		*out = new(bool)
    		**out = **in
    	}
    	if in.IntValue != nil {
    		in, out := &in.IntValue, &out.IntValue
    		*out = new(int64)
    		**out = **in
    	}
    	if in.IntSliceValue != nil {
    		in, out := &in.IntSliceValue, &out.IntSliceValue
    		*out = new(NamedResourcesIntSlice)
    		(*in).DeepCopyInto(*out)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 33.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java

                        () -> asListHtml(form.dictId));
            });
            saveToken();
            if (form.crudMode.intValue() == CrudMode.EDIT) {
                // back
                form.crudMode = CrudMode.DETAILS;
                return asDetailsHtml();
            }
            form.crudMode = CrudMode.EDIT;
            return asEditHtml();
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/resource/v1alpha2/zz_generated.deepcopy.go

    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	if in.BoolValue != nil {
    		in, out := &in.BoolValue, &out.BoolValue
    		*out = new(bool)
    		**out = **in
    	}
    	if in.IntValue != nil {
    		in, out := &in.IntValue, &out.IntValue
    		*out = new(int64)
    		**out = **in
    	}
    	if in.IntSliceValue != nil {
    		in, out := &in.IntSliceValue, &out.IntSliceValue
    		*out = new(NamedResourcesIntSlice)
    		(*in).DeepCopyInto(*out)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  10. src/log/slog/handler_test.go

    			wantText: "msg=message x.a=1",
    			wantJSON: `{"msg":"message","x":{"a":1}}`,
    		},
    		{
    			name:     "GroupValue as Attr value",
    			replace:  removeKeys(TimeKey, LevelKey),
    			attrs:    []Attr{{"v", AnyValue(IntValue(3))}},
    			wantText: "msg=message v=3",
    			wantJSON: `{"msg":"message","v":3}`,
    		},
    		{
    			name:     "byte slice",
    			replace:  removeKeys(TimeKey, LevelKey),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 13:57:53 UTC 2023
    - 19.6K bytes
    - Viewed (0)
Back to top