Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,515 for Portal (0.39 sec)

  1. pkg/volume/iscsi/attacher.go

    	if err != nil {
    		klog.Warningf("failed to get iscsi mounter: %v", err)
    		return "", err
    	}
    	if mounter.InitiatorName != "" {
    		// new iface name is <target portal>:<volume name>
    		mounter.Iface = mounter.Portals[0] + ":" + mounter.VolName
    	}
    	return attacher.manager.MakeGlobalPDName(*mounter.iscsiDisk), nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:31 UTC 2022
    - 6.8K bytes
    - Viewed (0)
  2. architecture/platforms.md

    This is a platform that builds on the core, software and JVM platforms to add support for extending Gradle by implementing and applying plugins.
    
    This platform includes the plugin publishing plugin and the plugin portal.
    
    ### Native platform
    
    This is a platform that builds on the core and software platforms to add support for developing native software.
    
    This platform provides specific support for Swift, C++ and C.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 06:42:46 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/incubating/build-organization/publishing-convention-plugins/README.adoc

    include::sample[dir="groovy",files="convention-plugins/build.gradle[tags=repositories-and-dependencies]"]
    ====
    
    * The dependency artifact coordinates (GAV) for a plugin can be different from the plugin id.
    * The Gradle Plugin Portal (`gradlePluginPortal()`) is added as a repository for plugin dependencies.
    * The plugin version is determined from the dependency version.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/build-organization/publishing-convention-plugins/README.adoc

    include::sample[dir="groovy",files="convention-plugins/build.gradle[tags=repositories-and-dependencies]"]
    ====
    
    * The dependency artifact coordinates (GAV) for a plugin can be different from the plugin id.
    * The Gradle Plugin Portal (`gradlePluginPortal()`) is added as a repository for plugin dependencies.
    * The plugin version is determined from the dependency version.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/build-organization/multi-project-with-convention-plugins/README.adoc

    include::sample[dir="groovy",files="buildSrc/build.gradle[tags=repositories-and-dependencies]"]
    ====
    
    * The dependency artifact coordinates (GAV) for a plugin can be different from the plugin id.
    * The Gradle Plugin Portal (`gradlePluginPortal()`) is added as a repository for plugin dependencies.
    * The plugin version is determined from the dependency version.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/plugin/use/PluginDependenciesSpec.java

     * </p>
     * <h4>Community Plugins</h4>
     * <p>
     * Non-core plugins are available from the <a href="http://plugins.gradle.org">Gradle Plugin Portal</a>.
     * These plugins are contributed by users of Gradle to extend Gradle's functionality.
     * Visit <a href="http://plugins.gradle.org">plugins.gradle.org</a> to browse the available plugins and versions.
     * </p>
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 16 17:46:02 UTC 2022
    - 6.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    It depends on how they have been published and, specifically, whether they have been published with the necessary <<plugins#sec:plugin_markers,plugin marker artifacts>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/r54/KotlinBuildScriptModelCrossVersionSpec.groovy

                )
            )
            assertContainsBuildSrc(scriptPluginClassPath)
            assertContainsGradleKotlinDslJars(scriptPluginClassPath)
        }
    
    
        def "can fetch classpath of plugin portal plugin in plugins block"() {
    
            given:
            withDefaultSettings()
            withBuildScript("""
                plugins {
                    id("org.gradle.hello-world") version "0.2"
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 08:52:51 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  9. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/repository/ResolvingWithPluginManagementSpec.groovy

        }
    
        static String helloWorldPlugin(String version) {
            """
                plugins {
                    id "org.gradle.hello-world" version "$version" //exists in the plugin portal
                }
            """
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. docs/en/docs/advanced/path-operation-advanced-configuration.md

                                    "schema": {}
                                }
                            }
                        }
                    },
                    "x-aperture-labs-portal": "blue"
                }
            }
        }
    }
    ```
    
    ### Custom OpenAPI *path operation* schema
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 23:43:13 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top