Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,357 for DOMAIN (0.13 sec)

  1. internal/config/dns/etcd_dns.go

    )
    
    // ErrNoEntriesFound - Indicates no entries were found for the given key (directory)
    var ErrNoEntriesFound = errors.New("No entries found for this key")
    
    // ErrDomainMissing - Indicates domain is missing
    var ErrDomainMissing = errors.New("domain is missing")
    
    const etcdPathSeparator = "/"
    
    // create a new coredns service record for the bucket.
    func newCoreDNSMsg(ip string, port string, ttl uint32, t time.Time) ([]byte, error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Jan 02 17:15:06 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/NetServerEnum2.java

        static final String[] DESCR = {
            "WrLehDO\u0000B16BBDz\u0000",
            "WrLehDz\u0000B16BBDz\u0000",
        };
    
        String domain, lastName = null;
        int serverTypes;
    
        NetServerEnum2( String domain, int serverTypes ) {
            this.domain = domain;
            this.serverTypes = serverTypes;
            command = SMB_COM_TRANSACTION;
            subCommand = NET_SERVER_ENUM2; // not really true be used by upper logic
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 3.5K bytes
    - Viewed (0)
  3. okhttp-android/src/test/kotlin/okhttp3/android/ShadowDnsResolver.kt

        it.callback.onAnswer(listOf(), 0)
      }
    
      data class Request(
        val network: Network?,
        val domain: String,
        val nsType: Int,
        val flags: Int,
        val callback: DnsResolver.Callback<List<InetAddress>>,
      )
    
      @Implementation
      fun query(
        network: Network?,
        domain: String,
        nsType: Int,
        flags: Int,
        executor: Executor,
        cancellationSignal: CancellationSignal?,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 22 20:07:09 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/net/http/httpproxy/proxy.go

    			continue
    		}
    
    		if len(phost) == 0 {
    			// There is no host part, likely the entry is malformed; ignore.
    			continue
    		}
    
    		// domain.com or domain.com:80
    		// foo.com matches bar.foo.com
    		// .domain.com or .domain.com:port
    		// *.domain.com or *.domain.com:port
    		if strings.HasPrefix(phost, "*.") {
    			phost = phost[1:]
    		}
    		matchHost := false
    		if phost[0] != '.' {
    			matchHost = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/poms/inheritance/flat-urls-expected.xml

      <scm>
        <connection>scm:my-scm:http://domain.org/base/../inheritance</connection>
        <developerConnection>scm:my-scm:https://domain.org/base/../inheritance/</developerConnection>
        <url>https://domain.org/base/../inheritance</url>
      </scm>
      <distributionManagement>
        <site>
          <url>scp://scp.domain.org/base/../inheritance/</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)
  6. maven-model-builder/src/test/resources/poms/inheritance/flat-urls-parent.xml

      <url>http://www.apache.org/path/to/parent/</url>
      <scm>
        <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>
          <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
    - 1.8K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-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
    - 1.8K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-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
    - 1.8K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-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)
  10. src/net/mail/message.go

    	}
    
    	// domain = dot-atom / domain-literal
    	var domain string
    	p.skipSpace()
    	if p.empty() {
    		return "", errors.New("mail: no domain in addr-spec")
    	}
    
    	if p.peek() == '[' {
    		// domain-literal
    		domain, err = p.consumeDomainLiteral()
    		if err != nil {
    			return "", err
    		}
    	} else {
    		// dot-atom
    		domain, err = p.consumeAtom(true, false)
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top