Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 6,737 for _empty (0.22 sec)

  1. src/cmd/cover/cover_test.go

    		case *ast.FuncDecl:
    			name = d.Name.Name
    		case *ast.GenDecl:
    			if len(d.Specs) == 0 {
    				// An empty group declaration. We still want to check that
    				// directives can be associated with it, so we make up a name
    				// to match directives in the test data.
    				name = "_empty"
    			} else if spec, ok := d.Specs[0].(*ast.TypeSpec); ok {
    				name = spec.Name.Name
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 07 16:54:28 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/sets/empty.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package sets
    
    // Empty is public since it is used by some internal API objects for conversions between external
    // string arrays and internal sets, and conversion logic requires public types today.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 20 03:47:18 UTC 2022
    - 789 bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/input/empty.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 10 04:08:45 UTC 2020
    - 82 bytes
    - Viewed (0)
  4. src/go/printer/testdata/empty.input

    // a comment at the beginning of the file
    
    package empty
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 94 bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/fuzz_generated/const_with_no_value/assets/empty

    Mihai Maruseac <******@****.***> 1598912283 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 22:25:33 UTC 2020
    - Viewed (0)
  6. tensorflow/cc/saved_model/testdata/fuzz_generated/negative_shape/assets/empty

    Mihai Maruseac <******@****.***> 1598912283 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 22:25:33 UTC 2020
    - Viewed (0)
  7. test/import4.dir/empty.go

    // Copyright 2009 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.
    
    package empty
    
    import ( )
    const ( )
    var ( )
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 13 03:02:11 UTC 2013
    - 213 bytes
    - Viewed (0)
  8. src/cmd/doc/testdata/nested/empty/empty.go

    package empty...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 12 05:24:00 UTC 2019
    - 14 bytes
    - Viewed (0)
  9. src/go/printer/testdata/empty.golden

    // a comment at the beginning of the file
    
    package empty
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 94 bytes
    - Viewed (0)
  10. manifests/profiles/empty.yaml

    # The empty profile has everything disabled
    # This is useful as a base for custom user configuration
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        base:
          enabled: false
        pilot:
          enabled: false
        ingressGateways:
        - name: istio-ingressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 11 05:41:16 UTC 2020
    - 317 bytes
    - Viewed (0)
Back to top