Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 557 for nofile (0.1 sec)

  1. manifests/charts/istio-operator/files/profile-stable.yaml

    # WARNING: DO NOT EDIT, THIS FILE IS A COPY.
    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    # The stable profile deploys admission control to ensure that only stable resources and fields are used
    # THIS IS CURRENTLY EXPERIMENTAL AND SUBJECT TO CHANGE
    experimental:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 22:00:40 UTC 2024
    - 423 bytes
    - Viewed (0)
  2. platforms/native/language-native/src/test/groovy/org/gradle/language/swift/plugins/SwiftApplicationPluginTest.groovy

            install.installDirectory.get().asFile == project.file("output/install/main/debug")
            install.executableFile.get().asFile == link.linkedFile.get().asFile
    
            link.linkedFile.set(project.file("exe"))
            install.executableFile.get().asFile == link.linkedFile.get().asFile
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  3. src/math/big/link_test.go

    		t.Skip("skipping in short mode")
    	}
    	t.Parallel()
    	tmp := t.TempDir()
    	goBin := testenv.GoToolPath(t)
    	goFile := filepath.Join(tmp, "x.go")
    	file := []byte(`package main
    import _ "math/big"
    func main() {}
    `)
    	if err := os.WriteFile(goFile, file, 0644); err != nil {
    		t.Fatal(err)
    	}
    	cmd := exec.Command(goBin, "build", "-o", "x.exe", "x.go")
    	cmd.Dir = tmp
    	if out, err := cmd.CombinedOutput(); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 24 15:51:26 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resource/cached/DefaultCachedExternalResourceIndexTest.groovy

            def encoder = Mock(Encoder)
            def value = Mock(CachedExternalResource)
            def fileName = "file.txt"
    
            when:
            serializer.write(encoder, value)
    
            then:
            _ * value.getCachedFile() >> commonPath.resolve(fileName).toFile()
    
            1 * encoder.writeString(fileName)
        }
    
        def "value serializer can expand relative path"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  5. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/annotations/FirStandaloneNormalAnalysisSourceModuleAnalysisApiAnnotationsOnFilesTestGenerated.java

        KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/annotations/annotationsOnFiles"), Pattern.compile("^(.+)\\.kt$"), null, true);
      }
    
      @Test
      @TestMetadata("onFile.kt")
      public void testOnFile() {
        runTest("analysis/analysis-api/testData/annotations/annotationsOnFiles/onFile.kt");
      }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/mavenMigration/profiles/groovy/profile-prod.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 38 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/mavenMigration/profiles/groovy/profile-test.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 38 bytes
    - Viewed (0)
  8. cluster/gce/windows/testonly/user-profile.psm1

           {
               $status = "$username Profile has been created"
               write-verbose "$username Creation Result: $result"
           }
           else
           {
              $status = "$UserName unknown return result: $result"
           }
        }
        catch
        {
            Write-Error $_.Exception.Message;
            break;
        }
        $status
    }
    Function Remove-Profile {
     
        [CmdletBinding()]
        [Alias()]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 00:44:57 UTC 2019
    - 9.4K bytes
    - Viewed (0)
  9. manifests/charts/istio-cni/files/profile-preview.yaml

    # WARNING: DO NOT EDIT, THIS FILE IS A COPY.
    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    # The preview profile contains features that are experimental.
    # This is intended to explore new features coming to Istio.
    # Stability, security, and performance are not guaranteed - use at your own risk.
    meshConfig:
      defaultConfig:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 670 bytes
    - Viewed (0)
  10. manifests/charts/default/files/profile-openshift.yaml

    # WARNING: DO NOT EDIT, THIS FILE IS A COPY.
    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    # The OpenShift profile provides a basic set of settings to run Istio on OpenShift
    # CNI must be installed.
    cni:
      cniBinDir: /var/lib/cni/bin
      cniConfDir: /etc/cni/multus/net.d
      chained: false
      cniConfFileName: "istio-cni.conf"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 12:37:25 UTC 2024
    - 594 bytes
    - Viewed (0)
Back to top