Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 91 - 100 of 291 for logoff (0.06 seconds)

  1. docs/tr/docs/tutorial/security/simple-oauth2.md

      "email": "******@****.***",
      "full_name": "John Doe",
      "disabled": false,
      "hashed_password": "fakehashedsecret"
    }
    ```
    
    <img src="/img/tutorial/security/image06.png">
    
    Kilit ikonuna tıklayıp logout olursanız ve sonra aynı operasyonu tekrar denerseniz, şu şekilde bir HTTP 401 hatası alırsınız:
    
    ```JSON
    {
      "detail": "Not authenticated"
    }
    ```
    
    ### Pasif Kullanıcı { #inactive-user }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  2. src/test/java/jcifs/pac/PacConstantsTest.java

            assertEquals(0xE, PacConstants.DEVICE_INFO_TYPE, "DEVICE_INFO_TYPE should be 0xE");
            assertEquals(0xF, PacConstants.DEVICE_CLAIMS_TYPE, "DEVICE_CLAIMS_TYPE should be 0xF");
    
            // Verify PAC logon info constants
            assertEquals(0x20, PacConstants.LOGON_EXTRA_SIDS, "LOGON_EXTRA_SIDS should be 0x20");
            assertEquals(0x200, PacConstants.LOGON_RESOURCE_GROUPS, "LOGON_RESOURCE_GROUPS should be 0x200");
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 2K bytes
    - Click Count (0)
  3. scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md

    ### Markdown ссылки на статические ресурсы { #markdown-link-to-static-assets }
    
    Это ссылки на статические ресурсы:
    
    * [FastAPI Logo](https://fastapi.tiangolo.com/img/fastapi-logo.png)
    * [FastAPI CSS](https://fastapi.tiangolo.com/css/fastapi.css)
    * [FastAPI JS](https://fastapi.tiangolo.com/js/fastapi.js)
    
    Инструмент НЕ должен добавлять код языка в их URL.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/orig/view/login/index.jsp

    <script src="${fe:url('/css/admin/respond.min.js')}"></script>
    <![endif]-->
    </head>
    <body class="hold-transition login-page">
    	<div class="login-box">
    		<div class="login-logo">
    			<la:link href="/">
    				<img src="${fe:url('/images/logo-top.png')}"
    					alt="<la:message key="labels.header_brand_name" />" />
    			</la:link>
    		</div>
    		<div class="notification">${notification}</div>
    		<div class="card">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 3K bytes
    - Click Count (0)
  5. docs/uk/docs/how-to/extending-openapi.md

    Наприклад, додаймо [розширення OpenAPI ReDoc для додавання власного логотипа](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
    
    ### Звичайний **FastAPI** { #normal-fastapi }
    
    Спочатку напишіть ваш застосунок **FastAPI** як зазвичай:
    
    {* ../../docs_src/extending_openapi/tutorial001_py310.py hl[1,4,7:9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  6. internal/s3select/jstream/scanner_test.go

    		c := scanner.next()
    		if scanner.readerErr != nil {
    			t.Fatal(scanner.readerErr)
    		}
    		if c != data[i] {
    			t.Fatalf("expected %s, got %s", string(data[i]), string(c))
    		}
    		t.Logf("pos=%d remaining=%d (%s)", i, r.Len(), string(c))
    		i++
    	}
    }
    
    type mockReader struct {
    	pos       int
    	mockData  byte
    	failAfter int
    }
    
    func newMockReader(failAfter int, data byte) *mockReader {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 3.1K bytes
    - Click Count (0)
  7. ADDING_NEW_LANGUAGE.md

    Edit the newly created files and translate all entries:
    
    **`fess_label_[locale].properties`** contains UI labels such as:
    ```properties
    labels.system_name=Fess
    labels.search=Search
    labels.login=Login
    labels.logout=Logout
    # ... approximately 1,056 more entries
    ```
    
    **`fess_message_[locale].properties`** contains system messages such as:
    ```properties
    errors.required={0} is required.
    errors.minlength={0} cannot be less than {1}.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 06 11:36:30 GMT 2025
    - 10.4K bytes
    - Click Count (1)
  8. src/main/webapp/WEB-INF/orig/view/login/newpassword.jsp

    <script src="${fe:url('/css/admin/respond.min.js')}"></script>
    <![endif]-->
    </head>
    <body class="hold-transition login-page">
    	<div class="login-box">
    		<div class="login-logo">
    			<la:link href="/">
    				<img src="${fe:url('/images/logo-top.png')}"
    					alt="<la:message key="labels.header_brand_name" />" />
    			</la:link>
    		</div>
    		<div class="card">
    			<div class="card-body login-card-body">
    				<p class="login-box-msg">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  9. src/main/webapp/WEB-INF/view/login/index.jsp

    <script src="${fe:url('/css/admin/respond.min.js')}"></script>
    <![endif]-->
    </head>
    <body class="hold-transition login-page">
    	<div class="login-box">
    		<div class="login-logo">
    			<la:link href="/">
    				<img src="${fe:url('/images/logo-top.png')}"
    					alt="<la:message key="labels.header_brand_name" />" />
    			</la:link>
    		</div>
    		<div class="notification">${notification}</div>
    		<div class="card">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 3K bytes
    - Click Count (1)
  10. docs/ru/docs/how-to/extending-openapi.md

    Например, добавим [расширение OpenAPI ReDoc для включения собственного логотипа](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
    
    ### Обычный **FastAPI** { #normal-fastapi }
    
    Сначала напишите приложение **FastAPI** как обычно:
    
    {* ../../docs_src/extending_openapi/tutorial001_py310.py hl[1,4,7:9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 4.8K bytes
    - Click Count (0)
Back to Top