Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 3600 (0.09 sec)

  1. src/main/resources/fess_config.properties

    # Allowed origins for CORS.
    api.cors.allow.origin=*
    # Allowed HTTP methods for CORS.
    api.cors.allow.methods=GET, POST, OPTIONS, DELETE, PUT
    # Max age for CORS preflight requests.
    api.cors.max.age=3600
    # Allowed headers for CORS.
    api.cors.allow.headers=Origin, Content-Type, Accept, Authorization, X-Requested-With
    # Whether to allow credentials for CORS.
    api.cors.allow.credentials=true
    # Whether to enable JSONP for API.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 11 09:47:03 UTC 2025
    - 54.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

            String value = ComponentUtil.getFessConfig().getSystemProperty(ENTRAID_STATE_TTL);
            if (StringUtil.isBlank(value)) {
                value = ComponentUtil.getFessConfig().getSystemProperty(AAD_STATE_TTL, "3600");
            }
            return Long.parseLong(value);
        }
    
        /**
         * Gets the reply URL for Entra ID authentication.
         * Uses new entraid.reply.url key with fallback to legacy aad.reply.url.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
  3. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    <!-- tweet text --> 【気象情報】7月30日(木)13時56分現在、気象庁から大雨、洪水警報が発表されています。多摩北部・西部・南部では、低い土地の浸水や河川の増水に警戒してください。<a href="https://t.co/redirect?url=http%3A%2F%2Ft.co%2FSttHvzrWR8%3Ft%3D1%26cn%3DZmxleGlibGVfcmVjc18y%26sig%3Da830b8ad7888...
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  4. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

            CIFSContext dirContext = createFreshContext();
            SmbFile destDir = new SmbFile(baseUrl + "shared/movedir_" + timestamp + "/", dirContext);
            destDir.mkdir();
            destDir.close();
            Thread.sleep(300);
    
            // Create source file with content
            CIFSContext createContext = createFreshContext();
            String sourceFileName = "source_" + timestamp + ".txt";
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 56K bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/ajax/js/jquery-2.1.1.min.js

    n.fx.stop(),Lb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Mb||(Mb=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Mb),Mb=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select")...
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 82.3K bytes
    - Viewed (0)
Back to top