Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,580 for SIMPLE (0.09 sec)

  1. pilot/pkg/security/authz/builder/testdata/http/simple-policy-principal-with-wildcard-in.yaml

    Yangmin Zhu <******@****.***> 1617305101 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 381 bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/extended-simple-policy-td-aliases-out.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. src/internal/trace/testdata/tests/go122-syscall-steal-proc-simple-bare-m.test

    Carlos Amedee <******@****.***> 1715265901 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 472 bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/extended-simple-policy-principal-with-wildcard-out.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. src/internal/trace/testdata/generators/go122-syscall-steal-proc-simple-bare-m.go

    Michael Anthony Knyszek <******@****.***> 1716583527 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 855 bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/extended-simple-policy-multiple-td-aliases-out.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/MultipartReaderTest.kt

        val multipart =
          """
          |--simple boundary
          |
          |abcd
          |--simple boundary--
          """.trimMargin()
            .replace(Regex("(?m)simple boundary$"), "simple boundary \t \t")
            .replace("\n", "\r\n")
    
        val parts =
          MultipartReader(
            boundary = "simple boundary",
            source = Buffer().writeUtf8(multipart),
          )
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  8. pkg/registry/rbac/validation/policy_compact_test.go

    			t.Errorf("%s: expected simple=%v, got simple=%v", k, tc.Simple, simple)
    			continue
    		}
    		if resource != tc.Resource {
    			t.Errorf("%s: expected resource=%v, got resource=%v", k, tc.Resource, resource)
    			continue
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 02 16:51:16 UTC 2020
    - 9.5K bytes
    - Viewed (0)
  9. cmd/import-boss/testdata/simple-fwd/aaa/file.go

    import (
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/allowed"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/allowed/a1"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/forbidden"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/forbidden/f1"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/neither"
    	_ "k8s.io/kubernetes/cmd/import-boss/testdata/simple-fwd/neither/n1"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 454 bytes
    - Viewed (0)
  10. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/api/plugins/catalog/internal/dependencies-notations.toml

    [libraries]
    simple = { group = "foo", name = "bar", version = "1.0" }
    simple-with-rich1 = { group = "foo", name = "bar", version = { prefer = "1.0" } }
    simple-with-rich2 = { group = "foo", name = "bar", version.prefer = "1.0" }
    simple-with-rich3 = { group = "foo", name = "bar", version.require = "1.0" }
    simple-with-rich4 = { group = "foo", name = "bar", version.strictly = "1.0" }
    simple-with-rich5 = { group = "foo", name = "bar", version = { rejectAll = true } }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top