Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 402 for media (0.07 sec)

  1. docs/extensions/fan-out/README.md

    extension to perform multiple concurrent fan-out upload operations. A perfect use case scenario for performing fan-out operations of incoming TSB (Time Shift Buffer's). TSBs are a method of facilitating time-shifted playback of television signaling, and media content.
    
    MinIO implements an S3 extension to the [PostUpload](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html) where in a special fan-out list is sent along with the TSB's for MinIO make multiple uploads from a single source...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 25 05:51:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/options/etcd_test.go

    			},
    		},
    		{
    			name: "empty storage-media-type",
    			testOptions: &EtcdOptions{
    				StorageConfig: storagebackend.Config{
    					Transport: storagebackend.TransportConfig{
    						ServerList: []string{"http://127.0.0.1"},
    					},
    				},
    				DefaultStorageMediaType: "",
    			},
    		},
    		{
    			name: "recognized storage-media-type",
    			testOptions: &EtcdOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. src/main/webapp/css/style.css

    	color: #fab005;
    }
    
    #result .thumbnail {
    	width: 100px;
    	min-height: 30px;
    	background-position: 50% 50%;
    	background-repeat: no-repeat;
    }
    
    /* Extra small devices (less than 576px) */
    
    @media (max-width: 575.98px) {
    	.mainLogo img {
    		width: 200px;
    	}
    	.searchFormBox {
    		margin-top: 4em;
    	}
    	#result .info {
    		display: none;
    	}
    	#result .more {
    		display: block;
    	}
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jun 02 11:39:35 UTC 2022
    - 2K bytes
    - Viewed (0)
  4. src/main/webapp/css/bootstrap.min.css.map

    scroll;\n}\n\n.container {\n  width: 100%;\n  padding-right: 15px;\n  padding-left: 15px;\n  margin-right: auto;\n  margin-left: auto;\n}\n\n@media (min-width: 576px) {\n  .container {\n    max-width: 540px;\n  }\n}\n\n@media (min-width: 768px) {\n  .container {\n    max-width: 720px;\n  }\n}\n\n@media (min-width: 992px) {\n  .container {\n    max-width: 960px;\n  }\n}\n\n@media (min-width: 1200px) {\n  .container {\n    max-width: 1140px;\n  }\n}\n\n.container-fluid, .container-sm, .container-md, .container-lg,...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/javadoc.css

        }
    }
    @media screen and (max-width: 400px) {
        .about-language {
            font-size: 10px;
            padding-right: 12px;
        }
    }
    @media screen and (max-width: 400px) {
        .nav-list-search {
            width: 94%;
        }
        #search-input, #page-search-input {
            width: 70%;
        }
    }
    @media screen and (max-width: 320px) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/Location.java

         * is pointing to. If the input source is a file or a byte stream then
         * this is the byte offset into that stream, but if the input source is
         * a character media then the offset is the character offset.
         * Returns -1 if there is no offset available.
         * @return the current offset
         */
        int getCharacterOffset();
    
        /**
         * Returns the public ID of the XML
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/runtime/codec.go

    		return nil, nil, err
    	}
    	return s.Decoder.Decode(out[:n], defaults, into)
    }
    
    // SerializerInfoForMediaType returns the first info in types that has a matching media type (which cannot
    // include media-type parameters), or the first info with an empty media type, or false if no type matches.
    func SerializerInfoForMediaType(types []SerializerInfo, mediaType string) (SerializerInfo, bool) {
    	for _, info := range types {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 03:20:30 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/flow/FlowAction.java

     *     <li>{@link FileSystemOperations} provides means to operate on the file system.</li>
     * </ul>
     * <pre class='autoTested'>
     * /**
     *  * Plays a given {{@literal @}link Parameters#getMediaFile() media file} using {{@literal @}code ffplay}.
     *  *{@literal /}
     * class FFPlay implements FlowAction&lt;FFPlay.Parameters&gt; {
     *
     *     interface Parameters extends FlowParameters {
     *         {@literal @}Input
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 16 20:51:35 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/plugins/daterangepicker/daterangepicker.css

    L327:
    L328:.daterangepicker .ranges li:hover {
    L329:  background-color: #eee;
    L330:}
    L331:
    L332:.daterangepicker .ranges li.active {
    L333:  background-color: #08c;
    L334:  color: #fff;
    L335:}
    L336:
    L337:/*  Larger Screen Styling */
    L338:@media (min-width: 564px) {
    L339:  .daterangepicker {
    L340:    width: auto;
    L341:  }
    L342:
    L343:  .daterangepicker .ranges ul {
    L344:    width: 140px;
    L345:  }
    L346:
    L347:  .daterangepicker.single .ranges ul {
    L348:    width: 100%;
    L349:  }
    L350:
    ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 7.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/runtime/interfaces.go

    // NegotiatedSerializer is an interface used for obtaining encoders, decoders, and serializers
    // for multiple supported media types. This would commonly be accepted by a server component
    // that performs HTTP content negotiation to accept multiple formats.
    type NegotiatedSerializer interface {
    	// SupportedMediaTypes is the media types supported for reading and writing single objects.
    	SupportedMediaTypes() []SerializerInfo
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 28 03:26:35 UTC 2023
    - 19K bytes
    - Viewed (0)
Back to top