Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 467 for Refresh (0.11 sec)

  1. android/guava-tests/test/com/google/common/cache/CacheBuilderFactory.java

        }
        if (expireAfterAccess != null) {
          builder.expireAfterAccess(expireAfterAccess.duration, expireAfterAccess.unit);
        }
        if (refresh != null) {
          builder.refreshAfterWrite(refresh.duration, refresh.unit);
        }
        if (keyStrength != null) {
          builder.setKeyStrength(keyStrength);
        }
        if (valueStrength != null) {
          builder.setValueStrength(valueStrength);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/CachedChangingModulesIntegrationTest.groovy

    import org.gradle.integtests.fixtures.AbstractHttpDependencyResolutionTest
    
    class CachedChangingModulesIntegrationTest extends AbstractHttpDependencyResolutionTest {
    
        def "can cache and refresh unique versioned maven artifacts with a classifier"() {
            given:
            def repo = mavenHttpRepo("repo")
            def module = repo.module("group", "projectA", "1.0-SNAPSHOT")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  3. pkg/ctrlz/topics/assets/templates/collection/main.html

            {{ range $context.Collections }}
                <tr>
                    <td><a href="{{.}}">{{.}}</a></td>
                </tr>
            {{ end }}
            </tbody>
        </table>
    {{end}}
    
    {{ template "last-refresh" .}}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 326 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/redirects/maven_plugin.adoc

    ++++
    <meta http-equiv="refresh" content="0;URL=publishing_maven.html">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 76 bytes
    - Viewed (0)
  5. pkg/ctrlz/topics/assets/templates/env.html

        <tbody>
            {{ range . }}
                <tr>
                    <td>{{.Name}}</td>
                    <td>{{.Value}}</td>
                </tr>
            {{ end }}
        </tbody>
    </table>
    
    {{ template "last-refresh" .}}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 418 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/service/LabelTypeService.java

                op.setRefreshPolicy(Constants.TRUE);
            });
    
            final LabelTypeHelper labelTypeHelper = ComponentUtil.getLabelTypeHelper();
            if (labelTypeHelper != null) {
                labelTypeHelper.refresh(getLabelTypeList());
            }
        }
    
        protected void setupListCondition(final LabelTypeCB cb, final LabelTypePager labelTypePager) {
            if (StringUtil.isNotBlank(labelTypePager.name)) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. security/pkg/credentialfetcher/fetcher_test.go

    			jwtPath:          "",
    			identityProvider: "",
    			expectedErr:      "invalid credential fetcher type foo",
    			expectedToken:    "",
    			expectedIdp:      "",
    		},
    	}
    
    	// Disable token refresh for GCE VM credential fetcher.
    	plugin.SetTokenRotation(false)
    	for id, tc := range testCases {
    		id, tc := id, tc
    		t.Run(id, func(t *testing.T) {
    			t.Parallel()
    			cf, err := NewCredFetcher(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 03 20:21:32 UTC 2023
    - 3K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/index.txt

    # Check that standard library packages are cached.
    go list -json math # refresh cache
    env GODEBUG=gofsystrace=1,gofsystracelog=fsys.log
    go list -json math
    ! grep math/abs.go fsys.log
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 11 16:51:38 UTC 2022
    - 229 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/redirects/embedding.adoc

    ++++
    <meta http-equiv="refresh" content="0;URL=third_party_integration.html#embedding">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 93 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/redirects/software_model_concepts.adoc

    ++++
    <meta http-equiv="refresh" content="0;URL=https://blog.gradle.org/state-and-future-of-the-gradle-software-model">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 124 bytes
    - Viewed (0)
Back to top