Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 251 for sysarch (0.18 sec)

  1. src/cmd/distpack/pack.go

    		"src/cmd/internal/objabi/zbootstrap.go",
    		"src/internal/buildcfg/zbootstrap.go",
    
    		// Generated by earlier versions of cmd/dist .
    		"src/cmd/go/internal/cfg/zosarch.go",
    	)
    	srcArch.AddPrefix("go")
    	testSrc(srcArch)
    
    	// The binary distribution includes only a subset of bin and pkg.
    	binArch := base.Clone()
    	binArch.Filter(func(name string) bool {
    		// Discard bin/ for now, will add back later.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. src/net/dnsconfig_unix.go

    				}
    			}
    
    		case "domain": // set search path to just this domain
    			if len(f) > 1 {
    				conf.search = []string{ensureRooted(f[1])}
    			}
    
    		case "search": // set search path to given servers
    			conf.search = make([]string, 0, len(f)-1)
    			for i := 1; i < len(f); i++ {
    				name := ensureRooted(f[i])
    				if name == "." {
    					continue
    				}
    				conf.search = append(conf.search, name)
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:14:43 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. pkg/kubelet/network/dns/dns_test.go

    		{"search ", []string{}, []string{}, []string{}, false},  // search empty
    		{"search .", []string{}, []string{}, []string{}, false}, // ignore lone dot
    		{"search . foo", []string{}, []string{"foo"}, []string{}, false},
    		{"search foo .", []string{}, []string{"foo"}, []string{}, false},
    		{"search foo .  bar", []string{}, []string{"foo", "bar"}, []string{}, false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  4. src/main/config/openapi/openapi-user.yaml

    tags:
      - name: search
        description: Search operations
      - name: popularword
        description: Popular word operations
      - name: monitor
        description: Monitoring operations
      - name: suggest
        description: Suggest operations
      - name: favorite
        description: Favorite operations
    paths:
      /documents:
        get:
          tags:
            - search
          summary: Finds documents by query
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/javadoc.css

    }
    @media screen and (max-width: 400px) {
        .nav-list-search {
            width: 94%;
        }
        #search-input, #page-search-input {
            width: 70%;
        }
    }
    @media screen and (max-width: 320px) {
        .nav-list-search > label {
            display: none;
        }
        .nav-list-search {
            width: 90%;
        }
        #search-input, #page-search-input {
            width: 80%;
        }
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  6. src/main/resources/fess_config.properties

    authentication.admin.users=admin
    authentication.admin.roles=admin
    
    role.search.default.permissions=
    role.search.default.display.permissions={role}guest
    role.search.guest.permissions={role}guest
    
    role.search.user.prefix=1
    role.search.group.prefix=2
    role.search.role.prefix=R
    role.search.denied.prefix=D
    
    # ----------------------------------------------------------
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  7. src/internal/platform/supported.go

    // license that can be found in the LICENSE file.
    
    //go:generate go test . -run=^TestGenerated$ -fix
    
    package platform
    
    // An OSArch is a pair of GOOS and GOARCH values indicating a platform.
    type OSArch struct {
    	GOOS, GOARCH string
    }
    
    func (p OSArch) String() string {
    	return p.GOOS + "/" + p.GOARCH
    }
    
    // RaceDetectorSupported reports whether goos/goarch supports the race
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:50:22 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. internal/config/identity/ldap/help.go

    		},
    		config.HelpKV{
    			Key:         UserDNSearchBaseDN,
    			Description: `";" separated list of user search base DNs e.g. "dc=myldapserver,dc=com"` + defaultHelpPostfix(UserDNSearchBaseDN),
    			Optional:    true,
    			Type:        "list",
    		},
    		config.HelpKV{
    			Key:         UserDNSearchFilter,
    			Description: `Search filter to lookup user DN` + defaultHelpPostfix(UserDNSearchFilter),
    			Optional:    true,
    			Type:        "string",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py

                        "operationId": "read_items_items__get",
                        "parameters": [
                            {
                                "description": "Query string for the items to search in the database that have a good match",
                                "required": False,
                                "deprecated": True,
                                "schema": IsDict(
                                    {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an_py310.py

                        "operationId": "read_items_items__get",
                        "parameters": [
                            {
                                "description": "Query string for the items to search in the database that have a good match",
                                "required": False,
                                "deprecated": True,
                                "schema": IsDict(
                                    {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top