Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 60 for fO (0.02 sec)

  1. src/regexp/testdata/re2-search.txt

    "^(?:^(fo|foo)$)$"
    -;-;-;-
    0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
    "^(?:^(fo|foo)$)"
    -;-;-;-
    0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
    "(?:^(fo|foo)$)$"
    -;-;-;-
    0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
    strings
    ""
    "fo"
    regexps
    "^^(fo|foo)$"
    -;-;-;-
    0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
    "^(?:^^(fo|foo)$)$"
    -;-;-;-
    0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
    "^(?:^^(fo|foo)$)"
    -;-;-;-
    0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
    "(?:^^(fo|foo)$)$"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 42.4K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/ProjectBackedModuleTest.groovy

            module.status == project.status.toString()
            module.projectId == project.owner.componentIdentifier
    
            when:
            project.group = "fo${1}o"
            project.version = "fo${2}o"
            project.status = "fo${3}o"
    
            then:
            module.group == "fo1o"
            module.version == "fo2o"
            module.status == "fo3o"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 06 01:39:02 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/ModelPathSuggestionProviderTest.groovy

            when:
            availablePaths = ["fo", "bor", "for", "of", "foob"]
    
            then:
            suggestionsFor("foo") == ["fo", "foob", "for"]
            suggestionsFor("foor") == ["foob", "for", "bor", "fo"]
            suggestionsFor("foora") == ["foob", "for"]
        }
    
        def "suggestions are ordered by distance then alphabetical"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

        // The following test vectors are specified in RFC 4648 itself
        testEncodingWithSeparators(base64(), "", "");
        testEncodingWithSeparators(base64(), "f", "Zg==");
        testEncodingWithSeparators(base64(), "fo", "Zm8=");
        testEncodingWithSeparators(base64(), "foo", "Zm9v");
        testEncodingWithSeparators(base64(), "foob", "Zm9vYg==");
        testEncodingWithSeparators(base64(), "fooba", "Zm9vYmE=");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 06 12:56:11 UTC 2023
    - 24.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/legalized_name.mlir

        %0:2 = tf_executor.island wraps "tf.Const"() {dtype = "tfdtype$DT_INT32", value = dense<0> : tensor<i32>} : () -> (tensor<i32>) loc("^foo")
        // CHECK: name: "fo.o"
        %1:2 = tf_executor.island wraps "tf.Const"() {dtype = "tfdtype$DT_INT32", value = dense<1> : tensor<i32>} : () -> (tensor<i32>) loc("fo{o")
        // CHECK: name: "foo"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  6. test/fixedbugs/bug382.dir/prog.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file
    
    // Issue 2529
    
    package main
    
    import "./pkg"
    
    var x = pkg.E
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Oct 07 21:22:01 UTC 2012
    - 252 bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/VisualCppNativeCompiler.java

            if (spec.isDebuggable()) {
                args.add("/Fd" + new File(outputFile.getParentFile(), outputFile.getName() + ".pdb"));
            }
            // MSVC doesn't allow a space between Fo and the file name
            args.add("/Fo" + outputFile.getAbsolutePath());
            return args;
        }
    
        @Override
        protected void addOptionsFileArgs(List<String> args, File tempDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/workloads.go

    		}
    		fo := []krt.FetchOption{krt.FilterIndex(WorkloadServicesNamespaceIndex, wle.Namespace), krt.FilterSelectsNonEmpty(wle.GetLabels())}
    		if !features.EnableK8SServiceSelectWorkloadEntries {
    			fo = append(fo, krt.FilterGeneric(func(a any) bool {
    				return a.(model.ServiceInfo).Source == kind.ServiceEntry
    			}))
    		}
    		services := krt.Fetch(ctx, WorkloadServices, fo...)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  9. analysis/analysis-api/testData/annotations/annotationsOnDeclaration/direct/unsignedParameter.kt

    // WITH_STDLIB
    
    annotation class A(vararg val xs: ULong)
    
    @A(1234u, 18446744073709551615u)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Feb 22 13:55:50 UTC 2023
    - 117 bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/annotations/annotationsOnDeclaration/direct/onFunction.kt

    annotation class A(val a: Int, val c: KClass<*>)
    
    @A(1, Int::class)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Nov 22 21:46:58 UTC 2021
    - 94 bytes
    - Viewed (0)
Back to top