Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 455 for whatev (0.04 sec)

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

    1. ### Create the Tables
    2.  
    3. We then add a function that uses `SQLModel.metadata.create_all(engine)` to **create the tables** for all the *table models*.
    4.  
    5. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *}
    6.  
    7. ### Create a Session Dependency
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Oct 09 19:44:42 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/PathScope.java

    1. *
    2. * @since 4.0.0
    3. * @see org.apache.maven.api.services.DependencyResolver
    4. * @see DependencyScope
    5. */
    6. @Experimental
    7. @Immutable
    8. public interface PathScope extends ExtensibleEnum {
    9.  
    10. // TODO: what if I simply want all dependencies ?
    11. @Nonnull
    12. ProjectScope projectScope();
    13.  
    14. @Nonnull
    15. Set<DependencyScope> dependencyScopes();
    16.  
    17. PathScope MAIN_COMPILE = pathScope(
    18. "main-compile",
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Jul 10 20:52:34 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. compat/maven-repository-metadata/src/site/apt/index.apt

    1. * <<<maven-metadata.xml>>> in a remote repository,
    2.  
    3. * <<<maven-metadata-\<repo-id>.xml>>> in a local repository, for metadata from a repository with <<<repo-id>>> identifier.
    4.  
    5. []
    6.  
    7. Depending on what the directory represents ("groupId", "groupId/artifactId" or "groupId/artifactId/version"),
    8. the Maven Repository Metadata file contains 3 different sets of metadata:
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionResult.java

    1. MavenExecutionResult setDependencyResolutionResult(DependencyResolutionResult result);
    2.  
    3. DependencyResolutionResult getDependencyResolutionResult();
    4.  
    5. // for each exception
    6. // - knowing what artifacts are missing
    7. // - project building exception
    8. // - invalid project model exception: list of markers
    9. // - xmlpull parser exception
    10. List<Throwable> getExceptions();
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/SmbFile.java

    1. * however I can't seem to get a good last modified time from
    2. * SMB_COM_QUERY_INFORMATION so if NT_SMBs are requested
    3. * by the server than in this case that's what it will get
    4. * regardless of what jcifs.smb1.smb1.client.useNTSmbs is set
    5. * to(overrides negotiatedCapabilities).
    6. */
    7.  
    8. /* We really should do the referral before this in case
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  6. guava/src/com/google/common/html/HtmlEscapers.java

    1. * href="https://www.w3.org/TR/html4/types.html#h-6.2">some elements' text contents must not be HTML
    2. * escaped</a>. As a result, it is impossible to escape an HTML document correctly without
    3. * domain-specific knowledge beyond what {@code HtmlEscapers} provides. We strongly encourage the
    4. * use of HTML templating systems.
    5. *
    6. * @author Sven Mawson
    7. * @author David Beaumont
    8. * @since 15.0
    9. */
    10. @GwtCompatible
    11. @ElementTypesAreNonnullByDefault
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Jul 19 16:02:36 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/bootstrap.min.css

    rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 158.5K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/reflect/TypeVisitor.java

    1. import java.lang.reflect.Type;
    2. import java.lang.reflect.TypeVariable;
    3. import java.lang.reflect.WildcardType;
    4. import java.util.Set;
    5. import org.checkerframework.checker.nullness.qual.Nullable;
    6.  
    7. /**
    8. * Based on what a {@link Type} is, dispatch it to the corresponding {@code visit*} method. By
    9. * default, no recursion is done for type arguments or type bounds. But subclasses can opt to do
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Apr 16 21:10:04 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  9. manifests/charts/README.md

    1. In the examples below, by default this is the `istio-control` namespace. Pod annotations can also
    2. be used to select a different 'environment'.
    3.  
    4. ## Installing
    5.  
    6. The new installer is intended to be modular and very explicit about what is installed. It has
    7. far more steps than the Istio installer - but each step is smaller and focused on a specific
    8. feature, and can be performed by different people/teams at different times.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 31 16:56:50 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  10. cmd/object-api-errors.go

    1. func (e ObjectTooLarge) Error() string {
    2. return "size of the object greater than what is allowed(5G)"
    3. }
    4.  
    5. // ObjectTooSmall error returned when the size of the object < what is expected.
    6. type ObjectTooSmall GenericError
    7.  
    8. func (e ObjectTooSmall) Error() string {
    9. return "size of the object less than what is expected"
    10. }
    11.  
    12. // OperationTimedOut - a timeout occurred.
    13. type OperationTimedOut struct{}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 09 02:05:14 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top