Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,578 for myextensions (0.32 sec)

  1. platforms/software/build-init/src/test/groovy/org/gradle/buildinit/plugins/internal/VersionCatalogDependencyRegistryTest.groovy

            "versions:b" | "libs.myversions.b"
            "versions-b:b" | "libs.myversions.b.b"
            "plugins:c" | "libs.myplugins.c"
            "plugins-c:c" | "libs.myplugins.c.c"
            "some:extensions" | "libs.some.myextensions"
            "another:class" | "libs.another.myclass"
            "the:convention" | "libs.the.myconvention"
            "some.class.embedded:d" | "libs.some.myclass.embedded.d"
            "Capitalized:Library" | "libs.capitalized.library"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 14:16:33 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  2. pilot/pkg/model/extensions.go

    	WasmPluginTypeNetwork
    	WasmPluginTypeAny
    )
    
    func fromPluginType(pluginType extensions.PluginType) WasmPluginType {
    	switch pluginType {
    	case extensions.PluginType_HTTP:
    		return WasmPluginTypeHTTP
    	case extensions.PluginType_NETWORK:
    		return WasmPluginTypeNetwork
    	case extensions.PluginType_UNSPECIFIED_PLUGIN_TYPE:
    		return WasmPluginTypeHTTP // Return HTTP as default for backward compatibility.
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/openapi/extensions.go

    }
    
    func getXListType(schema *spec.Schema) string {
    	s, _ := schema.Extensions.GetString(extListType)
    	return s
    }
    
    func getXMapType(schema *spec.Schema) string {
    	s, _ := schema.Extensions.GetString(extMapType)
    	return s
    }
    
    func getXListMapKeys(schema *spec.Schema) []string {
    	mapKeys, ok := schema.Extensions.GetStringSlice(extListMapKeys)
    	if !ok {
    		return nil
    	}
    	return mapKeys
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 10 21:26:55 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  4. .teamcity/.mvn/extensions.xml

      ~ See the License for the specific language governing permissions and
      ~ limitations under the License.
      -->
    
    <extensions>
        <extension>
            <groupId>com.gradle</groupId>
            <artifactId>gradle-enterprise-maven-extension</artifactId>
            <version>1.14.4</version>
        </extension>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 25 21:06:14 UTC 2022
    - 833 bytes
    - Viewed (0)
  5. maven-embedder/src/main/mdo/core-extensions.mdo

      xml.namespace="http://maven.apache.org/EXTENSIONS/${version}"
      xml.schemaLocation="http://maven.apache.org/xsd/core-extensions-${version}.xsd">
    
      <id>core-extensions</id>
      <name>CoreExtensions</name>
      <description><![CDATA[
      <p>This is a reference for the Core Extensions descriptor.</p>
      <p>The default location for the Core Extensions descriptor file is <code>${maven.projectBasedir}/.mvn/extensions.xml</code></p>
      ]]></description>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/stdlib-kotlin-extensions/src/main/kotlin/org/gradle/internal/extensions/stdlib/MapExtensions.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.extensions.stdlib
    
    
    fun <V> Map<String, V>.filterKeysByPrefix(prefix: String): Map<String, V?> =
        filterKeys { key -> key.length > prefix.length && key.startsWith(prefix) }
    
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:59:39 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  7. maven-core/src/site/apt/core-extensions.apt.vm

    ~~ specific language governing permissions and limitations
    ~~ under the License.
    
     ---
     Maven Core Extensions Reference
     ---
     Hervé Boutemy
     ---
     2016-06-25
     ---
    
    Maven Core Extensions Reference
    
      Maven core provides default {{{./extension.html}extensions}} as defined in <<</META-INF/maven/extension.xml>>>:
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Dec 05 09:04:35 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.DeploymentRollback.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 222 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.DeploymentRollback.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 222 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.DeploymentRollback.yaml

    apiVersion: extensions/v1beta1
    kind: DeploymentRollback
    name: nameValue
    rollbackTo:
      revision: 1
    updatedAnnotations:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 167 bytes
    - Viewed (0)
Back to top