Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 87 for ANTLR (0.03 sec)

  1. LICENSES/vendor/github.com/antlr4-go/antlr/v4/LICENSE

    = vendor/github.com/antlr4-go/antlr/v4 licensed under: =
    
    Copyright (c) 2012-2023 The ANTLR Project. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    
    1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 17:54:32 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. platforms/software/antlr/src/main/java/org/gradle/api/plugins/antlr/internal/DefaultAntlrSourceDirectorySet.java

     * limitations under the License.
     */
    
    package org.gradle.api.plugins.antlr.internal;
    
    import org.gradle.api.file.SourceDirectorySet;
    import org.gradle.api.internal.file.DefaultSourceDirectorySet;
    import org.gradle.api.internal.tasks.TaskDependencyFactory;
    import org.gradle.api.plugins.antlr.AntlrSourceDirectorySet;
    
    import javax.inject.Inject;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  3. platforms/software/antlr/src/test/groovy/org/gradle/api/plugins/antlr/internal/antlr2/MetadataExtracterTest.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.api.plugins.antlr.internal.antlr2
    
    import spock.lang.Specification
    
    class MetadataExtracterTest extends Specification {
    
        def "parses package information when defined in a separate line"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/plugins.xml

        </plugin>
        <plugin id="antlr" description="Antlr Plugin">
            <extends targetClass="org.gradle.api.tasks.SourceSet" id="antlr" extensionClass="org.gradle.api.plugins.antlr.AntlrSourceDirectorySet"/>
        </plugin>
        <plugin id="war" description="War Plugin">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/ivy/with-dependencies.xml

            <dependency org="org.ow2.asm" name="asm-tree" rev="5.0.3" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
            <dependency org="org.antlr" name="antlr-runtime" rev="3.5.2" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
            <dependency org="org.antlr" name="antlr" rev="3.5.2" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
        </dependencies>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  6. platforms/software/antlr/src/main/java/org/gradle/api/plugins/antlr/internal/antlr2/GenerationPlan.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.api.plugins.antlr.internal.antlr2;
    
    import java.io.File;
    
    /**
     * Models information relevant to generation of a particular Antlr grammar file.
     */
    public class GenerationPlan {
        private final File source;
        private final File generationDirectory;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  7. platforms/software/antlr/src/main/java/org/gradle/api/plugins/antlr/internal/AntlrSpecFactory.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.plugins.antlr.internal;
    
    import com.google.common.collect.Lists;
    import org.gradle.api.file.FileCollection;
    import org.gradle.api.plugins.antlr.AntlrTask;
    
    import java.io.File;
    import java.util.Collections;
    import java.util.List;
    import java.util.Set;
    
    public class AntlrSpecFactory {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. platforms/software/antlr/src/test/groovy/org/gradle/api/plugins/antlr/internal/AntlrSpecFactoryTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.plugins.antlr.internal
    
    import org.gradle.api.file.FileCollection
    import org.gradle.api.plugins.antlr.AntlrTask
    import spock.lang.Specification
    
    class AntlrSpecFactoryTest extends Specification {
    
        private AntlrSpecFactory factory = new AntlrSpecFactory()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  9. .teamcity/test-buckets.json

    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"code-quality",
    					"signing",
    					"ide-native",
    					"plugins-java-library",
    					"antlr",
    					"ide-plugins",
    					"platform-base",
    					"test-kit",
    					"ide",
    					"file-collections",
    					"persistent-cache"
    				]
    			},
    			{
    				"parallelizationMethod":{
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/antlr/useAntlrPlugin/groovy/settings.gradle

    rootProject.name = 'antlr'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 27 bytes
    - Viewed (0)
Back to top