Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 155 for Refresh (0.24 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. pkg/ctrlz/topics/assets/templates/version.html

                <td>{{.GolangVersion}}</td>
            </tr>
    
            <tr>
                <td>Build Status</td>
                <td>{{.BuildStatus}}</td>
            </tr>
        </tbody>
    </table>
    
    {{ template "last-refresh" .}}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 673 bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/it/CrudTestBase.java

            while (idList.size() > 0 && count < NUM) {
                final String id = idList.get(0);
                checkDeleteMethod(getItemEndpointSuffix() + "/" + id.toString());
                refresh();
                idList = getIdList(searchBody);
                count += 1;
            }
        }
    
        @AfterAll
        protected static void tearDownAll() {
            deleteTestToken();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/redirects/software_model.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)
  10. platforms/documentation/docs/src/docs/userguide/redirects/software_model_extend.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