Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for IDs (0.15 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

                        }
                       }
                      ],
                      "principals": [
                       {
                        "and_ids": {
                         "ids": [
                          {
                           "or_ids": {
                            "ids": [
                             {
                              "filter_state": {
                               "key": "io.istio.peer_principal",
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jun 21 14:20:23 GMT 2023
    - 206.7K bytes
    - Viewed (2)
  2. cmd/storage-datatypes_gen.go

    		}
    		switch msgp.UnsafeString(field) {
    		case "IDs":
    			var zb0002 uint32
    			zb0002, err = dc.ReadArrayHeader()
    			if err != nil {
    				err = msgp.WrapError(err, "IDs")
    				return
    			}
    			if cap(z.IDs) >= int(zb0002) {
    				z.IDs = (z.IDs)[:zb0002]
    			} else {
    				z.IDs = make([]string, zb0002)
    			}
    			for za0001 := range z.IDs {
    				z.IDs[za0001], err = dc.ReadString()
    				if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 17:15:52 GMT 2024
    - 127.5K bytes
    - Viewed (0)
  3. fastapi/routing.py

            ] = True,
            generate_unique_id_function: Annotated[
                Callable[[APIRoute], str],
                Doc(
                    """
                    Customize the function used to generate unique IDs for the *path
                    operations* shown in the generated OpenAPI.
    
                    This is particularly useful when automatically generating clients or
                    SDKs for your API.
    
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.cc

      const int last_node_id = graph->graph.num_node_ids();
      tensorflow::ImportGraphDefResults results;
      status->status = tensorflow::ImportGraphDef(opts->opts, def, &graph->graph,
                                                  &graph->refiner, &results);
      if (!status->status.ok()) return;
    
      // Add new nodes to name_map
      for (int i = last_node_id; i < graph->graph.num_node_ids(); ++i) {
        auto* node = graph->graph.FindNodeId(i);
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  5. fastapi/applications.py

            ] = None,
            generate_unique_id_function: Annotated[
                Callable[[routing.APIRoute], str],
                Doc(
                    """
                    Customize the function used to generate unique IDs for the *path
                    operations* shown in the generated OpenAPI.
    
                    This is particularly useful when automatically generating clients or
                    SDKs for your API.
    
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  6. cmd/site-replication.go

    	// BucketStats map of bucket to slice of deployment IDs with stats. This is populated only if there are
    	// mismatches or if a specific bucket's stats are requested
    	BucketStats map[string]map[string]srBucketStatsSummary
    	// PolicyStats map of policy to slice of deployment IDs with stats. This is populated only if there are
    	// mismatches or if a specific bucket's stats are requested
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
  7. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    DefaultWagonManager extends org.codehaus.plexus.logging.AbstractLogEnabled implements WagonManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable { private static final String WILDCARD = *; private static final String[] CHECKSUM_IDS; private static final String[] CHECKSUM_ALGORITHMS; private org.codehaus.plexus.PlexusContainer container; private java.util.Map proxies; private java.util.Map authenticationInfoMa; private java.util.Map serverPermissionsMap; private java.util.Map mirrors;...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160.1K bytes
    - Viewed (0)
  8. cmd/object-handlers_test.go

    	credentials auth.Credentials, t *testing.T,
    ) {
    	var err error
    
    	var opts ObjectOptions
    	// object used for the test.
    	objectName := "test-object-new-multipart"
    
    	// upload IDs collected.
    	var uploadIDs []string
    
    	for i := 0; i < 2; i++ {
    		// initiate new multipart uploadID.
    		res, err := obj.NewMultipartUpload(context.Background(), bucketName, objectName, opts)
    		if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    DefaultWagonManager extends org.codehaus.plexus.logging.AbstractLogEnabled implements WagonManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable { private static final String WILDCARD = *; private static final String[] CHECKSUM_IDS; private static final String[] CHECKSUM_ALGORITHMS; private org.codehaus.plexus.PlexusContainer container; private java.util.Map proxies; private java.util.Map authenticationInfoMa; private java.util.Map serverPermissionsMap; private java.util.Map mirrors;...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 160.1K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

                To be consistent with the way default urls are calculated from parent, it is recommended
                to have module names match artifact ids.</description>
              <association>
                <type>String</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
            <field xdoc.separator="blank">
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top