Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 291 for logoff (0.04 seconds)

  1. docs/en/docs/img/logo-margin/logo-teal-vector.svg

    logo-teal-vector.svg...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 04 20:56:59 GMT 2024
    - 6.2K bytes
    - Click Count (0)
  2. docs/en/docs/img/logo-margin/logo-white-bg.png

    logo-white-bg.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 04 20:56:59 GMT 2024
    - 20.4K bytes
    - Click Count (0)
  3. docs/tr/docs/how-to/extending-openapi.md

    Yukarıdaki bilgileri kullanarak aynı yardımcı fonksiyonla OpenAPI şemasını üretebilir ve ihtiyacınız olan her parçayı override edebilirsiniz.
    
    Örneğin, [özel bir logo eklemek için ReDoc'un OpenAPI extension'ını](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo) ekleyelim.
    
    ### Normal **FastAPI** { #normal-fastapi }
    
    Önce, tüm **FastAPI** uygulamanızı her zamanki gibi yazın:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/view/index.jsp

    														<la:message key="labels.administration" />
    													</la:link>
    												</c:if>
    												<la:link href="/logout/" styleClass="dropdown-item">
    													<la:message key="labels.logout" />
    												</la:link>
    											</div>
    										</div>
    									</li>
    								</c:when>
    								<c:when test="${ pageLoginLink }">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 7.3K bytes
    - Click Count (0)
  5. docs/de/docs/how-to/extending-openapi.md

    Fügen wir beispielsweise [ReDocs OpenAPI-Erweiterung zum Einbinden eines benutzerdefinierten Logos](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo) hinzu.
    
    ### Normales **FastAPI** { #normal-fastapi }
    
    Schreiben Sie zunächst wie gewohnt Ihre ganze **FastAPI**-Anwendung:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  6. src/main/java/jcifs/ntlmssp/Type3Message.java

            pos += 8;
    
            writeULong(type3, pos, NTLMSSP_TYPE3);
            pos += 4;
    
            final int lmOff = writeSecurityBuffer(type3, 12, lmResponseBytes);
            pos += 8;
            final int ntOff = writeSecurityBuffer(type3, 20, ntResponseBytes);
            pos += 8;
            final int domOff = writeSecurityBuffer(type3, 28, domainBytes);
            pos += 8;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 32.7K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/orig/view/index.jsp

    														<la:message key="labels.administration" />
    													</la:link>
    												</c:if>
    												<la:link href="/logout/" styleClass="dropdown-item">
    													<la:message key="labels.logout" />
    												</la:link>
    											</div>
    										</div>
    									</li>
    								</c:when>
    								<c:when test="${ pageLoginLink }">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 7.3K bytes
    - Click Count (1)
  8. src/main/java/jcifs/pac/PacConstants.java

        /**
         * Buffer type for device claims information.
         */
        int DEVICE_CLAIMS_TYPE = 0xF;
    
        /**
         * Flag for extra SIDs in logon information.
         */
        int LOGON_EXTRA_SIDS = 0x20;
        /**
         * Flag for resource groups in logon information.
         */
        int LOGON_RESOURCE_GROUPS = 0x200;
    
        /**
         * Kerberos salt type for MD5 checksums.
         */
        int MD5_KRB_SALT = 17;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 2.4K bytes
    - Click Count (0)
  9. internal/logger/logger.go

    	if err == nil {
    		return
    	}
    	logIf(ctx, subsystem, err, errKind...)
    }
    
    // LogIf prints a detailed error message during
    // the execution of the server, if it is not an
    // ignored error.
    func LogIf(ctx context.Context, subsystem string, err error, errKind ...any) {
    	if logIgnoreError(err) {
    		return
    	}
    	logIf(ctx, subsystem, err, errKind...)
    }
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 12.4K bytes
    - Click Count (0)
  10. src/test/java/org/codelibs/fess/sso/SsoResponseTypeTest.java

            assertEquals("LOGOUT", SsoResponseType.LOGOUT.toString());
        }
    
        @Test
        public void test_equals() {
            // Test equals method for enum constants
            assertTrue(SsoResponseType.METADATA.equals(SsoResponseType.METADATA));
            assertTrue(SsoResponseType.LOGOUT.equals(SsoResponseType.LOGOUT));
            assertFalse(SsoResponseType.METADATA.equals(SsoResponseType.LOGOUT));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 6.3K bytes
    - Click Count (0)
Back to Top