Home
last modified time | relevance | path

Searched refs:newPublic (Results 1 – 2 of 2) sorted by relevance

/dports/net/storj/storj-1.45.3/private/server/
H A Dserver.go83 server.public, err = newPublic(config.Address, config.DisableTCPTLS, config.DisableQUIC)
241 func newPublic(publicAddr string, disableTCPTLS, disableQUIC bool) (public, error) { func
/dports/www/madsonic/madsonic/WEB-INF/jsp/
H A Dplaylist.jsp33 var isPublic = $("#newPublic").is(":checked");
521 …<input type="checkbox" name="newPublic" id="newPublic" ${model.playlist['public'] ? "checked='chec…
522 <label for="newPublic"><fmt:message key="playlist2.isPublic"/></label>