Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for webmaster (0.19 sec)

  1. src/net/url/url_test.go

    	},
    	// non-authority with path; see golang.org/issue/46059
    	{
    		"mailto:/webmaster@golang.org",
    		&URL{
    			Scheme:   "mailto",
    			Path:     "/webmaster@golang.org",
    			OmitHost: true,
    		},
    		"",
    	},
    	// non-authority
    	{
    		"mailto:******@****.***",
    		&URL{
    			Scheme: "mailto",
    			Opaque: "webmaster@golang.org",
    		},
    		"",
    	},
    	// unescaped :// in query should not create a scheme
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  2. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                String master = null;
    
                SettingsSecurity sec = SecUtil.read(file, true);
                if (sec != null) {
                    master = sec.getMaster();
                }
    
                if (master == null) {
                    throw new IllegalStateException("Master password is not set in the setting security file: " + file);
                }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top