Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 209 for userInfo (0.24 sec)

  1. src/main/resources/fess_indices/fess_log.user_info.json

    Shinsuke Sugaya <******@****.***> 1524115279 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 19 05:21:19 UTC 2018
    - 173 bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.12.md

    - The API server and client-go libraries have been fixed to support additional non-alpha-numeric characters in UserInfo "extra" data keys. Both should be updated in order to properly support extra data containing "/" characters or other characters disallowed in HTTP headers. ([#65799](https://github.com/kubernetes/kubernetes/pull/65799), [@dekkagaijin](https://gi...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  3. clause/joins_test.go

    				},
    			},
    			sql: "LEFT JOIN `user` ON `user_info`.`user_id` = `users`.`id`",
    		},
    		{
    			name: "RIGHT JOIN",
    			join: clause.Join{
    				Type:  clause.RightJoin,
    				Table: clause.Table{Name: "user"},
    				ON: clause.Where{
    					Exprs: []clause.Expression{clause.Eq{clause.Column{Table: "user_info", Name: "user_id"}, clause.PrimaryColumn}},
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Thu Nov 03 13:03:13 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  4. src/net/http/transport.go

    	// "https", "socks5", and "socks5h" are supported. If the scheme is empty,
    	// "http" is assumed.
    	// "socks5" is treated the same as "socks5h".
    	//
    	// If the proxy URL contains a userinfo subcomponent,
    	// the proxy request will pass the username and password
    	// in a Proxy-Authorization header.
    	//
    	// If Proxy is nil or returns a nil *URL, no proxy is used.
    	Proxy func(*Request) (*url.URL, error)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  5. src/main/config/es/fess_log_user_info.json

    {
      "fess_log.user_info" : {
        "aliases" : { },
        "mappings" : {
          "user_info" : {
            "properties" : {
              "createdAt" : {
                "type" : "date",
                "format" : "date_optional_time"
              },
              "updatedAt" : {
                "type" : "date",
                "format" : "date_optional_time"
              }
            }
          }
        },
        "settings" : {
          "index" : {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Nov 05 07:28:42 UTC 2017
    - 689 bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*URL).RequestURI", Method, 0},
    		{"(*URL).ResolveReference", Method, 0},
    		{"(*URL).String", Method, 0},
    		{"(*URL).UnmarshalBinary", Method, 8},
    		{"(*Userinfo).Password", Method, 0},
    		{"(*Userinfo).String", Method, 0},
    		{"(*Userinfo).Username", Method, 0},
    		{"(EscapeError).Error", Method, 0},
    		{"(InvalidHostError).Error", Method, 6},
    		{"(Values).Add", Method, 0},
    		{"(Values).Del", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"userInfo": {
    						SchemaProps: spec.SchemaProps{
    							Description: "User attributes of the user making this request.",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/authentication/v1.UserInfo"),
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.10.md

    ## Changelog since v1.10.6
    
    ### Action Required
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_USER_FAVORITE = "{labels.userFavorite}";
    
        /** The key of the message: User Info */
        public static final String LABELS_USER_INFO = "{labels.userInfo}";
    
        /** The key of the message: JSON Response */
        public static final String LABELS_WEB_API_JSON = "{labels.webApiJson}";
    
        /** The key of the message: Web Config Name */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/log/bsentity/BsUserInfo.java

        @Override
        public UserInfoDbm asDBMeta() {
            return UserInfoDbm.getInstance();
        }
    
        @Override
        public String asTableDbName() {
            return "user_info";
        }
    
        // ===================================================================================
        //                                                                              Source
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top