Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,439 for farm (0.05 sec)

  1. LICENSE

          exercising permissions granted by this License.
    
          "Source" form shall mean the preferred form for making modifications,
          including but not limited to software source code, documentation
          source, and configuration files.
    
          "Object" form shall mean any form resulting from mechanical
          transformation or translation of a Source form, including but
          not limited to compiled object code, generated documentation,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:35 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  2. LICENSES/vendor/sigs.k8s.io/knftables/LICENSE

          exercising permissions granted by this License.
    
          "Source" form shall mean the preferred form for making modifications,
          including but not limited to software source code, documentation
          source, and configuration files.
    
          "Object" form shall mean any form resulting from mechanical
          transformation or translation of a Source form, including but
          not limited to compiled object code, generated documentation,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 23 13:09:05 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. cmd/signature-v4.go

    	for k, v := range req.Form {
    		if !defaultSigParams.Contains(k) {
    			query[k] = v
    		}
    	}
    
    	// Get the encoded query.
    	encodedQuery := query.Encode()
    
    	// Verify if date query is same.
    	if req.Form.Get(xhttp.AmzDate) != query.Get(xhttp.AmzDate) {
    		return ErrSignatureDoesNotMatch
    	}
    	// Verify if expires query is same.
    	if req.Form.Get(xhttp.AmzExpires) != query.Get(xhttp.AmzExpires) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 16 23:13:47 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/request-files.md

    ## âšĢī¸â” "📨 đŸ’Ŋ"
    
    🌌 🕸 📨 (`<form></form>`) 📨 đŸ’Ŋ đŸ’Ŋ 🛎 ⚙ī¸ "🎁" đŸ”ĸ 👈 📊, âšĢī¸ 🎏 âšĒī¸âžĄī¸ đŸŽģ.
    
    **FastAPI** 🔜 ⚒ 💭 ✍ 👈 📊 âšĒī¸âžĄī¸ â–ļī¸ī¸ đŸĨ‰ ↩ī¸ đŸŽģ.
    
    !!! note "📡 ℹ"
        📊 âšĒī¸âžĄī¸ 📨 🛎 🗜 ⚙ī¸ "đŸ“ģ 🆎" `application/x-www-form-urlencoded` 🕐❔ âšĢī¸ đŸšĢ 🔌 📁.
    
        ✋ī¸ 🕐❔ 📨 🔌 📁, âšĢī¸ 🗜 `multipart/form-data`. đŸšĨ 👆 ⚙ī¸ `File`, **FastAPI** 🔜 💭 âšĢī¸ ✔ī¸ 🤚 📁 âšĒī¸âžĄī¸ ☑ 🍕 đŸ’Ē.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:02:19 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

        @Execute
        @Secured({ ROLE })
        public HtmlResponse reindexOnly(final ActionForm form) {
            validate(form, messages -> {}, this::asIndexHtml);
            verifyToken(this::asIndexHtml);
            if (startReindex(isCheckboxEnabled(form.replaceAliases), isCheckboxEnabled(form.resetDictionaries), form.numberOfShardsForDoc,
                    form.autoExpandReplicasForDoc)) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14K bytes
    - Viewed (0)
  6. src/go/types/termlist.go

    // t1 âˆĒ y2 âˆĒ ... tn of the type sets of the terms t1 to tn.
    // A termlist is in normal form if all terms are disjoint.
    // termlist operations don't require the operands to be in
    // normal form.
    type termlist []*term
    
    // allTermlist represents the set of all types.
    // It is in normal form.
    var allTermlist = termlist{new(term)}
    
    // termSep is the separator used between individual terms.
    const termSep = " | "
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. src/net/http/request.go

    	// domain name.
    	Host string
    
    	// Form contains the parsed form data, including both the URL
    	// field's query parameters and the PATCH, POST, or PUT form data.
    	// This field is only available after ParseForm is called.
    	// The HTTP client ignores Form and uses Body instead.
    	Form url.Values
    
    	// PostForm contains the parsed form data from PATCH, POST
    	// or PUT body parameters.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  8. cmd/signature-v4-parser.go

    	return signedHeaders, ErrNone
    }
    
    // signValues data type represents structured form of AWS Signature V4 header.
    type signValues struct {
    	Credential    credentialHeader
    	SignedHeaders []string
    	Signature     string
    }
    
    // preSignValues data type represents structured form of AWS Signature V4 query string.
    type preSignValues struct {
    	signValues
    	Date    time.Time
    	Expires time.Duration
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/templates/structuring-software-projects/server-application/app/src/main/resources/templates/admin.html

      <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/>
    </head>
    <body>
      <form action='#' th:action='@{/admin}' th:object='${versionRange}' method='post'>
        <p>From Version: <input type='text' th:field='*{fromVersion}'/></p>
        <p>To Version:   <input type='text' th:field='*{toVersion}'/></p>
        <p><input type='submit' value='Submit'/></p>
      </form>
    </body>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 494 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/api/admin/general/ApiAdminGeneralAction.java

        //
    
        // GET /api/admin/general
        @Execute
        public JsonResponse<ApiResult> get$index() {
            final EditBody form = new EditBody();
            AdminGeneralAction.updateForm(fessConfig, form);
            form.ldapAdminSecurityCredentials = null;
            return asJson(new ApiConfigResponse().setting(form).status(Status.OK).result());
        }
    
        // POST /api/admin/general
        @Execute
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top