Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for tags (0.19 sec)

  1. fastapi/routing.py

                        default_response_class,
                        self.default_response_class,
                    )
                    current_tags = []
                    if tags:
                        current_tags.extend(tags)
                    if route.tags:
                        current_tags.extend(route.tags)
                    current_dependencies: List[params.Depends] = []
                    if dependencies:
    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)
  2. fastapi/applications.py

            ] = "/openapi.json",
            openapi_tags: Annotated[
                Optional[List[Dict[str, Any]]],
                Doc(
                    """
                    A list of tags used by OpenAPI, these are the same `tags` you can set
                    in the *path operations*, like:
    
                    * `@app.get("/users/", tags=["users"])`
                    * `@app.get("/items/", tags=["items"])`
    
    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)
  3. cmd/object-handlers.go

    	}
    
    	otags := &objectTagging{
    		TagSet: &ObjectTagSet{},
    	}
    
    	var list []tags.Tag
    	for k, v := range ot.ToMap() {
    		list = append(list, tags.Tag{
    			Key:   k,
    			Value: v,
    		})
    	}
    	// Always return in sorted order for tags.
    	sort.Slice(list, func(i, j int) bool {
    		return list[i].Key < list[j].Key
    	})
    	otags.TagSet.Tags = list
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 20:15:54 GMT 2024
    - 125.2K bytes
    - Viewed (0)
  4. cmd/bucket-replication.go

    			ReplicationRequest: true, // always set this to distinguish between `mc mirror` replication and serverside
    		},
    	}
    	if objInfo.UserTags != "" {
    		tag, _ := tags.ParseObjectTags(objInfo.UserTags)
    		if tag != nil {
    			putOpts.UserTags = tag.ToMap()
    			// set tag timestamp in opts
    			tagTimestamp := objInfo.ModTime
    			if tagTmstampStr, ok := objInfo.UserDefined[ReservedMetadataPrefixLower+TaggingTimestamp]; ok {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  5. cmd/site-replication.go

    			return nil
    		}
    	}
    
    	if tags != nil {
    		configData, err := base64.StdEncoding.DecodeString(*tags)
    		if err != nil {
    			return wrapSRErr(err)
    		}
    		_, err = globalBucketMetadataSys.Update(ctx, bucket, bucketTaggingConfig, configData)
    		if err != nil {
    			return wrapSRErr(err)
    		}
    		return nil
    	}
    
    	// Delete the tags
    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)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_storage_directory_name_is_invalid = "{errors.storage_directory_name_is_invalid}";
    
        /** The key of the message: Failed to update tags for {0} */
        public static final String ERRORS_storage_tags_update_failure = "{errors.storage_tags_update_failure}";
    
        /** The key of the message: Updated parameters. */
        public static final String SUCCESS_update_crawler_params = "{success.update_crawler_params}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  7. istioctl/pkg/authz/testdata/configdump.yaml

                  {
                   "tag": "istio.canonical_revision",
                   "literal": {
                    "value": "v1"
                   }
                  },
                  {
                   "tag": "istio.canonical_service",
                   "literal": {
                    "value": "httpbin"
                   }
                  },
                  {
                   "tag": "istio.mesh_id",
                   "literal": {
    Others
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Jun 21 14:20:23 GMT 2023
    - 206.7K bytes
    - Viewed (2)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    maven-surefire-plugin true org/codehaus/plexus/util/FileBasedTestCase.java **/Test*.java JAVA_HOME ${JAVA_HOME} M2_HOME ${M2_HOME} scm:svn:http://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.5 scm:svn:https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.5 http://fisheye.codehaus.org/browse/plexus/plexus-utils/tags/plexus-utils-1.4.5 maven-javadoc-plugin maven-jxr-plugin META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties #Generated by Maven #Mon Jul 30 20:39:17 EDT 2007...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 200.2K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    maven-surefire-plugin true org/codehaus/plexus/util/FileBasedTestCase.java **/Test*.java JAVA_HOME ${JAVA_HOME} M2_HOME ${M2_HOME} scm:svn:http://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.5 scm:svn:https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.5 http://fisheye.codehaus.org/browse/plexus/plexus-utils/tags/plexus-utils-1.4.5 maven-javadoc-plugin maven-jxr-plugin META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties #Generated by Maven #Mon Jul 30 20:39:17 EDT 2007...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 200.2K bytes
    - Viewed (0)
  10. tensorflow/c/c_api.cc

        return nullptr;
      }
    
      std::unordered_set<string> tag_set;
      for (int i = 0; i < tags_len; i++) {
        tag_set.insert(string(tags[i]));
      }
    
      tensorflow::SavedModelBundle bundle;
      status->status =
          tensorflow::LoadSavedModel(session_options->options, run_options_proto,
                                     export_dir, tag_set, &bundle);
      if (!status->status.ok()) return nullptr;
    
    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)
Back to top