Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 681 for Separator (0.23 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/manipulate_model_attr.cc

        cast<StringAttr>(named_attr.getValue())
            .strref()
            .split(inputs_attrs, /*Separator=*/',', /*MaxSplit=*/-1,
                   /*KeepEmpty=*/false);
    
        inputs_attrs.emplace_back(input_name);
    
        const std::string new_inputs_attr_str =
            llvm::join(std::move(inputs_attrs), /*Separator=*/",");
    
        named_attr.setValue(StringAttr::get(ctx, new_inputs_attr_str));
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:13:26 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/types/namespacedname.go

    type NamespacedName struct {
    	Namespace string
    	Name      string
    }
    
    const (
    	Separator = '/'
    )
    
    // String returns the general purpose string representation
    func (n NamespacedName) String() string {
    	return n.Namespace + string(Separator) + n.Name
    }
    
    // MarshalLog emits a struct containing required key/value pair
    func (n NamespacedName) MarshalLog() interface{} {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 10:47:59 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  3. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/AlphabeticalAcceptedApiChangesTask.kt

            }.filterValues {
                it.isNotEmpty()
            }
    
            if (mismatches.isNotEmpty()) {
                val formattedMismatches = mismatches.mapValues { mismatch ->
                    mismatch.value.joinToString(separator = "\n", transform = { "\t" + it })
                }
                throw GradleException(buildErrorMessage(formattedMismatches))
            }
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/checkstyle/CheckstyleRelocationIntegrationTest.groovy

        protected extractResultsFrom(TestFile projectDir) {
            return projectDir.file("build/reports/checkstyle/checkstyle.xml").text
                .replaceAll(Pattern.quote(projectDir.absolutePath + File.separator) + ".*?" + Pattern.quote(File.separator), "")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  5. build-logic/jvm/src/main/kotlin/gradlebuild/kotlin/tasks/ParameterNamesIndex.kt

        fun signatureOf(method: JavaMethod): String =
            method.parameters.joinToString(separator = ",") { p ->
                if (p.isVarArgs || p.javaClass.isArray) "${p.type.binaryName}[]"
                else p.type.binaryName
            }
    
        private
        fun commaSeparatedParameterNamesOf(method: JavaMethod) =
            method.parameters.joinToString(separator = ",") { it.name }
    
        private
        fun javaProjectBuilderFor(loader: ClassLoader) =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 4K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/test_script_cmdcd.txt

    # Tests that after a cd command, where usually the UNIX path separator is used,
    # a match against $PWD does not fail on Windows.
    
    cd $WORK/a/b/c/pkg
    
    go list -find -f {{.Root}}
    stdout $PWD
    
    -- $WORK/a/b/c/pkg/go.mod --
    module pkg
    
    -- $WORK/a/b/c/pkg/pkg.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 14 15:35:28 UTC 2021
    - 272 bytes
    - Viewed (0)
  7. cmd/metacache-bucket_test.go

    			Bucket:       "",
    			BaseDir:      pathNames[i%paths],
    			Prefix:       "",
    			FilterPrefix: "",
    			Marker:       "",
    			Limit:        0,
    			AskDisks:     "strict",
    			Recursive:    false,
    			Separator:    slashSeparator,
    			Create:       true,
    		})
    	}
    	b.ReportAllocs()
    	b.ResetTimer()
    	for i := 0; i < b.N; i++ {
    		bm.findCache(listPathOptions{
    			ID:           mustGetUUID(),
    			Bucket:       "",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 25 23:29:45 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/primitives/SignedBytes.java

       * For example, {@code join(":", 0x01, 0x02, -0x01)} returns the string {@code "1:2:-1"}.
       *
       * @param separator the text that should appear between consecutive values in the resulting string
       *     (but not at the start or end)
       * @param array an array of {@code byte} values, possibly empty
       */
      public static String join(String separator, byte... array) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 22 13:09:25 UTC 2021
    - 7.5K bytes
    - Viewed (0)
  9. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/project/structure/StandaloneProjectFactory.kt

                    // URLs loaded from JDK, though, point to module names in a JRT protocol format,
                    // e.g., "jrt:///path/to/jdk/home!/java.base" (JRT protocol prefix + JDK home path + JAR separator + module name)
                    // After splitting at the JAR separator, it is regarded as a root directory "/java.base".
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/tasks/WriteProperties.java

     * <ul>
     *     <li>no timestamp comment is generated at the beginning of the file</li>
     *     <li>the lines in the resulting files are separated by a pre-set separator (defaults to
     *         {@literal '\n'}) instead of the system default line separator</li>
     *     <li>the properties are sorted alphabetically</li>
     * </ul>
     *
     * <p>Like with {@link java.util.Properties}, Unicode characters are escaped when using the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 8.3K bytes
    - Viewed (0)
Back to top