Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 250 for Suffix (0.2 sec)

  1. src/go/doc/example.go

    			}
    			exs, ok := ids[prefix]
    			if !ok {
    				continue
    			}
    			ex.Suffix = suffix
    			*exs = append(*exs, ex)
    			break
    		}
    	}
    
    	// Sort list of example according to the user-specified suffix name.
    	for _, exs := range ids {
    		slices.SortFunc(*exs, func(a, b *Example) int {
    			return cmp.Compare(a.Suffix, b.Suffix)
    		})
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/authsds_golden.json

              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/xdsproxy_golden.json

              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  4. src/cmd/trace/main.go

    func (b byteCount) String() string {
    	var suffix string
    	var divisor int64
    	switch {
    	case b < 1<<10:
    		suffix = "B"
    		divisor = 1
    	case b < 1<<20:
    		suffix = "KiB"
    		divisor = 1 << 10
    	case b < 1<<30:
    		suffix = "MiB"
    		divisor = 1 << 20
    	case b < 1<<40:
    		suffix = "GiB"
    		divisor = 1 << 30
    	}
    	if divisor == 1 {
    		return fmt.Sprintf("%d %s", b, suffix)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/tracing_lightstep_golden.json

              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/tracing_tls_golden.json

              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/tracing_zipkin_golden.json

              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java

              "testEqualsAndSerializable",
              "testEqualsAndSerialization",
              "testEquality");
    
      private static final Chopper TEST_SUFFIX =
          suffix("Test").or(suffix("Tests")).or(suffix("TestCase")).or(suffix("TestSuite"));
    
      private final Logger logger = Logger.getLogger(getClass().getName());
      private final ClassSanityTester tester = new ClassSanityTester();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/tracing_none_golden.json

              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top