Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 1,357 for DOMAIN (0.2 sec)

  1. src/main/java/jcifs/smb1/smb1/SID.java

         * <p>
         * Specifically, if the SID has
         * been resolved and it is not a domain SID or builtin account,
         * the full DOMAIN\name form of the account will be
         * returned (e.g. MYDOM\alice or MYDOM\Domain Users).
         * If the SID has been resolved but it is is a domain SID,
         * only the domain name will be returned (e.g. MYDOM).
         * If the SID has been resolved but it is a builtin account,
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 26.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/RequestWithPath.java

        String getServer ();
    
    
        /**
         * 
         * @return the domain name
         */
        String getDomain ();
    
    
        /**
         * 
         * @return the full UNC path
         */
        String getFullUNCPath ();
    
    
        /**
         * @param path
         */
        void setPath ( String path );
    
    
        /**
         * 
         * @param domain
         * @param server
         * @param fullPath
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  3. maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-expected.xml

      <scm>
        <connection>scm:my-scm:http://domain.org/base/../child-artifact-id</connection>
        <developerConnection>scm:my-scm:https://domain.org/base/../child-artifact-id/</developerConnection>
        <url>https://domain.org/base/../child-artifact-id</url>
      </scm>
      <distributionManagement>
        <site>
          <url>scp://scp.domain.org/base/../child-artifact-id/</url>
        </site>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 2K bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/poms/inheritance/urls-expected.xml

      <scm>
        <connection>scm:my-scm:http://domain.org/base/child-artifact-id</connection>
        <developerConnection>scm:my-scm:https://domain.org/base/child-artifact-id/</developerConnection>
        <url>https://domain.org/base/child-artifact-id</url>
      </scm>
      <distributionManagement>
        <site>
          <url>scp://scp.domain.org/base/child-artifact-id/</url>
        </site>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 2K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-parent.xml

           child.scm.url.inherit.append.path="false">
        <connection>scm:my-scm:http://domain.org/base</connection>
        <developerConnection>scm:my-scm:https://domain.org/base/</developerConnection>
        <url>https://domain.org/base</url>
      </scm>
      <distributionManagement>
        <site child.site.url.inherit.append.path="false">
          <url>scp://scp.domain.org/base/</url>
        </site>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  6. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/ntlm/NTLMSchemeFactory.java

            public String generateType1Msg(final String domain, final String workstation) throws NTLMEngineException {
                final Type1Message type1Message = new Type1Message(TYPE_1_FLAGS, domain, workstation);
                return Base64.encode(type1Message.toByteArray());
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. src/test/java/jcifs/tests/ContextConfigTest.java

                assertEquals("foo", ntlm.getUsername());
                assertEquals("DOMAIN", ntlm.getUserDomain());
                assertEquals("bar", ntlm.getPassword());
            }
        }
    
    
        @Test
        @SuppressWarnings ( "deprecation" )
        public void testLegacyStringConstructor () throws IOException {
            try ( SmbResource f = new SmbFile("smb://DOMAIN;foo:bar@localhost/test") ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-expected.xml

           child.scm.url.inherit.append.path="false">
        <connection>scm:my-scm:http://domain.org/base</connection>
        <developerConnection>scm:my-scm:https://domain.org/base/</developerConnection>
        <url>https://domain.org/base</url>
      </scm>
      <distributionManagement>
        <site child.site.url.inherit.append.path="false">
          <url>scp://scp.domain.org/base/</url>
        </site>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  9. src/main/java/jcifs/internal/dfs/DfsReferralDataInternal.java

         * 
         * @param fqdn
         */
        void fixupHost ( String fqdn );
    
    
        /**
         * Possibly appends the given domain name to the host name if it is currently unqualified
         * 
         * @param domain
         */
        void fixupDomain ( String domain );
    
    
        /**
         * Reduces path consumed by the given value
         * 
         * @param i
         */
        void stripPathConsumed ( int i );
    
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  10. src/crypto/x509/verify.go

    func domainToReverseLabels(domain string) (reverseLabels []string, ok bool) {
    	for len(domain) > 0 {
    		if i := strings.LastIndexByte(domain, '.'); i == -1 {
    			reverseLabels = append(reverseLabels, domain)
    			domain = ""
    		} else {
    			reverseLabels = append(reverseLabels, domain[i+1:])
    			domain = domain[:i]
    			if i == 0 { // domain == ""
    				// domain is prefixed with an empty label, append an empty
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top