Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,855 for 200G (0.1 sec)

  1. pkg/controller/volume/persistentvolume/index_test.go

    				UID:  "local-pd-very-large",
    				Name: "local001",
    			},
    			Spec: v1.PersistentVolumeSpec{
    				Capacity: v1.ResourceList{
    					v1.ResourceName(v1.ResourceStorage): resource.MustParse("200E"),
    				},
    				PersistentVolumeSource: v1.PersistentVolumeSource{
    					Local: &v1.LocalVolumeSource{},
    				},
    				AccessModes: []v1.PersistentVolumeAccessMode{
    					v1.ReadWriteOnce,
    					v1.ReadOnlyMany,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 44K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    \334h\344?!\010\322L\364\001\356?\301\357:\023\302\304\351?\241ip1/\256\351?4H2j\352\321\326?FVN\224\335\273\324?oc\240=V\236\350?U\212h\212Wf\357?\350v\356M\325u\341?\010]\344\016\200Y\310?\370\355\271\371\217m\332?(\231\312\2514\270\263?\333w\367\036\333\224\342?0\375M\240\326\301\355?4\364\311\317\342\313\331?\200L\321\356O\356\237?\202J\032#Uv\345?6\206~j\010\357\345?@\343|\003\217,\261?\020\362\314o\n\226\346?t\030\024A{\013\303?\n%\230NQ\034\356?\222^I\033tN\345?\356\037\364T\177\363\323?`...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  3. src/time/example_test.go

    	t, _ = time.Parse("Jan 2, 2006 at 3:04pm (MST)", "Feb 3, 2013 at 7:54pm (UTC)")
    	fmt.Println(t.GoString())
    
    	// Output:
    	// time.Date(2009, time.November, 10, 23, 0, 0, 0, time.UTC)
    	// time.Date(2009, time.November, 10, 23, 1, 0, 0, time.UTC)
    	// time.Date(2009, time.December, 10, 23, 1, 0, 0, time.UTC)
    	// time.Date(2013, time.February, 3, 19, 54, 0, 0, time.UTC)
    }
    
    func ExampleParse() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Automated.h

     *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    
    /*
     *  Automated Interface (generates HTML Report Files).
     *
     *  Feb 2002      Initial implementation (AK)
     *
     *  13-Feb-2002   Single interface to automated_run_tests. (AK)
     *
     *  20-Jul-2004   New interface, doxygen comments. (JDS)
     */
    
    /** @file
     * Automated testing interface with xml output (user interface).
     */
    /** @addtogroup Automated
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  5. helm-releases/minio-2.0.0.tgz

    minio-2.0.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-08-25T00-41-18Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - storage - object-storage - S3 maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 2.0.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name to substitute for...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Aug 26 07:36:46 UTC 2021
    - 13.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/MyMem.h

     */
    
    /*
     *  Contains Memory Related Defines to use internal routines to detect Memory Leak
     *  in Debug Versions
     *
     *  18/Jun/2002   Memory Debug Functions. (AK)
     *
     *  17-Jul-2004   New interface for global function names. (JDS)
     *
     *  05-Sep-2004   Added internal test interface. (JDS)
     */
    
    /** @file
     *  Memory management functions (user interface).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Util.h

     *  CUnit project files.
     *
     *  13/Oct/2001   Moved some of the generic functions declarations from
     *                other files to this one so as to use the functions 
     *                consistently. This file is not included in the distribution 
     *                headers because it is used internally by CUnit. (AK)
     *
     *  20-Jul-2004   New interface, support for deprecated version 1 names. (JDS)
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/CUnit.h

     */
    
    /*
     *  ASSERT Macro definitions and general CUnit configuration definitions.
     *
     *  09/Aug/2001   ASSERT definitions. (AK)
     *
     *  12/Mar/2003   New Assert definitions. (AK)
     *
     *  27/Jul/2003   Modified ASSERT_XXX Macro definitions. (AK)
     *
     *  15-Jul-2004   New interface, changed action on assert failure to not
     *                return, provided _FATAL versions of assertions to return
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Console.h

     *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    
    /*
     *  Contains Interface for console Run tests.
     *
     *  Aug 2001      Initial implementation. (AK)
     *
     *  09/Aug/2001   Single interface to Console_run_tests. (AK)
     *
     *  20-Jul-2004   New interface, doxygen comments. (JDS)
     */
    
    /** @file
     * Console interface with interactive output (user interface).
     */
    /** @addtogroup Console
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  10. src/net/example_test.go

    package net_test
    
    import (
    	"context"
    	"fmt"
    	"io"
    	"log"
    	"net"
    	"time"
    )
    
    func ExampleListener() {
    	// Listen on TCP port 2000 on all available unicast and
    	// anycast IP addresses of the local system.
    	l, err := net.Listen("tcp", ":2000")
    	if err != nil {
    		log.Fatal(err)
    	}
    	defer l.Close()
    	for {
    		// Wait for a connection.
    		conn, err := l.Accept()
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 13 16:36:59 UTC 2021
    - 8.5K bytes
    - Viewed (0)
Back to top