Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 189 for notin (0.14 sec)

  1. tests/test_tutorial/test_async_sql_databases/test_tutorial001.py

                                    }
                                },
                                "required": True,
                            },
                        },
                    }
                },
                "components": {
                    "schemas": {
                        "NoteIn": {
                            "title": "NoteIn",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Oct 18 12:36:40 UTC 2023
    - 6K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/allow-nil-rule-out.yaml

      rules:
        policies:
          ns[foo]-policy[allow-none]-rule[0]:
            permissions:
            - notRule:
                any: true
            principals:
            - notId:
                any: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 349 bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/extended-allow-nil-rule-out.yaml

      rules:
        policies:
          ns[foo]-policy[allow-none]-rule[0]:
            permissions:
            - notRule:
                any: true
            principals:
            - notId:
                any: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 349 bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.",
                "type": "string"
              },
              "values": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    						},
    					},
    					"operator": {
    						SchemaProps: spec.SchemaProps{
    							Description: "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"values": {
    						VendorExtensible: spec.VendorExtensible{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  6. platforms/software/resources-http/src/test/groovy/org/gradle/internal/resource/transport/http/JavaSystemPropertiesProxySettingsTest.groovy

            expect:
            settings("proxyHost", prop).getProxy().port == value
    
            where:
            prop     | value
            null     | 80
            ""       | 80
            "notInt" | 80
            "0"      | 0
            "111"    | 111
        }
    
        def "uses specified proxy user and password"() {
            expect:
            def proxy = new TestSystemProperties("proxyHost", null, user, password).getProxy()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "default": "",
                "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.",
                "type": "string"
              },
              "values": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess/fi/stopwords.txt

    joissa
    joista
    joihin
    joilla
    joilta
    joille
    joina
    joiksi
    että
    ja
    jos
    koska
    kuin
    mutta
    niin
    sekä
    sillä
    tai
    vaan
    vai
    vaikka
    kanssa
    mukaan
    noin
    poikki
    yli
    kun
    niin
    nyt
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/model/principal.go

    				Ids: principals,
    			},
    		},
    	}
    }
    
    func principalNot(principal *rbacpb.Principal) *rbacpb.Principal {
    	return &rbacpb.Principal{
    		Identifier: &rbacpb.Principal_NotId{
    			NotId: principal,
    		},
    	}
    }
    
    func principalAuthenticated(name *matcher.StringMatcher, useAuthenticated bool) *rbacpb.Principal {
    	if useAuthenticated {
    		return &rbacpb.Principal{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 17 18:44:57 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  10. pkg/config/analysis/legacy/source/kube/origin.go

    func (o *Origin) FriendlyName() string {
    	parts := strings.Split(o.FullName.String(), "/")
    	if len(parts) == 2 {
    		// The istioctl convention is <type> [<namespace>/]<name>.
    		// This code has no notion of a default and always shows the namespace.
    		return fmt.Sprintf("%s %s/%s", o.Type.Kind, parts[0], parts[1])
    	}
    	return fmt.Sprintf("%s %s", o.Type.Kind, o.FullName.String())
    }
    
    func (o *Origin) Comparator() string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top