Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 306 for middle3 (0.32 sec)

  1. tests/test_tutorial/test_configure_swagger_ui/test_tutorial002.py

        assert (
            '"syntaxHighlight": false' not in response.text
        ), "not used parameters should not be included"
        assert (
            '"syntaxHighlight.theme": "obsidian"' in response.text
        ), "parameters with middle dots should be included in a JSON compatible way"
        assert (
            '"dom_id": "#swagger-ui"' in response.text
        ), "default configs should be preserved"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Aug 19 19:54:04 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. pilot/pkg/model/config_test.go

    			},
    		},
    		{
    			name: "middle string",
    			config: model.ConfigKey{
    				Kind:      kind.VirtualService,
    				Name:      "foo.svc.cluster.local.middle.len",
    				Namespace: "ns-foo-a-middle-string-with-len",
    			},
    		},
    		{
    			name: "long string",
    			config: model.ConfigKey{
    				Kind:      kind.VirtualService,
    				Name:      "foo.svc.cluster.local.middle.len.foo.svc.cluster.local.middle.len",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 19K bytes
    - Viewed (0)
  3. test/fixedbugs/issue13268.go

    //go:build gc
    
    // Copyright 2015 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.
    
    // Test error message when EOF is encountered in the
    // middle of a BOM.
    //
    // Since the error requires an EOF, we cannot use the
    // errorcheckoutput mechanism.
    
    package main
    
    import (
    	"io/ioutil"
    	"log"
    	"os"
    	"os/exec"
    	"strings"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 984 bytes
    - Viewed (0)
  4. src/runtime/cgo/gcc_aix_ppc64.c

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    /*
     * On AIX, call to _cgo_topofstack and Go main are forced to be a longcall.
     * Without it, ld might add trampolines in the middle of .text section
     * to reach these functions which are normally declared in runtime package.
     */
    extern int __attribute__((longcall)) __cgo_topofstack(void);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. src/go/doc/testdata/a0.go

    //NOTE(uid):
    
    // SECBUG(uid): sec hole 0
    // need to fix asap
    
    // Multiple notes may be in the same comment group and should be
    // recognized individually. Notes may start in the middle of a
    // comment group as long as they start at the beginning of an
    // individual comment.
    //
    // NOTE(foo): 1 of 4 - this is the first line of note 1
    // - note 1 continues on this 2nd line
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.1K bytes
    - Viewed (0)
  6. pkg/apis/abac/latest/latest.go

    	_ "k8s.io/kubernetes/pkg/apis/abac/v0"
    	_ "k8s.io/kubernetes/pkg/apis/abac/v1beta1"
    )
    
    // TODO: this file is totally wrong, it should look like other latest files.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 26 08:30:35 UTC 2019
    - 919 bytes
    - Viewed (0)
  7. src/image/color/ycbcr_test.go

    	if got != want {
    		t.Errorf("got %v, want %v", got, want)
    	}
    }
    
    var sink8 uint8
    var sink32 uint32
    
    func BenchmarkYCbCrToRGB(b *testing.B) {
    	// YCbCrToRGB does saturating arithmetic.
    	// Low, middle, and high values can take
    	// different paths through the generated code.
    	b.Run("0", func(b *testing.B) {
    		for i := 0; i < b.N; i++ {
    			sink8, sink8, sink8 = YCbCrToRGB(0, 0, 0)
    		}
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 07:51:17 UTC 2016
    - 7.3K bytes
    - Viewed (0)
  8. src/os/env_test.go

    	{"$HOME", "/usr/gopher"},
    	{"$home_1", "/usr/foo"},
    	{"${HOME}", "/usr/gopher"},
    	{"${H}OME", "(Value of H)OME"},
    	{"A$$$#$1$H$home_1*B", "APIDNARGSARGUMENT1(Value of H)/usr/foo*B"},
    	{"start$+middle$^end$", "start$+middle$^end$"},
    	{"mixed$|bag$$$", "mixed$|bagPID$"},
    	{"$", "$"},
    	{"$}", "$}"},
    	{"${", ""},  // invalid syntax; eat up the characters
    	{"${}", ""}, // invalid syntax; eat up the characters
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 04 15:31:54 UTC 2023
    - 5K bytes
    - Viewed (0)
  9. docs/en/docs/css/termynal.css

    [data-ty] {
        display: block;
        line-height: 2;
    }
    
    [data-ty]:before {
        /* Set up defaults and ensure empty lines are displayed. */
        content: '';
        display: inline-block;
        vertical-align: middle;
    }
    
    [data-ty="input"]:before,
    [data-ty-prompt]:before {
        margin-right: 0.75em;
        color: var(--color-text-subtle);
    }
    
    [data-ty="input"]:before {
        content: '$';
    }
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. pkg/test/util/yml/parts_test.go

    		doc  string
    	}{
    		{
    			name: "beginningNoCR",
    			doc: `---
    a
    ---
    b
    `,
    		},
    		{
    			name: "beginningWithCR",
    			doc: `
    ---
    a
    ---
    b
    `,
    		},
    		{
    			name: "middle",
    			doc: `a
    ---
    ---
    b
    `,
    		},
    		{
    			name: "end",
    			doc: `
    a
    ---
    b
    ---
    `,
    		},
    	}
    
    	for _, c := range cases {
    		t.Run(c.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top