- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for ins (0.04 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/DefaultGraphConflictResolver.java
res.setEntry(resEntry); res.setScope(requestedScope); for (MetadataGraphVertex v : vertices) { final List<MetadataGraphEdge> ins = graph.getIncidentEdges(v); final MetadataGraphEdge edge = cleanEdges(v, ins, requestedScope); if (edge == null) { // no edges - don't need this vertex anymore if (entry.equals(v)) { // unless it's an entry point.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/index.md
* resources * providers * services * injectables * components ## **FastAPI** plug-ins Integrations and "plug-ins" can be built using the **Dependency Injection** system. But in fact, there is actually **no need to create "plug-ins"**, as by using dependencies it's possible to declare an infinite number of integrations and interactions that become available to your *path operation functions*.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 28 11:18:17 UTC 2024 - 9.2K bytes - Viewed (0) -
istioctl/pkg/cli/context.go
if opts == nil { opts = &NewFakeContextOption{} } ns := opts.Namespace ins := opts.IstioNamespace return &fakeInstance{ clients: map[string]kube.CLIClient{}, rootFlags: &RootFlags{ kubeconfig: ptr.Of[string](""), configContext: ptr.Of[string](""), namespace: &ns, istioNamespace: &ins, impersonate: ptr.Of[string](""), impersonateUID: ptr.Of[string](""),
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 23 19:31:32 UTC 2024 - 8.9K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.1K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java
* @see <a href="https://maven.apache.org/guides/mini/guide-configuring-plugins.html" target="_blank">Guide to Configuring Plug-ins</a> * @see <a href="https://maven.apache.org/developers/mojo-api-specification.html" target="_blank">Mojo API Specification</a> * */ public abstract class AbstractMojo implements Mojo, ContextEnabled {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 7.4K bytes - Viewed (0) -
RELEASE.md
gathered at runtime to be used in embedding layer partitioning decisions. * PluggableDevice * Third-party devices can now connect to TensorFlow as plug-ins through [StreamExecutor C API](https://github.com/tensorflow/community/blob/master/rfcs/20200612-stream-executor-c-api.md). and
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)