Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 442 for idea (0.08 sec)

  1. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaDependencyLockingIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.idea
    
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.plugins.ide.AbstractIdeIntegrationTest
    import org.junit.Test
    
    class IdeaDependencyLockingIntegrationTest extends AbstractIdeIntegrationTest {
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/idea/IdeaModuleIdentifier.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.tooling.model.idea;
    
    /**
     * Identifies an Idea module.
     *
     * @since 2.14
     */
    public interface IdeaModuleIdentifier {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 754 bytes
    - Viewed (0)
  3. ReadMe.md

    [kotlin-native/README.md](kotlin-native/README.md#building-from-source).
    
    ## <a name="working-in-idea"></a> Working with the project in IntelliJ IDEA
    
    It is recommended to use the latest released version of Intellij IDEA (Community or Ultimate Edition). You can download IntelliJ IDEA [here](https://www.jetbrains.com/idea/download).
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 11 14:28:46 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  4. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/idea/model/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Classes for the model used by the {@link org.gradle.plugins.ide.idea.IdeaPlugin}.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 753 bytes
    - Viewed (0)
  5. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/idea/CompositeBuildParallelIntegrationTest.groovy

     * 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.plugins.ide.idea
    
    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.test.fixtures.server.http.BlockingHttpServer
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/PluginBinaryCompatibilityCrossVersionSpec.groovy

                import org.gradle.api.plugins.JavaPluginConvention
                import org.gradle.plugins.ide.idea.model.IdeaModule
    
                class SomePlugin implements Plugin<Project> {
                    void apply(Project p) {
                        p.apply plugin: 'java'
                        p.apply plugin: 'idea'
    
                        // Verify can use the types with and without various type declarations
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/internal/tooling/IsolatedIdeaModuleInternalBuilder.java

     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.internal.tooling;
    
    import org.gradle.api.NonNullApi;
    import org.gradle.api.Project;
    import org.gradle.api.plugins.JavaBasePlugin;
    import org.gradle.api.plugins.JavaPlugin;
    import org.gradle.api.plugins.JavaPluginExtension;
    import org.gradle.plugins.ide.idea.IdeaPlugin;
    import org.gradle.plugins.ide.idea.internal.IdeaModuleInternal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 12:13:36 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  8. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10ReferenceResolveProvider.kt

    import org.jetbrains.kotlin.analysis.api.descriptors.KaFe10Session
    import org.jetbrains.kotlin.analysis.api.descriptors.components.base.KaFe10SessionComponent
    import org.jetbrains.kotlin.idea.references.KtReference
    import org.jetbrains.kotlin.idea.references.KtSimpleNameReference
    import org.jetbrains.kotlin.resolve.BindingContext
    
    internal class KaFe10ReferenceResolveProvider(
        override val analysisSession: KaFe10Session,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu May 23 08:30:49 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/ReadWriteAccessCheckerFirImpl.kt

     */
    
    package org.jetbrains.kotlin.analysis.api.fir.references
    
    import org.jetbrains.kotlin.idea.references.ReadWriteAccessChecker
    import org.jetbrains.kotlin.idea.references.mainReference
    import org.jetbrains.kotlin.name.Name
    import org.jetbrains.kotlin.psi.KtBinaryExpression
    import org.jetbrains.kotlin.psi.KtExpression
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Apr 10 16:23:23 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/tooling/idea/IsolatedIdeaModuleInternal.java

     */
    
    package org.gradle.plugins.ide.internal.tooling.idea;
    
    import com.google.common.collect.ImmutableList;
    import org.gradle.api.JavaVersion;
    import org.gradle.api.NonNullApi;
    import org.gradle.plugins.ide.idea.model.IdeaLanguageLevel;
    
    import javax.annotation.Nullable;
    import java.io.Serializable;
    import java.util.List;
    
    /**
     * Represents an IDEA module in isolation.
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top