Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 105 for subname (0.12 sec)

  1. common/scripts/check_clean_repo.sh

          echo "WARNING: patch file was too large to persist ($(du -h "${PATCH_OUT}"))"
          return 0
        fi
        outName="artifacts/${PATCH_OUT#"${ARTIFACTS}"/}"
        patchFile="${PROW_ARTIFACTS_BASE:-https://gcsweb.istio.io/gcs/istio-prow}/pr-logs/pull/${REPO_OWNER}_${REPO_NAME}/${PULL_NUMBER}/${JOB_NAME}/${BUILD_ID}/${outName}"
        echo "You can also try applying the patch file from the build artifacts:
    
    git apply <(curl -sL \"${patchFile}\")
    "
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 11 22:57:12 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/BazelFileContentGenerator.groovy

            srcs = srcs,
            outname = s_name,
        )
        java_test(
            name = name,
            test_class = s_name,
            srcs = srcs + [":" + s_name],
            **kwargs
        )
        '''
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. src/main/config/es/fess_config_job_log.json

    {
      "fess_config.job_log" : {
        "aliases" : { },
        "mappings" : {
          "job_log" : {
            "properties" : {
              "endTime" : {
                "type" : "long"
              },
              "jobName" : {
                "type" : "keyword"
              },
              "jobStatus" : {
                "type" : "keyword"
              },
              "lastUpdated" : {
                "type" : "long"
              },
              "scriptData" : {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  4. pkg/kubelet/clustertrustbundle/clustertrustbundle_manager.go

    		m.normalizationCache.RemoveAll(func(key any) bool {
    			return key.(cacheKeyType).signerName == ctb.Spec.SignerName
    		})
    	} else {
    		m.normalizationCache.RemoveAll(func(key any) bool {
    			return key.(cacheKeyType).ctbName == ctb.ObjectMeta.Name
    		})
    	}
    }
    
    // GetTrustAnchorsByName returns normalized and deduplicated trust anchors from
    // a single named ClusterTrustBundle.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:48 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/internal/resolve/ProjectLibraryBinaryLocatorTest.groovy

            def requirement = new LibraryIdentifier("other", "libName")
    
            and:
            projectLocator.resolveProjectModel("other") >> projectModel
            findLibraryInProject()
    
            then:
            locator.getBinaries(requirement) == convertedBinaries
        }
    
        def "fails for unknown project"() {
            when:
            def requirement = new LibraryIdentifier("unknown", "libName")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4K bytes
    - Viewed (0)
  6. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/project/structure/impl/KtSdkModuleImpl.kt

        override val contentScope: GlobalSearchScope,
        override val platform: TargetPlatform,
        override val project: Project,
        private val binaryRoots: Collection<Path>,
        override val sdkName: String,
    ) : KtSdkModule, KtModuleWithPlatform {
        override val transitiveDependsOnDependencies: List<KtModule> by lazy {
            computeTransitiveDependsOnDependencies(directDependsOnDependencies)
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu May 23 15:47:25 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess_user.user/user.json

    {
        "properties": {
          "name": {
            "type": "keyword"
          },
          "password": {
            "type": "keyword"
          },
          "surname": {
            "type": "keyword"
          },
          "givenName": {
            "type": "keyword"
          },
          "employeeNumber" : {
            "type" : "keyword"
          },
          "mail" : {
            "type" : "keyword"
          },
          "telephoneNumber" : {
            "type" : "keyword"
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/phases/upgrade/health.go

    		klog.V(2).Infof("Job %q in the namespace %q is not yet complete, retrying", jobName, ns)
    		return false, nil
    	})
    	if err != nil {
    		return errors.Wrapf(lastError, "Job %q in the namespace %q did not complete in %v", jobName, ns, timeout)
    	}
    
    	klog.V(2).Infof("Job %q in the namespace %q completed", jobName, ns)
    
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 09:18:02 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  9. src/main/config/es/fess_user_user.json

                "type" : "keyword"
              },
              "state" : {
                "type" : "keyword"
              },
              "street" : {
                "type" : "keyword"
              },
              "surname" : {
                "type" : "keyword"
              },
              "telephoneNumber" : {
                "type" : "keyword"
              },
              "teletexTerminalIdentifier" : {
                "type" : "keyword"
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/prebuilt/groovy/build.gradle

                    binaries.withType(StaticLibraryBinary) {
                        def libName = targetPlatform.operatingSystem.windows ? 'util.lib' : 'libutil.a'
                        staticLibraryFile = file("3rd-party-lib/util/build/libs/util/static/${buildType.name}/${libName}")
                    }
                    binaries.withType(SharedLibraryBinary) {
                        def os = targetPlatform.operatingSystem
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top