Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for GENERATOR (0.14 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.internal.instantiation.generator;
    
    import com.google.common.collect.ImmutableSet;
    import groovy.lang.Closure;
    import groovy.lang.GroovyObject;
    import groovy.lang.GroovySystem;
    import groovy.lang.MetaClass;
    import groovy.lang.MetaClassRegistry;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // as directives.
    //
    // The arguments to the directive are space-separated tokens or
    // double-quoted strings passed to the generator as individual
    // arguments when it is run.
    //
    // Quoted strings use Go syntax and are evaluated before execution; a
    // quoted string appears as a single argument to the generator.
    //
    // To convey to humans and machine tools that code is generated,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

        }
        virtual const ParamType* Current() const { return &current_value_; }
        virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
          // Having the same base generator guarantees that the other
          // iterator is of the same type and we can downcast.
          GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
              << "The program attempted to compare iterators "
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

        }
        virtual const ParamType* Current() const { return &current_value_; }
        virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
          // Having the same base generator guarantees that the other
          // iterator is of the same type and we can downcast.
          GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
              << "The program attempted to compare iterators "
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  5. go.sum

    k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q=
    k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc=
    k8s.io/code-generator v0.18.2/go.mod h1:+UHX5rSbxmR8kzS+FAv7um6dtYrZokQvjHpDSYRVkTc=
    k8s.io/code-generator v0.18.4/go.mod h1:TgNEVx9hCyPGpdtCWA34olQYLkh3ok9ar7XfSsr8b6c=
    k8s.io/component-base v0.18.2/go.mod h1:kqLlMuhJNHQ9lz8Z7V5bxUUtjFZnrypArGl58gmDfUM=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                          }
                        ],
                        "node": {
                          "id": "'${NODE_ID}'",
                          "metadata": {
                            "GENERATOR": "grpc"
                          }
                        }
                      }' > /var/lib/grpc/data/bootstrap.json
              containers:
              {{- range $index, $container := .Spec.Containers }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    func (c *minioNodeCollector) Describe(ch chan<- *prometheus.Desc) {
    	ch <- c.desc
    }
    
    // populateAndPublish populates and then publishes the metrics generated by the generator function.
    func populateAndPublish(metricsGroups []*MetricsGroupV2, publish func(m MetricV2) bool) {
    	for _, mg := range metricsGroups {
    		if mg == nil {
    			continue
    		}
    		for _, metric := range mg.Get() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. cmd/server_test.go

    	c.Assert(err, nil)
    	c.Assert(response.StatusCode, http.StatusOK)
    
    	var buffer bytes.Buffer
    	// data to be written into buffer.
    	data := "1234567890"
    	// seed the random number generator once.
    	rand.Seed(3)
    	// generate a random number between 13 and 200.
    	randInt := getRandomRange(13, 200, -1)
    	// write into buffer till length of the buffer is greater than the generated random number.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/undertow/runtime/pom.xml
    	quarkus/extensions/grpc/runtime/pom.xml
    	quarkus/extensions/redis-client/runtime/pom.xml
    quarkus/independent-projects/qute/generator/pom.xml
    	quarkus/independent-projects/qute/core/pom.xml
    quarkus/extensions/oidc-client/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/vertx/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    	kl.statusManager.Start()
    
    	// Start syncing RuntimeClasses if enabled.
    	if kl.runtimeClassManager != nil {
    		kl.runtimeClassManager.Start(wait.NeverStop)
    	}
    
    	// Start the pod lifecycle event generator.
    	kl.pleg.Start()
    
    	// Start eventedPLEG only if EventedPLEG feature gate is enabled.
    	if utilfeature.DefaultFeatureGate.Enabled(features.EventedPLEG) {
    		kl.eventedPleg.Start()
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top