Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 141 - 150 of 214 for escopos (0.06 seconds)

  1. tests/generics_test.go

    	filterName1 := func(stmt *gorm.Statement) {
    		stmt.Where("name = ?", "GenericsScopes1")
    	}
    
    	results, err := gorm.G[User](DB).Scopes(filterName1).Find(ctx)
    	if err != nil {
    		t.Fatalf("Scopes failed: %v", err)
    	}
    	if len(results) != 1 || results[0].Name != "GenericsScopes1" {
    		t.Fatalf("Scopes expected 1, got %d", len(results))
    	}
    
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Tue Dec 30 08:11:14 GMT 2025
    - 34.9K bytes
    - Click Count (0)
  2. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java

     *          resolved before it can execute.
     *          <br>
     *          <i>NOTE: Currently supports <b>compile</b>, <b>runtime</b>, and <b>test</b> scopes.</i>
     *      </td>
     *   </tr>
     *   <tr>
     *      <td>description</td>
     *      <td>none (detected)</td>
     *      <td>No</td>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 7.4K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

                  '--add-opens=java.management/java.lang.management=ALL-UNNAMED'
                ].join(' ')
              }
            }
            copyright {
              useDefault = 'Default'
              scopes = ['x-pack': 'Elastic', 'llrc': 'Apache2']
              profiles {
                Default {
                  keyword = 'the Elastic License 2.0 or the Server'
                  notice = '''\
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 19:34:12 GMT 2021
    - 8.8K bytes
    - Click Count (0)
  4. docs/uk/docs/tutorial/bigger-applications.md

        * Ви також можете додати [`Security` залежності з `scopes`](../advanced/security/oauth2-scopes.md).
    
    /// tip | Порада
    
    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)
  5. ADDING_NEW_LANGUAGE.md

    - Restart Fess application
    
    ### Translations not showing
    
    - Clear browser cache
    - Force language with `?browser_lang=[locale]` parameter
    - Check property file encoding (should be UTF-8 or use Unicode escapes `\uXXXX`)
    - Verify property keys match exactly with base English files
    
    ### Build errors after regeneration
    
    - Check property file syntax (no unescaped special characters)
    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)
  6. docs/zh-hant/docs/tutorial/bigger-applications.md

        * 如果你也在特定的路徑操作中宣告了相依性,這些相依性也會被執行。
        * Router 的相依性會先執行,然後是[裝飾器中的 `dependencies`](dependencies/dependencies-in-path-operation-decorators.md),最後是一般參數相依性。
        * 你也可以加入帶有 `scopes` 的 [`Security` 相依性](../advanced/security/oauth2-scopes.md)。
    
    /// tip | 提示
    
    在 `APIRouter` 中設定 `dependencies`,例如可以用來對一整組路徑操作要求驗證。即使沒有在每個路徑操作個別加入相依性也沒關係。
    
    ///
    
    /// check | 檢查
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  7. docs/ko/docs/tutorial/bigger-applications.md

        * router dependencies가 먼저 실행되고, 그 다음에 [decorator의 `dependencies`](dependencies/dependencies-in-path-operation-decorators.md), 그리고 일반 파라미터 dependencies가 실행됩니다.
        * [`scopes`가 있는 `Security` dependencies](../advanced/security/oauth2-scopes.md)도 추가할 수 있습니다.
    
    /// tip | 팁
    
    `APIRouter`에 `dependencies`를 두는 것은 예를 들어 전체 *path operations* 그룹에 인증을 요구할 때 사용할 수 있습니다. 각 경로 처리에 개별적으로 dependencies를 추가하지 않아도 됩니다.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 21.5K bytes
    - Click Count (0)
  8. compat/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java

    import org.apache.maven.internal.impl.DefaultSessionFactory;
    import org.apache.maven.plugin.LegacySupport;
    import org.apache.maven.repository.internal.artifact.FatArtifactTraverser;
    import org.apache.maven.repository.internal.scopes.Maven4ScopeManagerConfiguration;
    import org.apache.maven.repository.legacy.repository.ArtifactRepositoryFactory;
    import org.apache.maven.rtinfo.RuntimeInformation;
    import org.codehaus.plexus.PlexusContainer;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 10 09:40:15 GMT 2025
    - 13.8K bytes
    - Click Count (0)
  9. docs/fr/docs/tutorial/bigger-applications.md

        * Vous pouvez également ajouter des [`Security` dependencies avec des `scopes`](../advanced/security/oauth2-scopes.md).
    
    /// tip | Astuce
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  10. docs/es/docs/tutorial/bigger-applications.md

      * También puedes agregar [dependencias de `Security` con `scopes`](../advanced/security/oauth2-scopes.md).
    
    /// tip | Consejo
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 20.2K bytes
    - Click Count (0)
Back to Top