Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for person (0.48 sec)

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

      `You're wrong about the crumbs,' said the Mock Turtle:
    `crumbs would all wash off in the sea.  But they HAVE their tails
    in their mouths; and the reason is--' here the Mock Turtle
    yawned and shut his eyes.--`Tell her about the reason and all
    that,' he said to the Gryphon.
    
      `The reason is,' said the Gryphon, `that they WOULD go with
    the lobsters to the dance.  So they got thrown out to sea.  So
    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)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `You're wrong about the crumbs,' said the Mock Turtle:
    `crumbs would all wash off in the sea.  But they HAVE their tails
    in their mouths; and the reason is--' here the Mock Turtle
    yawned and shut his eyes.--`Tell her about the reason and all
    that,' he said to the Gryphon.
    
      `The reason is,' said the Gryphon, `that they WOULD go with
    the lobsters to the dance.  So they got thrown out to sea.  So
    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)
  3. fastapi/applications.py

                    ```
                    '''
                ),
            ] = "",
            version: Annotated[
                str,
                Doc(
                    """
                    The version of the API.
    
                    **Note** This is the version of your application, not the version of
                    the OpenAPI specification nor the version of FastAPI being used.
    
    Python
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
            <field>
              <name>version</name>
              <version>4.0.0+</version>
              <required>true</required>
              <description>The current version of the artifact produced by this project.</description>
              <type>String</type>
            </field>
            <field>
              <name>packaging</name>
              <version>4.0.0+</version>
              <description>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  5. doc/go1.17_spec.html

    </p>
    
    <pre>
    type Person struct {
    	Name    string
    	Address *struct {
    		Street string
    		City   string
    	}
    }
    
    var data *struct {
    	Name    string `json:"name"`
    	Address *struct {
    		Street string `json:"street"`
    		City   string `json:"city"`
    	} `json:"address"`
    }
    
    var person = (*Person)(data)  // ignoring tags, the underlying types are identical
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_aws/fess.json

              ]
            },
            "persian_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "char_filter": [ "mapping_fa_filter" ],
              "filter": [
                "truncate20_filter",
                "lowercase",
                "arabic_normalization",
                "persian_normalization",
                "persian_stop"
              ]
            },
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.4.md

    * Fix how we iterate over active jobs when removing them for Replace policy ([#36161](https://github.com/kubernetes/kubernetes/pull/36161), [@soltysh](https://github.com/soltysh))
    * Bump GCI version to latest m55 version in GCE for K8s 1.4 ([#36302](https://github.com/kubernetes/kubernetes/pull/36302), [@mtaufen](https://github.com/mtaufen))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // engineer : 2014-03-06 Dog Beach, LLC
    engineer
    
    // engineering : 2014-03-06 Binky Moon, LLC
    engineering
    
    // enterprises : 2013-09-20 Binky Moon, LLC
    enterprises
    
    // epson : 2014-12-04 Seiko Epson Corporation
    epson
    
    // equipment : 2013-08-27 Binky Moon, LLC
    equipment
    
    // ericsson : 2015-07-09 Telefonaktiebolaget L M Ericsson
    ericsson
    
    // erni : 2014-04-03 ERNI Group Holding AG
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  9. src/main/resources/fess_indices/_cloud/fess.json

              ]
            },
            "persian_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "char_filter": [ "mapping_fa_filter" ],
              "filter": [
                "truncate20_filter",
                "lowercase",
                "arabic_normalization",
                "persian_normalization",
                "persian_stop"
              ]
            },
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * 
     * This library is free software; you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     * 
     * This library is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
    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)
Back to top