- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 455 for whatev (0.04 sec)
-
docs/en/docs/tutorial/sql-databases.md
- ### Create the Tables
- We then add a function that uses `SQLModel.metadata.create_all(engine)` to **create the tables** for all the *table models*.
- {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *}
- ### 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) -
api/maven-api-core/src/main/java/org/apache/maven/api/PathScope.java
- *
- * @since 4.0.0
- * @see org.apache.maven.api.services.DependencyResolver
- * @see DependencyScope
- */
- @Experimental
- @Immutable
- public interface PathScope extends ExtensibleEnum {
- // TODO: what if I simply want all dependencies ?
- @Nonnull
- ProjectScope projectScope();
- @Nonnull
- Set<DependencyScope> dependencyScopes();
- PathScope MAIN_COMPILE = pathScope(
- "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) -
compat/maven-repository-metadata/src/site/apt/index.apt
- * <<<maven-metadata.xml>>> in a remote repository,
- * <<<maven-metadata-\<repo-id>.xml>>> in a local repository, for metadata from a repository with <<<repo-id>>> identifier.
- []
- Depending on what the directory represents ("groupId", "groupId/artifactId" or "groupId/artifactId/version"),
- 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) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionResult.java
- MavenExecutionResult setDependencyResolutionResult(DependencyResolutionResult result);
- DependencyResolutionResult getDependencyResolutionResult();
- // for each exception
- // - knowing what artifacts are missing
- // - project building exception
- // - invalid project model exception: list of markers
- // - xmlpull parser exception
- 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) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
- * however I can't seem to get a good last modified time from
- * SMB_COM_QUERY_INFORMATION so if NT_SMBs are requested
- * by the server than in this case that's what it will get
- * regardless of what jcifs.smb1.smb1.client.useNTSmbs is set
- * to(overrides negotiatedCapabilities).
- */
- /* 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) -
guava/src/com/google/common/html/HtmlEscapers.java
- * href="https://www.w3.org/TR/html4/types.html#h-6.2">some elements' text contents must not be HTML
- * escaped</a>. As a result, it is impossible to escape an HTML document correctly without
- * domain-specific knowledge beyond what {@code HtmlEscapers} provides. We strongly encourage the
- * use of HTML templating systems.
- *
- * @author Sven Mawson
- * @author David Beaumont
- * @since 15.0
- */
- @GwtCompatible
- @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Jul 19 16:02:36 UTC 2024 - 3K bytes - Viewed (0) -
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) -
android/guava/src/com/google/common/reflect/TypeVisitor.java
- import java.lang.reflect.Type;
- import java.lang.reflect.TypeVariable;
- import java.lang.reflect.WildcardType;
- import java.util.Set;
- import org.checkerframework.checker.nullness.qual.Nullable;
- /**
- * Based on what a {@link Type} is, dispatch it to the corresponding {@code visit*} method. By
- * 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) -
manifests/charts/README.md
- In the examples below, by default this is the `istio-control` namespace. Pod annotations can also
- be used to select a different 'environment'.
- ## Installing
- The new installer is intended to be modular and very explicit about what is installed. It has
- far more steps than the Istio installer - but each step is smaller and focused on a specific
- 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) -
cmd/object-api-errors.go
- func (e ObjectTooLarge) Error() string {
- return "size of the object greater than what is allowed(5G)"
- }
- // ObjectTooSmall error returned when the size of the object < what is expected.
- type ObjectTooSmall GenericError
- func (e ObjectTooSmall) Error() string {
- return "size of the object less than what is expected"
- }
- // OperationTimedOut - a timeout occurred.
- 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)