Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 79 for shilling (0.18 sec)

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

                `How doth the little crocodile
                  Improve his shining tail,
                And pour the waters of the Nile
                  On every golden scale!
    
                `How cheerfully he seems to grin,
                  How neatly spread his claws,
                And welcome little fishes in
                  With gently smiling jaws!'
    
      `I'm sure those are not the right words,' said poor Alice, and
    Plain Text
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                `How doth the little crocodile
                  Improve his shining tail,
                And pour the waters of the Nile
                  On every golden scale!
    
                `How cheerfully he seems to grin,
                  How neatly spread his claws,
                And welcome little fishes in
                  With gently smiling jaws!'
    
      `I'm sure those are not the right words,' said poor Alice, and
    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)
  3. bin/.spelling_failures

    Stewart-YU <******@****.***> 1536342702 +0800
    Plain Text
    - Registered: Wed Apr 17 22:53:10 GMT 2024
    - Last Modified: Fri Sep 07 17:51:42 GMT 2018
    - 15 bytes
    - Viewed (0)
  4. .github/workflows/typos.yml

    ---
    name: Spelling
    on: [pull_request]
    
    jobs:
      run:
        name: Spell Check with Typos
        runs-on: ubuntu-latest
        steps:
        - name: Checkout Actions Repository
          uses: actions/checkout@v4
    
        - name: Check spelling of repo
    Others
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Wed Apr 17 00:36:28 GMT 2024
    - 266 bytes
    - Viewed (0)
  5. build-logic/documentation/src/main/groovy/gradlebuild/docs/BuildableDOMCategory.groovy

        }
    
        public static void addBefore(Node sibling, Closure cl) {
            DomBuilder builder = new DomBuilder(sibling.ownerDocument, null)
            cl.delegate = builder
            cl.call()
            def parent = sibling.parentNode
            builder.elements.each { element ->
                parent.insertBefore(element, sibling)
            }
        }
    
        public static void addBefore(Element sibling, Node n) {
            def parent = sibling.parentNode
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Aug 11 15:32:19 GMT 2022
    - 2.8K bytes
    - Viewed (0)
  6. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/source/TypeNameResolverTest.groovy

        }
    
        def resolvesUnqualifiedNameToSiblingClass() {
            ClassMetaData outerClass = Mock()
    
            when:
            def name = typeNameResolver.resolve('Sibling', classMetaData)
    
            then:
            name == 'org.gradle.SomeClass.Outer.Sibling'
            _ * classMetaData.innerClassNames >> []
            _ * classMetaData.outerClassName >> 'org.gradle.SomeClass.Outer'
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 6K bytes
    - Viewed (0)
  7. cmd/erasure-sets_test.go

    func TestSipHashMod(t *testing.T) {
    	testCases := []struct {
    		objectName string
    		sipHash    int
    	}{
    		// cases which should pass the test.
    		// passing in valid object name.
    		{"object", 37},
    		{"The Shining Script <v1>.pdf", 38},
    		{"Cost Benefit Analysis (2009-2010).pptx", 59},
    		{"117Gn8rfHL2ACARPAhaFd0AGzic9pUbIA/5OCn5A", 35},
    		{"SHØRT", 49},
    		{"There are far too many object names, and far too few bucket names!", 8},
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Mon Feb 12 07:21:56 GMT 2024
    - 6.9K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/reflect/ClassPathTest.java

          createFile(right.resolve("another.txt"));
    
          createSymbolicLink(left.resolve("sibling"), right);
          createSymbolicLink(right.resolve("sibling"), left);
          assertEquals(
              ImmutableSet.of(
                  new ResourceInfo(FILE, "left/some.txt", loader),
                  new ResourceInfo(FILE, "left/sibling/another.txt", loader),
                  new ResourceInfo(FILE, "right/another.txt", loader),
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Jul 10 17:06:37 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  9. .github/workflows/codespell.yml

    ---
    name: Codespell
    
    on:
      pull_request:
        branches: [master]
    
    permissions:
      contents: read
    
    jobs:
      codespell:
        name: Check for spelling errors
        runs-on: ubuntu-latest
    
        steps:
          - name: Checkout
            uses: actions/checkout@v3
          - name: Codespell
    Others
    - Registered: Sun Feb 11 19:28:43 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 324 bytes
    - Viewed (0)
  10. src/main/java/jcifs/NetbiosAddress.java

     * ---------------------------------------------
     * JMORRIS2        &lt;00&gt;  UNIQUE      Registered
     * BILLING-NY      &lt;00&gt;  GROUP       Registered
     * JMORRIS2        &lt;03&gt;  UNIQUE      Registered
     * JMORRIS2        &lt;20&gt;  UNIQUE      Registered
     * BILLING-NY      &lt;1E&gt;  GROUP       Registered
     * JMORRIS         &lt;03&gt;  UNIQUE      Registered
     * 
     * MAC Address = 00-B0-34-21-FA-3B
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 6K bytes
    - Viewed (0)
Back to top