Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 361 for notbar (0.09 sec)

  1. src/cmd/compile/internal/test/testdata/string_test.go

    		{testStringSlice1_ssa, "foobar", 0, -1, "foobar"},
    		{testStringSlice1_ssa, "foobar", 3, -1, "bar"},
    		{testStringSlice1_ssa, "foobar", 6, -1, ""},
    		{testStringSlice2_ssa, "foobar", -1, 0, ""},
    		{testStringSlice2_ssa, "foobar", -1, 3, "foo"},
    		{testStringSlice2_ssa, "foobar", -1, 6, "foobar"},
    		{testStringSlice12_ssa, "foobar", 0, 6, "foobar"},
    		{testStringSlice12_ssa, "foobar", 0, 0, ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  2. test/typeparam/issue50841.dir/a.go

    // license that can be found in the LICENSE file.
    
    package a
    
    func Marshal[foobar any]() {
    	_ = NewEncoder[foobar]()
    }
    
    func NewEncoder[foobar any]() *Encoder[foobar] {
    	return nil
    }
    
    type Encoder[foobar any] struct {
    }
    
    func (e *Encoder[foobar]) EncodeToken(t Token[foobar]) {
    
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 27 05:30:27 UTC 2022
    - 418 bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/colocate_tpu_copy_with_dynamic_shape.mlir

         // CHECK: TPUCopyWithDynamicShape{{.*}}device = "foobar"
         %4, %5 = "tf.TPUCopyWithDynamicShape"(%0, %1, %2, %3) {operandSegmentSizes = array<i32: 2, 2>} : (tensor<2048xi32>, tensor<2048xi32>, tensor<i32>, tensor<i32>) -> (tensor<2048xi32>, tensor<2048xi32>)
        "tf.TPUExecute"(%4, %arg0) {device = "foobar"} : (tensor<2048xi32>, tensor<!tf_type.string>) -> ()
        return
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 23 00:30:27 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  4. pkg/scheduler/internal/cache/debugger/comparer_test.go

    			actual:    []string{"foo", "bar"},
    			cached:    []string{"bar", "foo", "foobar"},
    			missing:   []string{},
    			redundant: []string{"foobar"},
    		},
    		{
    			name:      "missing cached value",
    			actual:    []string{"foo", "bar", "foobar"},
    			cached:    []string{"bar", "foo"},
    			missing:   []string{"foobar"},
    			redundant: []string{},
    		},
    		{
    			name:      "proper cache set",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 08:00:25 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

        testStreamingEncodingWithSeparators(enc, "foobar", "Zm9vYmFy");
      }
    
      public void testBase64Offset() {
        testEncodesWithOffset(base64(), "foobar", 0, 6, "Zm9vYmFy");
        testEncodesWithOffset(base64(), "foobar", 1, 5, "b29iYXI=");
        testEncodesWithOffset(base64(), "foobar", 2, 3, "b2Jh");
        testEncodesWithOffset(base64(), "foobar", 3, 1, "Yg==");
        testEncodesWithOffset(base64(), "foobar", 4, 0, "");
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 06 12:56:11 UTC 2023
    - 24.6K bytes
    - Viewed (0)
  6. pkg/ctrlz/assets/templates/modules/header.html

    {{ define "header" }}
    <header>
        <nav class="navbar navbar-expand-xs navbar-dark fixed-top bg-dark justify-content-between">
            <a class="navbar-brand" href="/">
                <span class="logo">
                    <svg viewBox="0 0 300 300">
                        <circle cx="150" cy="150" r="150" stroke-width="2" />
                        <polygon points="65,240 225,240 125,270"/>
                        <polygon points="65,230 125,220 125,110"/>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 682 bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseProjectIntegrationTest.groovy

    eclipse {
      project {
        resourceFilter {
          appliesTo = 'FILES_AND_FOLDERS'
          type = 'EXCLUDE_ALL'
          matcher {
            id = 'org.eclipse.some.custom.matcher'
            arguments = 'foobar'
          }
        }
      }
    }
            """
            when:
            run("eclipse")
            then:
    
            def resourceFilterXml = '''
            <filteredResources>
                    <filter>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  8. test/fixedbugs/issue5056.go

    type Foo int16
    
    func (f Foo) Esc() *int{
    	x := int(f)
    	return &x
    }
    
    type iface interface {
    	Esc() *int
    }
    
    var bar, foobar *int
    
    func main() {
    	var quux iface
    	var x Foo
    	
    	quux = x
    	bar = quux.Esc()
    	foobar = quux.Esc()
    	if bar == foobar {
    		panic("bar == foobar")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 517 bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/css/all.css

    header .navbar .dropdown-menu i {
        color: #ddd
    }
    
    header .navbar-dark .navbar-nav .nav-link {
        color: #fff
    }
    
    header .navbar-dark .navbar-nav .nav-link:hover {
        color: #de7d40
    }
    
    header .navbar-dark .navbar-nav .nav-link:active {
        color: #de7d40
    }
    
    header .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
        cursor: default
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/orig/view/index.jsp

    		${fe:facetForm()}${fe:geoForm()}
    		<header>
    			<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
    				<div id="content" class="container">
    					<div class="navbar-brand"></div>
    					<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
    							aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
    						<span class="navbar-toggler-icon"></span>
    					</button>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top