Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 519 for idea (0.04 sec)

  1. platforms/documentation/docs/src/snippets/ide/ideaAdditionalTestSources/tests/ideaAdditionalTestSources.sample.conf

    executable: gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 30 bytes
    - Viewed (0)
  2. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/idea/model/internal/GeneratedIdeaScope.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.idea.model.internal;
    
    /**
     * The classpath scopes available in IntelliJ IDEA.
     */
    public enum GeneratedIdeaScope {
        PROVIDED,
        COMPILE,
        RUNTIME,
        TEST;
    
        public static GeneratedIdeaScope nullSafeValueOf(String scope) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 948 bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KaFirReference.kt

    import org.jetbrains.kotlin.analysis.api.symbols.KaSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.KaSymbolOrigin
    import org.jetbrains.kotlin.idea.references.KtReference
    import org.jetbrains.kotlin.idea.references.isConstructorOf
    import org.jetbrains.kotlin.idea.references.mainReference
    import org.jetbrains.kotlin.psi.KtClass
    import org.jetbrains.kotlin.psi.KtDotQualifiedExpression
    import org.jetbrains.kotlin.psi.KtImportAlias
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 10 20:18:28 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. .gitignore

    target/
    .settings/
    .classpath
    .project
    Registered: Wed Jun 12 08:29:43 UTC 2024
    - Last Modified: Thu Jun 14 07:45:22 UTC 2018
    - 45 bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r18/UseOtherTypesToFetchProjectModel.java

    import org.gradle.tooling.model.GradleProject;
    import org.gradle.tooling.model.HierarchicalElement;
    import org.gradle.tooling.model.eclipse.EclipseProject;
    import org.gradle.tooling.model.idea.IdeaModule;
    import org.gradle.tooling.model.idea.IdeaProject;
    
    import java.util.HashMap;
    import java.util.Map;
    
    public class UseOtherTypesToFetchProjectModel implements BuildAction<Map<String, CustomModel>> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/idea/IdeaSourceDirectory.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.tooling.model.idea;
    
    import org.gradle.tooling.model.SourceDirectory;
    
    /**
     * IDEA source directory.
     *
     * @since 1.0-milestone-5
     */
    public interface IdeaSourceDirectory extends SourceDirectory {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1022 bytes
    - Viewed (0)
  7. tests/test_compat.py

        # to support it as a first class "feature"
        assert is_bytes_sequence_annotation(Union[List[str], List[bytes]])
    
    
    def test_is_uploadfile_sequence_annotation():
        # For coverage
        # TODO: in theory this would allow declaring types that could be lists of UploadFile
        # and other types, but I'm not even sure it's a good idea to support it as a first
        # class "feature"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Sep 28 04:14:40 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/ide/ideaAdditionalTestSources/kotlin/settings.gradle.kts

    rootProject.name = "idea"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 26 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/toolingApi/idea/groovy/settings.gradle

    rootProject.name = 'idea'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 26 bytes
    - Viewed (0)
  10. platforms/ide/ide-plugins/src/test/resources/org/gradle/plugins/ide/idea/model/customProject.xml

        <option name="LOCALE" />
        <option name="OPEN_IN_BROWSER" value="true" />
      </component>
      <component name="ProjectModuleManager">
        <modules>
          <module fileurl="file://$PROJECT_DIR$/gradle-idea-plugin.iml" filepath="$PROJECT_DIR$/gradle-idea-plugin.iml" />
        </modules>
      </component>
      <component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="false" project-jdk-name="1.4">
        <output url="file://$PROJECT_DIR$/out" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top