Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for PublisherA (0.21 sec)

  1. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/publisher/ValidatingMavenPublisherTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.publish.maven.internal.publisher
    
    import org.codehaus.plexus.util.xml.pull.XmlPullParserException
    import org.gradle.api.Action
    import org.gradle.api.XmlProvider
    import org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/test/groovy/org/gradle/api/publish/ivy/internal/publisher/ValidatingIvyPublisherTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.publish.ivy.internal.publisher
    
    import org.gradle.api.Action
    import org.gradle.api.XmlProvider
    import org.gradle.api.artifacts.repositories.IvyArtifactRepository
    import org.gradle.api.internal.artifacts.DefaultImmutableModuleIdentifierFactory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 15K bytes
    - Viewed (0)
  3. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/tasks/PublishToIvyRepository.java

    import org.gradle.api.publish.ivy.internal.publication.IvyPublicationInternal;
    import org.gradle.api.publish.ivy.internal.publisher.IvyDuplicatePublicationTracker;
    import org.gradle.api.publish.ivy.internal.publisher.IvyNormalizedPublication;
    import org.gradle.api.publish.ivy.internal.publisher.IvyPublisher;
    import org.gradle.api.tasks.Internal;
    import org.gradle.api.tasks.Nested;
    import org.gradle.api.tasks.Optional;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  4. cmd/kube-controller-manager/app/certificates.go

    		}
    	} else {
    		rootCA = controllerContext.ClientBuilder.ConfigOrDie("root-ca-cert-publisher").CAData
    	}
    
    	sac, err := rootcacertpublisher.NewPublisher(
    		controllerContext.InformerFactory.Core().V1().ConfigMaps(),
    		controllerContext.InformerFactory.Core().V1().Namespaces(),
    		controllerContext.ClientBuilder.ClientOrDie("root-ca-cert-publisher"),
    		rootCA,
    	)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 11:28:02 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  5. internal/config/notify/help.go

    			Optional:    true,
    			Type:        "on|off",
    		},
    		config.HelpKV{
    			Key:         target.AmqpInternal,
    			Description: "set to 'on' for exchange to be not used directly by publishers, but only when bound to other exchanges",
    			Optional:    true,
    			Type:        "on|off",
    		},
    		config.HelpKV{
    			Key:         target.AmqpAutoDeleted,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  6. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-role-bindings.yaml

        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: system:controller:root-ca-cert-publisher
      roleRef:
        apiGroup: rbac.authorization.k8s.io
        kind: ClusterRole
        name: system:controller:root-ca-cert-publisher
      subjects:
      - kind: ServiceAccount
        name: root-ca-cert-publisher
        namespace: kube-system
    - apiVersion: rbac.authorization.k8s.io/v1
      kind: ClusterRoleBinding
      metadata:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/injected-services-should-have-service-scope-applied.txt

    Class <org.gradle.api.publish.ivy.internal.publisher.IvyPublisher> is not annotated with @ServiceScope in (IvyPublisher.java:0)
    Class <org.gradle.api.publish.maven.internal.dependencies.VersionRangeMapper> is not annotated with @ServiceScope in (VersionRangeMapper.java:0)
    Class <org.gradle.api.publish.maven.internal.publisher.MavenPublishers> is not annotated with @ServiceScope in (MavenPublishers.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/templates/productpage.html

                        <th scope="col" class="whitespace-nowrap px-2 py-3.5 text-left text-sm font-semibold text-gray-900">Publisher</th>
                        <th scope="col" class="whitespace-nowrap px-2 py-3.5 text-left text-sm font-semibold text-gray-900">Pages</th>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/internal/publication/DefaultIvyPublication.java

    import org.gradle.api.publish.ivy.internal.artifact.NormalizedIvyArtifact;
    import org.gradle.api.publish.ivy.internal.artifact.SingleOutputTaskIvyArtifact;
    import org.gradle.api.publish.ivy.internal.publisher.IvyNormalizedPublication;
    import org.gradle.api.publish.ivy.internal.publisher.IvyPublicationCoordinates;
    import org.gradle.api.tasks.TaskProvider;
    import org.gradle.internal.Cast;
    import org.gradle.internal.Describables;
    import org.gradle.internal.DisplayName;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  10. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/publication/DefaultMavenPublication.java

    import org.gradle.api.publish.maven.internal.artifact.SingleOutputTaskMavenArtifact;
    import org.gradle.api.publish.maven.internal.publisher.MavenNormalizedPublication;
    import org.gradle.api.publish.maven.internal.publisher.MavenPublicationCoordinates;
    import org.gradle.api.publish.maven.internal.validation.MavenPublicationErrorChecker;
    import org.gradle.api.tasks.TaskDependency;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 04 06:46:01 UTC 2024
    - 22.8K bytes
    - Viewed (0)
Back to top