Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,135 for ExtensionB (0.47 sec)

  1. 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)
  2. 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)
  3. maven-core/src/main/mdo/extension.mdo

      <id>extension</id>
      <name>ExtensionDescriptor</name>
      <description><![CDATA[
        Extension descriptor, stored in <code>META-INF/maven/extension.xml</code> in an extension's jar artifact to
        precisely control parts of the extension and dependencies to expose in the API class loader.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. maven-core/src/main/resources/META-INF/maven/extension.xml

          | provoke linkage errors for wagons contributed by build extensions. We also don't need to exclude the wagons
          | from plugins. Plugins that use wagons directly and declare the corresponding dependency will simply use a
          | wagon from their plugin realm.
         -->
      </exportedArtifacts>
    </extension>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 08 10:37:09 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. staging/src/k8s.io/api/testdata/v1.30.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: Thu Apr 18 08:52:25 UTC 2024
    - 167 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.Scale.json

    {
      "kind": "Scale",
      "apiVersion": "extensions/v1beta1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top