Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for Ticket (0.16 sec)

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

        /** The key of the message: Secret Key */
        public static final String LABELS_storage_secret_key = "{labels.storage_secret_key}";
    
        /** The key of the message: Bucket */
        public static final String LABELS_storage_bucket = "{labels.storage_bucket}";
    
        /** The key of the message: Send TestMail */
        public static final String LABELS_send_testmail = "{labels.send_testmail}";
    
    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. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "description": "TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a \"bucket\", and try to put balanced number of pods into each bucket. It's a required field.",
              "type": "string"
            },
            "whenUnsatisfiable": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procshutdown                                             = modws2_32.NewProc("shutdown")
    	procsocket                                               = modws2_32.NewProc("socket")
    	procWTSEnumerateSessionsW                                = modwtsapi32.NewProc("WTSEnumerateSessionsW")
    	procWTSFreeMemory                                        = modwtsapi32.NewProc("WTSFreeMemory")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/garbagecollector_test.go

    	//
    	// The 1s sleep in the test allows GetDeletableResources and
    	// gc.resyncMonitors to run ~5 times to ensure the changes to the
    	// fakeDiscoveryClient are picked up.
    	go gc.Sync(tCtx, fakeDiscoveryClient, 200*time.Millisecond)
    
    	// Wait until the sync discovers the initial resources
    	time.Sleep(1 * time.Second)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

    		"Authorization": {"Bearer " + jwt.TokenIssuer1WithCollisionResistantName},
    	}
    	// the VirtualService for each test should be unique to avoid
    	// one test passing because it's new config hasn't kicked in yet
    	// and we're still testing the previous destination
    	setHostHeader := func(src echo.Caller, opts *echo.CallOptions) {
    		opts.HTTP.Headers["Host"] = []string{opts.To.ServiceName() + ".foo.bar"}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    }
    
    // ListenAndServePodResources runs the kubelet podresources grpc service
    func (kl *Kubelet) ListenAndServePodResources() {
    	endpoint, err := util.LocalEndpoint(kl.getPodResourcesDir(), podresources.Socket)
    	if err != nil {
    		klog.V(2).InfoS("Failed to get local endpoint for PodResources endpoint", "err", err)
    		return
    	}
    
    	providers := podresources.PodResourcesProviders{
    		Pods:             kl.podManager,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. src/reflect/value.go

    	bptr        unsafe.Pointer
    	overflow    *[]unsafe.Pointer
    	oldoverflow *[]unsafe.Pointer
    	startBucket uintptr
    	offset      uint8
    	wrapped     bool
    	B           uint8
    	i           uint8
    	bucket      uintptr
    	checkBucket uintptr
    }
    
    func (h *hiter) initialized() bool {
    	return h.t != nil
    }
    
    // A MapIter is an iterator for ranging over a map.
    // See [Value.MapRange].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  8. cluster/gce/util.sh

      gsutil -m acl ch -g all:R "${gs_url}" "${gs_url}.sha512" >/dev/null 2>&1 || true
      echo "+++ ${basename_tar} uploaded (sha512 = ${hash})"
    }
    
    
    # Given the cluster zone, return the list of regional GCS release
    # bucket suffixes for the release in preference order. GCS doesn't
    # give us an API for this, so we hardcode it.
    #
    # Assumed vars:
    #   RELEASE_REGION_FALLBACK
    #   REGIONAL_KUBE_ADDONS
    #   ZONE
    # Vars set:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  9. src/cmd/trace/testdata/go122.test

    String id=41
    	data="net.(*netFD).dial"
    String id=42
    	data="/usr/local/google/home/mknyszek/work/go-1/src/net/sock_posix.go"
    String id=43
    	data="net.socket"
    String id=44
    	data="net.internetSocket"
    String id=45
    	data="/usr/local/google/home/mknyszek/work/go-1/src/net/ipsock_posix.go"
    String id=46
    	data="net.(*sysDialer).doDialTCPProto"
    String id=47
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
Back to top