Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for cream (0.2 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    sleep you've had!'
    
      `Oh, I've had such a curious dream!' said Alice, and she told
    her sister, as well as she could remember them, all these strange
    Adventures of hers that you have just been reading about; and
    when she had finished, her sister kissed her, and said, `It WAS a
    curious dream, dear, certainly:  but now run in to your tea; it's
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  2. docs/es/docs/features.md

    ### "Plug-ins" ilimitados
    
    O dicho de otra manera, no hay necesidad para "plug-ins". Importa y usa el código que necesites.
    
    Cualquier integración está diseñada para que sea tan sencilla de usar (con dependencias) que puedas crear un "plug-in" para tu aplicación en dos líneas de código usando la misma estructura y sintaxis que usaste para tus *path operations*.
    
    ### Probado
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  3. docs/es/docs/index.md

    * **Corto**: Minimiza la duplicación de código. Múltiples funcionalidades con cada declaración de parámetros. Menos errores.
    * **Robusto**: Crea código listo para producción con documentación automática interactiva.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19K bytes
    - Viewed (0)
  4. cmd/sts-handlers_test.go

    	defer cancel()
    
    	bucket := getRandomBucketName()
    	err := s.client.MakeBucket(ctx, bucket, minio.MakeBucketOptions{ObjectLocking: true})
    	if err != nil {
    		c.Fatalf("bucket creat error: %v", err)
    	}
    
    	// Create policy, user and associate policy
    	policy := "mypolicy"
    	policyBytes := []byte(fmt.Sprintf(`{
      "Version": "2012-10-17",
      "Statement": [
       {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    sleep you've had!'
    
      `Oh, I've had such a curious dream!' said Alice, and she told
    her sister, as well as she could remember them, all these strange
    Adventures of hers that you have just been reading about; and
    when she had finished, her sister kissed her, and said, `It WAS a
    curious dream, dear, certainly:  but now run in to your tea; it's
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  6. misc/wasm/wasm_exec.js

    		const err = new Error("not implemented");
    		err.code = "ENOSYS";
    		return err;
    	};
    
    	if (!globalThis.fs) {
    		let outputBuf = "";
    		globalThis.fs = {
    			constants: { O_WRONLY: -1, O_RDWR: -1, O_CREAT: -1, O_TRUNC: -1, O_APPEND: -1, O_EXCL: -1 }, // unused
    			writeSync(fd, buf) {
    				outputBuf += decoder.decode(buf);
    				const nl = outputBuf.lastIndexOf("\n");
    				if (nl != -1) {
    JavaScript
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  7. src/main/java/jcifs/smb1/smb1/SmbFile.java

        static final int O_WRONLY = 0x02;
        static final int O_RDWR   = 0x03;
        static final int O_APPEND = 0x04;
    
        // Open Function Encoding
        // create if the file does not exist
        static final int O_CREAT  = 0x0010;
        // fail if the file exists
        static final int O_EXCL   = 0x0020;
        // truncate if the file exists
        static final int O_TRUNC  = 0x0040;
    
        // share access
    /**
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const CFLUSH ideal-int
    pkg syscall (darwin-386), const CLOCAL = 32768
    pkg syscall (darwin-386), const CLOCAL ideal-int
    pkg syscall (darwin-386), const CREAD = 2048
    pkg syscall (darwin-386), const CREAD ideal-int
    pkg syscall (darwin-386), const CS5 = 0
    pkg syscall (darwin-386), const CS5 ideal-int
    pkg syscall (darwin-386), const CS6 = 256
    pkg syscall (darwin-386), const CS6 ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const BRKINT ideal-int
    pkg syscall (freebsd-386-cgo), const CFLUSH ideal-int
    pkg syscall (freebsd-386-cgo), const CLOCAL ideal-int
    pkg syscall (freebsd-386-cgo), const CREAD ideal-int
    pkg syscall (freebsd-386-cgo), const CS5 ideal-int
    pkg syscall (freebsd-386-cgo), const CS6 ideal-int
    pkg syscall (freebsd-386-cgo), const CS7 ideal-int
    pkg syscall (freebsd-386-cgo), const CS8 ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const CLONE_VM = 256
    pkg syscall (netbsd-arm64-cgo), const CLONE_VM ideal-int
    pkg syscall (netbsd-arm64-cgo), const CREAD = 2048
    pkg syscall (netbsd-arm64-cgo), const CREAD ideal-int
    pkg syscall (netbsd-arm64-cgo), const CS5 = 0
    pkg syscall (netbsd-arm64-cgo), const CS5 ideal-int
    pkg syscall (netbsd-arm64-cgo), const CS6 = 256
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top