Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 279 for WEB (0.04 sec)

  1. docs/features/https.md

    SSL 3.0 in response to the [POODLE](https://googleonlinesecurity.blogspot.ca/2014/10/this-poodle-bites-exploiting-ssl-30.html) attack. And in OkHttp 2.3 we dropped support for [RC4](https://en.wikipedia.org/wiki/RC4#Security). As with your desktop web browser, staying up-to-date with OkHttp is the best way to stay secure.
    
    You can build your own connection spec with a custom set of TLS versions and cipher suites. For example, this configuration is limited to three highly-regarded cipher suites....
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Dec 24 00:16:30 UTC 2022
    - 10.5K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishArtifactCustomizationIntegTest.groovy

                            name "regular"
                            extension "txt"
                        }
                        artifact(customJar) {
                            extension "war"
                            type "web-archive"
                            conf "*"
                        }
                    }
                }
    """)
            when:
            succeeds 'publish'
    
            then:
            module.assertPublished()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/Constants.java

        public static final String WEB_API_JSON_PROPERTY = "web.api.json";
    
        public static final String WEB_API_SUGGEST_PROPERTY = "web.api.suggest";
    
        public static final String WEB_API_GSA_PROPERTY = "web.api.gsa";
    
        public static final String WEB_API_POPULAR_WORD_PROPERTY = "web.api.popularword";
    
        public static final String APP_VALUE_PROPERTY = "system.properties";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  4. pom.xml

    							<type>files</type>
    							<paths>
    								<path>${project.build.directory}/fess/WEB-INF/classes/fess_config.properties</path>
    								<path>${project.build.directory}/fess/WEB-INF/classes/fess_env_crawler.properties</path>
    								<path>${project.build.directory}/fess/WEB-INF/classes/fess_env_suggest.properties</path>
    								<path>${project.build.directory}/fess/WEB-INF/classes/fess_env_thumbnail.properties</path>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  5. guava/src/com/google/common/net/HttpHeaders.java

       * The HTTP <a
       * href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ#As_a_server_admin.2C_can_I_distinguish_prefetch_requests_from_normal_requests.3F">{@code
       * Purpose}</a> header field name.
       *
       * @since 28.0
       */
      public static final String PURPOSE = "Purpose";
      /**
       * The HTTP <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/conversion_test.go

    		{8888, "http2-test", nil, corev1.ProtocolTCP, protocol.HTTP2},
    		{8888, "grpc", nil, corev1.ProtocolTCP, protocol.GRPC},
    		{8888, "grpc-test", nil, corev1.ProtocolTCP, protocol.GRPC},
    		{8888, "grpc-web", nil, corev1.ProtocolTCP, protocol.GRPCWeb},
    		{8888, "grpc-web-test", nil, corev1.ProtocolTCP, protocol.GRPCWeb},
    		{8888, "mongo", nil, corev1.ProtocolTCP, protocol.Mongo},
    		{8888, "mongo-test", nil, corev1.ProtocolTCP, protocol.Mongo},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. src/cmd/go/internal/vcs/vcs.go

    func repoRootForImportDynamic(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoRoot, error) {
    	url, err := urlForImportPath(importPath)
    	if err != nil {
    		return nil, err
    	}
    	resp, err := web.Get(security, url)
    	if err != nil {
    		msg := "https fetch: %v"
    		if security == web.Insecure {
    			msg = "http/" + msg
    		}
    		return nil, fmt.Errorf(msg, err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

    import org.codelibs.fess.mylasta.action.FessUserBean;
    import org.codelibs.fess.util.ComponentUtil;
    import org.codelibs.fess.util.ResourceUtil;
    import org.lastaflute.web.servlet.request.RequestManager;
    import org.lastaflute.web.servlet.session.SessionManager;
    
    public class SearchEngineApiManager extends BaseApiManager {
        private static final String ADMIN_SERVER = "/admin/server_";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 09 06:28:46 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java

    import org.codelibs.fess.mylasta.action.FessUserBean;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.codelibs.fess.util.ComponentUtil;
    import org.lastaflute.web.login.LoginManager;
    import org.lastaflute.web.servlet.request.RequestManager;
    import org.lastaflute.web.util.LaRequestUtil;
    
    /**
     * This class returns a list of a role from a request parameter,
     * a request header and a cookie. The format of the default value
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/webui.go

    				w.Header().Set("Content-Disposition", "attachment;filename=profile.pb.gz")
    				p.Write(w)
    			}),
    		},
    	}
    
    	url := "http://" + args.Hostport
    
    	o.UI.Print("Serving web UI on ", url)
    
    	if o.UI.WantBrowser() && !disableBrowser {
    		go openBrowser(url, o)
    	}
    	return server(args)
    }
    
    func getHostAndPort(hostport string) (string, int, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top