Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 208 for expiresIn (0.82 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java

        public static final String ROLE = "admin-accesstoken";
    
        public static final String TOKEN = "token";
    
        public static final String EXPIRES = "expires";
    
        public static final String EXPIRED_TIME = "expiredTime";
    
        // ===================================================================================
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. src/net/http/header_test.go

    		nil,
    		"Content-Length: 0\r\nContent-Length: 1\r\nContent-Length: 2\r\n",
    	},
    	{
    		Header{
    			"Expires":          {"-1"},
    			"Content-Length":   {"0"},
    			"Content-Encoding": {"gzip"},
    		},
    		map[string]bool{"Content-Length": true},
    		"Content-Encoding: gzip\r\nExpires: -1\r\n",
    	},
    	{
    		Header{
    			"Expires":          {"-1"},
    			"Content-Length":   {"0", "1", "2"},
    			"Content-Encoding": {"gzip"},
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/expiry/AnyDaemonExpirationStrategyTest.groovy

        private DaemonExpirationStrategy c2;
    
        def setup() {
            c1 = Mock(DaemonExpirationStrategy)
            c2 = Mock(DaemonExpirationStrategy)
        }
    
        def "expires when any child strategy expires"() {
            given:
            AnyDaemonExpirationStrategy agg = new AnyDaemonExpirationStrategy([c1, c2])
    
            when:
            1 * c1.checkExpiration() >> { new DaemonExpirationResult(c1Status, "r1") }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/cache/CacheExpirationTest.java

        // 0 expires
        ticker.advance(1, MILLISECONDS);
        assertThat(keySet).containsExactly(1, 2, 3, 4, 5, 6, 7, 8, 9);
    
        // reorder
        getAll(cache, asList(0, 1, 2));
        CacheTesting.drainRecencyQueues(cache);
        ticker.advance(2, MILLISECONDS);
        assertThat(keySet).containsExactly(3, 4, 5, 6, 7, 8, 9, 0, 1, 2);
    
        // 3 expires
        ticker.advance(1, MILLISECONDS);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Aug 05 17:21:46 UTC 2022
    - 18.7K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/net/http2/hpack/static_table.go

    		"content-type":                31,
    		"cookie":                      32,
    		"date":                        33,
    		"etag":                        34,
    		"expect":                      35,
    		"expires":                     36,
    		"from":                        37,
    		"host":                        38,
    		"if-match":                    39,
    		"if-modified-since":           40,
    		"if-none-match":               41,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 22:32:44 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken_details.jsp

                                            <th><la:message
                                                    key="labels.access_token_expires"/></th>
                                            <td>${f:h(expires)}<la:hidden property="expires"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 5.5K bytes
    - Viewed (0)
  7. pkg/backoff/exponential.go

    	NextBackOff() time.Duration
    	// Reset to initial state.
    	Reset()
    	// RetryWithContext tries the operation until it does not return error,
    	// or when the context expires, whichever happens first.
    	RetryWithContext(ctx context.Context, operation func() error) error
    }
    
    type Option struct {
    	InitialInterval time.Duration
    	MaxInterval     time.Duration
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 25 01:53:48 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

                                        <label for="doc.expires" class="col-sm-3 text-sm-right col-form-label">expires</label>
                                        <div class="col-sm-9">
                                            <la:errors property="doc.expires"/>
                                            <la:text styleId="doc.expires"
                                                     property="doc.expires" styleClass="form-control"
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 24.9K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/bootstraptoken/v1/utils_test.go

    		bt     *BootstrapToken
    		secret *v1.Secret
    	}{
    		{
    			&BootstrapToken{ // all together
    				Token:       &BootstrapTokenString{ID: "abcdef", Secret: "abcdef0123456789"},
    				Description: "foo",
    				Expires: &metav1.Time{
    					Time: refTime,
    				},
    				Usages: []string{"signing", "authentication"},
    				Groups: []string{"system:bootstrappers", "system:bootstrappers:foo"},
    			},
    			&v1.Secret{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 26 15:51:39 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java

            } else {
                crawlingInfo.setName(Constants.CRAWLING_INFO_SYSTEM_NAME);
            }
            if (dayForCleanup >= 0) {
                final long expires = getExpiredTime(dayForCleanup);
                crawlingInfo.setExpiredTime(expires);
                documentExpires = expires;
            }
            try {
                getCrawlingInfoService().store(crawlingInfo);
            } catch (final Exception e) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top