Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 91 - 100 of 149 for imposes (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/fr/docs/tutorial/sql-databases.md

    ///
    
    Comme SQLModel est basé sur SQLAlchemy, vous pouvez facilement utiliser **toute base prise en charge** par SQLAlchemy (ce qui les rend également prises en charge par SQLModel), comme :
    
    * PostgreSQL
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

                cq.matchAll();
                if (!idList.isEmpty()) {
                    cf.not(subCf -> subCf.setId_InScope(idList));
                }
            }));
        }
    
        /**
         * Imports crawling information and parameters from a CSV file.
         * The CSV format expected is: SessionId, SessionCreatedTime, Key, Value, CreatedTime.
         * Creates new crawling sessions if they don't exist and adds parameters to them.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 19.9K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/bigger-applications.md

    {* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[3] title["app/routers/items.py"] *}
    
    #### Relative Import Nasıl Çalışır { #how-relative-imports-work }
    
    /// tip | İpucu
    
    Import’ların nasıl çalıştığını çok iyi biliyorsanız, bir sonraki bölüme geçin.
    
    ///
    
    Tek bir nokta `.`, örneğin:
    
    ```Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  4. src/main/java/jcifs/audit/SecurityAuditLogger.java

         * Enable or disable high performance mode for sensitive data masking
         *
         * In high performance mode, expensive regex operations are avoided by doing
         * fast string contains checks first. This significantly improves performance
         * for high-frequency logging scenarios.
         *
         * @param enable true to enable high performance mode
         */
        public void setHighPerformanceModeEnabled(boolean enable) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 26.6K bytes
    - Click Count (0)
  5. docs/ru/docs/tutorial/bigger-applications.md

    Поэтому мы используем относительный импорт с `..` для зависимостей:
    
    {* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[3] title["app/routers/items.py"] *}
    
    #### Как работает относительный импорт { #how-relative-imports-work }
    
    /// tip | Подсказка
    
    Если вы прекрасно знаете, как работает импорт, переходите к следующему разделу ниже.
    
    ///
    
    Одна точка `.`, как здесь:
    
    ```Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 29.7K bytes
    - Click Count (0)
  6. docs/uk/docs/tutorial/bigger-applications.md

    Тож ми використовуємо відносний імпорт з `..` для залежностей:
    
    {* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[3] title["app/routers/items.py"] *}
    
    #### Як працюють відносні імпорти { #how-relative-imports-work }
    
    /// tip | Порада
    
    Якщо ви досконало знаєте, як працюють імпорти, перейдіть до наступного розділу нижче.
    
    ///
    
    Одна крапка `.`, як у:
    
    ```Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 27.4K bytes
    - Click Count (0)
  7. cmd/erasure-metadata.go

    		if parity == -1 {
    			// Ignore non defined parity
    			continue
    		}
    
    		readQuorum := N - parity
    		if defaultParityCount > 0 && parity == 0 {
    			// In this case, parity == 0 implies that this object version is a
    			// delete marker
    			readQuorum = N/2 + 1
    		}
    		if occ < readQuorum {
    			// Ignore this parity since we don't have enough shards for read quorum
    			continue
    		}
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 21.3K bytes
    - Click Count (0)
  8. docs/pt/docs/tutorial/bigger-applications.md

    {* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[3] title["app/routers/items.py"] *}
    
    #### Como funcionam as importações relativas { #how-relative-imports-work }
    
    /// tip | Dica
    
    Se você sabe perfeitamente como funcionam as importações, continue para a próxima seção abaixo.
    
    ///
    
    Um único ponto `.`, como em:
    
    ```Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  9. android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

              () -> {
                try {
                  lock.lock();
                  try {
                    if (state() != State.STOPPING) {
                      // This means that the state has changed since we were scheduled. This implies
                      // that an execution of runOneIteration has thrown an exception and we have
                      // transitioned to a failed state, also this means that shutDown has already
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 27.7K bytes
    - Click Count (0)
  10. cmd/admin-handlers-users.go

    			}
    		}
    	}
    }
    
    // ImportIAM - imports all IAM info into MinIO
    func (a adminAPIHandlers) ImportIAM(w http.ResponseWriter, r *http.Request) {
    	a.importIAM(w, r, "")
    }
    
    // ImportIAMV2 - imports all IAM info into MinIO
    func (a adminAPIHandlers) ImportIAMV2(w http.ResponseWriter, r *http.Request) {
    	a.importIAM(w, r, "v2")
    }
    
    // ImportIAM - imports all IAM info into MinIO
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 90.6K bytes
    - Click Count (0)
Back to Top