Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 443 for translation_ (0.19 sec)

  1. src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.0.txt

    -- glass.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Translations from Frank da Cruz, Ethan Mollick, and many others.
    // See http://kermitproject.org/utf8.html.
    // http://www.oocities.org/nodotus/hbglass.html
    // https://en.wikipedia.org/wiki/I_Can_Eat_Glass
    
    package sampler
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 10 00:47:06 UTC 2018
    - 4.7K bytes
    - Viewed (0)
  2. releasenotes/notes/fix-healthcheck-host-override.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 45632
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 10 17:23:40 UTC 2023
    - 167 bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/examples/pad/pad_ops_test.py

        }
        # Make sure the composition python function is correct
        self._assertOpAndComposite([input_], tf.raw_ops.MirrorPad,
                                   ops_defs._composite_mirror_pad, kwargs_, kwargs)
        # Make sure the translation and decomposition is correct
        self._assertOpAndComposite([input_],
                                   tf.function(gen_pad_ops.new_mirror_pad),
                                   ops_defs._composite_mirror_pad, kwargs_)
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 3.4K bytes
    - Viewed (0)
  4. hack/.spelling_failures

    CHANGELOG
    go.mod
    go.sum
    third_party/
    translations/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 01 21:34:23 UTC 2023
    - 58 bytes
    - Viewed (0)
  5. test/fixedbugs/issue19548.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test that interface wrappers can be compiled successfully
    // in multiple translation units.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 15 00:27:13 UTC 2017
    - 281 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/rsc.io_sampler_v1.2.0.txt

    -- hello.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Translations by Google Translate.
    
    package sampler
    
    var hello = newText(`
    
    English: en: Hello, world.
    French: fr: Bonjour le monde.
    Spanish: es: Hola Mundo.
    
    `)
    -- hello_test.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 3.2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/rsc.io_sampler_v1.2.1.txt

    -- hello.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Translations by Google Translate.
    
    package sampler
    
    var hello = newText(`
    
    English: en: Hello, world.
    French: fr: Bonjour le monde.
    Spanish: es: Hola Mundo.
    
    `)
    -- hello_test.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 17:49:01 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  8. src/image/jpeg/reader.go

    	// contiguous bytes per pixel.
    	bounds := d.img3.Bounds()
    	img := image.NewCMYK(bounds)
    
    	translations := [4]struct {
    		src    []byte
    		stride int
    	}{
    		{d.img3.Y, d.img3.YStride},
    		{d.img3.Cb, d.img3.CStride},
    		{d.img3.Cr, d.img3.CStride},
    		{d.blackPix, d.blackStride},
    	}
    	for t, translation := range translations {
    		subsample := d.comp[t].h != d.comp[0].h || d.comp[t].v != d.comp[0].v
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.1.txt

    -- glass.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Translations from Frank da Cruz, Ethan Mollick, and many others.
    // See http://kermitproject.org/utf8.html.
    // http://www.oocities.org/nodotus/hbglass.html
    // https://en.wikipedia.org/wiki/I_Can_Eat_Glass
    
    package sampler
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 4.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/rsc.io_sampler_v1.99.99.txt

    -- hello.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Translations by Google Translate.
    
    package sampler
    
    var hello = newText(`
    
    English: en: 99 bottles of beer on the wall, 99 bottles of beer, ...
    
    `)
    -- hello_test.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 3.2K bytes
    - Viewed (0)
Back to top