Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 109 for Change (0.12 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Logout */
        public static final String LABELS_logout_button = "{labels.logout_button}";
    
        /** The key of the message: Change Password */
        public static final String LABELS_PROFILE = "{labels.profile}";
    
        /** The key of the message: Administration */
        public static final String LABELS_ADMINISTRATION = "{labels.administration}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    			{[]int{0, -1, 1}, true},
    			{[]int{0, -1, 1, -1}, true},
    			{[]int{1}, false},
    			{[]int{2}, true},
    		},
    	}}
    
    	for _, tt := range tests {
    		t.Run(tt.val.Type().Name(), func(t *testing.T) {
    			for _, tc := range tt.cases {
    				f := tt.val
    				for _, i := range tc.index {
    					if f.Kind() == Pointer {
    						f = f.Elem()
    					}
    					if i == -1 {
    						f = f.Addr().Elem()
    					} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    // hardware instruction uses only the low 6 bits of the shift
    // we compare to 64 to ensure Go semantics for large shifts
    // Rules about rotates with non-const shift are based on the following rules,
    // if the following rules change, please also modify the rules based on them.
    
    // check shiftIsBounded first, if shift value is proved to be valid then we
    // can do the shift directly.
    // left shift
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods_test.go

    	for i, c := range status.InitContainerStatuses {
    		if c.Name == name {
    			return &status.InitContainerStatuses[i]
    		}
    	}
    	for i, c := range status.ContainerStatuses {
    		if c.Name == name {
    			return &status.ContainerStatuses[i]
    		}
    	}
    	for i, c := range status.EphemeralContainerStatuses {
    		if c.Name == name {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  5. fastapi/applications.py

            self.state: Annotated[
                State,
                Doc(
                    """
                    A state object for the application. This is the same object for the
                    entire application, it doesn't change from request to request.
    
                    You normally wouldn't use this in FastAPI, for most of the cases you
                    would instead use FastAPI dependencies.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  6. src/internal/trace/traceviewer/static/webcomponents.min.js

    rn s(this).intersectsNode(l(e))},toString:function(){return s(this).toString()}},p.prototype.createContextualFragment&&(o.prototype.createContextualFragment=function(e){return u(s(this).createContextualFragment(e))}),i(window.Range,o,document.createRange()),e.wrappers.Range=o}(window.ShadowDOMPolyfill),function(e){"use strict";function t(e){e.previousSibling_=e.previousSibling,e.nextSibling_=e.nextSibling,e.parentNode_=e.parentNode}function n(n,o,i){var a=x(n),s=x(o),c=i?x(i):null;if(r(o),t(o),i...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    t;t=Ie(this.$el,'<span class="'+this.clsWrapper+'">'),this.wrapper=t[0]},disconnected:function(){Se(this.wrapper.childNodes)},update:{read:function(t){var e=t.changed,i=t.width,n=i;return{width:i=Math.floor(this.$el.offsetWidth/2),fill:this.fill,changed:e||n!==i,hide:!this.matchMedia}},write:function(t){He(this.wrapper,this.clsHide,t.hide),t.changed&&(t.changed=!1,ot(this.wrapper,this.attrFill,new Array(t.width).join(t.fill)))},events:["resize"]}},rr={props:{container:Boolean},data:{container:!0},computed:...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  8. src/net/http/serve_test.go

    	endpoints := []string{"search", "dir", "file", "change", "count", "s"}
    	for _, e := range endpoints {
    		for i := 200; i < 230; i++ {
    			p := fmt.Sprintf("/%s/%d/", e, i)
    			tests = append(tests, test{
    				path: p,
    				code: i,
    				req:  &Request{Method: "GET", Host: "localhost", URL: &url.URL{Path: p}},
    			})
    		}
    	}
    	mux := NewServeMux()
    	for _, tt := range tests {
    		mux.Handle(tt.path, serve(tt.code))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    	quarkus/test-framework/h2/pom.xml
    quarkus/core/deployment/pom.xml
    	quarkus/core/devmode-spi/pom.xml
    	quarkus/core/class-change-agent/pom.xml
    	quarkus/independent-projects/bootstrap/core/pom.xml
    	quarkus/independent-projects/bootstrap/maven-resolver/pom.xml
    	quarkus/independent-projects/bootstrap/gradle-resolver/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			false,
    		},
    	}
    
    	for _, test := range tests {
    		context := genericapirequest.NewContext()
    		if !test.isNilRequestInfo {
    			context = genericapirequest.WithRequestInfo(context, &test.requestInfo)
    		}
    		changed, finalizers := deletionFinalizersForGarbageCollection(context, registry, &example.ReplicaSet{}, &metav1.DeleteOptions{})
    		if !changed {
    			if test.changed {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top