Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 117 for Eaccess (0.24 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	TIME_ZONE_ID_DAYLIGHT = 2
    	IGNORE                = 0
    	INFINITE              = 0xffffffff
    
    	WAIT_ABANDONED = 0x00000080
    	WAIT_OBJECT_0  = 0x00000000
    	WAIT_FAILED    = 0xFFFFFFFF
    
    	// Access rights for process.
    	PROCESS_CREATE_PROCESS            = 0x0080
    	PROCESS_CREATE_THREAD             = 0x0002
    	PROCESS_DUP_HANDLE                = 0x0040
    	PROCESS_QUERY_INFORMATION         = 0x0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/istio-service-dashboard.json

              "format": "time_series",
              "intervalFactor": 1,
              "range": true,
              "refId": "A"
            }
          ],
          "title": "Client Success Rate (non-5xx responses)",
          "type": "stat"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${datasource}"
          },
          "fieldConfig": {
            "defaults": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // No inputs required for constants and ShapeOp.
      if (matchPattern(op, m_Constant()) || isa<TF::ShapeOp>(op)) return success();
    
      ValuePort req = ComputeInputComponentFor(op, port);
      if (req.IsValid()) {
        if (!has_been_computed(req)) inputs->push_back(req);
        return success();
      }
    
      return failure();
    }
    
    // Computes the output produced by ValuePort using the query function of
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    istio_cni.chained=false --set global.platform=openshift ``` 4) `gateways` charts install a load balancer with `ingress` and `egress`. Ingress secrets and access should be separated from the control plane. ```console helm install -n istio-system istio-ingress manifests/charts/gateways/istio-ingress --set global.jwtPolicy=first-party-jwt ``` Egress secrets and access should be separated from the control plane. ```console helm install -n istio-system istio-egress manifests/charts/gateways/istio-egress --set g...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

              body = "Redirecting to /" + (i + 1),
            ),
          )
        }
        server.enqueue(
          MockResponse(body = "Success!"),
        )
        val response = getResponse(newRequest("/0"))
        assertContent("Success!", response)
        assertThat(response.request.url)
          .isEqualTo(server.url("/20"))
      }
    
      @Test
      fun doesNotFollow21Redirects() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/s390x/asmz.go

    	op_LAE     uint32 = 0x5100 // FORMAT_RX1        LOAD ADDRESS EXTENDED
    	op_LAEY    uint32 = 0xE375 // FORMAT_RXY1       LOAD ADDRESS EXTENDED
    	op_LAM     uint32 = 0x9A00 // FORMAT_RS1        LOAD ACCESS MULTIPLE
    	op_LAMY    uint32 = 0xEB9A // FORMAT_RSY1       LOAD ACCESS MULTIPLE
    	op_LAN     uint32 = 0xEBF4 // FORMAT_RSY1       LOAD AND AND (32)
    	op_LANG    uint32 = 0xEBE4 // FORMAT_RSY1       LOAD AND AND (64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  7. manifests/addons/dashboards/istio-workload-dashboard.json

              "format": "time_series",
              "intervalFactor": 1,
              "refId": "A"
            }
          ],
          "title": "Incoming Success Rate (non-5xx responses)",
          "type": "stat"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${datasource}"
          },
          "fieldConfig": {
            "defaults": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  8. src/net/http/transport_test.go

    			},
    		},
    	}
    	req, err := NewRequest("GET", "https://golang.fake.tld/", nil)
    	if err != nil {
    		t.Fatal(err)
    	}
    	_, err = c.Do(req)
    	if err == nil {
    		t.Errorf("unexpected Get success")
    	}
    
    	// Wait unconditionally for the listener goroutine to exit: this should never
    	// hang, so if it does we want a full goroutine dump — and that's exactly what
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  9. pkg/scheduler/schedule_one_test.go

    				},
    			},
    			nodes:                 makeNodeList([]string{"a"}),
    			filteredNodesStatuses: make(framework.NodeToStatusMap),
    			expectsErr:            true,
    		},
    		{
    			name: "success",
    			extenders: []tf.FakeExtender{
    				{
    					ExtenderName: "FakeExtender1",
    					Predicates:   []tf.FitPredicate{tf.TruePredicateExtender},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    - **Auth**
      - [alpha] Container Image Policy allows an access controller to determine whether a pod may be scheduled based on a policy ([docs](http://kubernetes.io/docs/admin/admission-controllers/#imagepolicywebhook)) ([kubernetes/features#59](https://github.com/kubernetes/enhancements/issues/59))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top