Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of about 10,000 for for3 (0.14 sec)

  1. src/cmd/vendor/golang.org/x/mod/module/pseudo.go

    			// pseudo-versions of this form, nor have I seen such versions in any
    			// actual go.mod files. If we find actual examples of this form and a
    			// reasonable theory of how they came into existence, it seems fine to
    			// treat them as equivalent to vX.0.0 (especially since the invalid
    			// pseudo-versions have lower precedence than the real ones). For now, we
    			// reject them.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  2. misc/chrome/gophertool/popup.js

    window.addEventListener("submit", function () {
      console.log("submitting form");
      var box = document.getElementById("inputbox");
      box.focus();
    
      var t = box.value;
      if (t == "") {
        return false;
      }
    
      var success = function(url) {
        console.log("matched " + t + " to: " + url)
        box.value = "";
        openURL(url);
        return false;  // cancel form submission
      };
    
      var url = urlForInput(t);
      if (url) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Oct 21 17:05:21 UTC 2012
    - 1020 bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/internal/tag/tag.go

    func Compare(a string, b []byte) int {
    	return cmp(Index(a), b)
    }
    
    // FixCase reformats b to the same pattern of cases as form.
    // If returns false if string b is malformed.
    func FixCase(form string, b []byte) bool {
    	if len(form) != len(b) {
    		return false
    	}
    	for i, c := range b {
    		if form[i] <= 'Z' {
    			if c >= 'a' {
    				c -= 'z' - 'Z'
    			}
    			if c < 'A' || 'Z' < c {
    				return false
    			}
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/api_enablement.go

    		"api/all=true|false controls all API versions\n"+
    		"api/ga=true|false controls all API versions of the form v[0-9]+\n"+
    		"api/beta=true|false controls all API versions of the form v[0-9]+beta[0-9]+\n"+
    		"api/alpha=true|false controls all API versions of the form v[0-9]+alpha[0-9]+\n"+
    		"api/legacy is deprecated, and will be removed in a future version")
    }
    
    // Validate validates RuntimeConfig with a list of registries.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 09:22:37 UTC 2023
    - 4K bytes
    - Viewed (0)
  5. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyForkOptions.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.api.tasks.compile;
    
    /**
     * Fork options for Groovy compilation. Only take effect if {@code GroovyCompileOptions.fork}
     * is {@code true}.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 925 bytes
    - Viewed (0)
  6. platforms/jvm/language-jvm/src/main/java/org/gradle/api/tasks/compile/BaseForkOptions.java

    import javax.annotation.Nullable;
    import java.util.ArrayList;
    import java.util.List;
    import java.util.Objects;
    import java.util.stream.Collectors;
    
    /**
     * Fork options for compilation. Only take effect if {@code fork}
     * is {@code true}.
     */
    public class BaseForkOptions extends AbstractOptions {
        private static final long serialVersionUID = 0;
    
        private String memoryInitialSize;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. src/crypto/x509/pkcs1.go

    	if err != nil {
    		return nil, err
    	}
    	key.Precompute()
    
    	return key, nil
    }
    
    // MarshalPKCS1PrivateKey converts an [RSA] private key to PKCS #1, ASN.1 DER form.
    //
    // This kind of key is commonly encoded in PEM blocks of type "RSA PRIVATE KEY".
    // For a more flexible key format which is not [RSA] specific, use
    // [MarshalPKCS8PrivateKey].
    func MarshalPKCS1PrivateKey(key *rsa.PrivateKey) []byte {
    	key.Precompute()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/duplicatehost/admin_duplicatehost_edit.jsp

                                                     styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label for="duplicateHostName" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.duplicate_name"/></label>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 4.3K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/go/GoAction.java

                    clickLog.setQueryRequestedAt(DfTypeUtil.toLocalDateTime(Long.parseLong(form.rt)));
                    clickLog.setUserSessionId(userSessionId);
                    clickLog.setDocId(form.docId);
                    clickLog.setQueryId(form.queryId);
                    if (form.order != null) {
                        clickLog.setOrder(form.order);
                    }
                    searchLogHelper.addClickLog(clickLog);
                }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  10. plugin/pkg/auth/authenticator/token/bootstrap/bootstrap.go

    //	  # May also contain an expiry.
    //
    // Tokens are expected to be of the form:
    //
    //	( token-id ).( token-secret )
    func (t *TokenAuthenticator) AuthenticateToken(ctx context.Context, token string) (*authenticator.Response, bool, error) {
    	tokenID, tokenSecret, err := bootstraptokenutil.ParseToken(token)
    	if err != nil {
    		// Token isn't of the correct form, ignore it.
    		return nil, false, nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 30 20:38:15 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top