Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 942 for idea (0.04 sec)

  1. platforms/ide/tooling-api/src/test/groovy/org/gradle/tooling/internal/consumer/connection/PhasedActionAwareConsumerConnectionTest.groovy

    import org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
    import org.gradle.tooling.model.gradle.BuildInvocations
    import org.gradle.tooling.model.gradle.GradleBuild
    import org.gradle.tooling.model.idea.BasicIdeaProject
    import org.gradle.tooling.model.idea.IdeaProject
    import spock.lang.Specification
    
    class PhasedActionAwareConsumerConnectionTest extends Specification {
    
        final target = Mock(TestConnection) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 7K bytes
    - Viewed (0)
  2. build-logic/root-build/src/main/kotlin/gradlebuild.root-build.gradle.kts

     */
    
    plugins {
        id("gradlebuild.internal.cc-experiment")
        id("gradlebuild.buildscan") // Reporting: Add more data through custom tags to build scans
        id("gradlebuild.ide") // Local development: Tweak IDEA import
        id("gradlebuild.dependency-analysis") // Auditing dependencies to find unused libraries
        id("gradlebuild.warmup-ec2") // Warm up EC2 AMI
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 05 12:37:04 UTC 2023
    - 979 bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/initialization/JdkToolsInitializer.java

    import org.gradle.internal.service.scopes.ServiceScope;
    
    @ServiceScope(Scope.Global.class)
    public interface JdkToolsInitializer {
        /**
         * Ensures that the JDK tools are visible on the system ClassLoader. Not really a great idea, but here for backwards
         * compatibility.
         */
        void initializeJdkTools();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 1K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/TestOperationMapper.java

        }
    
        /**
         * This is a workaround to preserve backward compatibility with IntelliJ IDEA.
         * The problem only occurs in IntelliJ IDEA because it parses {@link OperationDescriptor#getDisplayName()} to get the test display name.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 08:42:44 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  5. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/referenceResolveProvider/AbstractIsImplicitCompanionReferenceTest.kt

    import org.jetbrains.kotlin.analysis.test.framework.services.expressionMarkerProvider
    import org.jetbrains.kotlin.analysis.test.framework.utils.executeOnPooledThreadInReadAction
    import org.jetbrains.kotlin.idea.references.KtReference
    import org.jetbrains.kotlin.psi.KtFile
    import org.jetbrains.kotlin.psi.KtNameReferenceExpression
    import org.jetbrains.kotlin.test.services.TestServices
    import org.jetbrains.kotlin.test.services.assertions
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Mar 27 16:04:54 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/testcshared/testdata/libgo4/libgo4.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import "C"
    
    import (
    	"fmt"
    	"os"
    	"runtime"
    )
    
    // RunGoroutines starts some goroutines that don't do anything.
    // The idea is to get some threads going, so that a signal will be delivered
    // to a thread started by Go.
    //
    //export RunGoroutines
    func RunGoroutines() {
    	for i := 0; i < 4; i++ {
    		go func() {
    			runtime.LockOSThread()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 864 bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/idea/IdeaModuleDependency.java

     * 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.tooling.model.idea;
    
    /**
     * Dependency on a module in a project.
     *
     * @since 1.0-milestone-5
     */
    public interface IdeaModuleDependency extends IdeaDependency {
    
        /**
         * Returns the name of the target module
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 954 bytes
    - Viewed (0)
  8. .github/ISSUE_TEMPLATE/config.yml

      - name: Question or Problem
        about: Ask a question or ask about a problem in GitHub Discussions.
        url: https://github.com/tiangolo/fastapi/discussions/categories/questions
      - name: Feature Request
        about: To suggest an idea or ask about a feature, please start with a question saying what you would like to achieve. There might be a way to do it already.
        url: https://github.com/tiangolo/fastapi/discussions/categories/questions
      - name: Show and tell
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 31 14:02:52 UTC 2023
    - 930 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/readme-templates/common-body.adoc.template

    ${configurationCacheCompatibility.raw}
    
    == What you’ll build
    
    You'll generate a ${language.raw} ${componentType.raw} that follows Gradle's conventions.
    
    == What you’ll need
    
    * A text editor or IDE - for example link:https://www.jetbrains.com/idea/download/[IntelliJ IDEA]
    * A Java Development Kit (JDK), version 8 or higher - for example link:https://adoptopenjdk.net/[AdoptOpenJDK]
    * The latest https://gradle.org/install[Gradle distribution]
    ${toolChain.raw}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  10. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/AbstractTaskSubclassingBinaryCompatibilityCrossVersionSpec.groovy

    import org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
    import org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
    import org.gradle.plugins.ide.eclipse.GenerateEclipseProject
    import org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
    import org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
    import org.gradle.plugins.ide.idea.GenerateIdeaModule
    import org.gradle.plugins.ide.idea.GenerateIdeaProject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top