Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 217 for modfile (0.14 sec)

  1. testing/soak/src/integTest/groovy/org/gradle/vfs/FileSystemWatchingSoakTest.groovy

                changeSourceFiles(iteration, numberOfChangesBetweenBuilds)
                waitForChangesToBePickedUp()
                succeeds("assemble")
    
                // then:
                assert daemons.daemon.logFile == daemon.logFile
                daemon.assertIdle()
                assertWatchingSucceeded()
                boolean overflowBetweenBuildsDetected = detectOverflow(daemon, endOfDaemonLog)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. hack/module-graph.sh

    else
    	echo "Generating all Kubernetes modules"
    	kubernetes_dependencies
    fi
    echo "}" >> _output/module-dependencies.dot || error_exit "Failed to close DOT file"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 07 08:19:59 UTC 2020
    - 3K bytes
    - Viewed (0)
  3. cluster/gce/manifests/kube-apiserver.manifest

            {{audit_webhook_config_mount}}
            {{konnectivity_socket_mount}}
            { "name": "srvkube",
            "mountPath": "/etc/srv/kubernetes",
            "readOnly": true},
            { "name": "logfile",
            "mountPath": "/var/log/kube-apiserver.log",
            "readOnly": false},
            { "name": "auditlogfile",
            "mountPath": "/var/log/kube-apiserver-audit.log",
            "readOnly": false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/wo-plugin-mgmt/pom.xml

          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-log-file</artifactId>
            <version>2.1-SNAPSHOT</version>
            <configuration>
              <logFile>target/exec.log</logFile>
              <string>exec</string>
            </configuration>
            <executions>
              <execution>
                <id>exec-1</id>
                <phase>validate</phase>
                <goals>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/VariantFilesMetadataRulesTest.groovy

        }
    
        def "variant file metadata rules can add files to #metadataType metadata"() {
            given:
            def rule = { MutableVariantFilesMetadata files ->
                files.addFile("added1.zip")
                files.addFile("added2", "../path.jar")
            }
    
            when:
            metadata.getVariantMetadataRules().addVariantFilesAction(new VariantMetadataRules.VariantAction<MutableVariantFilesMetadata>(null, rule))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:21:11 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/AbstractMutableModuleComponentResolveMetadataTest.groovy

            def metadata = createMetadata(id)
    
            given:
            def v1 = metadata.addVariant("api", attributes(usage: "compile"),)
            v1.addFile("f1", "dir/f1")
            v1.addFile("f2.jar", "f2-1.2.jar")
            def v2 = metadata.addVariant("runtime", attributes(usage: "runtime"),)
            v2.addFile("f1", "dir/f1")
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 00:21:07 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/w-plugin-mgmt/pom.xml

        </pluginManagement>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-log-file</artifactId>
            <configuration>
              <logFile>target/exec.log</logFile>
              <string>exec</string>
            </configuration>
            <executions>
              <execution>
                <id>exec-1</id>
                <phase>validate</phase>
                <goals>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/json_to_flatbuffer.cc

        return 1;
      }
      const char* schema_path = argv[1];
      const char* json_path = argv[2];
      std::string schema;
      std::string json;
    
      const bool status =
          flatbuffers::LoadFile(schema_path, /*binary=*/false, &schema) &&
          flatbuffers::LoadFile(json_path, /*binary=*/false, &json);
      if (!status) {
        std::cerr << "couldn't load files!\n";
        return 1;
      }
    
      // parse schema first, so we can use it to parse the data after
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 2K bytes
    - Viewed (0)
  9. cluster/gce/manifests/glbc.manifest

          failureThreshold: 5
        name: l7-lb-controller
        volumeMounts:
        - mountPath: /etc/gce.conf
          name: cloudconfig
          readOnly: true
        - mountPath: /var/log/glbc.log
          name: logfile
          readOnly: false
        - mountPath: /etc/srv/kubernetes/l7-lb-controller
          name: srvkube
          readOnly: true
        resources:
          # Request is set to accommodate this pod alongside the other
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 14 10:40:01 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  10. pkg/test/framework/components/istio/eastwest.go

    	}
    	iopFile := path.Join(i.workDir, fmt.Sprintf("eastwest-%s.yaml", cluster.Name()))
    	if err := os.WriteFile(iopFile, gwIOP, os.ModePerm); err != nil {
    		return err
    	}
    
    	// Install the gateway
    	s := i.ctx.Settings()
    	var inFileNames []string
    	inFileNames = append(inFileNames, iopFile)
    	if customSettings != "" {
    		inFileNames = append(inFileNames, customSettings)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 10 02:30:20 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top