Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 83 for applicationId (0.17 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaIntegrationTest.groovy

            assertTestsExecuted("ThingTest", "ok")
        }
    
        def "build on Java application project with no dependencies"() {
            given:
            settingsFile << """
                rootProject.name = 'someapp'
            """
            buildFile << """
                plugins { id 'application' }
                application.mainClass = 'Thing'
            """
            file("src/main/java/Thing.java") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  2. cluster/gce/upgrade.sh

      echo "The default etcd storage media type in 1.6 has changed from application/json to application/vnd.kubernetes.protobuf."
      echo "Documentation about the change can be found at https://kubernetes.io/docs/admin/etcd_upgrade."
      echo ""
      echo "ETCD2 DOES NOT SUPPORT PROTOBUF: If you wish to have to ability to downgrade to etcd2 later application/json must be used."
      echo ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/services/DefaultIsolatedProjectEvaluationListenerProvider.kt

        private
        val afterProject = mutableListOf<IsolatedProjectAction>()
    
        override fun beforeProject(action: IsolatedProjectAction) {
            // TODO:isolated encode Application instances as part of the Environment to avoid waste
            beforeProject.add(withUserCodeApplicationContext(action))
        }
    
        override fun afterProject(action: IsolatedProjectAction) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  4. platforms/software/build-init/build.gradle.kts

        api(project(":workers"))
        api(project(":daemon-services"))
    
        implementation(project(":logging-api"))
        implementation(project(":platform-native"))
        implementation(project(":plugins-application")) {
            because("Needs access to StartScriptGenerator.")
        }
        implementation(project(":plugins-jvm-test-suite"))
        implementation(project(":wrapper-main"))
        implementation(project(":wrapper-shared"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * Add docs for [Debugging FastAPI applications in editors](https://fastapi.tiangolo.com/tutorial/debugging/).
    
    * Clarify [Bigger Applications deployed with Docker](https://fastapi.tiangolo.com/deployment/#bigger-applications).
    
    * Fix typos in docs.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. cmd/bucket-listobjects-handlers.go

    // of the objects in a bucket. You can use the request parameters as selection
    // criteria to return a subset of the objects in a bucket.
    //
    // NOTE: It is recommended that this API to be used for application development.
    // MinIO continues to support ListObjectsV1 and V2 for supporting legacy tools.
    func (api objectAPIHandlers) ListObjectsV2MHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "ListObjectsV2M")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  7. cmd/signature-v4_test.go

    				"X-Amz-Credential":      fmt.Sprintf(credentialTemplate, accessKeyID, now.Format(yyyymmdd), region),
    				"X-Amz-Content-Sha256":  payloadSHA256,
    				"response-content-type": "application/json",
    			},
    			headers: map[string]string{
    				"X-Amz-Date":           now.Format(iso8601Format),
    				"X-Amz-Content-Sha256": payloadSHA256,
    			},
    			region:   "",
    			expected: ErrSignatureDoesNotMatch,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiIdeaProjectIntegrationTest.groovy

            then:
            fixture.assertStateStored {
                // IdeaProject, plugin application "model", intermediate IsolatedGradleProjectInternal, IsolatedIdeaModuleInternal
                modelsCreated(":", models(IdeaProject, pluginApplyingModel, IsolatedGradleProjectInternal, IsolatedIdeaModuleInternal))
                // plugin application "model", intermediate IsolatedGradleProject, IsolatedIdeaModule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  9. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt

            return prettyPrint { analysisSession.renderSymbol(symbol, this@prettyPrint) }
        }
    
        public fun renderAnnotationApplication(analysisSession: KaSession, application: KaAnnotation): String {
            return prettyPrint { analysisSession.renderAnnotationApplication(application, this@prettyPrint) }
        }
    
        public fun renderType(analysisSession: KaSession, type: KaType): String {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  10. subprojects/diagnostics/src/main/java/org/gradle/api/reporting/dependencies/HtmlDependencyReportTask.java

        @Inject
        protected  VersionParser getVersionParser() {
            throw new UnsupportedOperationException();
        }
    
        /**
         * Required for decorating reports container callbacks for tracing user code application.
         *
         * @since 5.1
         */
        @Inject
        protected CollectionCallbackActionDecorator getCallbackActionDecorator() {
            throw new UnsupportedOperationException();
        }
    
        @TaskAction
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top