Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 186 for idea (0.19 sec)

  1. platforms/ide/ide/build.gradle.kts

        ignoreRawTypes()
    }
    
    packageCycles {
        excludePatterns.add("org/gradle/plugins/ide/internal/*")
        excludePatterns.add("org/gradle/plugins/ide/eclipse/internal/*")
        excludePatterns.add("org/gradle/plugins/ide/idea/internal/*")
        excludePatterns.add("org/gradle/plugins/ide/eclipse/model/internal/*")
        excludePatterns.add("org/gradle/plugins/ide/idea/model/internal/*")
    }
    
    integTest.usesJavadocCodeSnippets = true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. .gitignore

    ._*
    
    # OSX trash
    .DS_Store
    
    # Developers can store local stuff in dirs named __something
    __*
    
    # Eclipse files
    .classpath
    .project
    .settings/**
    
    # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
    .idea/
    *.iml
    
    # Vscode files
    .vscode
    
    # This is where the result of the go build goes
    /output*/
    /_output*/
    /_output
    
    # Emacs save files
    *~
    \#*\#
    .\#*
    
    # Vim-related files
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 08:22:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. testing/internal-testing/src/main/groovy/org/gradle/testing/internal/util/GradlewRunner.java

     * limitations under the License.
     */
    
    package org.gradle.testing.internal.util;
    
    import java.io.*;
    
    /**
     * This is used to launch Gradle from within IDEA. See gradle/idea.gradle.
     */
    public class GradlewRunner {
        public static void main(String[] args) {
            Process process = null;
    
            String[] combinedArgs;
            
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. platforms/ide/base-ide-plugins/build.gradle.kts

            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
    }
    
    packageCycles {
        excludePatterns.add("org/gradle/plugins/ide/idea/internal/**")
        excludePatterns.add("org/gradle/plugins/ide/idea/model/internal/**")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r28/ToolingApiIdeaModelCrossVersionSpec.groovy

     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.tooling.r28
    
    
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.integtests.tooling.fixture.WithOldConfigurationsSupport
    import org.gradle.tooling.model.idea.IdeaModule
    import org.gradle.tooling.model.idea.IdeaProject
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtCompletionCandidateChecker.kt

         *
         * The returned checker does not cache the results for individual callable candidates.
         *
         * @param originalFile The file being edited.
         * @param nameExpression The expression under the caret in an in-memory copy of [originalFile]
         *     with a dummy identifier inserted. Also see `CompletionUtilCore.DUMMY_IDENTIFIER` in IntelliJ IDEA.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. testing/smoke-ide-test/src/smokeIdeTest/groovy/org/gradle/ide/sync/AbstractIdeaSyncTest.groovy

            Path gradleDist,
            Path testProject,
            Path ideHome,
            String ide
        ) {
            def gradleDistOption = "--gradle-dist=$gradleDist"
            def projectOption = "--project=$testProject"
            def ideHomeOption = "--ide-home=$ideHome"
            def ideOption = "--ide=$ide"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:28:38 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r68/CompositeBuildModuleCycleCrossVersionSpec.groovy

     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.tooling.r68
    
    import org.gradle.integtests.tooling.fixture.TargetGradleVersion
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.plugins.ide.tooling.r31.IdeaProjectUtil
    import org.gradle.plugins.ide.tooling.r33.FetchEclipseProjects
    import org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtReferenceResolveProvider.kt

     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api.components
    
    import org.jetbrains.kotlin.idea.references.KtReference
    
    public abstract class KaReferenceResolveProvider {
        public abstract fun isImplicitReferenceToCompanion(reference: KtReference): Boolean
    }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu May 23 08:30:49 UTC 2024
    - 535 bytes
    - Viewed (0)
  10. .github/ISSUE_TEMPLATE/feature_request.md

    ---
    name: Feature request
    about: Suggest an idea to improve Istio
    
    ---
    (This is used to request new product features, please visit <https://github.com/istio/istio/discussions> for questions on using Istio)
    
    **Describe the feature request**
    
    **Describe alternatives you've considered**
    
    **Affected product area (please put an X in all that apply)**
    
    [ ] Ambient
    [ ] Docs
    [ ] Dual Stack
    [ ] Installation
    [ ] Networking
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:42:48 UTC 2024
    - 707 bytes
    - Viewed (0)
Back to top