Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 422 for gretty (0.23 sec)

  1. android/guava-testlib/src/com/google/common/collect/testing/IteratorTester.java

    /**
     * A utility for testing an Iterator implementation by comparing its behavior to that of a "known
     * good" reference implementation. In order to accomplish this, it's important to test a great
     * variety of sequences of the {@link Iterator#next}, {@link Iterator#hasNext} and {@link
     * Iterator#remove} operations. This utility takes the brute-force approach of trying <i>all</i>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/test-full.xml

    		<repository name="ivyrep" url="http://www.jayasoft.fr/org/ivyrep/" pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" artifacts="false"/>
    
    		<description homepage="http://www.my.org/mymodule/">
    	This module is <b>great</b> !<br/>
    	You can use it especially with myconf1 and myconf2, and myconf4 is not too bad too.
    		</description>
    
    		<e:someExtra>56576</e:someExtra>
    	</info>
    	<configurations>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  3. CONTRIBUTING.md

    =================
    
    Thank you so much for wanting to contribute to Guava! Here are a few important
    things you should know about contributing:
    
    1.  API changes require discussion, use cases, etc. Code comes later.
    2.  Pull requests are great for small fixes for bugs, documentation, etc.
    3.  Pull requests are not merged directly into the master branch.
    4.  Code contributions require signing a Google CLA.
    
    API changes
    -----------
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Nov 17 18:47:47 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

            }
          },
          "parameters": [
            {
              "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
          ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  5. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/symbols/AbstractSymbolTest.kt

            val actualPretty = data.pointersForPrettyRendering.renderDeclarations()
            testServices.assertions.assertEqualsToTestDataFileSibling(actualPretty, extension = ".pretty.txt")
        }
    
        private fun List<PointerWithRenderedSymbol>.renderDeclarations(): String =
            mapNotNull { it.rendered.takeIf { _ -> it.shouldBeRendered } }.renderAsDeclarations()
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  6. pilot/pkg/xds/debug.go

      padding-bottom: 12px;
      text-align: left;
      background-color: black;
      color: white;
    }
    </style>
    <body>
    <br/>
    <p style = "font-family:Arial,Helvetica,sans-serif;">
    Note: Use <b>pretty</b> in query string (like <b>debug/configz?pretty</b>) to format the output.
    </p>
    <table id="endpoints">
    <tr><th>Endpoint</th><th>Description</th></tr>
    {{range .}}
    	<tr>
    	<td><a href='{{.Href}}'>{{.Name}}</a></td><td>{{.Help}}</td>
    	</tr>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  7. src/main/java/jcifs/netbios/UniAddress.java

     * <a href="../../resolver.html">Setting Name Resolution Properties</a>
     * and the <code>jcifs.resolveOrder</code> property. Changing
     * jCIFS name resolution properties can greatly affect the behavior of
     * the client and may be necessary for proper operation.
     * <p>
     * This class should be used in favor of <tt>InetAddress</tt> to resolve
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.3K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/DefaultVariantTransformRegistry.java

                to = immutableAttributesFactory.mutable();
            }
    
            public AttributeContainer getFrom() {
                return from;
            }
    
            public AttributeContainer getTo() {
                return to;
            }
        }
    
        @NonExtensible
        public static class TypedRegistration<T extends TransformParameters> extends RecordingRegistration implements TransformSpec<T> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  9. hack/tools/go.mod

    	github.com/mitchellh/go-homedir v1.1.0 // indirect
    	github.com/mitchellh/mapstructure v1.5.0 // indirect
    	github.com/moricho/tparallel v0.3.1 // indirect
    	github.com/nakabonne/nestif v0.3.1 // indirect
    	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    	github.com/nishanths/exhaustive v0.12.0 // indirect
    	github.com/nishanths/predeclared v0.2.2 // indirect
    	github.com/nunnatsa/ginkgolinter v0.15.2 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning_test.go

    		serializer runtime.Serializer
    		convertor  runtime.ObjectConvertor
    		creater    runtime.ObjectCreater
    		typer      runtime.ObjectTyper
    		defaulter  runtime.ObjectDefaulter
    		yaml       bool
    		pretty     bool
    
    		encodes, decodes runtime.GroupVersioner
    
    		defaultGVK *schema.GroupVersionKind
    		into       runtime.Object
    
    		errFn          func(error) bool
    		expectedObject runtime.Object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 23 17:04:19 UTC 2022
    - 12.5K bytes
    - Viewed (0)
Back to top