Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,022 for conf4 (0.06 sec)

  1. build/nsswitch.conf

    Benjamin Elder <******@****.***> 1538172367 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 29 00:04:48 UTC 2018
    - 68 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/providers/collections/tests/collections.conf

    Laura Kassovic <******@****.***> 1713377655 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 18:14:15 UTC 2024
    - 72 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/valueProviders/fileContentsDo/groovy/some.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  4. cni/pkg/install/testdata/bridge.conf

    Pengyuan Bian <******@****.***> 1625172474 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 01 20:47:54 UTC 2021
    - 235 bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyNotationIntegrationSpec.groovy

            buildFile <<  """
    configurations {
        conf
        gradleStuff
        allowsCollections
    }
    
    def someDependency = project.dependencies.create(files('foo.txt'))
    dependencies {
        conf someDependency
        conf "org.mockito:mockito-core:1.8"
        conf group: 'org.spockframework', name: 'spock-core', version: '1.0'
        conf provider { "junit:junit:4.12" }
    
        conf('org.test:configured') {
            version {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:17:32 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/valueProviders/fileContentsDont/kotlin/some.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  7. tools/certs/Makefile.selfsigned.mk

    .SUFFIXES: .csr .pem .conf
    .PRECIOUS: %/ca-key.pem %/ca-cert.pem %/cert-chain.pem
    .PRECIOUS: %/workload-cert.pem %/key.pem %/workload-cert-chain.pem
    .SECONDARY: root-cert.csr root-ca.conf %/cluster-ca.csr %/intermediate.conf
    
    .DEFAULT_GOAL := help
    
    SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
    
    include $(SELF_DIR)common.mk
    
    #------------------------------------------------------------------------
    ##help:		print this help message
    .PHONY: help
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 28 19:49:09 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  8. .github/workflows/replication.yaml

              sudo sysctl net.ipv6.conf.default.disable_ipv6=0
              make test-pbac
    
          - name: Test Config File
            run: |
              sudo sysctl net.ipv6.conf.all.disable_ipv6=0
              sudo sysctl net.ipv6.conf.default.disable_ipv6=0
              make test-configfile
    
          - name: Test Replication
            run: |
              sudo sysctl net.ipv6.conf.all.disable_ipv6=0
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/resources/org/gradle/integtests/resolve/ArtifactDependenciesIntegrationTest/canHaveConfigurationHierarchy/projectA-1.2-ivy.xml

    		revision="1.2"
    	/>
    	<configurations>
    		<conf name="runtime" visibility="public"/>
    		<conf name="default" visibility="public" extends="runtime"/>
    		<conf name="api" visibility="public"/>
    	</configurations>
    	<publications>
    		<artifact name="projectA" type="jar" ext="jar" conf="*"/>
    	</publications>
        <dependencies>
            <dependency org="test" name="projectB" rev="1.5" conf="runtime->default"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 632 bytes
    - Viewed (0)
  10. src/syscall/exec_freebsd_test.go

    	paramPath := []byte("path\x00")
    	conf := make([]syscall.Iovec, 4)
    	conf[0].Base = &paramPath[0]
    	conf[0].SetLen(len(paramPath))
    	p, err := syscall.BytePtrFromString(root)
    	if err != nil {
    		t.Fatal(err)
    	}
    	conf[1].Base = p
    	conf[1].SetLen(len(root) + 1)
    
    	paramPersist := []byte("persist\x00")
    	conf[2].Base = &paramPersist[0]
    	conf[2].SetLen(len(paramPersist))
    	conf[3].Base = nil
    	conf[3].SetLen(0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 22 20:38:48 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top