Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 95 for organisation (0.37 sec)

  1. pom.xml

    			<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    			<distribution>repo</distribution>
    		</license>
    	</licenses>
    	<organization>
    		<name>CodeLibs</name>
    		<url>https://fess.codelibs.org/</url>
    	</organization>
    	<issueManagement>
    		<url>https://github.com/codelibs/fess/issues</url>
    	</issueManagement>
    	<scm>
    		<connection>scm:git:******@****.***:codelibs/fess.git</connection>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  2. src/crypto/x509/verify.go

    	s := "x509: certificate signed by unknown authority"
    	if e.hintErr != nil {
    		certName := e.hintCert.Subject.CommonName
    		if len(certName) == 0 {
    			if len(e.hintCert.Subject.Organization) > 0 {
    				certName = e.hintCert.Subject.Organization[0]
    			} else {
    				certName = "serial:" + e.hintCert.SerialNumber.String()
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  3. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerCertificatesTest.kt

                      ),
                    ),
                    listOf(
                      AttributeTypeAndValue(
                        type = businessCategory,
                        value = "Private Organization",
                      ),
                    ),
                    listOf(
                      AttributeTypeAndValue(
                        type = serialNumber,
                        value = "4699855",
                      ),
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/custom_plugins.adoc

    This plugin-based approach allows Gradle to be lightweight and modular.
    It also promotes code reuse and maintainability, as plugins can be shared across projects or within an organization.
    
    Before reading this chapter, it's recommended that you first read <<gradle_directories.adoc#gradle_directories,Learning The Basics>> and complete the <<partr1_gradle_init.adoc#partr1_gradle_init,Tutorial>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 21:49:49 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509_test.go

    	       -out ca.crt \
    	       -subj "/C=US/ST=My State/L=My City/O=My Org/O=My Org 1/O=My Org 2/CN=ROOT CA WITH GROUPS"
    	   openssl x509 -in ca.crt -text
    	*/
    
    	// A certificate with multiple organizations.
    	caWithGroups = `Certificate:
        Data:
            Version: 3 (0x2)
            Serial Number:
                bc:57:6d:0b:7c:ff:cb:52
        Signature Algorithm: sha256WithRSAEncryption
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 23:23:03 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  6. okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt

     * chain. The chain terminates in a self-signed "root" certificate. Signing certificates in the
     * middle of the chain are called "intermediates". Organizations that offer certificate signing are
     * called certificate authorities (CAs).
     *
     * Browsers and other HTTP clients need a set of trusted root certificates to authenticate their
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/pkiutil/pki_helpers_test.go

    		},
    	}
    
    	for _, rt := range tests {
    		t.Run(rt.name, func(t *testing.T) {
    			caCert := &x509.Certificate{}
    			config := &CertConfig{
    				Config: certutil.Config{
    					CommonName:   "test",
    					Organization: []string{"test"},
    					Usages:       []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth},
    				},
    			}
    			_, _, err := NewCertAndKey(caCert, rt.key, config)
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 21:49:21 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins_binary.adoc

    Your plugin ID should combine components that reflect the namespace (a reasonable pointer to you or your organization) and the name of the plugin it provides.
    For example, if your Github account is named `foo` and your plugin is named `bar`, a suitable plugin ID might be `com.github.foo.bar`.
    Similarly, if the plugin was developed at the `baz` organization, the plugin ID might be `org.baz.bar`.
    
    Plugin IDs should adhere to the following guidelines:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 29 02:31:44 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

    	"name":                    "The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where \"imagepolicy\" is the name of the webhook, and kubernetes.io is the name of the organization. Required.",
    	"clientConfig":            "ClientConfig defines how to communicate with the hook. Required",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  10. LICENSE

    
    Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:
    
        Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software
        and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 11:07:23 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top